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 Quad Prediction | Rest15 | F1 Score51.04 | 93 | |
| Aspect Sentiment Quad Prediction | Rest16 | F1 Score60.39 | 93 | |
| aspect sentiment triplet extraction | Lap SemEval 2014 (test) | F1 Score62.73 | 69 | |
| aspect sentiment triplet extraction | Rest SemEval 2015 (test) | F1 Score64.99 | 69 | |
| Target Aspect Sentiment Detection | Rest15 | F1 Score64.53 | 63 | |
| Aspect Sentiment Classification | Laptop (test) | -- | 49 | |
| Target Aspect Sentiment Detection | Rest16 | F1 Score72.76 | 42 | |
| aspect sentiment triplet extraction | Rest SemEval 2014 (test) | F1 Score76.3 | 40 | |
| Aspect Sentiment Quadruple Prediction | FSQP (test) | Precision53.05 | 35 | |
| aspect sentiment triplet extraction | REST 2014 (test) | F1 Score73.68 | 35 |