Boosting Large Language Models with Continual Learning for Aspect-based Sentiment Analysis
Xuanwen Ding, Jie Zhou, Liang Dou, Qin Chen, Yuanbin Wu, Chengcai, Chen, Liang He

TL;DR
This paper introduces a continual learning approach for aspect-based sentiment analysis using large language models, which effectively learns across multiple domains without forgetting previous knowledge, achieving state-of-the-art results.
Contribution
It proposes a novel LLM-based continual learning framework with domain knowledge decoupling and warmup strategies for ABSA, addressing domain adaptation and knowledge retention.
Findings
Achieves new state-of-the-art performance on 19 datasets.
Effectively maintains knowledge across multiple domains.
Improves domain adaptation without requiring domain labels during testing.
Abstract
Aspect-based sentiment analysis (ABSA) is an important subtask of sentiment analysis, which aims to extract the aspects and predict their sentiments. Most existing studies focus on improving the performance of the target domain by fine-tuning domain-specific models (trained on source domains) based on the target domain dataset. Few works propose continual learning tasks for ABSA, which aim to learn the target domain's ability while maintaining the history domains' abilities. In this paper, we propose a Large Language Model-based Continual Learning (\texttt{LLM-CL}) model for ABSA. First, we design a domain knowledge decoupling module to learn a domain-invariant adapter and separate domain-variant adapters dependently with an orthogonal constraint. Then, we introduce a domain knowledge warmup strategy to align the representation between domain-invariant and domain-variant knowledge. In…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Text and Document Classification Technologies
MethodsAdapter · ALIGN · Focus
