English

A Lightweight LLM Framework for Disaster Humanitarian Information Classification

Computation and Language 2026-02-16 v1 Artificial Intelligence Machine Learning

Abstract

Timely classification of humanitarian information from social media is critical for effective disaster response. However, deploying large language models (LLMs) for this task faces challenges in resource-constrained emergency settings. This paper develops a lightweight, cost-effective framework for disaster tweet classification using parameter-efficient fine-tuning. We construct a unified experimental corpus by integrating and normalizing the HumAID dataset (76,484 tweets across 19 disaster events) into a dual-task benchmark: humanitarian information categorization and event type identification. Through systematic evaluation of prompting strategies, LoRA fine-tuning, and retrieval-augmented generation (RAG) on Llama 3.1 8B, we demonstrate that: (1) LoRA achieves 79.62% humanitarian classification accuracy (+37.79% over zero-shot) while training only ~2% of parameters; (2) QLoRA enables efficient deployment with 99.4% of LoRA performance at 50% memory cost; (3) contrary to common assumptions, RAG strategies degrade fine-tuned model performance due to label noise from retrieved examples. These findings establish a practical, reproducible pipeline for building reliable crisis intelligence systems with limited computational resources.

Keywords

Cite

@article{arxiv.2602.12284,
  title  = {A Lightweight LLM Framework for Disaster Humanitarian Information Classification},
  author = {Han Jinzhen and Kim Jisung and Yang Jong Soo and Yun Hong Sik},
  journal= {arXiv preprint arXiv:2602.12284},
  year   = {2026}
}
R2 v1 2026-07-01T10:34:17.769Z