Papers for

digital archivists

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Living Library turns digital archives into in-person conversational exhibits

The Living Library: Transforming Archival Collections into Conversational Knowledge Systems -- Lessons from the Theodore Roosevelt Presidential Library

Abstract: We present the Living Library, an end-to-end framework for transforming fragmented digital archives into governed, conversational, in-person exhibit experiences. Developed and deployed at the Theodore Roosevelt Presidential Library, the framework comprises four layers: digitization and corpus creation, AI-powered processing, retrieval and reasoning, and an optional embodied conversational interface. The first three layers aggregate a 300,000-record collection, apply OCR and structured metadata enrichment for expert curatorial review, and publish records to a hybrid dense/semantic index. Expert review is conducted through the Archivist App, a curator-facing interface that supports correction of AI-generated transcriptions and metadata. The governed corpus powers both a researcher-facing interface and Talk to TR, a continuously operating exhibit that embodies Theodore Roosevelt as a full-scale digital human within a museum environment. To support live, face-to-face interactions, Cross-Era Analogical Grounding reframes contemporary questions through documented historical parallels, allowing Roosevelt to address present-day topics without inventing facts. Dual-path retrieval and end-to-end streaming keep responses grounded and responsive. Layered watchdogs, visitor-session isolation, automated conversation management, and independently restartable services enable reliable unattended operation for hundreds of visitors. Avatar realism, spatial audio, lighting, staging, and conversational design are developed and evaluated as an integrated experience. Rather than report a controlled benchmark, we describe lessons from operating Talk to TR as a public exhibit and offer a transferable model for transforming archival collections into believable, in-person conversational experiences.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Many digital archives are disorganized and hard to explore. The authors designed the Living Library system to fix this by turning archival records into interactive, face-to-face exhibits where visitors can talk with historical figures. Using the example of Theodore Roosevelt’s library, their system digitizes and organizes records, uses AI to understand and retrieve information, and powers a lifelike digital Roosevelt who answers questions based on historical facts. This approach helps visitors engage directly with history in a believable conversation without making things up.
Open 2609.09368v1

Sinhalese word meanings change unevenly over centuries

Dynamics of meaning: Towards the Evaluation of Diachronic Semantic Change in Sinhala

Abstract: Tracking semantic change in low-resource languages across extensive historical timelines presents significant challenges due to data scarcity and the limitations of static embedding alignments. This study investigates the diachronic evolution of the Sinhala language from the 13th to the 20th century using a multi-stage computational framework. We first align century-specific Word2Vec and FastText embeddings using Similarity Matrix Based Alignment (SMA) and Orthogonal Procrustes (OP) techniques, finding that OP alignment provides more stable neighbourhood tracking for identifying temporal similarity dips. To move beyond aggregate measures, we introduce a Bidirectional Semantic Impact Pruning approach using contextualised embeddings from a fine-tuned Llama-3.1-8B. By applying Leave-One-Out (LOO) diagnostics, we attempt to isolate influential sentences to distinguish between systemic semantic shifts and transient polysemic expansion. Our results show that semantic drift in the fine-tuned Llama-3.1-8B is not evenly distributed across all usages. Instead, a significant part of the change is driven by a smaller set of high-impact contextual instances, rather than gradual and uniform change across all occurrences. This work provides a preliminary framework for diachronic analysis in low-resource contexts, highlighting the trade-offs between model sensitivity and data availability.

Tue 8 SeptComputation and Language
The gist
Tracking how word meanings change over a long time is hard, especially for languages with little data like Sinhala. The authors used computer techniques to study Sinhala from the 1200s to the 1900s. They found that word meaning changes often happen in specific important uses, rather than slowly and evenly everywhere. Their approach helps understand language change even when data is scarce.
Open 2609.08609v1

New method finds cipher symbols in old handwritten documents

Unsupervised Domain Adaptation for Symbol Spotting in Historical Encrypted Manuscripts

Abstract: The decipherment of historical encrypted manuscripts poses a fundamental challenge in Digital Humanities: before any transcription can begin, the symbol inventory of the underlying cipher alphabet must first be identified and characterized. We address this challenge through symbol spotting: given a candidate alphabet specified as a set of rendered font glyphs, the task is to determine whether and where its characters appear in an unseen handwritten document, without any labeled examples from the target script. The main difficulty lies in the domain gap between clean, digitally rendered font queries and degraded handwritten manuscript symbols. We propose a three-stage pipeline that bridges this gap without manual annotation, combining a joint SimCLR+DANN encoder for domain-invariant glyph representations with an embedding-space style-adaptation mechanism applied at retrieval time, requiring no re-training. Experiments on fourteen pages from seven encrypted manuscript collections show that our method outperforms zero-shot foundation models, including CLIP and DINOv2, by a large margin ($+0.194$ P@1 over CLIP ViT-L/14), and surpasses task-specific trained baselines by $+0.138$ P@1. We further demonstrate that the Raw-Cover metric, computed in a fully unsupervised setting, provides a meaningful script-family fingerprint that identifies the underlying alphabet of an unknown document. This capability is of direct practical relevance to palaeographers, historians, and other researchers working with undeciphered manuscripts.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
It’s very hard to understand old encrypted writings because we first need to know what symbols they use. The researchers created a way to spot these symbols in scanned handwritten pages without needing any examples of the handwriting beforehand. They use a special technique to make their computer recognize symbols even if the handwriting is messy or different from the clean font pictures they start with. Their approach works better than popular existing models and can also help identify which alphabet a document belongs to. This can help historians and experts who study old secret manuscripts.
Open 2609.07159v1