paper-with-me

홈 › Papers

On Positional Bias of Faithfulness for Long-form Summarization

2024-10-31 · David Wan, Jesse Vig, Mohit Bansal, Shafiq Joty

Large Language Models (LLMs) often exhibit positional bias in long-context settings, under-attending to information in the middle of inputs. We investigate the presence of this bias in long-form summarization, its impact on faithfulness, and various techniques to mitigate this bias. To consistently evaluate faithfulness, we first compile a benchmark of eight human-annotated long-form summarization datasets and perform a meta-evaluation of faithfulness metrics. We show that LLM-based faithfulness metrics, though effective with full-context inputs, remain sensitive to document order, indicating positional bias. Analyzing LLM-generated summaries across six datasets, we find a "U-shaped" trend in faithfulness, where LLMs faithfully summarize the beginning and end of documents but neglect middle content. Perturbing document order similarly reveals models are less faithful when important documents are placed in the middle of the input. We find that this behavior is partly due to shifting focus with context length: as context increases, summaries become less faithful, but beyond a certain length, faithfulness improves as the model focuses on the end. Finally, we experiment with different generation techniques to reduce positional bias and find that prompting techniques effectively direct model attention to specific positions, whereas more sophisticated approaches offer limited improvements. Our data and code are available in https://github.com/meetdavidwan/longformfact.

📄 PDF Abstract BibTeX arXiv:2410.23609

Code (1)

meetdavidwan/longformfact 공식 구현

Tasks

Form

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 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Hallucinate at the Last in Long Response Generation: A Case Study on Long Document Summarization

2025-05-21 · Joonho Yang, Seunghyun Yoon, Hwan Chang, Byeongjeong Kim 외

Large Language Models (LLMs) have significantly advanced text generation capabilities, including tasks like summarization, often producing coherent and fluent outputs. However, faithfulness to source material remains a s…

Document SummarizationHallucinationResponse GenerationText Generation

Bias in News Summarization: Measures, Pitfalls and Corpora

2023-09-14 · Julius Steen, Katja Markert

Summarization is an important application of large language models (LLMs). Most previous evaluation of summarization models has focused on their content selection, faithfulness, grammaticality and coherence. However, it …

Document SummarizationNews Summarization

LongEval: Guidelines for Human Evaluation of Faithfulness in Long-form Summarization

2023-01-30 · Kalpesh Krishna, Erin Bransom, Bailey Kuehl, Mohit Iyyer 외

While human evaluation remains best practice for accurately judging the faithfulness of automatically-generated summaries, few solutions exist to address the increased difficulty and workload when evaluating long-form su…

Form

QA-prompting: Improving Summarization with Large Language Models using Question-Answering

2025-05-20 · Neelabh Sinha

Language Models (LMs) have revolutionized natural language processing, enabling high-quality text generation through prompting and in-context learning. However, models often struggle with long-context summarization due t…

In-Context LearningQuestion AnsweringQuestion SelectionText Generation

Evaluation of Faithfulness Using the Longest Supported Subsequence

2023-08-23 · Anirudh Mittal, Timo Schick, Mikel Artetxe, Jane Dwivedi-Yu

As increasingly sophisticated language models emerge, their trustworthiness becomes a pivotal issue, especially in tasks such as summarization and question-answering. Ensuring their responses are contextually grounded an…

DiversityQuestion Answering