paper-with-me

Papers

Few-Shot Learning for Opinion Summarization

2020-04-30 · EMNLP 2020 11 · Arthur Bražinskas, Mirella Lapata, Ivan Titov

Opinion summarization is the automatic creation of text reflecting subjective information expressed in multiple documents, such as user reviews of a product. The task is practically important and has attracted a lot of attention. However, due to the high cost of summary production, datasets large enough for training supervised models are lacking. Instead, the task has been traditionally approached with extractive methods that learn to select text fragments in an unsupervised or weakly-supervised way. Recently, it has been shown that abstractive summaries, potentially more fluent and better at reflecting conflicting information, can also be produced in an unsupervised fashion. However, these models, not being exposed to actual summaries, fail to capture their essential properties. In this work, we show that even a handful of summaries is sufficient to bootstrap generation of the summary text with all expected properties, such as writing style, informativeness, fluency, and sentiment preservation. We start by training a conditional Transformer language model to generate a new product review given other available reviews of the product. The model is also conditioned on review properties that are directly related to summaries; the properties are derived from reviews with no manual effort. In the second stage, we fine-tune a plug-in module that learns to predict property values on a handful of summaries. This lets us switch the generator to the summarization mode. We show on Amazon and Yelp datasets that our approach substantially outperforms previous extractive and abstractive methods in automatic and human evaluation.

📄 PDF Abstract BibTeX arXiv:2004.14884

Code (1)

abrazinskas/FewSum 공식 구현

Tasks

Few-Shot LearningInformativenessLanguage ModellingOpinion Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

OpineSum: Entailment-based self-training for abstractive opinion summarization

2022-12-21 · Annie Louis, Joshua Maynez

A typical product or place often has hundreds of reviews, and summarization of these texts is an important and challenging problem. Recent progress on abstractive summarization in domains such as news has been driven by …

Abstractive Text SummarizationArticlesFew-Shot LearningNatural Language Inference+1

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

Beyond Opinion Mining: Summarizing Opinions of Customer Reviews

2022-06-03 · Reinald Kim Amplayo, Arthur Bražinskas, Yoshi Suhara, Xiaolan Wang 외

Customer reviews are vital for making purchasing decisions in the Information Age. Such reviews can be automatically summarized to provide the user with an overview of opinions. In this tutorial, we present various aspec…

Opinion MiningOpinion SummarizationText GenerationVariational Inference

Informative and Controllable Opinion Summarization

2019-09-05 · EACL 2021 2 · Reinald Kim Amplayo, Mirella Lapata

Opinion summarization is the task of automatically generating summaries for a set of reviews about a specific target (e.g., a movie or a product). Since the number of reviews for each target can be prohibitively large, n…

Opinion 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