paper-with-me

홈 › Papers

Investigating Typed Syntactic Dependencies for Targeted Sentiment Classification Using Graph Attention Neural Network

2020-02-22 · Xuefeng Bai, Pengbo Liu, Yue Zhang

Targeted sentiment classification predicts the sentiment polarity on given target mentions in input texts. Dominant methods employ neural networks for encoding the input sentence and extracting relations between target mentions and their contexts. Recently, graph neural network has been investigated for integrating dependency syntax for the task, achieving the state-of-the-art results. However, existing methods do not consider dependency label information, which can be intuitively useful. To solve the problem, we investigate a novel relational graph attention network that integrates typed syntactic dependency information. Results on standard benchmarks show that our method can effectively leverage label information for improving targeted sentiment classification performances. Our final model significantly outperforms state-of-the-art syntax-based approaches.

📄 PDF Abstract BibTeX arXiv:2002.09685

Code (1)

muyeby/RGAT-ABSA 공식 구현 pytorch

Tasks

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationGraph AttentionGraph Neural NetworkSentenceSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Graph Self-Attention 설명 없음

Similar Papers 제목 키워드 기반

Lexico-syntactic text simplification and compression with typed dependencies

2014-08-01 · COLING 2014 8 · M Angrosh, ya, Tadashi Nomoto, Advaith Siddharthan
Sentence CompressionText Simplification

Implicit Syntactic Features for Target-dependent Sentiment Analysis

2017-11-01 · IJCNLP 2017 11 · Yuze Gao, Yue Zhang, Tong Xiao

Targeted sentiment analysis investigates the sentiment polarities on given target mentions from input texts. Different from sentence level sentiment, it offers more fine-grained knowledge on each entity mention. While ea…

DecoderRepresentation LearningSentenceSentiment Analysis

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. Howeve…

BenchmarkingClassificationGeneral ClassificationSentence+2

A Persian Treebank with Stanford Typed Dependencies

2014-05-01 · LREC 2014 5 · Mojgan Seraji, Carina Jahani, Be{\'a}ta Megyesi, Joakim Nivre

We present the Uppsala Persian Dependency Treebank (UPDT) with a syntactic annotation scheme based on Stanford Typed Dependencies. The treebank consists of 6,000 sentences and 151,671 tokens with an average sentence leng…

ArticlesCultural Vocal Bursts Intensity PredictionSentence

Syntactical Analysis of the Weaknesses of Sentiment Analyzers

2018-10-01 · EMNLP 2018 10 · Rohil Verma, Samuel Kim, David Walter

We carry out a syntactic analysis of two state-of-the-art sentiment analyzers, Google Cloud Natural Language and Stanford CoreNLP, to assess their classification accuracy on sentences with negative polarity items. We wer…

General ClassificationSentiment Analysis