paper-with-me

Papers

Personalized Abstractive Summarization by Tri-agent Generation Pipeline

2023-05-04 · Wen Xiao, Yujia Xie, Giuseppe Carenini, Pengcheng He

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}

📄 PDF Abstract BibTeX arXiv:2305.02483

Code (1)

wendy-xiao/chatgpt_editing_summ 공식 구현 pytorch

Tasks

Abstractive Text SummarizationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Cascade Approach to Neural Abstractive Summarization with Content Selection and Fusion

2020-10-08 · Asian Chapter of the Association for Computational Linguistics 2020 · Logan Lebanoff, Franck Dernoncourt, Doo Soon Kim, Walter Chang 외

We present an empirical study in favor of a cascade architecture to neural text summarization. Summarization practices vary widely but few other than news summarization can provide a sufficient amount of training data en…

Abstractive Text SummarizationNews SummarizationText GenerationText Summarization

Unsupervised Abstractive Dialogue Summarization for Tete-a-Tetes

2020-09-15 · Xinyuan Zhang, Ruiyi Zhang, Manzil Zaheer, Amr Ahmed

High-quality dialogue-summary paired data is expensive to produce and domain-sensitive, making abstractive dialogue summarization a challenging task. In this work, we propose the first unsupervised abstractive dialogue s…

Abstractive Dialogue Summarizationdialogue summarySentenceText Summarization

Unsupervised Semantic Abstractive Summarization

2018-07-01 · ACL 2018 7 · Shibhansh Dohare, Vivek Gupta, Harish Karnick

Automatic abstractive summary generation remains a significant open problem for natural language processing. In this work, we develop a novel pipeline for Semantic Abstractive Summarization (SAS). SAS, as introduced by L…

Abstractive Text SummarizationSentence Compression

TeSum: Human-Generated Abstractive Summarization Corpus for Telugu

2022-06-01 · LREC 2022 6 · Ashok Urlana, Nirmal Surange, Pavan Baswani, Priyanka Ravva 외

Expert human annotation for summarization is definitely an expensive task, and can not be done on huge scales. But with this work, we show that even with a crowd sourced summary generation approach, quality can be contro…

Abstractive Text Summarization

Abstractive Document Summarization with a Graph-Based Attentional Neural Model

2017-07-01 · ACL 2017 7 · Jiwei Tan, Xiaojun Wan, Jianguo Xiao

Abstractive summarization is the ultimate goal of document summarization research, but previously it is less investigated due to the immaturity of text generation techniques. Recently impressive progress has been made to…

Abstractive Text SummarizationDocument SummarizationImage CaptioningMachine Translation+4