Search papers, labs, and topics across Lattice.
This paper introduces an agentic retrieval system that enhances the accuracy and verifiability of historical document access by integrating a semi-symbolic framework with a knowledge graph representation. By comparing traditional Retrieval-Augmented Generation (RAG) with the novel GraphRAG architecture, the authors demonstrate that their approach effectively mitigates issues related to OCR and transcription errors, which are prevalent in historical archives. The key finding reveals that the combination of word-spotting techniques and synthesized query execution significantly improves retrieval performance, ensuring reliability in the presence of noise and uncertainty.
Historical document retrieval can be both accurate and flexible, thanks to a novel agentic system that outperforms traditional methods in noisy environments.
The emergence of Large Language Models (LLMs) has redefined how users interact with information in digital environments. However, their widespread and often indiscriminate integration has raised significant concerns regarding reliability and trustworthiness issues that are particularly critical when accessing digital libraries and historical archives. How can one leverage the generalization capacity of an LLM without losing the level of accountability required for an archival institution? In this paper, we present an agentic retrieval system designed to deliver more accurate and verifiable access to historical data while preserving much of the flexibility associated with unconstrained LLMs. As a contribution to historical document analysis, we compare traditional Retrieval-Augmented Generation (RAG) with an agentic GraphRAG architecture in their ability to deliver historical information under realistic conditions, including the presence of OCR and transcription errors. We introduce a semi-symbolic framework that integrates word-spotting techniques for post-OCR correction with a knowledge graph representation that enables the agent to access information through synthesized queries. The interleaved collaboration between word spotting and code generation allows the agent to construct strong retrieval queries that are robust to misinterpretation and hallucination, while still leveraging approximate search when noise and uncertainty, common in historical document analysis, would otherwise hinder precise retrieval.