paper-with-me

Papers

Selective Attention Based Graph Convolutional Networks for Aspect-Level Sentiment Classification

2019-10-24 · NAACL (TextGraphs) 2021 6 · Xiaochen Hou, Jing Huang, Guangtao Wang, Xiaodong He, BoWen Zhou

Aspect-level sentiment classification aims to identify the sentiment polarity towards a specific aspect term in a sentence. Most current approaches mainly consider the semantic information by utilizing attention mechanisms to capture the interactions between the context and the aspect term. In this paper, we propose to employ graph convolutional networks (GCNs) on the dependency tree to learn syntax-aware representations of aspect terms. GCNs often show the best performance with two layers, and deeper GCNs do not bring additional gain due to over-smoothing problem. However, in some cases, important context words cannot be reached within two hops on the dependency tree. Therefore we design a selective attention based GCN block (SA-GCN) to find the most important context words, and directly aggregate these information into the aspect-term representation. We conduct experiments on the SemEval 2014 Task 4 datasets. Our experimental results show that our model outperforms the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1910.10857

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationSentenceSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Selective Attention Encoders by Syntactic Graph Convolutional Networks for Document Summarization

2020-03-18 · Haiyang Xu, Yun Wang, Kun Han, Baochang Ma 외

Abstractive text summarization is a challenging task, and one need to design a mechanism to effectively extract salient information from the source text and then generate a summary. A parsing process of the source text c…

Abstractive Text SummarizationDocument SummarizationText Summarization

Graph Attention Network with Memory Fusion for Aspect-level Sentiment Analysis

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Li Yuan, Jin Wang, Liang-Chih Yu, Xuejie Zhang

Aspect-level sentiment analysis(ASC) predicts each specific aspect term{'}s sentiment polarity in a given text or review. Recent studies used attention-based methods that can effectively improve the performance of aspect…

Graph AttentionSentiment Analysis

Modeling Sentiment Dependencies with Graph Convolutional Networks for Aspect-level Sentiment Classification

2019-06-11 · Pinlong Zhaoa, Linlin Houb, Ou Wua

Aspect-level sentiment classification aims to distinguish the sentiment polarities over one or more aspect terms in a sentence. Existing approaches mostly model different aspects in one sentence independently, which igno…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentence+2

Aspect Based Sentiment Analysis with Gated Convolutional Networks

2018-05-18 · ACL 2018 7 · Wei Xue, Tao Li

Aspect based sentiment analysis (ABSA) can provide more detailed information than general sentiment analysis, because it aims to predict the sentiment polarities of the given aspects or entities in text. We summarize pre…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Category Sentiment AnalysisSentiment Analysis

Enhancing Long-Range Dependency with State Space Model and Kolmogorov-Arnold Networks for Aspect-Based Sentiment Analysis

2024-07-14 · Adamu Lawan, Juhua Pu, Haruna Yunusa, Aliyu Umar 외

Aspect-based Sentiment Analysis (ABSA) evaluates sentiments toward specific aspects of entities within the text. However, attention mechanisms and neural network models struggle with syntactic constraints. The quadratic …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Kolmogorov-Arnold NetworksMamba+1