A Preliminary Study of RAG for Taiwanese Historical Archives
Claire Lin, Bo-Han Feng, Xuanjun Chen, Te-Lun Yang, Hung-yi Lee, Jyh-Shing Roger Jang
TL;DR
This study adapts a Retrieval-Augmented Generation pipeline to two Traditional Chinese historical corpora from Taiwan, Fort Zeelandia and the Taiwan Provincial Council Gazette, each with rich query- and document-level metadata. It systematically compares sparse, dense, and hybrid retrieval, plus four metadata strategies, and uses GPT-4o for answer generation and Gemini-2.5-Pro for evaluation across groundedness, relevance, and hallucination. The results show that integrating metadata at the retrieval stage boosts recall and grounding while reducing, but not eliminating, hallucinations, especially for temporal and multi-hop questions. The work provides a disciplined methodology and public datasets that advance humanities-focused RAG research and highlight practical considerations for applying RAG to historical, non-English archives.
Abstract
Retrieval-Augmented Generation (RAG) has emerged as a promising approach for knowledge-intensive tasks. However, few studies have examined RAG for Taiwanese Historical Archives. In this paper, we present an initial study of a RAG pipeline applied to two historical Traditional Chinese datasets, Fort Zeelandia and the Taiwan Provincial Council Gazette, along with their corresponding open-ended query sets. We systematically investigate the effects of query characteristics and metadata integration strategies on retrieval quality, answer generation, and the performance of the overall system. The results show that early-stage metadata integration enhances both retrieval and answer accuracy while also revealing persistent challenges for RAG systems, including hallucinations during generation and difficulties in handling temporal or multi-hop historical queries.
