SOTAVerified

Discrete Opinion Tree Induction for Aspect-based Sentiment Analysis

2022-05-01ACL 2022Code Available0· sign in to hype

Chenhua Chen, Zhiyang Teng, Zhongqing Wang, Yue Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Dependency trees have been intensively used with graph neural networks for aspect-based sentiment classification. Though being effective, such methods rely on external dependency parsers, which can be unavailable for low-resource languages or perform worse in low-resource domains. In addition, dependency trees are also not optimized for aspect-based sentiment classification. In this paper, we propose an aspect-specific and language-agnostic discrete latent opinion tree model as an alternative structure to explicit dependency trees. To ease the learning of complicated structured latent variables, we build a connection between aspect-to-context attention scores and syntactic distances, inducing trees from the attention scores. Results on six English benchmarks and one Chinese dataset show that our model can achieve competitive performance and interpretability.

Tasks

Reproductions