TL;DR
This paper compares evaluation strategies for multi-hop reasoning in retrieval-augmented generation systems, introducing CARE, a context-aware method that outperforms existing approaches especially in complex multi-hop scenarios.
Contribution
The paper proposes CARE, a novel context-aware evaluation strategy for RAG systems, demonstrating its effectiveness over existing methods in multi-hop reasoning tasks.
Findings
CARE outperforms existing evaluation methods for multi-hop reasoning.
Performance gains are larger in models with more parameters and longer contexts.
Single-hop query evaluation shows minimal sensitivity to context-aware methods.
Abstract
Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external knowledge to answer questions more accurately. However, research on evaluating RAG systems-particularly the retriever component-remains limited, as most existing work focuses on single-context retrieval rather than multi-hop queries, where individual contexts may appear irrelevant in isolation but are essential when combined. In this research, we use the HotPotQA, MuSiQue, and SQuAD datasets to simulate a RAG system and compare three LLM-as-judge evaluation strategies, including our proposed Context-Aware Retriever Evaluation (CARE). Our goal is to better understand how multi-hop reasoning can be most effectively evaluated in RAG systems. Experiments with LLMs from OpenAI, Meta, and Google demonstrate that CARE consistently outperforms existing methods for evaluating multi-hop reasoning in RAG…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
