Effective Token Graph Modeling using a Novel Labeling Strategy for Structured Sentiment Analysis
Wenxuan Shi, Fei Li, Jingye Li, Hao Fei, Donghong Ji

TL;DR
This paper introduces a novel token graph modeling approach with a unique labeling strategy and an advanced model architecture, significantly improving structured sentiment analysis performance across multiple languages.
Contribution
It proposes a new labeling strategy with essential and whole label sets and a graph attention network-based model to address limitations in existing dependency parsing methods for sentiment analysis.
Findings
Outperforms previous SOTA models on 5 benchmark datasets
Effectively captures complex token relations in sentiment analysis
Achieves significant performance improvements across multiple languages
Abstract
The state-of-the-art model for structured sentiment analysis casts the task as a dependency parsing problem, which has some limitations: (1) The label proportions for span prediction and span relation prediction are imbalanced. (2) The span lengths of sentiment tuple components may be very large in this task, which will further exacerbate the imbalance problem. (3) Two nodes in a dependency graph cannot have multiple arcs, therefore some overlapped sentiment tuples cannot be recognized. In this work, we propose nichetargeting solutions for these issues. First, we introduce a novel labeling strategy, which contains two sets of token pair labels, namely essential label set and whole label set. The essential label set consists of the basic labels for this task, which are relatively balanced and applied in the prediction layer. The whole label set includes rich labels to help our model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Text and Document Classification Technologies
