Do Chatbot LLMs Talk Too Much? The YapBench Benchmark
Vadim Borisov, Michael Gröger, Mina Mikhael, Richard H. Schreiber
TL;DR
The paper addresses the problem of user-visible verbosity in LLMs on prompts where brevity is preferred, highlighting costs in user experience, energy, and economics. It introduces YapBench, a lightweight benchmark built from triples (prompt p_i, minimal-sufficient baseline b_i, category c_i) to quantify excess generation with YapScore, aggregates results with YapIndex, and translates verbosity into a monetary estimate via YapTax. The dataset contains 304 prompts across three categories (A,B,C) and is evaluated across 76 assistant LLMs, revealing substantial and category-specific patterns of over-generation, including vacuum-filling on vague prompts and unnecessary formatting on one-line code tasks. The authors provide a live YapBench leaderboard and discuss practical implications for model training, evaluation, and deployment to promote concise, sufficient responses in brevity-ideal settings.
Abstract
Large Language Models (LLMs) such as ChatGPT, Claude, and Gemini increasingly act as general-purpose copilots, yet they often respond with unnecessary length on simple requests, adding redundant explanations, hedging, or boilerplate that increases cognitive load and inflates token-based inference cost. Prior work suggests that preference-based post-training and LLM-judged evaluations can induce systematic length bias, where longer answers are rewarded even at comparable quality. We introduce YapBench, a lightweight benchmark for quantifying user-visible over-generation on brevity-ideal prompts. Each item consists of a single-turn prompt, a curated minimal-sufficient baseline answer, and a category label. Our primary metric, YapScore, measures excess response length beyond the baseline in characters, enabling comparisons across models without relying on any specific tokenizer. We summarize model performance via the YapIndex, a uniformly weighted average of category-level median YapScores. YapBench contains over three hundred English prompts spanning three common brevity-ideal settings: (A) minimal or ambiguous inputs where the ideal behavior is a short clarification, (B) closed-form factual questions with short stable answers, and (C) one-line coding tasks where a single command or snippet suffices. Evaluating 76 assistant LLMs, we observe an order-of-magnitude spread in median excess length and distinct category-specific failure modes, including vacuum-filling on ambiguous inputs and explanation or formatting overhead on one-line technical requests. We release the benchmark and maintain a live leaderboard for tracking verbosity behavior over time.
