paper-with-me

Papers

Improving Summarization with Human Edits

2023-10-09 · Zonghai Yao, Benjamin J Schloss, Sai P. Selvaraj

Recent work has shown the promise of learning with human feedback paradigms to produce human-determined high-quality text. Existing works use human feedback to train large language models (LLMs) in general domain abstractive summarization and have obtained summary quality exceeding traditional likelihood training. In this paper, we focus on a less explored form of human feedback -- Human Edits. We propose Sequence Alignment (un)Likelihood Training (SALT), a novel technique to use both the human-edited and model-generated data together in the training loop. In addition, we demonstrate simulating Human Edits with ground truth summaries coming from existing training data -- Imitation edits, along with the model-generated summaries obtained after the training, to reduce the need for expensive human-edit data. In our experiments, we extend human feedback exploration from general domain summarization to medical domain summarization. Our results demonstrate the effectiveness of SALT in improving the summary quality with Human and Imitation Edits. Through additional experiments, we show that SALT outperforms the conventional RLHF method (designed for human preferences) -- DPO, when applied to human-edit data. We hope the evidence in our paper prompts researchers to explore, collect, and better use different human feedback approaches scalably.

📄 PDF Abstract BibTeX arXiv:2310.05857

Code (2)

saiprabhakar/summarization_dpo_salt 공식 구현 pytorch
seasonyao/learnfromhumanedit 공식 구현 pytorch

Tasks

Abstractive Text Summarization

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

EditSum: A Retrieve-and-Edit Framework for Source Code Summarization

2023-08-26 · Jia Li, Yongmin Li, Ge Li, Xing Hu 외

Existing studies show that code summaries help developers understand and maintain source code. Unfortunately, these summaries are often missing or outdated in software projects. Code summarization aims to generate natura…

Code SummarizationInformativenessSource Code Summarization

Incremental Summarization for Customer Support via Progressive Note-Taking and Agent Feedback

2025-10-08 · Yisha Wu, Cen Mia Zhao, Yuanpei Cao, Xiaoqing Su 외 arxiv

We introduce an incremental summarization system for customer support agents that intelligently determines when to generate concise bullet notes during conversations, reducing agents' context-switching effort and redunda…

Updated Headline Generation: Creating Updated Summaries for Evolving News Stories

2022-05-01 · ACL 2022 5 · Sheena Panthaplackel, Adrian Benton, Mark Dredze

We propose the task of updated headline generation, in which a system generates a headline for an updated article, considering both the previous article and headline. The system must identify the novel information in the…

Headline Generation

SummExecEdit: A Factual Consistency Benchmark in Summarization with Executable Edits

2024-12-17 · Onkar Thorat, Philippe Laban, Chien-Sheng Wu

Detecting factual inconsistencies in summarization is critical, yet existing benchmarks lack the necessary challenge and interpretability for robust evaluation. In this paper, we introduce SummExecEdit, a novel benchmark…

MEDit-Bench: A Dataset for Evaluating Message-Driven Narrative Video Editing

2026-07-28 · Katsuya Ogata, Zongshang Pang, Mayu Otani, Yuta Nakashima arxiv

Video editing is fundamentally message-driven: even from the same source footage, the selected shots change depending on the narrative the editor wishes to convey. Benchmarks for a closely related task, video summarizati…

Video Summarization