paper-with-me

Papers

Enhanced Multi-Channel Graph Convolutional Network for Aspect Sentiment Triplet Extraction

2022-05-01 · ACL 2022 5 · Hao Chen, Zepeng Zhai, Fangxiang Feng, Ruifan Li, Xiaojie Wang

Aspect Sentiment Triplet Extraction (ASTE) is an emerging sentiment analysis task. Most of the existing studies focus on devising a new tagging scheme that enables the model to extract the sentiment triplets in an end-to-end fashion. However, these methods ignore the relations between words for ASTE task. In this paper, we propose an Enhanced Multi-Channel Graph Convolutional Network model (EMC-GCN) to fully utilize the relations between words. Specifically, we first define ten types of relations for ASTE task, and then adopt a biaffine attention module to embed these relations as an adjacent tensor between words in a sentence. After that, our EMC-GCN transforms the sentence into a multi-channel graph by treating words and the relation adjacent tensor as nodes and edges, respectively. Thus, relation-aware node representations can be learnt. Furthermore, we consider diverse linguistic features to enhance our EMC-GCN model. Finally, we design an effective refining strategy on EMC-GCN for word-pair representation refinement, which considers the implicit results of aspect and opinion extraction when determining whether word pairs match or not. Extensive experimental results on the benchmark datasets demonstrate that the effectiveness and robustness of our proposed model, which outperforms state-of-the-art methods significantly.

📄 PDF Abstract BibTeX

Code (1)

ccchenhao997/emcgcn-aste 공식 구현 pytorch

Tasks

Aspect Sentiment Triplet ExtractionRelationSentenceSentiment AnalysisTriplet

Similar Papers 제목 키워드 기반

Dynamic and Multi-Channel Graph Convolutional Networks for Aspect-Based Sentiment Analysis

2021-08-01 · Findings (ACL) 2021 8 · Shiguan Pang, Yun Xue, Zehao Yan, Weihao Huang 외
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Isomer: Transfer enhanced Dual-Channel Heterogeneous Dependency Attention Network for Aspect-based Sentiment Classification

2021-11-21 · Yukun Cao, Yijia Tang, Ziyue Wei, ChengKun Jin 외

Aspect-based sentiment classification aims to predict the sentiment polarity of a specific aspect in a sentence. However, most existing methods attempt to construct dependency relations into a homogeneous dependency grap…

SentenceSentiment AnalysisSentiment Classification

SSEGCN: Syntactic and Semantic Enhanced Graph Convolutional Network for Aspect-based Sentiment Analysis

2022-07-01 · NAACL 2022 7 · Zheng Zhang, Zili Zhou, Yanna Wang

Aspect-based Sentiment Analysis (ABSA) aims to predict the sentiment polarity towards a particular aspect in a sentence. Recently, graph neural networks based on dependency tree convey rich structural information which i…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Dependency Graph Enhanced Dual-transformer Structure for Aspect-based Sentiment Classification

2020-07-01 · ACL 2020 6 · Hao Tang, Donghong Ji, Chenliang Li, Qiji Zhou

Aspect-based sentiment classification is a popular task aimed at identifying the corresponding emotion of a specific aspect. One sentence may contain various sentiments for different aspects. Many sophisticated methods s…

General ClassificationRepresentation LearningSentenceSentiment Analysis+1

Multi-View Attention Syntactic Enhanced Graph Convolutional Network for Aspect-based Sentiment Analysis

2025-01-27 · Xiang Huang, Hao Peng, Shuo Sun, Zhifeng Hao 외

Aspect-based Sentiment Analysis (ABSA) is the task aimed at predicting the sentiment polarity of aspect words within sentences. Recently, incorporating graph neural networks (GNNs) to capture additional syntactic structu…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Dependency ParsingSentiment Analysis