paper-with-me

홈 › Papers

Chain of Summaries: Summarization Through Iterative Questioning

2025-11-12 · William Brach, Kristián Košťál, Lukas Galke Poech arxiv

Large Language Models (LLMs) are increasingly using external web content. However, much of this content is not easily digestible by LLMs due to LLM-unfriendly formats and limitations of context length. To address this issue, we propose a method for generating general-purpose, information-dense summaries that act as plain-text repositories of web content. Inspired by Hegel's dialectical method, our approach, denoted as Chain of Summaries (CoS), iteratively refines an initial summary (thesis) by identifying its limitations through questioning (antithesis), leading to a general-purpose summary (synthesis) that can satisfy current and anticipate future information needs. Experiments on the TriviaQA, TruthfulQA, and SQUAD datasets demonstrate that CoS outperforms zero-shot LLM baselines by up to 66\% and specialized summarization methods such as Chain of Density, BRIO and PEGASUS by up to 27\%. CoS-generated summaries yield higher Q\&A performance compared to the source content, while requiring substantially fewer tokens and being agnostic to the specific downstream LLM. CoS thus resembles an appealing option for website maintainers to make their content more accessible for LLMs, while retaining possibilities for human oversight.

📄 PDF Abstract BibTeX arXiv:2511.15719

Code (0)

등록된 구현이 없습니다.

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

From Sparse to Dense: GPT-4 Summarization with Chain of Density Prompting

2023-09-08 · Griffin Adams, Alexander Fabbri, Faisal Ladhak, Eric Lehman 외

Selecting the ``right'' amount of information to include in a summary is a difficult task. A good summary should be detailed and entity-centric without being overly dense and hard to follow. To better understand this tra…

ArticlesInformativeness

SummIt: Iterative Text Summarization via ChatGPT

2023-05-24 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Text summarization systems have made significant progress in recent years, but typically generate summaries in one single step. However, the one-shot summarization setting is sometimes inadequate, as the generated summar…

Text Summarization

Questioning Biases in Case Judgment Summaries: Legal Datasets or Large Language Models?

2023-12-01 · Aniket Deroy, Subhankar Maity

The evolution of legal datasets and the advent of large language models (LLMs) have significantly transformed the legal field, particularly in the generation of case judgment summaries. However, a critical concern arises…

Abstractive Text SummarizationDecision MakingFairness

Interactive Editing for Text Summarization

2023-06-05 · Yujia Xie, Xun Wang, Si-Qing Chen, Wayne Xiong 외

Summarizing lengthy documents is a common and essential task in our daily lives. Although recent advancements in neural summarization models can assist in crafting general-purpose summaries, human writers often have spec…

DecoderText Summarization