paper-with-me

홈 › Papers

Enhancing Aspect-level Sentiment Analysis with Word Dependencies

2021-04-01 · EACL 2021 2 · Yuanhe Tian, Guimin Chen, Yan Song

Aspect-level sentiment analysis (ASA) has received much attention in recent years. Most existing approaches tried to leverage syntactic information, such as the dependency parsing results of the input text, to improve sentiment analysis on different aspects. Although these approaches achieved satisfying results, their main focus is to leverage the dependency arcs among words where the dependency type information is omitted; and they model different dependencies equally where the noisy dependency results may hurt model performance. In this paper, we propose an approach to enhance aspect-level sentiment analysis with word dependencies, where the type information is modeled by key-value memory networks and different dependency results are selectively leveraged. Experimental results on five benchmark datasets demonstrate the effectiveness of our approach, where it outperforms baseline models on all datasets and achieves state-of-the-art performance on three of them.

📄 PDF Abstract BibTeX

Code (1)

cuhksz-nlp/asa-wd 공식 구현 pytorch

Tasks

Dependency ParsingSentiment Analysis

Similar Papers 제목 키워드 기반

Aspect-level Sentiment Classification with HEAT (HiErarchical ATtention) Network

2017-11-06 · CIKM 2017 11 · Jiajun Cheng, Shenglin Zhao, Jiani Zhang, Irwin King 외

Aspect-level sentiment classification is a fine-grained sentiment analysis task, which aims to predict the sentiment of a text in different aspects. One key point of this task is to allocate the appropriate sentiment wor…

ClassificationSentenceSentiment AnalysisSentiment Classification

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

Aspect-based Sentiment Analysis through EDU-level Attentions

2022-02-05 · Ting Lin, Aixin Sun, Yequan Wang

A sentence may express sentiments on multiple aspects. When these aspects are associated with different sentiment polarities, a model's accuracy is often adversely affected. We observe that multiple aspects in such hard …

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

Weakly-Supervised Aspect-Based Sentiment Analysis via Joint Aspect-Sentiment Topic Embedding

2020-10-13 · EMNLP 2020 11 · Jiaxin Huang, Yu Meng, Fang Guo, Heng Ji 외

Aspect-based sentiment analysis of review texts is of great value for understanding user feedback in a fine-grained manner. It has in general two sub-tasks: (i) extracting aspects from each review, and (ii) classifying a…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisSentiment Classification+1

A Hybrid Approach for Aspect-Based Sentiment Analysis Using Deep Contextual Word Embeddings and Hierarchical Attention

2020-04-18 · Maria Mihaela Trusca, Daan Wassenberg, Flavius Frasincar, Rommert Dekker

The Web has become the main platform where people express their opinions about entities of interest and their associated aspects. Aspect-Based Sentiment Analysis (ABSA) aims to automatically compute the sentiment towards…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisWord Embeddings