CLAIJan 3, 2024

Revisiting Zero-Shot Abstractive Summarization in the Era of Large Language Models from the Perspective of Position Bias

arXiv:2401.01989v343 citationsh-index: 12NAACL
Originality Incremental advance
AI Analysis

This work addresses a critical issue for users of LLMs in summarization tasks by revealing systematic biases, though it is incremental as it builds on prior research on lead bias.

The study tackled the problem of position bias in zero-shot abstractive summarization by large language models, finding that models like GPT-3.5-Turbo and Llama-2 unfairly prioritize information from certain parts of input text, leading to undesirable behavior across four diverse datasets.

We characterize and study zero-shot abstractive summarization in Large Language Models (LLMs) by measuring position bias, which we propose as a general formulation of the more restrictive lead bias phenomenon studied previously in the literature. Position bias captures the tendency of a model unfairly prioritizing information from certain parts of the input text over others, leading to undesirable behavior. Through numerous experiments on four diverse real-world datasets, we study position bias in multiple LLM models such as GPT 3.5-Turbo, Llama-2, and Dolly-v2, as well as state-of-the-art pretrained encoder-decoder abstractive summarization models such as Pegasus and BART. Our findings lead to novel insights and discussion on performance and position bias of models for zero-shot summarization tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes