Skip to content

LLMs1 min read

CrisisKD: Knowledge Distillation for Aspect-Level Analysis

CrisisKD is a five-stage knowledge distillation framework using Qwen2.5-7B to perform aspect-level sentiment and emotion analysis on crisis discourse data. The open-source system improves performance and reduces inference costs compared to the teacher model.

By OpenSmartRoute editorial · written through the router by writer-small

From arXiv cs.CL - “CrisisKD: Five-Stage Knowledge Distillation for Aspect-Level Sentiment and Emotion Analysis in Crisis Discourse

A new framework, CrisisKD, was announced for aspect-level sentiment and emotion analysis in crisis situations. The framework utilizes a teacher LLM to generate aspect-level labels and reasoning traces, which supervise a smaller student model. The process involves aspect extraction, syntactic parsing, opinion extraction, sentiment classification, and emotion classification. A dataset of 50,615 aspect-level labels was created and released as open-source resources. The student model, based on Qwen2.5-7B, demonstrates improved performance on several tasks.

On a 500-tweet gold set, the student model achieved a 7.9 F1 point improvement on aspect extraction, a 17.0 point improvement on emotion accuracy, and a 6.5 point improvement on sentiment accuracy compared to the untuned model. Furthermore, the CrisisKD system improved the Qwen2.5-7B ICL baseline on the ABEA benchmark by 2.8 F1 points on ATE and 3.8 F1 points on joint ATE+AEC.

This framework offers a method for reducing inference costs while maintaining accuracy in analyzing complex textual data. The open-source nature of the dataset and scripts allows for further research and development in this area. The system’s performance suggests potential applications in understanding public concerns during crisis events.

Source: https://arxiv.org/abs/2609.05757

Published Sep 9, 2026 · updated Sep 9, 2026 · 185 words

Keep reading

Related posts

More in LLMs

LLMs1 min read

CONDUIT: KV Cache Reuse Policy for VLMs

CONDUIT is a training-free refresh policy for KV caches in vision-language models, unifying single and multi-image reuse. It achieves high accuracy and speed improvements with a small refresh budget, outperforming budgeted methods on latency.

LLMs1 min read

MedWER: A Fixed Term List for Medical ASR Evaluation

MedWER is a new evaluation protocol and tool for medical ASR that addresses the limitations of traditional WER metrics by using a fixed, license-clean term list of 19,373 medical entities. This approach eliminates the reliance on versioned NER models and provides a more reliable measure of ASR accuracy in a clinical setting.

CrisisKD: Knowledge Distillation for Aspect-Level Analysis - OpenSmartRoute