Retrieval or Representation? Reassessing Benchmark Gaps in Multilingual and Visually Rich RAG
AI 摘要
该论文表明,文档表征质量而非检索器本身是RAG性能提升的关键,并呼吁分解评估。
主要贡献
- 揭示了文档表征在RAG中的重要性
- 证明了BM25通过优化表征可以达到媲美甚至超越复杂检索器的效果
- 提出了分解评估RAG的新思路
方法论
通过系统性地改变转录和预处理方法,固定检索机制(BM25),在多语言和视觉基准上进行实验。
原文摘要
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 term overlap with corpus-level weighting. End-to-end multimodal retrievers trained on large query-document datasets claim substantial improvements over these approaches, especially for multilingual documents with complex visual layouts. We demonstrate that better document representation is the primary driver of benchmark improvements. By systematically varying transcription and preprocessing methods while holding the retrieval mechanism fixed, we demonstrate that BM25 can recover large gaps on multilingual and visual benchmarks. Our findings call for decomposed evaluation benchmarks that separately measure transcription and retrieval capabilities, enabling the field to correctly attribute progress and focus effort where it matters.