CoAnnotating: Uncertainty-Guided Work Allocation between Human and Large Language Models for Data Annotation
Minzhi Li, Taiwei Shi, Caleb Ziems, Min-Yen Kan, Nancy F. Chen, Zhengyuan Liu, Diyi Yang
TL;DR
<3-5 sentence high-level summary>CoAnnotating addresses the cost-quality tension in data annotation by enabling uncertainty-guided collaboration between humans and LLMs. It introduces instance-level uncertainty measures (self-evaluation and entropy) and a diversity-promoting prompt set to estimate LLM annotating expertise, followed by three allocation strategies and Pareto-front-based strategy selection. Across six NLP tasks, the approach shows improved cost efficiency and notes where outsourcing is advantageous or detrimental, with insights into prompt design and LLM reliability. The framework provides a practical guide for scalable, cost-conscious dataset construction in real-world NLP pipelines.
Abstract
Annotated data plays a critical role in Natural Language Processing (NLP) in training models and evaluating their performance. Given recent developments in Large Language Models (LLMs), models such as ChatGPT demonstrate zero-shot capability on many text-annotation tasks, comparable with or even exceeding human annotators. Such LLMs can serve as alternatives for manual annotation, due to lower costs and higher scalability. However, limited work has leveraged LLMs as complementary annotators, nor explored how annotation work is best allocated among humans and LLMs to achieve both quality and cost objectives. We propose CoAnnotating, a novel paradigm for Human-LLM co-annotation of unstructured texts at scale. Under this framework, we utilize uncertainty to estimate LLMs' annotation capability. Our empirical study shows CoAnnotating to be an effective means to allocate work from results on different datasets, with up to 21% performance improvement over random baseline. For code implementation, see https://github.com/SALT-NLP/CoAnnotating.
