paper-with-me

홈 › Papers

P^3SUM: Preserving Author's Perspective in News Summarization with Diffusion Language Models

2023-11-16 · YuHan Liu, Shangbin Feng, Xiaochuang Han, Vidhisha Balachandran, Chan Young Park, Sachin Kumar, Yulia Tsvetkov

In this work, we take a first step towards designing summarization systems that are faithful to the author's intent, not only the semantic content of the article. Focusing on a case study of preserving political perspectives in news summarization, we find that existing approaches alter the political opinions and stances of news articles in more than 50% of summaries, misrepresenting the intent and perspectives of the news authors. We thus propose P^3SUM, a diffusion model-based summarization approach controlled by political perspective classifiers. In P^3SUM, the political leaning of a generated summary is iteratively evaluated at each decoding step, and any drift from the article's original stance incurs a loss back-propagated to the embedding layers, steering the political stance of the summary at inference time. Extensive experiments on three news summarization datasets demonstrate that P^3SUM outperforms state-of-the-art summarization systems and large language models by up to 13.7% in terms of the success rate of stance preservation, with competitive performance on standard metrics of summarization quality. Our findings present a first analysis of preservation of pragmatic features in summarization, highlight the lacunae in existing summarization models -- that even state-of-the-art models often struggle to preserve author's intents -- and develop new summarization systems that are more faithful to author's perspectives.

📄 PDF Abstract BibTeX arXiv:2311.09741

Code (1)

lyh6560new/p3sum 공식 구현 pytorch

Tasks

ArticlesNews Summarization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Unfolding the Headline: Iterative Self-Questioning for News Retrieval and Timeline Summarization

2025-01-01 · Weiqi Wu, Shen Huang, Yong Jiang, Pengjun Xie 외

In the fast-changing realm of information, the capacity to construct coherent timelines from extensive event-related content has become increasingly significant and challenging. The complexity arises in aggregating relat…

News RetrievalRetrievalTimeline Summarization

Newsroom: A Dataset of 1.3 Million Summaries with Diverse Extractive Strategies

2018-04-30 · NAACL 2018 6 · Max Grusky, Mor Naaman, Yoav Artzi

We present NEWSROOM, a summarization dataset of 1.3 million articles and summaries written by authors and editors in newsrooms of 38 major news publications. Extracted from search and social media metadata between 1998 a…

ArticlesDiversity

NEWSFARM: the Largest Chinese Corpus for Long News Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recently, driven by a large number of datasets, the field of natural language processing(NLP) has developed rapidly. However, the lack of large-scale and high-quality Chinese datasets is still a critical bottleneck for f…

News SummarizationSemantic SimilaritySemantic Textual SimilarityText Summarization

SciBERTSUM: Extractive Summarization for Scientific Documents

2022-01-21 · Athar Sefid, C Lee Giles

The summarization literature focuses on the summarization of news articles. The news articles in the CNN-DailyMail are relatively short documents with about 30 sentences per document on average. We introduce SciBERTSUM, …

ArticlesExtractive SummarizationSentence

Event-based evaluation of abstractive news summarization

2025-07-01 · Huiling You, Samia Touileb, Erik Velldal, Lilja Øvrelid arxiv

An abstractive summary of a news article contains its most important information in a condensed version. The evaluation of automatically generated summaries by generative language models relies heavily on human-authored …