CLAIJun 5, 2024

Measuring Retrieval Complexity in Question Answering Systems

arXiv:2406.03592v130 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better evaluation of question difficulty in retrieval-based QA systems, which is incremental as it builds on existing metrics and benchmarks.

The paper tackles the problem of identifying challenging questions for retrieval-based QA systems by proposing retrieval complexity (RC), a metric that measures question difficulty based on retrieved document completeness, and shows it correlates strongly with QA performance and expert judgment across multiple benchmarks.

In this paper, we investigate which questions are challenging for retrieval-based Question Answering (QA). We (i) propose retrieval complexity (RC), a novel metric conditioned on the completeness of retrieved documents, which measures the difficulty of answering questions, and (ii) propose an unsupervised pipeline to measure RC given an arbitrary retrieval system. Our proposed pipeline measures RC more accurately than alternative estimators, including LLMs, on six challenging QA benchmarks. Further investigation reveals that RC scores strongly correlate with both QA performance and expert judgment across five of the six studied benchmarks, indicating that RC is an effective measure of question difficulty. Subsequent categorization of high-RC questions shows that they span a broad set of question shapes, including multi-hop, compositional, and temporal QA, indicating that RC scores can categorize a new subset of complex questions. Our system can also have a major impact on retrieval-based systems by helping to identify more challenging questions on existing datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes