Groundedness in Retrieval-augmented Long-form Generation: An Empirical Study
Alessandro Stolfo
TL;DR
The paper investigates groundedness in retrieval-augmented long-form QA, examining whether each generated sentence relies on retrieved documents or model pre-training data. It introduces a grounding-verification setup that separately assesses grounding to retrieved sources and pre-training corpora across three LFQA datasets and four model families, using EM-based correctness and a TRUE-based grounding model. The findings show a substantial portion of EM^+ generations remain ungrounded, even among large models, though grounding improves with model size, instruction tuning, and decoding via beam search. The work highlights persistent hallucination risks in LFQA and emphasizes the need for more robust grounding mechanisms and decoding strategies to reliably tether long-form answers to credible sources, with practical implications for safe deployment and evaluation of retrieval-augmented LLMs.
Abstract
We present an empirical study of groundedness in long-form question answering (LFQA) by retrieval-augmented large language models (LLMs). In particular, we evaluate whether every generated sentence is grounded in the retrieved documents or the model's pre-training data. Across 3 datasets and 4 model families, our findings reveal that a significant fraction of generated sentences are consistently ungrounded, even when those sentences contain correct ground-truth answers. Additionally, we examine the impacts of factors such as model size, decoding strategy, and instruction tuning on groundedness. Our results show that while larger models tend to ground their outputs more effectively, a significant portion of correct answers remains compromised by hallucinations. This study provides novel insights into the groundedness challenges in LFQA and underscores the necessity for more robust mechanisms in LLMs to mitigate the generation of ungrounded content.
