Research Papers 论文研究 1d ago Updated 23h ago 更新于 23小时前 35

CrisisKD: Five-Stage Knowledge Distillation for Aspect-Level Sentiment and Emotion Analysis in Crisis Discourse CrisisKD: Five-Stage Knowledge Distillation for Aspect-Level Sentiment and Emotion Analysis in Crisis Discourse

CrisisKD introduces a five-stage teacher-student knowledge distillation framework for aspect-level sentiment and emotion analysis (ABSA) on unannotated social media data during crises A teacher LLM generates aspect-level labels and reasoning traces across five stages: aspect extraction, syntactic parsing, opinion extraction, sentiment classification, and emotion classification The authors release a dataset of 50,615 aspect-level labels along with open-source annotation and fine-tuning scripts Th 提出CrisisKD五阶段知识蒸馏框架,用于危机话语中的方面级情感与情绪分析(ABSA) 教师LLM生成方面级标签和推理痕迹,监督学生模型完成方面提取、句法解析、观点提取、情感分类、情绪分类五个任务 构建并开源包含50,615个标注的数据集及标注和微调脚本,支持端到端低推理成本部署 Qwen2.5-7B学生模型在500条推文黄金集上,方面提取F1提升7.9点,情绪准确率提升17.0点,情感准确率提升6.5点 在外部ABEA基准上,相比ICL基线,ATE提升2.8 F1点,联合ATE+AEC任务提升3.8 F1点

50
Hot 热度
50
Quality 质量
50
Impact 影响力

Analysis 深度分析

TL;DR

  • CrisisKD introduces a five-stage teacher-student knowledge distillation framework for aspect-level sentiment and emotion analysis (ABSA) on unannotated social media data during crises
  • A teacher LLM generates aspect-level labels and reasoning traces across five stages: aspect extraction, syntactic parsing, opinion extraction, sentiment classification, and emotion classification
  • The authors release a dataset of 50,615 aspect-level labels along with open-source annotation and fine-tuning scripts
  • The Qwen2.5-7B student model achieves significant gains: +7.9 F1 on aspect extraction, +17.0 accuracy on emotion, and +6.5 accuracy on sentiment over the untuned baseline
  • CrisisKD also improves the ICL baseline on the external ABEA benchmark by 2.8 F1 (ATE) and 3.8 F1 (joint ATE+AEC)

Why It Matters

This work addresses a critical gap in crisis informatics: understanding public sentiment and emotion at the aspect level during health-related emergencies, where knowing what specific topics drive public concern is essential for targeted interventions. The teacher-student distillation approach offers a practical pathway for deploying capable ABSA systems in resource-constrained settings, making advanced NLP accessible beyond large-scale API-dependent pipelines.

Technical Details

  • Five-stage distillation pipeline: The framework sequentially distills capabilities across aspect extraction, syntactic parsing, opinion extraction, sentiment classification, and emotion classification, with each stage supervised by reasoning traces from a teacher LLM
  • Teacher-student architecture: A large teacher LLM generates labeled data and chain-of-thought reasoning on unannotated social media posts, which then supervises the fine-tuning of a smaller Qwen2.5-7B student model
  • Dataset: CrisisKD corpus contains 50,615 aspect-level labels derived from crisis-related social media data, with a manually annotated 500-tweet gold standard for evaluation
  • Evaluation: Tested on both the internal gold set and the external ABEA benchmark, measuring ATE (Aspect Term Extraction), AEC (Aspect Emotion Classification), and joint ATE+AEC performance
  • Open-source release: Annotation scripts, fine-tuning code, and the dataset are publicly available

Industry Insight

  • The five-stage distillation design demonstrates that decomposing complex ABSA tasks into sequential sub-tasks can yield more effective knowledge transfer than end-to-end fine-tuning, a pattern likely to generalize to other multi-component NLP pipelines
  • CrisisKD's focus on health-related crisis discourse highlights an emerging need for culturally and linguistically aware sentiment analysis tools, especially as crisis response organizations increasingly rely on real-time social media monitoring
  • The substantial emotion accuracy gain (+17.0 points) suggests that distilling reasoning traces is particularly valuable for nuanced classification tasks like emotion detection, where surface-level patterns are insufficient—practitioners should prioritize trace-based supervision for affective computing applications

TL;DR

  • 提出CrisisKD五阶段知识蒸馏框架,用于危机话语中的方面级情感与情绪分析(ABSA)
  • 教师LLM生成方面级标签和推理痕迹,监督学生模型完成方面提取、句法解析、观点提取、情感分类、情绪分类五个任务
  • 构建并开源包含50,615个标注的数据集及标注和微调脚本,支持端到端低推理成本部署
  • Qwen2.5-7B学生模型在500条推文黄金集上,方面提取F1提升7.9点,情绪准确率提升17.0点,情感准确率提升6.5点
  • 在外部ABEA基准上,相比ICL基线,ATE提升2.8 F1点,联合ATE+AEC任务提升3.8 F1点

为什么值得看

该研究为危机情境下的细粒度情感分析提供了可扩展的知识蒸馏方案,有效解决了标注数据稀缺场景下的模型训练难题。对于需要低成本部署情感分析系统的从业者,CrisisKD展示了如何在保持性能的同时显著降低推理成本,具有实际应用价值。

技术解析

  • 五阶段蒸馏架构:方面提取→句法解析→观点提取→情感分类→情绪分类,每个阶段由教师LLM生成标签和推理痕迹进行监督
  • 数据集规模:自动生成50,615个方面级标签,覆盖健康相关危机话语,开源标注脚本和微调代码
  • 学生模型:基于Qwen2.5-7B,支持端到端ABSA和情绪检测,推理成本远低于教师模型
  • 性能表现:在500条人工标注推文黄金集上,相比未调优模型方面提取F1提升7.9点、情绪准确率提升17.0点、情感准确率提升6.5点;在ABEA基准上ATE提升2.8 F1点、联合任务提升3.8 F1点

行业启示

  • 知识蒸馏在垂直领域情感分析中具有实用价值,尤其适用于标注数据稀缺的危机场景,可作为低成本部署的可行路径
  • 开源数据集和工具链降低了研究门槛,有助于推动危机话语分析领域的复现和比较研究
  • 五阶段细粒度蒸馏策略为复杂NLP任务提供了可借鉴的模块化训练范式,适合扩展至其他多任务场景

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。