CLMay 15, 2025

CAFE: Retrieval Head-based Coarse-to-Fine Information Seeking to Enhance Multi-Document QA Capability

arXiv:2505.10063v14 citationsh-index: 15EMNLP
Originality Incremental advance
AI Analysis

This addresses retrieval precision and recall issues in multi-document QA for users of LLMs, representing an incremental improvement over existing methods.

The paper tackles the problem of LLMs struggling with retrieval and reasoning in long-context multi-document QA by proposing CAFE, a coarse-to-fine method that enhances performance, achieving up to 22.1% and 13.7% SubEM improvement over SFT and RAG methods on the Mistral model.

Advancements in Large Language Models (LLMs) have extended their input context length, yet they still struggle with retrieval and reasoning in long-context inputs. Existing methods propose to utilize the prompt strategy and retrieval head to alleviate this limitation. However, they still face challenges in balancing retrieval precision and recall, impacting their efficacy in answering questions. To address this, we introduce $\textbf{CAFE}$, a two-stage coarse-to-fine method to enhance multi-document question-answering capacities. By gradually eliminating the negative impacts of background and distracting documents, CAFE makes the responses more reliant on the evidence documents. Initially, a coarse-grained filtering method leverages retrieval heads to identify and rank relevant documents. Then, a fine-grained steering method guides attention to the most relevant content. Experiments across benchmarks show CAFE outperforms baselines, achieving up to 22.1% and 13.7% SubEM improvement over SFT and RAG methods on the Mistral model, respectively.

Foundations

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

Your Notes