NAACL 2024findings4 citations

Aspect-based Sentiment Analysis with Context Denoising

Yuanhe Tian, Chang Liu, Yan Song, Fei Xia, Yongdong Zhang

Abstract

Given a sentence and a particular aspect term, aspect-based sentiment analysis (ABSA) aims to predict the sentiment polarity towards this aspect term, which provides fine-grained analysis on sentiment understanding and it has attracted much attention in recent years. In order to achieve a good performance on ABSA, it is important for a model to appropriately encode contextual information, especially identifying salient features and eliminating noise in the context. To make incorrect predictions, most existing approaches employ powerful text encoders to locate important context features, as well as noises that mislead ABSA models. These approaches determine the noise in the text for ABSA by assigning low weights to context features or directly removing them from model input, which runs the risk of computing wrong weights or eliminating important context information. In this paper, we propose to improve ABSA with context denoising, where three types of word-level information are regarded as noise, namely, lexicographic noise, bag-of-words noise, and syntax noise. We utilize diffusion networks to perform the denoising process to gradually eliminate them so as to better predict sentiment polarities for given aspect terms. Our approach uses task-specific noise rather than the standard stochastic Gaussian noise in the diffusion networks. The experimental results on five widely used ABSA datasets demonstrate the validity and effectiveness of our approach.

BibTeX
@inproceedings{tian-etal-2024-aspect,
    title = "Aspect-based Sentiment Analysis with Context Denoising",
    author = "Tian, Yuanhe  and
      Liu, Chang  and
      Song, Yan  and
      Xia, Fei  and
      Zhang, Yongdong",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2024",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-naacl.194/",
    doi = "10.18653/v1/2024.findings-naacl.194",
    pages = "3083--3095"
}
Aspect-based Sentiment Analysis with Context Denoising · NAACL 2024