AICLMay 8

LLM-guided Semi-Supervised Approaches for Social Media Crisis Data Classification

arXiv:2605.0844820.5
AI Analysis

For disaster response practitioners, this work demonstrates a practical pathway to deploy accurate models with minimal labeled data by transferring knowledge from LLMs to smaller models.

The paper evaluates LLM-guided semi-supervised methods for crisis tweet classification, finding that LG-CoTrain outperforms classical approaches with few labeled examples (5, 10, 25 per class), achieving the highest averaged Macro F1, while compact models can surpass zero-shot LLMs.

Semi-supervised learning approaches have been investigated as a means to enhance the analysis of social media data in disaster management contexts. In this work, we present the first empirical evaluation of large language model (LLM) guided semi-supervised learning for crisis related tweet classification. We compare two recent LLM assisted semi-supervised methods, VerifyMatch and LLM guided Co-Training ( LG-CoTrain), against established semi-supervised baselines. Our results show that LG-CoTrain significantly outperforms classical semi-supervised approaches in low resource settings with 5, 10 and 25 labeled examples per class, achieving the highest averaged Macro F1 across events. VerifyMatch achieves competitive performance while also demonstrating strong calibration properties. As the number of labeled examples increases, the performance gap narrows and Self Training emerges as a strong baseline. We further observe that compact semi-supervised models can, in some cases, outperform very large LLMs operating in zero-shot settings. This finding highlights the potential of transferring knowledge from LLMs into smaller and more deployable models through LLM guided semi-supervised learning, offering a practical pathway for real world disaster response applications. Our project repository on Github is here.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes