"Seeing the Big through the Small": Can LLMs Approximate Human Judgment Distributions on NLI from a Few Explanations?
Beiduo Chen, Xinpeng Wang, Siyao Peng, Robert Litschko, Anna Korhonen, Barbara Plank
TL;DR
Human label variation in NLI provides informative signals that are challenging to scale. The authors show that a small number of expert explanations can steer LLMs to produce model judgment distributions (MJDs) closer to human judgment distributions (HJDs), and they demonstrate that MJDs can be used to fine-tune smaller models, though results depend on global distribution shape rather than per-instance distance. By combining MCQA-style prompts, first-token probability extraction, and bias-mitigation strategies (serial vs parallel processing and permutation averaging), they reveal that distance correlation—a global metric—better predicts downstream performance than traditional instance-level divergence measures. The work suggests that explanation-informed MJDs offer a scalable path to capturing HLV across NLP tasks and potentially beyond NLI, with implications for evaluation, annotation efficiency, and task-generalizable methods.
Abstract
Human label variation (HLV) is a valuable source of information that arises when multiple human annotators provide different labels for valid reasons. In Natural Language Inference (NLI) earlier approaches to capturing HLV involve either collecting annotations from many crowd workers to represent human judgment distribution (HJD) or use expert linguists to provide detailed explanations for their chosen labels. While the former method provides denser HJD information, obtaining it is resource-intensive. In contrast, the latter offers richer textual information but it is challenging to scale up to many human judges. Besides, large language models (LLMs) are increasingly used as evaluators ("LLM judges") but with mixed results, and few works aim to study HJDs. This study proposes to exploit LLMs to approximate HJDs using a small number of expert labels and explanations. Our experiments show that a few explanations significantly improve LLMs' ability to approximate HJDs with and without explicit labels, thereby providing a solution to scale up annotations for HJD. However, fine-tuning smaller soft-label aware models with the LLM-generated model judgment distributions (MJDs) presents partially inconsistent results: while similar in distance, their resulting fine-tuned models and visualized distributions differ substantially. We show the importance of complementing instance-level distance measures with a global-level shape metric and visualization to more effectively evaluate MJDs against human judgment distributions.
