DALL: Data Labeling via Data Programming and Active Learning Enhanced by Large Language Models
Guozheng Li, Ao Wang, Shaoxiang Wang, Yu Zhang, Pengcheng Cao, Yang Bai, Chi Harold Liu
TL;DR
The paper tackles the NLP labeling bottleneck by integrating data programming, active learning, and large language models. It presents DALL, a config-based labeling framework that uses a structured specification to define labeling functions, combines active learning to target informative instances, and leverages LLMs to assist labeling function refinement and label corrections. Through comparative, ablation, and usability studies, DALL achieves comparable or higher accuracy with substantially lower labeling time, and the modules synergistically improve efficiency and labeling quality. The work provides a practical interactive labeling system and open-source implementation, offering a scalable solution for generating high-quality NLP datasets.
Abstract
Deep learning models for natural language processing rely heavily on high-quality labeled datasets. However, existing labeling approaches often struggle to balance label quality with labeling cost. To address this challenge, we propose DALL, a text labeling framework that integrates data programming, active learning, and large language models. DALL introduces a structured specification that allows users and large language models to define labeling functions via configuration, rather than code. Active learning identifies informative instances for review, and the large language model analyzes these instances to help users correct labels and to refine or suggest labeling functions. We implement DALL as an interactive labeling system for text labeling tasks. Comparative, ablation, and usability studies demonstrate DALL's efficiency, the effectiveness of its modules, and its usability.
