TuringAdvice: A Generative and Dynamic Evaluation of Language Use
Rowan Zellers, Ari Holtzman, Elizabeth Clark, Lianhui Qin, Ali Farhadi, Yejin Choi
TL;DR
This work introduces TuringAdvice, a framework and dynamic dataset (RedditAdvice) to evaluate language understanding through open-ended advice-giving tasks. By tying evaluation to human utility rather than static correctness, it reveals large gaps between state-of-the-art models and human performance, even when models are fine-tuned on extensive in-domain data. The authors implement a dynamic leader-board and a hybrid Mechanical Turk workflow to assess model-generated advice against Reddit-endorsed human advice, uncovering systematic failures such as contradictions and toxic outputs. The study highlights the need for diagnostic measures and real-world, context-aware evaluation to drive progress toward truly grounded natural language understanding and provides a path forward for safer deployment in real-world advisory settings.
Abstract
We propose TuringAdvice, a new challenge task and dataset for language understanding models. Given a written situation that a real person is currently facing, a model must generate helpful advice in natural language. Our evaluation framework tests a fundamental aspect of human language understanding: our ability to use language to resolve open-ended situations by communicating with each other. Empirical results show that today's models struggle at TuringAdvice, even multibillion parameter models finetuned on 600k in-domain training examples. The best model, a finetuned T5, writes advice that is at least as helpful as human-written advice in only 14% of cases; a much larger non-finetunable GPT3 model does even worse at 4%. This low performance reveals language understanding errors that are hard to spot outside of a generative setting, showing much room for progress.
