paper-with-me

Papers

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 unsupervised manner. SemAE uses dictionary learning to implicitly capture semantic information from the review and learns a latent representation of each sentence over semantic units. A semantic unit is supposed to capture an abstract semantic concept. Our extractive summarization algorithm leverages the representations to identify representative opinions among hundreds of reviews. SemAE is also able to perform controllable summarization to generate aspect-specific summaries. We report strong performance on SPACE and AMAZON datasets, and perform experiments to investigate the functioning of our model. Our code is publicly available at https://github.com/brcsomnath/SemAE.

📄 PDF Abstract BibTeX arXiv:2203.07921

Code (1)

brcsomnath/semae 공식 구현 pytorch

Tasks

Dictionary LearningExtractive SummarizationOpinion SummarizationSentence

Similar Papers 제목 키워드 기반

Attributable and Scalable Opinion Summarization

2023-05-19 · Tom Hosking, Hao Tang, Mirella Lapata

We propose a method for unsupervised opinion summarization that encodes sentences from customer reviews into a hierarchical discrete latent space, then identifies common opinions based on the frequency of their encodings…

Opinion SummarizationUnsupervised Opinion Summarization

Extractive Opinion Summarization in Quantized Transformer Spaces

2020-12-08 · Stefanos Angelidis, Reinald Kim Amplayo, Yoshihiko Suhara, Xiaolan Wang 외

We present the Quantized Transformer (QT), an unsupervised system for extractive opinion summarization. QT is inspired by Vector-Quantized Variational Autoencoders, which we repurpose for popularity-driven summarization.…

ClusteringExtract AspectOpinion Summarization

Hierarchical Indexing for Retrieval-Augmented Opinion Summarization

2024-03-01 · Tom Hosking, Hao Tang, Mirella Lapata

We propose a method for unsupervised abstractive opinion summarization, that combines the attributability and scalability of extractive approaches with the coherence and fluency of Large Language Models (LLMs). Our metho…

Opinion SummarizationRetrieval

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

Automatically Evaluating Opinion Prevalence in Opinion Summarization

2023-07-26 · Christopher Malon

When faced with a large number of product reviews, it is not clear that a human can remember all of them and weight opinions representatively to write a good reference summary. We propose an automatic metric to test the …

Opinion SummarizationUnsupervised Opinion Summarization