paper-with-me

Papers

How Does Response Length Affect Long-Form Factuality

2025-05-29 · James Xu Zhao, Jimmy Z. J. Liu, Bryan Hooi, See-Kiong Ng

Large language models (LLMs) are widely used for long-form text generation. However, factual errors in the responses would undermine their reliability. Despite growing attention to LLM factuality, the effect of response length on factuality remains underexplored. In this work, we systematically investigate this relationship by first introducing an automatic and bi-level long-form factuality evaluation framework, which achieves high agreement with human annotations while being cost-effective. Using this framework, we conduct controlled experiments and find that longer responses exhibit lower factual precision, confirming the presence of length bias. To explain this phenomenon, we empirically examine three hypotheses: error propagation, long context, and facts exhaustion. Our results reveal that facts exhaustion, where the model gradually exhausts more reliable knowledge, is the primary cause of factual degradation, rather than the other two hypotheses.

📄 PDF Abstract BibTeX arXiv:2505.23295

Code (1)

xuzhao0/length-bias-factuality 공식 구현

Tasks

FormText Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

An Empirical Study on Context Length for Open-Domain Dialog Generation

2024-08-31 · Xinyi Shen, Zuoquan Lin

Transformer-based open-domain dialog models have become increasingly popular in recent years. These models typically represent context as a concatenation of a dialog history. However, there is no criterion to decide how …

Open-Domain Dialog

Does Dialog Length matter for Next Response Selection task? An Empirical Study

2021-01-24 · Jatin Ganhotra, Sachindra Joshi

In the last few years, the release of BERT, a multilingual transformer based model, has taken the NLP community by storm. BERT-based models have achieved state-of-the-art results on various NLP tasks, including dialog ta…

Question-Analysis Prompting Improves LLM Performance in Reasoning Tasks

2024-07-04 · Dharunish Yugeswardeenoo, Kevin Zhu, Sean O'Brien

Although LLMs have the potential to transform many fields, they still underperform humans in reasoning tasks. Existing methods induce the model to produce step-by-step calculations, but this research explores the questio…

GSM8KStrategyQA

How Effective Is Self-Consistency for Long-Context Problems?

2024-11-02 · Adam Byerly, Daniel Khashabi

Self-consistency (SC) has been demonstrated to enhance the performance of large language models (LLMs) across various tasks and domains involving short content. However, does this evidence support its effectiveness for l…

Long-Context UnderstandingPosition

Why LVLMs Are More Prone to Hallucinations in Longer Responses: The Role of Context

2025-10-23 · Ge Zheng, Jiaye Qian, Jiajin Tang, Sibei Yang arxiv

Large Vision-Language Models (LVLMs) have made significant progress in recent years but are also prone to hallucination issues. They exhibit more hallucinations in longer, free-form responses, often attributed to accumul…