CLMay 5, 2020

OpinionDigest: A Simple Framework for Opinion Summarization

arXiv:2005.01901v11011 citations
AI Analysis

This addresses the problem of generating tailored opinion summaries for users in domains like reviews, though it is incremental as it builds on existing methods like aspect-based sentiment analysis and Transformers.

The paper tackled opinion summarization without gold-standard training data by extracting and merging opinion phrases from reviews, then verbalizing them into summaries, achieving outperformance over baselines in automatic evaluation on Yelp data and positive human assessments for informativeness and customization.

We present OpinionDigest, an abstractive opinion summarization framework, which does not rely on gold-standard summaries for training. The framework uses an Aspect-based Sentiment Analysis model to extract opinion phrases from reviews, and trains a Transformer model to reconstruct the original reviews from these extractions. At summarization time, we merge extractions from multiple reviews and select the most popular ones. The selected opinions are used as input to the trained Transformer model, which verbalizes them into an opinion summary. OpinionDigest can also generate customized summaries, tailored to specific user needs, by filtering the selected opinions according to their aspect and/or sentiment. Automatic evaluation on Yelp data shows that our framework outperforms competitive baselines. Human studies on two corpora verify that OpinionDigest produces informative summaries and shows promising customization capabilities.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes