Mastering the Explicit Opinion-Role Interaction: Syntax-Aided Neural Transition System for Unified Opinion Role Labeling

Abstract

Unified opinion role labeling (ORL) aims to detect all possible opinion structures of 'opinion-holder-target' in one shot, given a text. The existing transition-based unified method, unfortunately, is subject to longer opinion terms and fails to solve the term overlap issue. Current top performance has been achieved by employing the span-based graph model, which however still suffers from both high model complexity and insufficient interaction among opinions and roles. In this work, we investigate a novel solution by revisiting the transition architecture, and augmenting it with a pointer network (PointNet). The framework parses out all opinion structures in linear-time complexity, meanwhile breaks through the limitation of any length of terms with PointNet. To achieve the explicit opinion-role interactions, we further propose a unified dependency-opinion graph (UDOG), co-modeling the syntactic dependency structure and the partial opinion-role structure. We then devise a relation-centered graph aggregator (RCGA) to encode the multi-relational UDOG, where the resulting high-order representations are used to promote the predictions in the vanilla transition system. Our model achieves new state-of-the-art results on the MPQA benchmark. Analyses further demonstrate the superiority of our methods on both efficacy and efficiency.

Cite

Text

Wu et al. "Mastering the Explicit Opinion-Role Interaction: Syntax-Aided Neural Transition System for Unified Opinion Role Labeling." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I10.21404

Markdown

[Wu et al. "Mastering the Explicit Opinion-Role Interaction: Syntax-Aided Neural Transition System for Unified Opinion Role Labeling." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/wu2022aaai-mastering/) doi:10.1609/AAAI.V36I10.21404

BibTeX

@inproceedings{wu2022aaai-mastering,
  title     = {{Mastering the Explicit Opinion-Role Interaction: Syntax-Aided Neural Transition System for Unified Opinion Role Labeling}},
  author    = {Wu, Shengqiong and Fei, Hao and Li, Fei and Zhang, Meishan and Liu, Yijiang and Teng, Chong and Ji, Donghong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {11513-11521},
  doi       = {10.1609/AAAI.V36I10.21404},
  url       = {https://mlanthology.org/aaai/2022/wu2022aaai-mastering/}
}