English
Related papers

Related papers: Solving Aspect Category Sentiment Analysis as a Te…

200 papers

In this work, we propose a new model for aspect-based sentiment analysis. In contrast to previous approaches, we jointly model the detection of aspects and the classification of their polarity in an end-to-end trainable neural network. We…

Computation and Language · Computer Science 2018-08-29 Martin Schmitt , Simon Steinheber , Konrad Schreiber , Benjamin Roth

Multi-label few-shot aspect category detection aims at identifying multiple aspect categories from sentences with a limited number of training instances. The representation of sentences and categories is a key issue in this task. Most of…

Computation and Language · Computer Science 2024-07-31 ChaoFeng Guan , YaoHui Zhu , Yu Bai , LingYun Wang

Aspect-category sentiment analysis provides granular insights by identifying specific themes within product reviews that are associated with particular opinions. Supervised learning approaches dominate the field. However, data is scarce and…

Computation and Language · Computer Science 2025-08-26 Filippos Ventirozos , Peter Appleby , Matthew Shardlow

Assigning a positive or negative score to a word out of context (i.e. a word's prior polarity) is a challenging task for sentiment analysis. In the literature, various approaches based on SentiWordNet have been proposed. In this paper, we…

Computation and Language · Computer Science 2013-09-24 Marco Guerini , Lorenzo Gatti , Marco Turchi

Aspect-based sentiment analysis(ABSA) is a textual analysis methodology that defines the polarity of opinions on certain aspects related to specific targets. The majority of research on ABSA is in English, with a small amount of work…

Computation and Language · Computer Science 2023-03-13 Mohammed M. Abdelgwad , Taysir Hassan A Soliman , Ahmed I. Taloba

Aspect Term Extraction (ATE), a key sub-task in Aspect-Based Sentiment Analysis, aims to extract explicit aspect expressions from online user reviews. We present a new framework for tackling ATE. It can exploit two useful clues, namely…

Computation and Language · Computer Science 2018-05-03 Xin Li , Lidong Bing , Piji Li , Wai Lam , Zhimou Yang

Aspect-based sentiment analysis is a method in natural language processing aimed at identifying and understanding sentiments related to specific aspects of an entity. Aspects are words or phrases that represent an aspect or attribute of a…

Computation and Language · Computer Science 2023-11-06 Randy Zakya Suchrady , Ayu Purwarianti

Aspect Term Extraction (ATE) identifies opinionated aspect terms in texts and is one of the tasks in the SemEval Aspect Based Sentiment Analysis (ABSA) contest. The small amount of available datasets for supervised ATE and the costly human…

Computation and Language · Computer Science 2017-09-18 Athanasios Giannakopoulos , Claudiu Musat , Andreea Hossmann , Michael Baeriswyl

Aspect-based sentiment classification (ASC) aims to judge the sentiment polarity conveyed by the given aspect term in a sentence. The sentiment polarity is not only determined by the local context but also related to the words far away from…

Computation and Language · Computer Science 2025-02-11 Hao Niu , Yun Xiong , Xiaosu Wang , Philip S. Yu

Sentiment analysis is a common task in natural language processing that aims to detect polarity of a text document (typically a consumer review). In the simplest settings, we discriminate only between positive and negative sentiment,…

Computation and Language · Computer Science 2015-05-28 Grégoire Mesnil , Tomas Mikolov , Marc'Aurelio Ranzato , Yoshua Bengio

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task that aims to align aspects and corresponding sentiments for aspect-specific sentiment polarity inference. It is challenging because a sentence may contain…

Computation and Language · Computer Science 2022-07-18 Shuo Liang , Wei Wei , Xian-Ling Mao , Fei Wang , Zhiyong He

In this paper, we investigate the modeling power of contextualized embeddings from pre-trained language models, e.g. BERT, on the E2E-ABSA task. Specifically, we build a series of simple yet insightful neural baselines to deal with…

Computation and Language · Computer Science 2019-10-07 Xin Li , Lidong Bing , Wenxuan Zhang , Wai Lam

In the field of natural language processing, sentiment analysis via deep learning has a excellent performance by using large labeled datasets. Meanwhile, labeled data are insufficient in many sentiment analysis, and obtaining these data is…

Computation and Language · Computer Science 2022-05-17 Pengfei Zhang , Tingting Chai , Yongdong Xu

Aspect-based Sentiment Analysis (ABSA) aims to determine the sentiment polarity towards an aspect. Because of the expensive and limited labelled data, the pretraining strategy has become the de-facto standard for ABSA. However, there always…

Computation and Language · Computer Science 2023-06-27 Juhua Liu , Qihuang Zhong , Liang Ding , Hua Jin , Bo Du , Dacheng Tao

In aspect-based sentiment analysis, most existing methods either focus on aspect/opinion terms extraction or aspect terms categorization. However, each task by itself only provides partial information to end users. To generate more detailed…

Computation and Language · Computer Science 2017-07-03 Wenya Wang , Sinno Jialin Pan , Daniel Dahlmeier

The aspect-based sentiment analysis (ABSA) task remains to be a long-standing challenge, which aims to extract the aspect term and then identify its sentiment orientation.In previous approaches, the explicit syntactic structure of a…

Computation and Language · Computer Science 2020-04-07 Yunlong Liang , Fandong Meng , Jinchao Zhang , Jinan Xu , Yufeng Chen , Jie Zhou

Aspect-based sentiment analysis predicts sentiment polarity with fine granularity. While graph convolutional networks (GCNs) are widely utilized for sentimental feature extraction, their naive application for syntactic feature extraction…

Computation and Language · Computer Science 2024-09-10 Chen Li , Huidong Tang , Jinli Zhang , Xiujing Guo , Debo Cheng , Yasuhiko Morimoto

Aspect-based sentiment analysis (ABSA) aims to predict the sentiment towards a specific aspect in the text. However, existing ABSA test sets cannot be used to probe whether a model can distinguish the sentiment of the target aspect from the…

Computation and Language · Computer Science 2020-10-29 Xiaoyu Xing , Zhijing Jin , Di Jin , Bingning Wang , Qi Zhang , Xuanjing Huang

Aspect based Sentiment Analysis is a major subarea of sentiment analysis. Many supervised and unsupervised approaches have been proposed in the past for detecting and analyzing the sentiment of aspect terms. In this paper, a graph-based…

Computation and Language · Computer Science 2020-03-12 Gunjan Ansari , Chandni Saxena , Tanvir Ahmad , M. N. Doja

Aspect-based sentiment analysis produces a list of aspect terms and their corresponding sentiments for a natural language sentence. This task is usually done in a pipeline manner, with aspect term extraction performed first, followed by…

Computation and Language · Computer Science 2019-06-18 Ruidan He , Wee Sun Lee , Hwee Tou Ng , Daniel Dahlmeier