CLAILGOct 9, 2023

Improving Summarization with Human Edits

arXiv:2310.05857v3138 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable and effective human feedback for summarization, particularly in specialized domains like medicine, though it is incremental by extending existing feedback paradigms.

The paper tackled improving summarization by using human edits as feedback, proposing SALT to incorporate both human-edited and model-generated data, and showed it outperforms DPO with concrete gains in summary quality across general and medical domains.

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.

Code Implementations2 repos
Foundations

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

Your Notes