ACL 2022long111 citations

Discrete Opinion Tree Induction for Aspect-based Sentiment Analysis

Chenhua Chen, Zhiyang Teng, Zhongqing Wang, Yue Zhang

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.

BibTeX
@inproceedings{chen-etal-2022-discrete,
    title = "Discrete Opinion Tree Induction for Aspect-based Sentiment Analysis",
    author = "Chen, Chenhua  and
      Teng, Zhiyang  and
      Wang, Zhongqing  and
      Zhang, Yue",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.acl-long.145/",
    doi = "10.18653/v1/2022.acl-long.145",
    pages = "2051--2064"
}