paper-with-me

Papers

Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks

2019-09-08 · IJCNLP 2019 11 · Chen Zhang, Qiuchi Li, Dawei Song

Due to their inherent capability in semantic alignment of aspects and their context words, attention mechanism and Convolutional Neural Networks (CNNs) are widely applied for aspect-based sentiment classification. However, these models lack a mechanism to account for relevant syntactical constraints and long-range word dependencies, and hence may mistakenly recognize syntactically irrelevant contextual words as clues for judging aspect sentiment. To tackle this problem, we propose to build a Graph Convolutional Network (GCN) over the dependency tree of a sentence to exploit syntactical information and word dependencies. Based on it, a novel aspect-specific sentiment classification framework is raised. Experiments on three benchmarking collections illustrate that our proposed model has comparable effectiveness to a range of state-of-the-art models, and further demonstrate that both syntactical information and long-range word dependencies are properly captured by the graph convolution structure.

📄 PDF Abstract BibTeX arXiv:1909.03477

Code (2)

GeneZC/ASGCN 공식 구현 pytorch
mindspore-courses/ABSA-MindSpore mindspore

Tasks

BenchmarkingClassificationGeneral ClassificationSentenceSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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 Sentiment Classification with Document-level Sentiment Preference Modeling

2020-07-01 · ACL 2020 6 · Xiao Chen, Changlong Sun, Jingjing Wang, Shoushan Li 외

In the literature, existing studies always consider Aspect Sentiment Classification (ASC) as an independent sentence-level classification problem aspect by aspect, which largely ignore the document-level sentiment prefer…

ClassificationGeneral ClassificationGraph AttentionSentence+2

Composition-based Heterogeneous Graph Multi-channel Attention Network for Multi-aspect Multi-sentiment Classification

2022-10-01 · COLING 2022 10 · Hao Niu, Yun Xiong, Jian Gao, Zhongchen Miao 외

Aspect-based sentiment analysis (ABSA) has drawn more and more attention because of its extensive applications. However, towards the sentence carried with more than one aspect, most existing works generate an aspect-spec…

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

Knowledge Graph Enhanced Aspect-Level Sentiment Analysis

2023-12-02 · Kavita Sharma, Ritu Patel, Sunita Iyer

In this paper, we propose a novel method to enhance sentiment analysis by addressing the challenge of context-specific word meanings. It combines the advantages of a BERT model with a knowledge graph based synonym data. …

Sentiment AnalysisSentiment Classification

Syntax-Aware Aspect Level Sentiment Classification with Graph Attention Networks

2019-09-05 · IJCNLP 2019 11 · Binxuan Huang, Kathleen M. Carley

Aspect level sentiment classification aims to identify the sentiment expressed towards an aspect given a context sentence. Previous neural network based methods largely ignore the syntax structure in one sentence. In thi…

ClassificationGeneral ClassificationGraph AttentionSentence+2