Towards Generative Aspect-Based Sentiment Analysis
Published 1 January 2021Open access
Wenxuan Zhang, Xin Li, Yang Deng, Lidong Bing, Wai Lam
Citations183
Generate an AI Snapshot to get a quick, structured summary of this paper.
Study Snapshot
ObjectiveStudy objective
MethodsResearch methodology
PopulationPopulation studied
Sample sizeSample sizes
OutcomesStudy outcomes here
ResultsStudy results comes here
LimitationsResearch study limitations comes here
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
This paper proposes to tackle various ABSA tasks in a unified generative framework with two types of paradigms, namely annotation-style and extraction-style modeling, to enable the training process by formulating each ABSA task as a text generation problem.
Abstract
Wenxuan Zhang, Xin Li, Yang Deng, Lidong Bing, Wai Lam. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 2: Short Papers). 2021.
Keywords
Computer Science
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)MizAR 60 for Mizar 50
76,311 Citations2023Jakubův, Jan, Chvalovský, Karel +7 more
arXiv (Cornell University)Exploring the Limits of Transfer Learning with a Unified Text-to-Text\n Transformer
8,313 Citations2019Colin Raffel, Noam Shazeer +7 more
Encyclopedia of Machine Learning and Data MiningSentiment Analysis and Opinion Mining
3,319 Citations2017Lei Zhang, Bing Liu
Synthesis lectures on human language technologiesSentiment Analysis and Opinion Mining
3,241 Citations2012Bing Liu
This book is a comprehensive introductory and survey text that covers all important topics and the latest developments in the field with over 400 references and is suitable for students, researchers and practitioners who are interested in social media analysis in general and sentiment analysis in particular.
Attention-based LSTM for Aspect-level Sentiment Classification
2,344 Citations2016Yequan Wang, Minlie Huang +2 more
This paper reveals that the sentiment polarity of a sentence is not only determined by the content but is also highly related to the concerned aspect, and proposes an Attention-based Long Short-Term Memory Network for aspect-level sentiment classification.
SemEval-2014 Task 4: Aspect Based Sentiment Analysis
1,881 Citations2014Maria Pontiki, Dimitrios Galanis +4 more
SemEval2014 Task 4 aimed to foster research in the field of aspect-based sentiment analysis, where the goal is to identify the aspects of given target entities and the sentiment expressed for each aspect.
SemEval-2016 Task 5: Aspect Based Sentiment Analysis
1,224 Citations2016Maria Pontiki, Dimitrios Galanis +16 more
This paper describes the SemEval 2016 shared task on Aspect Based Sentiment Analysis (ABSA), a continuation of the respective tasks of 2014 and 2015, which attracted 245 submissions from 29 teams and provided 19 training and 20 testing datasets.
SemEval-2015 Task 12: Aspect Based Sentiment Analysis
1,152 Citations2015Maria Pontiki, Dimitrios Galanis +3 more
The task provided manually annotated reviews in three domains (restaurants, laptops and hotels), and a common evaluation procedure, to foster research beyond sentenceor text-level sentiment classification towards Aspect Based Sentiment Analysis.
Recurrent Attention Network on Memory for Aspect Sentiment Analysis
1,024 Citations2017Peng Chen, Zhongqian Sun +2 more
A novel framework based on neural networks to identify the sentiment of opinion targets in a comment/review that adopts multiple-attention mechanism to capture sentiment features separated by a long distance, so that it is more robust against irrelevant information.
Fine-grained Opinion Mining with Recurrent Neural Networks and Word Embeddings
497 Citations2015Pengfei Liu, Shafiq Joty +1 more
This work proposes a general class of discriminative models based on recurrent neural networks and word embeddings that can be successfully applied to fine-grained opinion mining tasks without any taskspecific feature engineering effort.
Proceedings of the AAAI Conference on Artificial IntelligenceCoupled Multi-Layer Attentions for Co-Extraction of Aspect and Opinion Terms
440 Citations2017Wenya Wang, Sinno Jialin Pan +2 more
A novel deep learning model, named coupled multi-layer attentions, where each layer consists of a couple of attentions with tensor operators that are learned interactively to dually propagate information between aspect terms and opinion terms.
Proceedings of the AAAI Conference on Artificial IntelligenceKnowing What, How and Why: A Near Complete Solution for Aspect-Based Sentiment Analysis
428 Citations2020Haiyun Peng, Lu Xu +4 more
This paper introduces a new subtask under ABSA, named aspect sentiment triplet extraction (ASTE), and proposes a two-stage framework to address this task, which outperforms a few strong baselines adapted from state-of-the-art related methods.
Exploiting BERT for End-to-End Aspect-based Sentiment Analysis
320 Citations2019Xin Li, Lidong Bing +2 more
This work builds a series of simple yet insightful neural baselines to deal with E2E-ABSA, and shows that even with a simple linear classification layer, the BERT-based architecture can outperform state-of-the-art works.
Proceedings of the AAAI Conference on Artificial IntelligenceA Unified Model for Opinion Target Extraction and Target Sentiment Prediction
301 Citations2019Xin Li, Lidong Bing +2 more
This paper aims to solve the complete task of target-based sentiment analysis in an end-to-end fashion, and presents a novel unified model which applies a unified tagging scheme.
A Challenge Dataset and Effective Models for Aspect-Based Sentiment Analysis
284 Citations2019Qingnan Jiang, Lei Chen +3 more
A new large-scale Multi-Aspect Multi-Sentiment (MAMS) dataset, in which each sentence contains at least two different aspects with different sentiment polarities, and proposes simple yet effective CapsNet and CapsNet-BERT models which combine the strengths of recent NLP advances.
Aspect Term Extraction with History Attention and Selective Transformation
282 Citations2018Xin Li, Lidong Bing +3 more
Experimental results over four benchmark datasets clearly demonstrate that the new framework for tackling ATE can outperform all state-of-the-art methods.
An Interactive Multi-Task Learning Network for End-to-End Aspect-Based Sentiment Analysis
272 Citations2019Ruidan He, Wee Sun Lee +2 more
An interactive multi-task learning network (IMN) is proposed which is able to jointly learn multiple related tasks simultaneously at both the token level as well as the document level and introduces a message passing architecture where information is iteratively passed to different tasks through a shared set of latent variables.
Position-Aware Tagging for Aspect Sentiment Triplet Extraction
265 Citations2020Lu Xu, Hao Li +2 more
This work proposes the first end-to-end model with a novel position-aware tagging scheme that is capable of jointly extracting the triplets and results show that jointly capturing elements in the triplet using this approach leads to improved performance over the existing approaches.
Convolution over Hierarchical Syntactic and Lexical Graphs for Aspect Level Sentiment Analysis
251 Citations2020Mi Zhang, Tieyun Qian
This work proposes a novel architecture which convolutes over hierarchical syntactic and lexical graphs, which employs a global lexical graph to encode the corpus level word co-occurrence information and designs a bi-level interactive graph convolution network to fully exploit these two graphs.
Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling
231 Citations2019Zhifang Fan, Zhen Wu +3 more
This paper proposes a novel sequence labeling subtask for ABSA named TOWE (Target-oriented Opinion Words Extraction), which aims at extracting the corresponding opinion words for a given opinion target through a target-fused sequence labeling neural network model.
Open-Domain Targeted Sentiment Analysis via Span-Based Extraction and Classification
222 Citations2019Minghao Hu, Yuxing Peng +3 more
This work proposes a span-based extract-then-classify framework, where multiple opinion targets are directly extracted from the sentence under the supervision of target span boundaries, and corresponding polarities are then classified using their span representations.
Proceedings of the AAAI Conference on Artificial IntelligenceA Joint Training Dual-MRC Framework for Aspect Based Sentiment Analysis
206 Citations2021Yue Mao, Yi Shen +2 more
This paper construct two machine reading comprehension (MRC) problems, and solve all subtasks by joint training two BERT-MRC models with parameters sharing, which significantly outperforms existing state-of-the-art methods.
Relation-Aware Collaborative Learning for Unified Aspect-Based Sentiment Analysis
188 Citations2020Zhuang Chen, Tieyun Qian
A Relation-Aware Collaborative Learning (RACL) framework is proposed which allows the subtasks to work coordinately via the multi-task learning and relation propagation mechanisms in a stacked multi-layer network.
Parameterized Convolutional Neural Networks for Aspect Level Sentiment Classification
184 Citations2018Binxuan Huang, Kathleen M. Carley
A novel parameterized convolutional neural network is introduced for aspect level sentiment classification using parameterized filters and parameterized gates to incorporate aspect information into convolutionAL neural networks (CNN).
SpanMlt: A Span-based Multi-Task Learning Framework for Pair-wise Aspect and Opinion Terms Extraction
175 Citations2020He Zhao, Longtao Huang +3 more
This paper proposes an end-to-end method to solve the task of Pair-wise Aspect and Opinion Terms Extraction (PAOTE), and treats the problem from a perspective of joint term and relation extraction rather than under the sequence tagging formulation performed in most prior works.
Proceedings of the AAAI Conference on Artificial IntelligenceTarget-Aspect-Sentiment Joint Detection for Aspect-Based Sentiment Analysis
168 Citations2020Hai Wan, Yufei Yang +4 more
The proposed method relies on a pre-trained language model and can capture the dependence on both targets and aspects for sentiment prediction and achieves a high performance in detecting target-aspect-sentiment triples even for the implicit target cases.
DOER: Dual Cross-Shared RNN for Aspect Term-Polarity Co-Extraction
150 Citations2019Huaishao Luo, Tianrui Li +2 more
This paper proposes a novel Dual crOss-sharEd RNN framework (DOER) to generate all aspect term-polarity pairs of the input sentence simultaneously and demonstrates that the proposed framework outperforms state-of-the-art baselines on three benchmark datasets.
Exploring Sequence-to-Sequence Learning in Aspect Term Extraction
143 Citations2019Dehong Ma, Sujian Li +3 more
To formalize ATE as a sequence-to-sequence (Seq2Seq) learning task where the source sequence and target sequence are composed of words and labels respectively, the proposed gated unit networks and position-aware attention mechanism are designed.
Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction
130 Citations2020Shaowei Chen, Jie Liu +3 more
This paper proposes Synchronous Double-channel Recurrent Network (SDRN) mainly consisting of an opinion entity extraction unit, a relation detection unit, and a synchronization unit to deal with Aspect-Opinion Pair Extraction (AOPE) task, which aims at extracting aspects and opinion expressions in pairs.
arXiv (Cornell University)Unsupervised Word and Dependency Path Embeddings for Aspect Term\n Extraction
82 Citations2016Yichun Yin, Furu Wei +4 more
Augmented Natural Language for Generative Sequence Labeling
54 Citations2020Ben Athiwaratkun, Cícero Nogueira dos Santos +2 more
A generative framework for joint sequence labeling and sentence-level classification that naturally incorporates label semantics and shares knowledge across tasks, performing well on few-shot, low-resource, and high-resource tasks.
Aspect Based Sentiment Analysis into the Wild
32 Citations2018Caroline Brun, Vassilina Nikoulina
This paper created a new manually annotated dataset of user generated data from the same domain as the training dataset, but from other sources and analyse the differences between the new and the standard ABSA dataset.
arXiv (Cornell University)A Joint Training Dual-MRC Framework for Aspect Based Sentiment Analysis
29 Citations2021Yue Mao, Yi Shen +2 more
