Do we still need Human Annotators? Prompting Large Language Models for Aspect Sentiment Quad Prediction
Nils Constantin Hellwig, Jakob Fehle, Udo Kruschwitz, Christian Wolff

TL;DR
This paper investigates the use of large language models for aspect sentiment quad prediction, demonstrating they can perform comparably to fine-tuned models in zero- and few-shot settings, thus reducing manual annotation needs.
Contribution
It shows that LLMs can effectively perform ASQP with minimal training data, approaching the performance of state-of-the-art fine-tuned models, which is a significant step towards less resource-intensive sentiment analysis.
Findings
LLMs achieved an F1 score of 51.54 in 20-shot setting on Rest16.
LLMs' performance in target aspect sentiment detection was close to fine-tuned models.
LLMs can reduce the reliance on extensive manual annotation for ASQP.
Abstract
Aspect sentiment quad prediction (ASQP) facilitates a detailed understanding of opinions expressed in a text by identifying the opinion term, aspect term, aspect category and sentiment polarity for each opinion. However, annotating a full set of training examples to fine-tune models for ASQP is a resource-intensive process. In this study, we explore the capabilities of large language models (LLMs) for zero- and few-shot learning on the ASQP task across five diverse datasets. We report F1 scores almost up to par with those obtained with state-of-the-art fine-tuned models and exceeding previously reported zero- and few-shot performance. In the 20-shot setting on the Rest16 restaurant domain dataset, LLMs achieved an F1 score of 51.54, compared to 60.39 by the best-performing fine-tuned method MVP. Additionally, we report the performance of LLMs in target aspect sentiment detection (TASD),…
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
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Topic Modeling
MethodsSparse Evolutionary Training
