English

Personalized Abstractive Summarization by Tri-agent Generation Pipeline

Computation and Language 2024-03-05 v2

Abstract

Tailoring outputs from large language models, like ChatGPT, to implicit user preferences remains a challenge despite their impressive generative capabilities. In this paper, we propose a tri-agent generation pipeline comprising a generator, an instructor, and an editor to enhance output personalization. The generator produces an initial output, the instructor automatically generates editing instructions based on user preferences, and the editor refines the output to align with those preferences. The inference-only large language model (ChatGPT) serves as both the generator and editor, with a smaller model acting as the instructor to guide output generation. We train the instructor using editor-steered reinforcement learning, leveraging feedback from a large-scale editor model to optimize instruction generation. Experimental results on two abstractive summarization datasets demonstrate the effectiveness of our approach in generating outputs that better meet user expectations. Code is available at \url{https://github.com/Wendy-Xiao/chatgpt_editing_summ}

Keywords

Cite

@article{arxiv.2305.02483,
  title  = {Personalized Abstractive Summarization by Tri-agent Generation Pipeline},
  author = {Wen Xiao and Yujia Xie and Giuseppe Carenini and Pengcheng He},
  journal= {arXiv preprint arXiv:2305.02483},
  year   = {2024}
}

Comments

Accepted at EACL 2024 Findings

R2 v1 2026-06-28T10:25:09.605Z