English
Related papers

Related papers: Position-Aware Tagging for Aspect Sentiment Triple…

200 papers

Aspect Sentiment Triplet Extraction (ASTE) is a thriving research area with impressive outcomes being achieved on high-resource languages. However, the application of cross-lingual transfer to the ASTE task has been relatively unexplored,…

Computation and Language · Computer Science 2025-01-27 Dongming Sheng , Kexin Han , Hao Li , Yan Zhang , Yucheng Huang , Jun Lang , Wenqiang Liu

Recent works on relational triple extraction have shown the superiority of jointly extracting entities and relations over the pipelined extraction manner. However, most existing joint models fail to balance the modeling of entity features…

Computation and Language · Computer Science 2022-05-04 Zhepei Wei , Yantao Jia , Yuan Tian , Mohammad Javad Hosseini , Sujian Li , Mark Steedman , Yi Chang

Structural bias has recently been exploited for aspect sentiment triplet extraction (ASTE) and led to improved performance. On the other hand, it is recognized that explicitly incorporating structural bias would have a negative impact on…

Computation and Language · Computer Science 2022-09-05 Chen Zhang , Lei Ren , Fang Ma , Jingang Wang , Wei Wu , Dawei Song

Sentiment analysis has transitioned from classifying the sentiment of an entire sentence to providing the contextual information of what targets exist in a sentence, what sentiment the individual targets have, and what the causal words…

Computation and Language · Computer Science 2021-03-11 A. Sutherland , S. Bensch , T. Hellström , S. Magg , S. Wermter

Sentiment analysis can be regarded as a relation extraction problem in which the sentiment of some opinion holder towards a certain aspect of a product, theme or event needs to be extracted. We present a novel neural architecture for…

Computation and Language · Computer Science 2017-09-20 Soufian Jebbara , Philipp Cimiano

Extracting entities and relations is an essential task of information extraction. Triplets extracted from a sentence might overlap with each other. Previous methods either did not address the overlapping issues or solved overlapping issues…

Computation and Language · Computer Science 2023-04-07 Hao Zhang

Extracting entity pairs along with relation types from unstructured texts is a fundamental subtask of information extraction. Most existing joint models rely on fine-grained labeling scheme or focus on shared embedding parameters. These…

Artificial Intelligence · Computer Science 2020-10-16 Bin-Bin Zhao , Liang Li , Hui-Dong Zhang

Joint extraction of entities and relations is an important task in information extraction. To tackle this problem, we firstly propose a novel tagging scheme that can convert the joint extraction task to a tagging problem. Then, based on our…

Computation and Language · Computer Science 2017-06-19 Suncong Zheng , Feng Wang , Hongyun Bao , Yuexing Hao , Peng Zhou , Bo Xu

Compliments and concerns in reviews are valuable for understanding users' shopping interests and their opinions with respect to specific aspects of certain items. Existing review-based recommenders favor large and complex language encoders…

Information Retrieval · Computer Science 2021-09-10 Zeyu Li , Wei Cheng , Reema Kshetramade , John Houser , Haifeng Chen , Wei Wang

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task which aims to extract the aspects from sentences and identify their corresponding sentiments. Aspect term extraction (ATE) is the crucial step for ABSA. Due to…

Computation and Language · Computer Science 2022-02-01 Xiang Chen , Xiaojun Wan

Joint extraction of entities and relations aims to detect entity pairs along with their relations using a single model. Prior work typically solves this task in the extract-then-classify or unified labeling manner. However, these methods…

Computation and Language · Computer Science 2020-02-20 Bowen Yu , Zhenyu Zhang , Xiaobo Shu , Yubin Wang , Tingwen Liu , Bin Wang , Sujian Li

Aspect based sentiment analysis (ABSA) deals with the identification of the sentiment polarity of a review sentence towards a given aspect. Deep Learning sequential models like RNN, LSTM, and GRU are current state-of-the-art methods for…

Computation and Language · Computer Science 2022-08-05 Ashish Kumar , Vasundhra Dahiya , Aditi Sharan

Aspect based sentiment analysis (ABSA) involves three fundamental subtasks: aspect term extraction, opinion term extraction, and aspect-level sentiment classification. Early works only focused on solving one of these subtasks individually.…

Computation and Language · Computer Science 2021-04-08 Yue Mao , Yi Shen , Chao Yu , Longjun Cai

Existing aspect based sentiment analysis (ABSA) approaches leverage various neural network models to extract the aspect sentiments via learning aspect-specific feature representations. However, these approaches heavily rely on manual…

Computation and Language · Computer Science 2020-03-24 Yao Qiang , Xin Li , Dongxiao Zhu

Tagging based relational triple extraction methods are attracting growing research attention recently. However, most of these methods take a unidirectional extraction framework that first extracts all subjects and then extracts objects and…

Computation and Language · Computer Science 2022-01-06 Feiliang Ren , Longhui Zhang , Xiaofeng Zhao , Shujuan Yin , Shilei Liu , Bochao Li

The increasing volume of online reviews has made possible the development of sentiment analysis models for determining the opinion of customers regarding different products and services. Until now, sentiment analysis has proven to be an…

Computation and Language · Computer Science 2023-08-01 Elena-Simona Apostol , Alin-Georgian Pisică , Ciprian-Octavian Truică

Aspect-based sentiment analysis (ABSA), a popular research area in NLP has two distinct parts -- aspect extraction (AE) and labeling the aspects with sentiment polarity (ALSA). Although distinct, these two tasks are highly correlated. The…

Computation and Language · Computer Science 2020-05-15 Navonil Majumder , Rishabh Bhardwaj , Soujanya Poria , Amir Zadeh , Alexander Gelbukh , Amir Hussain , Louis-Philippe Morency

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

Previous works of negation understanding mainly focus on negation cue detection and scope resolution, without identifying negation subject which is also significant to the downstream tasks. In this paper, we propose a new negation triplet…

Computation and Language · Computer Science 2024-04-16 Yuchen Shi , Deqing Yang , Jingping Liu , Yanghua Xiao , Zongyu Wang , Huimin Xu

Aspect-based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task which involves four elements from user-generated texts: aspect term, aspect category, opinion term, and sentiment polarity. Most computational approaches focus…