paper-with-me

Papers

Unsupervised Opinion Summarization with Content Planning

2020-12-14 · Reinald Kim Amplayo, Stefanos Angelidis, Mirella Lapata

The recent success of deep learning techniques for abstractive summarization is predicated on the availability of large-scale datasets. When summarizing reviews (e.g., for products or movies), such training data is neither available nor can be easily sourced, motivating the development of methods which rely on synthetic datasets for supervised training. We show that explicitly incorporating content planning in a summarization model not only yields output of higher quality, but also allows the creation of synthetic datasets which are more natural, resembling real world document-summary pairs. Our content plans take the form of aspect and sentiment distributions which we induce from data without access to expensive annotations. Synthetic datasets are created by sampling pseudo-reviews from a Dirichlet distribution parametrized by our content planner, while our model generates summaries based on input reviews and induced content plans. Experimental results on three domains show that our approach outperforms competitive models in generating informative, coherent, and fluent summaries that capture opinion consensus.

📄 PDF Abstract BibTeX arXiv:2012.07808

Code (1)

rktamplayo/PlanSum 공식 구현 pytorch

Tasks

Abstractive Text SummarizationOpinion SummarizationUnsupervised Opinion Summarization

Similar Papers 제목 키워드 기반

Unsupervised Abstractive Opinion Summarization by Generating Sentences with Tree-Structured Topic Guidance

2021-06-15 · Masaru Isonuma, Junichiro Mori, Danushka Bollegala, Ichiro Sakata

This paper presents a novel unsupervised abstractive summarization method for opinionated texts. While the basic variational autoencoder-based models assume a unimodal Gaussian prior for the latent code of sentences, we …

Abstractive Text SummarizationOpinion SummarizationSentence

Simple Yet Effective Synthetic Dataset Construction for Unsupervised Opinion Summarization

2023-03-21 · Ming Shen, Jie Ma, Shuai Wang, Yogarshi Vyas 외

Opinion summarization provides an important solution for summarizing opinions expressed among a large number of reviews. However, generating aspect-specific and general summaries is challenging due to the lack of annotat…

Natural Language InferenceOpinion SummarizationUnsupervised Opinion Summarization

Unsupervised Aspect-Based Multi-Document Abstractive Summarization

2019-11-01 · WS 2019 11 · Maximin Coavoux, Hady Elsahar, Matthias Gall{\'e}

User-generated reviews of products or services provide valuable information to customers. However, it is often impossible to read each of the potentially thousands of reviews: it would therefore save valuable time to pro…

Abstractive Text SummarizationClusteringDocument SummarizationLanguage Modeling+3

Unsupervised Extractive Opinion Summarization Using Sparse Coding

2022-03-15 · ACL 2022 5 · Somnath Basu Roy Chowdhury, Chao Zhao, Snigdha Chaturvedi

Opinion summarization is the task of automatically generating summaries that encapsulate information from multiple user reviews. We present Semantic Autoencoder (SemAE) to perform extractive opinion summarization in an u…

Dictionary LearningExtractive SummarizationOpinion SummarizationSentence

Unsupervised Opinion Summarization Using Approximate Geodesics

2022-09-15 · Somnath Basu Roy Chowdhury, Nicholas Monath, Avinava Dubey, Amr Ahmed 외

Opinion summarization is the task of creating summaries capturing popular opinions from user reviews. In this paper, we introduce Geodesic Summarizer (GeoSumm), a novel system to perform unsupervised extractive opinion s…

DecoderDictionary LearningOpinion SummarizationRepresentation Learning+1