paper-with-me

홈 › Papers

Efficient and Interpretable Compressive Text Summarisation with Unsupervised Dual-Agent Reinforcement Learning

2023-06-06 · Peggy Tang, Junbin Gao, Lei Zhang, Zhiyong Wang

Recently, compressive text summarisation offers a balance between the conciseness issue of extractive summarisation and the factual hallucination issue of abstractive summarisation. However, most existing compressive summarisation methods are supervised, relying on the expensive effort of creating a new training dataset with corresponding compressive summaries. In this paper, we propose an efficient and interpretable compressive summarisation method that utilises unsupervised dual-agent reinforcement learning to optimise a summary's semantic coverage and fluency by simulating human judgment on summarisation quality. Our model consists of an extractor agent and a compressor agent, and both agents have a multi-head attentional pointer-based structure. The extractor agent first chooses salient sentences from a document, and then the compressor agent compresses these extracted sentences by selecting salient words to form a summary without using reference summaries to compute the summary reward. To our best knowledge, this is the first work on unsupervised compressive summarisation. Experimental results on three widely used datasets (e.g., Newsroom, CNN/DM, and XSum) show that our model achieves promising performance and a significant improvement on Newsroom in terms of the ROUGE metric, as well as interpretability of semantic coverage of summarisation results.

📄 PDF Abstract BibTeX arXiv:2306.03415

Code (1)

peggypytang/urlcomsum 공식 구현 pytorch

Tasks

Hallucinationreinforcement-learning

Similar Papers 제목 키워드 기반

Unsupervised Compressive Text Summarisation with Reinforcement Learning

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Recently, compressive text summarisation offers a balance between the conciseness issue of extractive summarisation and the factual hallucination issue of abstractive summarisation. However, most existing compressive sum…

Hallucinationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Automatic Speech Summarisation: A Scoping Review

2020-08-27 · Dana Rezazadegan, Shlomo Berkovsky, Juan C. Quiroz, A. Baki Kocaballi 외

Speech summarisation techniques take human speech as input and then output an abridged version as text or speech. Speech summarisation has applications in many domains from information technology to health care, for exam…

Language ModellingSentenceSentence Compression

DaNewsroom: A Large-scale Danish Summarisation Dataset

2020-05-01 · LREC 2020 5 · Daniel Varab, Natalie Schluter

Dataset development for automatic summarisation systems is notoriously English-oriented. In this paper we present the first large-scale non-English language dataset specifically curated for automatic summarisation. The d…

Abstractive Text SummarizationArticles

Unsupervised Opinion Summarisation in the Wasserstein Space

2022-11-27 · Jiayu Song, Iman Munire Bilal, Adam Tsakalidis, Rob Procter 외

Opinion summarisation synthesises opinions expressed in a group of documents discussing the same topic to produce a single summary. Recent work has looked at opinion summarisation of clusters of social media posts. Such …

Abstractive Text SummarizationDecoder

Extractive text summarisation of Privacy Policy documents using machine learning approaches

2024-04-09 · Chanwoo Choi

This work demonstrates two Privacy Policy (PP) summarisation models based on two different clustering algorithms: K-means clustering and Pre-determined Centroid (PDC) clustering. K-means is decided to be used for the fir…

ClusteringSentence