Hurdles to Progress in Long-form Question Answering
Identifies fundamental challenges in LFQA evaluation and datasets; uses sparse Transformer and contrastive retrieval, achieving SOTA but with answers not truly grounded.
Key Findings
Methodology
The paper develops a retrieval-augmented system combining a sparse Routing Transformer with a contrastively trained REALM-style retriever, trained on Wikipedia. The retriever uses large-batch contrastive learning to embed questions and documents into a shared space, while the generator employs sparse attention to handle long sequences. Despite achieving top scores on the ELI5 dataset, experiments reveal answers are not genuinely grounded in retrieved documents. The study emphasizes the importance of control experiments with random retrievals and critiques current metrics like ROUGE-L, highlighting issues with dataset overlap and human evaluation reliability.
Key Results
- The system outperforms previous models on ROUGE-L and achieves SOTA scores on the KILT leaderboard, but AB tests show answers are not based on retrieved content, exposing evaluation flaws.
- Over 81% of validation questions have paraphrased counterparts in training, indicating dataset leakage that reduces the reliance on external retrieval.
- Randomly replacing retrieved documents has minimal impact on answer quality, demonstrating the model's weak utilization of retrievals and exposing the limitations of current automatic metrics.
Significance
This work critically examines the core issues in long-form question answering, revealing that high scores can be achieved without genuine knowledge grounding. It challenges the community to develop more robust evaluation methods and better datasets, pushing the field toward more reliable and interpretable systems. The findings have broad implications for deploying trustworthy AI in knowledge-intensive applications, emphasizing the need for transparency and genuine knowledge utilization.
Technical Contribution
The paper introduces a novel combination of sparse Transformer architecture and contrastive learning for retriever training, enabling long sequence modeling and improved retrieval relevance. It also proposes a control methodology—random retrieval experiments—to assess whether models truly leverage retrieval content. These innovations address key limitations in current LFQA systems, fostering more meaningful progress and interpretability.
Novelty
This is the first comprehensive study to demonstrate that high performance in LFQA can be achieved without actual reliance on retrieved documents, by systematically testing with random retrievals. The approach of using control experiments to evaluate grounding sets a new standard for assessing retrieval-based models, marking a significant step forward in the field.
Limitations
- The model’s weak reliance on retrieval content suggests that current datasets and training strategies do not sufficiently enforce knowledge grounding, limiting real-world applicability.
- High train/validation overlap in datasets like ELI5 diminishes the necessity for external retrieval, skewing evaluation results.
- ROUGE-L and similar metrics are inadequate for capturing answer correctness in long, open-ended generation tasks, necessitating better evaluation frameworks.
Future Work
Future efforts should focus on creating datasets with minimal overlap, developing more reliable automatic and human evaluation methods, and integrating explicit knowledge reasoning modules. Enhancing the model’s ability to genuinely utilize external knowledge sources will be crucial for deploying trustworthy long-form QA systems in practical settings.
AI Executive Summary
Long-form question answering (LFQA) aims to generate detailed, paragraph-length answers by retrieving relevant documents from large knowledge bases like Wikipedia. Despite recent advances, this paper uncovers fundamental issues hindering progress. The authors develop a retrieval-augmented system combining a sparse Routing Transformer with a contrastively trained retriever, achieving state-of-the-art results on the challenging ELI5 dataset. However, detailed analysis reveals that the generated answers are not genuinely grounded in the retrieved documents. This discrepancy arises partly because over 81% of validation questions have paraphrased counterparts in the training set, leading models to perform well without external knowledge. Moreover, the study demonstrates that automatic metrics like ROUGE-L are unreliable, as models can outperform human answers in scores while answers are not based on retrieved content. To validate these findings, the authors introduce control experiments replacing retrieved documents with random samples, which have negligible impact on answer quality. Human evaluations further confirm the difficulty in assessing factual grounding, exposing the limitations of current human judgment protocols. These insights highlight the need for better dataset design, evaluation metrics, and grounding verification methods. The work urges the research community to develop more rigorous standards, ensuring that future LFQA systems are truly knowledge-grounded, interpretable, and reliable. Such advancements are essential for deploying AI in critical knowledge-intensive domains, where trustworthiness and factual accuracy are paramount.
Deep Analysis
Background
Long-form question answering has evolved from early retrieval-based systems like DPR and REALM to more sophisticated models leveraging large pre-trained language models such as BERT, GPT, and T5. The emergence of datasets like Natural Questions and ELI5 has driven progress, emphasizing the importance of generating detailed, contextually relevant answers. Recent benchmarks like KILT integrate retrieval and generation, aiming to evaluate models holistically. Despite these advances, challenges persist in ensuring models genuinely utilize external knowledge, interpretability, and evaluation reliability. Many systems achieve high scores by exploiting dataset biases or optimizing metrics without true knowledge grounding, raising concerns about their practical deployment.
Core Problem
The core challenge lies in the disconnect between model performance metrics and actual knowledge utilization. Many models, despite high scores, generate answers that are not based on retrieved documents, partly due to dataset overlaps and the limitations of automatic evaluation metrics like ROUGE-L. Additionally, the heavy overlap between training and validation sets in datasets like ELI5 diminishes the necessity for external retrieval, further complicating the assessment of true retrieval dependence. Human evaluation methods are also unreliable, as they often fail to distinguish whether answers are grounded in external knowledge. These issues hinder the development of trustworthy, explainable LFQA systems suitable for real-world applications.
Innovation
The paper introduces a novel framework combining a sparse Routing Transformer for long sequence modeling with a contrastively trained retriever (C-REALM) that leverages large-batch contrastive learning. It emphasizes the importance of control experiments—specifically, replacing retrieved documents with random samples—to assess whether models genuinely depend on external knowledge. This approach is innovative in systematically exposing the gap between performance metrics and actual knowledge grounding, setting a new standard for evaluating retrieval-augmented systems. Additionally, the work highlights the significance of dataset quality, advocating for rigorous data cleaning to reduce overlaps, and calls for improved evaluation metrics beyond ROUGE-L.
Methodology
- �� Develop a C-REALM retriever using large-batch contrastive learning (batch size 12,288) to embed questions and documents into a shared 128-dimensional space, optimizing the similarity via a contrastive loss.
- �� Use a sparse Routing Transformer (RT) with 22 layers, 1032 hidden units, and a maximum sequence length of 8192 tokens to encode long Wikipedia paragraphs.
- �� Pretrain RT on PG-19, a long-form dataset from Gutenberg books, to encourage fluent, long outputs.
- �� Fine-tune the combined system by concatenating retrieved documents with questions, training the RT to generate answers without backpropagating through the retriever.
- �� Conduct control experiments by replacing retrieved documents with random samples during inference, to test reliance on retrieval.
- �� Evaluate using ROUGE-L, R-precision, Recall@5, and human AB tests, analyzing dataset overlaps and retrieval dependence.
Experiments
The experiments utilize the ELI5 dataset's KILT subset, with 272,634 training, 1,507 validation, and 600 test examples. Multiple retrieval strategies (REALM, C-REALM) and generation sampling p-values (0.6, 0.9) are tested. Metrics include ROUGE-L, R-precision, and Recall@5, complemented by human AB testing and question paraphrase analysis. The study also measures the overlap between validation questions and training data, revealing significant dataset leakage. Ablation studies compare the impact of different retrievers and sampling strategies, demonstrating that models perform similarly whether conditioned on predicted or random retrievals, exposing the weak reliance on external knowledge.
Results
Despite high ROUGE-L scores surpassing human answers, AB tests and random retrieval experiments show answers are not grounded in retrieved documents. Over 81% of validation questions have paraphrased counterparts in training, indicating dataset leakage. Random retrievals have negligible impact on answer quality, exposing the superficial reliance on retrievals. Human evaluations reveal no significant preference between models conditioned on predicted or random retrievals, emphasizing the disconnect between metrics and actual knowledge use. These findings challenge the validity of current evaluation practices and highlight the need for more robust grounding verification.
Applications
The insights from this work inform the development of more trustworthy LFQA systems in domains like healthcare, legal advice, and scientific research, where factual accuracy and interpretability are critical. The methodology encourages designing datasets and evaluation protocols that genuinely measure knowledge reliance, fostering AI systems capable of transparent reasoning and reliable information dissemination. Long-term, these advancements could lead to AI assistants capable of autonomous knowledge reasoning, supporting complex decision-making processes across industries.
Limitations & Outlook
The primary limitation is that current datasets and training strategies do not enforce genuine reliance on external knowledge, leading to superficial performance. Dataset overlaps diminish the necessity for retrieval, skewing evaluation results. Metrics like ROUGE-L are insufficient for capturing factual correctness in long, open-ended answers. Human evaluation remains unreliable due to subjective judgments and inconsistency. Future work must address dataset quality, develop better grounding metrics, and integrate explicit reasoning modules to ensure models produce truly knowledge-grounded answers.
Plain Language Accessible to non-experts
想象你在厨房做饭,你有很多食材(知识),但实际上很多食材都已经在冰箱里(训练数据)存放了很多,甚至是重复的。你请一个智能助手帮你找食材(检索),但实际上它根本没真正去找,只是看你以前用过的食材列表(训练集中的问答),就能告诉你怎么做(生成答案)。这就像你在做菜时,助手只是重复你以前的菜谱,没有用到新鲜的食材(检索内容)。研究发现,很多时候,这个助手根本没用到新食材,只是在重复旧菜谱(答案未基于检索),而且评估它的表现也很难知道是不是用到新食材。未来,我们希望这个助手能真正用到新鲜食材,做出更丰富、更可靠的菜肴(答案),同时也要设计更公平的评估方法,让我们知道它是不是在用心帮忙。
ELI14 Explained like you're 14
想象你有个超级聪明的朋友(模型),他能帮你解答各种问题,比如“为什么船通常是白色的?”但其实,他的答案很多时候是从以前听过的老答案里抄来的(训练数据),而不是自己真正去查资料(检索内容)。有时候,他根本没真正用到图书馆(知识库)里的新信息,只是重复以前的答案(答案未基于检索)。这就像你问他问题,他只是记住了以前的答案,然后照着说,但他没有真正去查新资料。研究发现,这个朋友经常在考试中表现很好(指标高),但实际上他并没有真正理解问题(答案未基于检索)。所以,未来我们希望他能真正去图书馆查资料,给出更靠谱、更详细的答案。这样,他不仅能帮你答题,还能让你学到新东西!
Abstract
The task of long-form question answering (LFQA) involves retrieving documents relevant to a given question and using them to generate a paragraph-length answer. While many models have recently been proposed for LFQA, we show in this paper that the task formulation raises fundamental challenges regarding evaluation and dataset creation that currently preclude meaningful modeling progress. To demonstrate these challenges, we first design a new system that relies on sparse attention and contrastive retriever learning to achieve state-of-the-art performance on the ELI5 LFQA dataset. While our system tops the public leaderboard, a detailed analysis reveals several troubling trends: (1) our system's generated answers are not actually grounded in the documents that it retrieves; (2) ELI5 contains significant train / validation overlap, as at least 81% of ELI5 validation questions occur in paraphrased form in the training set; (3) ROUGE-L is not an informative metric of generated answer quality and can be easily gamed; and (4) human evaluations used for other text generation tasks are unreliable for LFQA. We offer suggestions to mitigate each of these issues, which we hope will lead to more rigorous LFQA research and meaningful progress in the future.