paper-with-me

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. We are able to generate both abstractive summaries by decoding these frequent encodings, and extractive summaries by selecting the sentences assigned to the same frequent encodings. Our method is attributable, because the model identifies sentences used to generate the summary as part of the summarization process. It scales easily to many hundreds of input reviews, because aggregation is performed in the latent space rather than over long sequences of tokens. We also demonstrate that our appraoch enables a degree of control, generating aspect-specific summaries by restricting the model to parts of the encoding space that correspond to desired aspects (e.g., location or food). Automatic and human evaluation on two datasets from different domains demonstrates that our method generates summaries that are more informative than prior work and better grounded in the input reviews.

📄 PDF Abstract BibTeX arXiv:2305.11603

Code (1)

tomhosking/hercules 공식 구현 pytorch

Tasks

Opinion SummarizationUnsupervised Opinion Summarization

Similar Papers 제목 키워드 기반

MOSAIC: Modular Opinion Summarization using Aspect Identification and Clustering

2026-03-01 · Piyush Kumar Singh, Jayesh Choudhari arxiv

Reviews are central to how travelers evaluate products on online marketplaces, yet existing summarization research often emphasizes end-to-end quality while overlooking benchmark reliability and the practical utility of …

Distilling Opinions at Scale: Incremental Opinion Summarization using XL-OPSUMM

2024-06-16 · Sri Raghava Muddu, Rupasai Rangaraju, Tejpalsingh Siledar, Swaroop Nath 외

Opinion summarization in e-commerce encapsulates the collective views of numerous users about a product based on their reviews. Typically, a product on an e-commerce platform has thousands of reviews, each review compris…

8kOpinion Summarization

Polarity Calibration for Opinion Summarization

2024-04-02 · Yuanyuan Lei, Kaiqiang Song, Sangwoo Cho, Xiaoyang Wang 외

Opinion summarization is automatically generating summaries from a variety of subjective information, such as product reviews or political opinions. The challenge of opinions summarization lies in presenting divergent or…

ArticlesOpinion Summarization

Comparative Opinion Summarization via Collaborative Decoding

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Opinion summarization focuses on generating summaries that reflect popular opinions of multiple reviews for a single entity (e.g., a hotel or a product.) While generated summaries offer general and concise information ab…

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