arXiv:2504.12331cs.CLcs.AI2025-04被引 1

用指令微调和数据增强提升情感-原因-类别三元组抽取精度

Span-level Emotion-Cause-Category Triplet Extraction with Instruction Tuning LLMs and Data Augmentation

  • 用指令微调大模型,无需复杂架构即可精准提取三元组
  • 通过提示生成合成数据,解决标注数据稀缺问题,提升效果12.8%以上
  • 适合做细粒度情感分析、心理计算或社交媒体情绪挖掘的研究者

跨度级情感-原因-类别三元组抽取是情感成因分析中的新挑战,需在文本中识别情感词、原因词及其对应的情感类别,形成结构化三元组。现有方法多聚焦于分句级情感-原因对抽取或跨度级情感-原因检测,常面临冗余信息检索与情感类别判断困难,尤其在情感隐含或模糊表达时表现不佳。本文提出一种细粒度三元组抽取框架,结合指令微调与数据增强技术,利用任务特异性三元组抽取指令,通过低秩适配微调大语言模型,避免设计复杂专用架构。同时,设计基于提示的数据增强策略,引导大模型生成高质量合成训练数据以缓解数据稀缺问题。大量实验表明,该方法显著优于现有基线,在跨度级情感-原因-类别三元组抽取指标上至少提升12.8%。结果验证了方法的有效性与鲁棒性,为情感成因分析研究提供新路径。源代码见:https://github.com/zxgnlp/InstruDa-LLM。

原文摘要 · Abstract (English)

Span-level emotion-cause-category triplet extraction represents a novel and complex challenge within emotion cause analysis. This task involves identifying emotion spans, cause spans, and their associated emotion categories within the text to form structured triplets. While prior research has predominantly concentrated on clause-level emotion-cause pair extraction and span-level emotion-cause detection, these methods often confront challenges originating from redundant information retrieval and difficulty in accurately determining emotion categories, particularly when emotions are expressed implicitly or ambiguously. To overcome these challenges, this study explores a fine-grained approach to span-level emotion-cause-category triplet extraction and introduces an innovative framework that leverages instruction tuning and data augmentation techniques based on large language models. The proposed method employs task-specific triplet extraction instructions and utilizes low-rank adaptation to fine-tune large language models, eliminating the necessity for intricate task-specific architectures. Furthermore, a prompt-based data augmentation strategy is developed to address data scarcity by guiding large language models in generating high-quality synthetic training data. Extensive experimental evaluations demonstrate that the proposed approach significantly outperforms existing baseline methods, achieving at least a 12.8% improvement in span-level emotion-cause-category triplet extraction metrics. The results demonstrate the method's effectiveness and robustness, offering a promising avenue for advancing research in emotion cause analysis. The source code is available at https://github.com/zxgnlp/InstruDa-LLM.

情感分析三元组抽取指令微调数据增强

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。