CLLGApr 30, 2020

Self-Supervised and Controlled Multi-Document Opinion Summarization

arXiv:2004.14754v2814 citations
AI Analysis

This addresses the problem of generating faithful summaries from multiple reviews for applications like e-commerce or social media analysis, though it appears incremental as it builds on existing neural and control approaches.

The paper tackles unsupervised abstractive summarization of user reviews by proposing a self-supervised method using individual documents as target summaries and control codes to reduce hallucinations, achieving superior quality and relevance in benchmarks against existing models.

We address the problem of unsupervised abstractive summarization of collections of user generated reviews with self-supervision and control. We propose a self-supervised setup that considers an individual document as a target summary for a set of similar documents. This setting makes training simpler than previous approaches by relying only on standard log-likelihood loss. We address the problem of hallucinations through the use of control codes, to steer the generation towards more coherent and relevant summaries.Finally, we extend the Transformer architecture to allow for multiple reviews as input. Our benchmarks on two datasets against graph-based and recent neural abstractive unsupervised models show that our proposed method generates summaries with a superior quality and relevance.This is confirmed in our human evaluation which focuses explicitly on the faithfulness of generated summaries We also provide an ablation study, which shows the importance of the control setup in controlling hallucinations and achieve high sentiment and topic alignment of the summaries with the input reviews.

Foundations

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

Your Notes