MvP: Multi-view Prompting Improves Aspect Sentiment Tuple Prediction
About
Generative methods greatly promote aspect-based sentiment analysis via generating a sequence of sentiment elements in a specified format. However, existing studies usually predict sentiment elements in a fixed order, which ignores the effect of the interdependence of the elements in a sentiment tuple and the diversity of language expression on the results. In this work, we propose Multi-view Prompting (MvP) that aggregates sentiment elements generated in different orders, leveraging the intuition of human-like problem-solving processes from different views. Specifically, MvP introduces element order prompts to guide the language model to generate multiple sentiment tuples, each with a different element order, and then selects the most reasonable tuples by voting. MvP can naturally model multi-view and multi-task as permutations and combinations of elements, respectively, outperforming previous task-specific designed methods on multiple ABSA tasks with a single model. Extensive experiments show that MvP significantly advances the state-of-the-art performance on 10 datasets of 4 benchmark tasks, and performs quite effectively in low-resource settings. Detailed evaluation verified the effectiveness, flexibility, and cross-task transferability of MvP.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect Sentiment Classification | Laptop (test) | -- | 49 | |
| aspect sentiment triplet extraction | Rest SemEval 2014 (test) | F1 Score76.3 | 40 | |
| Aspect Sentiment Quadruple Prediction | FSQP (test) | Precision53.05 | 35 | |
| Aspect Sentiment Quad Prediction | Rest15 | F1 Score51.04 | 28 | |
| Aspect Sentiment Quad Prediction | Rest16 | F1 Score60.39 | 28 | |
| aspect sentiment triplet extraction | Rest 15 (test) | F1 Score69.44 | 26 | |
| Aspect Sentiment Quad Prediction | Rest15 (test) | F1 Score0.5221 | 25 | |
| aspect sentiment triplet extraction | 16Rest ASTE-Data-V1 (test) | F1 Score73.48 | 25 | |
| Aspect Sentiment Quad Prediction | Rest16 (test) | F1 Score60.39 | 21 | |
| Aspect-Based Sentiment Analysis (ABSA) | ACOS Rest | F1 Score61.54 | 20 |