Let's Rectify Step by Step: Improving Aspect-based Sentiment Analysis with Diffusion Models

Shunyu Liu,Jie Zhou,Qunxi Zhu,Qin Chen,Qingchun Bai,Jun Xiao,Liang He
DOI: https://doi.org/10.48550/arxiv.2402.15289
2024-01-01
Abstract:Aspect-Based Sentiment Analysis (ABSA) stands as a crucial task in predictingthe sentiment polarity associated with identified aspects within text. However,a notable challenge in ABSA lies in precisely determining the aspects'boundaries (start and end indices), especially for long ones, due to users'colloquial expressions. We propose DiffusionABSA, a novel diffusion modeltailored for ABSA, which extracts the aspects progressively step by step.Particularly, DiffusionABSA gradually adds noise to the aspect terms in thetraining process, subsequently learning a denoising process that progressivelyrestores these terms in a reverse manner. To estimate the boundaries, we designa denoising neural network enhanced by a syntax-aware temporal attentionmechanism to chronologically capture the interplay between aspects andsurrounding text. Empirical evaluations conducted on eight benchmark datasetsunderscore the compelling advantages offered by DiffusionABSA when comparedagainst robust baseline models. Our code is publicly available athttps://github.com/Qlb6x/DiffusionABSA.
What problem does this paper attempt to address?