paper-with-me

Papers

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 sentences are mostly expressed through multiple clauses, or formally known as elementary discourse units (EDUs), and one EDU tends to express a single aspect with unitary sentiment towards that aspect. In this paper, we propose to consider EDU boundaries in sentence modeling, with attentions at both word and EDU levels. Specifically, we highlight sentiment-bearing words in EDU through word-level sparse attention. Then at EDU level, we force the model to attend to the right EDU for the right aspect, by using EDU-level sparse attention and orthogonal regularization. Experiments on three benchmark datasets show that our simple EDU-Attention model outperforms state-of-the-art baselines. Because EDU can be automatically segmented with high accuracy, our model can be applied to sentences directly without the need of manual EDU boundary annotation.

📄 PDF Abstract BibTeX arXiv:2202.02535

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Aspect Sentiment Classification with both Word-level and Clause-level AttentionNetworks

2018-06-17 · International Joint Conferences on Artificial Intelligence Organization 2018 6 · Jingjing Wang, Jie Li, Shoushan Li, Yangyang Kang 외

Aspect sentiment classification, a challenging taskin sentiment analysis, has been attracting more andmore attention in recent years. In this paper, wehighlight the need for incorporating the importancedegrees o…

General ClassificationSentenceSentiment AnalysisSentiment Classification

Joint Aspect Extraction and Sentiment Analysis with Directional Graph Convolutional Networks

2020-12-01 · COLING 2020 8 · Guimin Chen, Yuanhe Tian, Yan Song

End-to-end aspect-based sentiment analysis (EASA) consists of two sub-tasks: the first extracts the aspect terms in a sentence and the second predicts the sentiment polarities for such terms. For EASA, compared to pipeli…

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

Aspect Category Detection via Topic-Attention Network

2019-01-04 · Sajad Movahedi, Erfan Ghadery, Heshaam Faili, Azadeh Shakery

The e-commerce has started a new trend in natural language processing through sentiment analysis of user-generated reviews. Different consumers have different concerns about various aspects of a specific product or servi…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Category DetectionSentence+1

A Cognition Based Attention Model for Sentiment Analysis

2017-09-01 · EMNLP 2017 9 · Yunfei Long, Qin Lu, Rong Xiang, Minglei Li 외

Attention models are proposed in sentiment analysis because some words are more important than others. However,most existing methods either use local context based text information or user preference information. In this…

Feature EngineeringmodelProduct RecommendationSentiment Analysis

Aspect and Sentiment Aware Abstractive Review Summarization

2018-08-01 · COLING 2018 8 · Min Yang, Qiang Qu, Ying Shen, Qiao Liu 외

Review text has been widely studied in traditional tasks such as sentiment analysis and aspect extraction. However, to date, no work is towards the abstractive review summarization that is essential for business organiza…

Abstractive Text SummarizationAspect ExtractionDecoderMachine Translation+3