Large Language Models Are Effective Human Annotation Assistants, But Not Good Independent Annotators
Feng Gu, Zongxia Li, Carlos Rafael Colon, Benjamin Evans, Ishani Mondal, Jordan Lee Boyd-Graber
TL;DR
This paper investigates a holistic, cross-document event annotation workflow and evaluates large language models as assistants rather than independent annotators. By pairing embedding-based similarity for event-set clustering with prompt-driven llm classification and segmentation, the study shows that LLMs outperform tf-idf baselines in event-set curation and can meaningfully reduce downstream variable coding time when used in hybrid human–machine setups. Key findings include embedding achieving high precision ($${0.89}$$) and llm+seg improving recall and overall $F_1$ compared to alternatives, with near-human agreement observed for LM-extracted variables in hybrid conditions. Together, these results offer a practical path toward scalable, high-quality event annotation while highlighting current limitations and the need for careful integration strategies in real-world pipelines.
Abstract
Event annotation is important for identifying market changes, monitoring breaking news, and understanding sociological trends. Although expert annotators set the gold standards, human coding is expensive and inefficient. Unlike information extraction experiments that focus on single contexts, we evaluate a holistic workflow that removes irrelevant documents, merges documents about the same event, and annotates the events. Although LLM-based automated annotations are better than traditional TF-IDF-based methods or Event Set Curation, they are still not reliable annotators compared to human experts. However, adding LLMs to assist experts for Event Set Curation can reduce the time and mental effort required for Variable Annotation. When using LLMs to extract event variables to assist expert annotators, they agree more with the extracted variables than fully automated LLMs for annotation.
