Brevity is the Soul of Inference Efficiency: Inducing Concision in VLMs via Data Curation
This paper argues that data curation to induce conciseness is a critical lever for improving VLM inference efficiency, demonstrating that training on concise, correct data significantly reduces the computational cost per correct answer (Cost-of-Pass) without sacrificing accuracy, and often improves performance even when output length is fixed.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Big Idea: Stop Wasting Words
Imagine you are hiring two people to write a report for you.
- Person A writes a 10-page essay to explain a simple fact. They use fancy words, tell long stories, and repeat themselves.
- Person B writes a single, perfect sentence that gets the exact same point across.
Most AI researchers have been trying to make AI "cheaper" by making the brain smaller (like hiring a less experienced intern). But this paper argues that the real money is being wasted on the length of the answer, not the size of the brain.
The authors call this "Brevity is the Soul of Inference Efficiency." In plain English: The fastest, cheapest way to get a correct answer is to stop the AI from talking too much.
The Problem: The "Long Letter" Trap
The paper quotes a famous writer, Blaise Pascal, who once said: "I have made this letter longer than usual because I have not had the time to make it shorter."
Right now, AI models are like Pascal. They are trained on data that rewards them for writing long, rambling answers.
- The Cost: Every word an AI generates costs money and time (computing power).
- The Trend: AI answers are getting longer and longer every year. Some models are now writing 1,000+ words just to answer a simple math question.
- The Mistake: Researchers have been trying to fix this by making the AI "think faster" (using better chips or software tricks), but they haven't stopped the AI from writing the long letter in the first place.
The Solution: Training the AI to be Concise
The team at DatologyAI tried a different approach. Instead of trying to force the AI to be short after it's built, they curated the training data to teach the AI to be short before it starts.
The Analogy:
Imagine you are teaching a student to solve a math problem.
- The Old Way: You give the student a textbook where every solution is written out in a 50-page novel. The student learns that to be "smart," they must write 50 pages.
- The Datology Way: You give the student a textbook where the solutions are written in clear, concise steps. The student learns that being smart means being efficient.
They took a standard dataset (MAmmoTH-VL) and cleaned it up, removing the fluff and keeping only the correct, concise answers. Then, they trained new models on this "clean" data.
The Results: Shorter, Cheaper, and Smarter
They tested these new "concise" models against other famous, "verbose" models (like Qwen3.5). Here is what they found:
- Huge Savings: The concise models answered correctly using 35 times less computing power than the most verbose model.
- Analogy: If the verbose model costs you the price of a tank of gas to get a correct answer, the concise model costs you the price of a soda.
- No Loss in Quality: The concise models were just as accurate (or even slightly more accurate) than the long-winded ones.
- Analogy: The concise student got the same A+ grade as the student who wrote the 50-page essay, but they did it in 10 minutes.
- Long Answers Don't Help: They found that for most tasks, writing more words doesn't make the AI smarter. It just makes the bill higher.
- The Exception: The only time "long thinking" helped was for very specific, complex tasks (like reading a messy document), and even then, the advantage shrank as the models got bigger.
The "Aha!" Moment
The paper reveals a surprising truth: Being verbose is often a sign of a model that hasn't learned the answer well enough.
When a model rambles, it's often "hallucinating" or trying to guess its way to the right answer by saying everything it can think of. When a model is concise, it usually means it has learned the pattern and can go straight to the answer.
Summary
The paper argues that we have been looking at AI efficiency the wrong way. We've been trying to make the engine smaller, but we should have been fixing the fuel consumption.
By curating the data to teach AI models to be brief, the authors created models that:
- Cost 35x less to run.
- Answer just as accurately.
- Don't waste time on unnecessary chatter.
It's the difference between a driver who takes a scenic, 50-mile detour to get to the grocery store, and a driver who knows the shortcut. Both get you there, but one saves you a fortune in gas. The paper shows us how to teach the AI to take the shortcut.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.