paper-with-me

Papers

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. This synergy leverages a dynamic attention mechanism to develop a knowledge-driven state vector. For classifying sentiments linked to specific aspects, the approach constructs a memory bank integrating positional data. The data are then analyzed using a DCGRU to pinpoint sentiment characteristics related to specific aspect terms. Experiments on three widely used datasets demonstrate the superior performance of our method in sentiment classification.

📄 PDF Abstract BibTeX arXiv:2312.10048

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

SKEP: Sentiment Knowledge Enhanced Pre-training for Sentiment Analysis

2020-05-12 · ACL 2020 6 · Hao Tian, Can Gao, Xinyan Xiao, Hao liu 외

Recently, sentiment analysis has seen remarkable advance with the help of pre-training approaches. However, sentiment knowledge, such as sentiment words and aspect-sentiment pairs, is ignored in the process of pre-traini…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentiment AnalysisStock Market Prediction

Isomer: Transfer enhanced Dual-Channel Heterogeneous Dependency Attention Network for Aspect-based Sentiment Classification

2021-11-21 · Yukun Cao, Yijia Tang, Ziyue Wei, ChengKun Jin 외

Aspect-based sentiment classification aims to predict the sentiment polarity of a specific aspect in a sentence. However, most existing methods attempt to construct dependency relations into a homogeneous dependency grap…

SentenceSentiment AnalysisSentiment Classification

AR-BERT: Aspect-relation enhanced Aspect-level Sentiment Classification with Multi-modal Explanations

2021-08-26 · Sk Mainul Islam, Sourangshu Bhattacharya

Aspect level sentiment classification (ALSC) is a difficult problem with state-of-the-art models showing less than 80% macro-F1 score on benchmark datasets. Existing models do not incorporate information on aspect-aspect…

Aspect-Based Sentiment Analysis (ABSA)Explanation GenerationKnowledge GraphsRelation+2

SentiPrompt: Sentiment Knowledge Enhanced Prompt-Tuning for Aspect-Based Sentiment Analysis

2021-09-17 · Chengxi Li, Feiyu Gao, Jiajun Bu, Lu Xu 외

Aspect-based sentiment analysis (ABSA) is an emerging fine-grained sentiment analysis task that aims to extract aspects, classify corresponding sentiment polarities and find opinions as the causes of sentiment. The lates…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+4

Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification

2020-12-01 · COLING 2020 8 · Lianzhe Huang, Xin Sun, Sujian Li, Linhao Zhang 외

Aspect-level sentiment classification aims to distinguish the sentiment polarities over aspect terms in a sentence. Existing approaches mostly focus on modeling the relationship between the given aspect words and their c…

ClassificationGraph AttentionLanguage ModelingLanguage Modelling+3