通过语义对比学习实现细粒度情感迁移,提升目标情感分析效果
FCKT: Fine-Grained Cross-Task Knowledge Transfer with Semantic Contrastive Learning for Targeted Sentiment Analysis
- 基于语义对比学习显式建模方面与情感的细粒度关联
- 在三个数据集上优于主流基线与大模型,显著减少负迁移
- 适合需要精准分析产品评论中具体方面情感的研究者
本文针对目标情感分析(TSA)任务,该任务包含两个子任务:从评论中识别特定方面及其对应的情感极性。方面提取是情感预测的基础,凸显了两任务间的关键依赖关系。现有方法多采用多任务学习在隐空间对齐特征,但主要依赖粗粒度知识迁移,往往假设相关方面具有统一情感极性,忽视上下文差异,导致负迁移。为此,本文提出FCKT框架,通过将方面级信息显式融入情感预测,实现细粒度跨任务知识迁移,有效缓解负迁移并提升性能。在三个数据集上的实验表明,FCKT优于多种基线和大型语言模型。代码已开源。
原文摘要 · Abstract (English)
In this paper, we address the task of targeted sentiment analysis (TSA), which involves two sub-tasks, i.e., identifying specific aspects from reviews and determining their corresponding sentiments. Aspect extraction forms the foundation for sentiment prediction, highlighting the critical dependency between these two tasks for effective cross-task knowledge transfer. While most existing studies adopt a multi-task learning paradigm to align task-specific features in the latent space, they predominantly rely on coarse-grained knowledge transfer. Such approaches lack fine-grained control over aspect-sentiment relationships, often assuming uniform sentiment polarity within related aspects. This oversimplification neglects contextual cues that differentiate sentiments, leading to negative transfer. To overcome these limitations, we propose FCKT, a fine-grained cross-task knowledge transfer framework tailored for TSA. By explicitly incorporating aspect-level information into sentiment prediction, FCKT achieves fine-grained knowledge transfer, effectively mitigating negative transfer and enhancing task performance. Experiments on three datasets, including comparisons with various baselines and large language models (LLMs), demonstrate the effectiveness of FCKT. The source code is available on https://github.com/cwei01/FCKT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。