paper-with-me

Papers

Hybrid Retrieval-Augmented Generation for Robust Multilingual Document Question Answering

2025-12-14 · Anthony Mudet, Souhail Bakkali arxiv

Large-scale digitization initiatives have unlocked massive collections of historical newspapers, yet effective computational access remains hindered by OCR corruption, multilingual orthographic variation, and temporal language drift. We develop and evaluate a multilingual Retrieval-Augmented Generation pipeline specifically designed for question answering on noisy historical documents. Our approach integrates: (i) semantic query expansion and multi-query fusion using Reciprocal Rank Fusion to improve retrieval robustness against vocabulary mismatch; (ii) a carefully engineered generation prompt that enforces strict grounding in retrieved evidence and explicit abstention when evidence is insufficient; and (iii) a modular architecture enabling systematic component evaluation. We conduct comprehensive ablation studies on Named Entity Recognition and embedding model selection, demonstrating the importance of syntactic coherence in entity extraction and balanced performance-efficiency trade-offs in dense retrieval. Our end-to-end evaluation framework shows that the pipeline generates faithful answers for well-supported queries while correctly abstaining from unanswerable questions. The hybrid retrieval strategy improves recall stability, particularly benefiting from RRF's ability to smooth performance variance across query formulations. We release our code and configurations at https://anonymous.4open.science/r/RAGs-C5AE/, providing a reproducible foundation for robust historical document question answering.

📄 PDF Abstract BibTeX arXiv:2512.12694

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Not All Languages are Equal: Insights into Multilingual Retrieval-Augmented Generation

2024-10-29 · Suhang Wu, Jialong Tang, Baosong Yang, Ante Wang 외

RALMs (Retrieval-Augmented Language Models) broaden their knowledge scope by incorporating external textual resources. However, the multilingual nature of global knowledge necessitates RALMs to handle diverse languages, …

AllRetrievalRetrieval-augmented GenerationSelection bias+1

Retrieval-Augmented Machine Translation with Unstructured Knowledge

2024-12-05 · Jiaan Wang, Fandong Meng, Yingxue Zhang, Jie zhou

Retrieval-augmented generation (RAG) introduces additional information to enhance large language models (LLMs). In machine translation (MT), previous work typically retrieves in-context examples from paired MT corpora, o…

Knowledge GraphsMachine TranslationRAGRetrieval+3

Retrieval or Representation? Reassessing Benchmark Gaps in Multilingual and Visually Rich RAG

2026-03-04 · Martin Asenov, Kenza Benkirane, Dan Goldwater, Aneiss Ghodsi arxiv

Retrieval-augmented generation (RAG) is a common way to ground language models in external documents and up-to-date information. Classical retrieval systems relied on lexical methods such as BM25, which rank documents by…

StratRAG: A Multi-Hop Retrieval Evaluation Dataset for Retrieval-Augmented Generation Systems

2026-03-06 · Aryan Patodiya arxiv

We introduce StratRAG, an open-source retrieval evaluation dataset for benchmarking Retrieval-Augmented Generation (RAG) systems on multi-hop reasoning tasks under realistic, noisy document-pool conditions. Derived from …

VisR-Bench: An Empirical Study on Visual Retrieval-Augmented Generation for Multilingual Long Document Understanding

2025-08-10 · Jian Chen, Ming Li, Jihyung Kil, Chenguang Wang 외 arxiv

Most organizational data in this world are stored as documents, and visual retrieval plays a crucial role in unlocking the collective intelligence from all these documents. However, existing benchmarks focus on English-o…