Solving Aspect Category Sentiment Analysis as a Text Generation Task
Jian Liu, Zhiyang Teng, Leyang Cui, Hanmeng Liu, Yue Zhang

TL;DR
This paper proposes a novel approach to aspect category sentiment analysis by framing it as a text generation task, leveraging pre-trained seq2seq models for improved performance especially in few-shot and zero-shot scenarios.
Contribution
It introduces a direct text generation formulation for ACSA, enabling better utilization of pre-trained language models compared to traditional classification-based methods.
Findings
Achieves state-of-the-art results on multiple benchmarks.
Shows significant improvements in few-shot and zero-shot settings.
Demonstrates the effectiveness of generative framing for ACSA.
Abstract
Aspect category sentiment analysis has attracted increasing research attention. The dominant methods make use of pre-trained language models by learning effective aspect category-specific representations, and adding specific output layers to its pre-trained representation. We consider a more direct way of making use of pre-trained language models, by casting the ACSA tasks into natural language generation tasks, using natural language sentences to represent the output. Our method allows more direct use of pre-trained knowledge in seq2seq language models by directly following the task setting during pre-training. Experiments on several benchmarks show that our method gives the best reported results, having large advantages in few-shot and zero-shot settings.
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 · Natural Language Processing Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
