| Challenge: | Existing review summarization systems generate summary only based on review content and neglect the authors’ attributes (e.g., gender, age, and occupation). |
| Approach: | They propose an Attribute-aware Sequence Network (ASN) to take the aforementioned users’ characteristics into account by encoding their attributes over the words. |
| Outcome: | The proposed model outperforms existing systems on tripAtt and human evaluation by taking the authors' attributes into account and incorporating attribute embedding and word-using habits into word prediction. |
Similar Papers
Towards Opinion Summarization of Customer Reviews (P18-3)
Copied to clipboard
| Challenge: | Existing methods to summarize text are limited to small, homogeneous datasets . authors outline future directions to solve these problems . |
| Approach: | They propose to use neural networks to generate summaries of user-generated travel reviews . they aim to take into account shifting opinions over time and address these issues . |
| Outcome: | The proposed method will make it easier for users of review sites to make more informed decisions. |
Aspect-Controllable Opinion Summarization (2021.emnlp-main)
Copied to clipboard
| Challenge: | Recent work on opinion summarization produces general summaries based on reviews and popularity of opinions expressed in them. |
| Approach: | They propose an approach that generates customized opinion summaries based on aspect queries. |
| Outcome: | The proposed model outperforms the current state of the art and generates personalized summaries by controlling the number of aspects discussed in them. |
Aspect and Sentiment Aware Abstractive Review Summarization (C18-1)
Copied to clipboard
| Challenge: | Abstractive summarization is a task that generates short and concise summaries of user generated reviews. |
| Approach: | They propose an interactive attention mechanism to learn the representations of context and aspect words within reviews, acted as an encoder. |
| Outcome: | The proposed model achieves impressive results compared to other strong competitors on a real-life dataset. |
Unsupervised Aspect-Based Multi-Document Abstractive Summarization (D19-54)
Copied to clipboard
| Challenge: | Existing methods for opinion summarization are expensive and do not deal with contradictory statements. |
| Approach: | They propose an unsupervised abstractive summarization neural system that generates short summaries of reviews in a vector space. |
| Outcome: | The proposed system can generate short summaries of user-generated reviews in a short paragraph, while nobody reads all reviews. |
Unsupervised Opinion Summarization as Copycat-Review Generation (2020.acl-main)
Copied to clipboard
| Challenge: | Recent work on opinion summarization has focused on extracting fragments from reviews, but we use novel sentences to generate abstractive summaries. |
| Approach: | They propose an abstractive summarizer which does not use summaries in training and is trained end-to-end on a large collection of reviews. |
| Outcome: | The proposed model produces fluent and coherent summaries reflecting consensus opinions on Amazon and Yelp reviews. |
Pre-trained Personalized Review Summarization with Effective Salience Estimation (2023.findings-acl)
Copied to clipboard
| Challenge: | Pretrained language models (PLMs) are a new paradigm in text generation for the strong ability of natural language comprehension. |
| Approach: | They propose a pre-trained personalized review summarization method that incorporates personalized information into the salience estimation of input reviews. |
| Outcome: | The proposed method performs better than the state-of-the-art methods on real-world datasets. |
Making the Best Use of Review Summary for Sentiment Analysis (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for sentiment analysis of user reviews are limited to a few examples. |
| Approach: | They propose a hierarchically-refined attention model that exploits the sentimental distribution of a review and its corresponding summary. |
| Outcome: | The proposed model can make better use of user-written summaries for review sentiment analysis and is more effective compared to existing methods when the user summary is replaced with summary generated by an automatic summarization system. |
Informative and Controllable Opinion Summarization (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing methods for opinion summarization use a two-stage extractive and abstractive approach to generate summaries for reviews of a specific target. |
| Approach: | They propose a framework for opinion summarization that condenses all input reviews into multiple dense vectors which serve as input to an abstractive model. |
| Outcome: | The proposed framework produces more informative summaries and allows to take user preferences into account using a zero-shot customization technique. |
Aspect-aware Unsupervised Extractive Opinion Summarization (2023.findings-acl)
Copied to clipboard
| Challenge: | Extractive opinion summarization extracts sentences from reviews to represent the prevalent opinions about a product or service. |
| Approach: | They propose a method for unsupervised extractive opinion summarization that automatically identifies the aspects described in review sentences and extracts sentences based on their aspects. |
| Outcome: | The proposed method improves aspect coverage and performs well on multiple opinion summarization datasets. |
An Editorial Network for Enhanced Document Summarization (D19-54)
Copied to clipboard
| Challenge: | Existing extractive and abstractive summarization methods are less fluent, coherent and readable, whereas extractive methods are sensitive to vocabulary size, making them more difficult to train and generalize. |
| Approach: | They propose an approach which uses a combination of extractive and abstractive methods to combine a given sequence of sentences into a short version. |
| Outcome: | The proposed method is compared with state-of-the-art methods using extractive-only or abstractive- only baselines. |