Nazanin Jafari, James Allan, Mohit Iyyer
3 min
Most existing methods for evaluating the factuality of long-form LLM outputs focus almost exclusively on precision. These methods typically decompose a model's response into atomic claims and verify each against external knowledge sources like Wikipedia. While this ensures that what the model says is true, it ignores a critical dimension of factuality: recall. A model might produce a perfectly accurate response that nonetheless omits essential information, leading to factual incompleteness.
This paper introduces a comprehensive evaluation framework designed to measure both precision and recall simultaneously. By leveraging external knowledge sources, the authors construct a set of reference facts that should ideally be present in a high-quality response. The framework then determines whether these reference facts are captured in the generated text. To make this evaluation more nuanced, the authors incorporate an importance-aware weighting scheme that accounts for the relevance and salience of specific facts, ensuring that missing a critical detail is penalized more heavily than missing a minor one.
Through their analysis, the authors demonstrate that current LLMs are significantly better at maintaining precision than they are at achieving high recall. This suggests that while models are generally capable of avoiding hallucinations, they suffer from a "completeness" problem. Interestingly, the study finds that models are better at prioritizing and including highly important facts than they are at capturing the full breadth of relevant information, highlighting a specific area where current generation strategies fall short.
As LLMs are increasingly used for long-form tasks like report generation or summarization, ensuring that they provide complete and comprehensive information is just as important as ensuring they are truthful. This research provides a necessary tool for developers to identify and mitigate the "omission bias" in their models, moving the field toward more reliable and useful AI assistants.
Evaluating the factuality of long-form output generated by large language models (LLMs) remains challenging, particularly when responses are open-ended and contain many fine-grained factual statements. Existing evaluation methods primarily focus on precision: they decompose a response into atomic claims and verify each claim against external knowledge sources such as Wikipedia. However, this overlooks an equally important dimension of factuality: recall, whether the generated response covers the relevant facts that should be included. We propose a comprehensive factuality evaluation framework that jointly measures precision and recall. Our method leverages external knowledge sources to construct reference facts and determine whether they are captured in generated text. We further introduce an importance-aware weighting scheme based on relevance and salience. Our analysis reveals that current LLMs perform substantially better on precision than on recall, suggesting that factual incompleteness remains a major limitation of long-form generation and that models are generally better at covering highly important facts than the full set of relevant facts.
Alex: That is the study's most significant limitation, and the authors acknowledge it directly. The evaluation is only as reliable as the reference database it draws from. If that database has gaps or reflects particular biases, those will flow through into the scores. It is a real constraint on how far this approach can currently go.
Sam: So the method is a meaningful step forward, but it is not a solved problem. And I suppose evaluating models is only half the challenge — the other half is actually training them to be more complete in the first place.
Alex: That is exactly where the paper points. The authors suggest that future training processes could include a direct penalty for omitting relevant facts — not just for stating false ones. The goal would be models that treat completeness and truthfulness as equally important, rather than optimising heavily for one while neglecting the other. Thanks for listening to ResearchPod.