次回の更新記事:「AIっぽくて白ける」現象の正体(公開予定日:2026年05月01日)
AIDB Daily Papers

IndexRAG:索引作成時に事実を繋ぎ、文書を横断した推論を実現

原題: IndexRAG: Bridging Facts for Cross-Document Reasoning at Index Time
著者: Zhenghua Bao, Yi Shi
公開日: 2026-03-17 | 分野: LLM 機械学習 AI 情報検索 ドキュメント 言語 テキスト 質問応答 RAG

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • IndexRAGは、文書間の橋渡しとなるエンティティを特定し、橋渡しとなる事実を生成して検索可能にする手法を提案した。
  • 既存のRAG手法はオンライン処理や多段階推論が必要だが、IndexRAGはオフラインの索引作成で文書間の推論を可能にする点が新しい。
  • 多段階QAベンチマークで、IndexRAGはNaive RAGを平均4.6ポイント上回り、グラフベースの手法を上回る性能を示した。

Abstract

Multi-hop question answering (QA) requires reasoning across multiple documents, yet existing retrieval-augmented generation (RAG) approaches address this either through graph-based methods requiring additional online processing or iterative multi-step reasoning. We present IndexRAG, a novel approach that shifts cross-document reasoning from online inference to offline indexing. IndexRAG identifies bridge entities shared across documents and generates bridging facts as independently retrievable units, requiring no additional training or fine-tuning. Experiments on three widely-used multi-hop QA benchmarks (HotpotQA, 2WikiMultiHopQA, MuSiQue) show that IndexRAG improves F1 over Naive RAG by 4.6 points on average, while requiring only single-pass retrieval and a single LLM call at inference time. When combined with IRCoT, IndexRAG outperforms all graph-based baselines on average, including HippoRAG and FastGraphRAG, while relying solely on flat retrieval. Our code will be released upon acceptance.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事