← Latest papers
🤖 machine learning

DeltaPrompts: Escaping the Zero-Delta Trap in Multimodal Distillation

The paper introduces DeltaPrompts, a dataset of 200k synthetic reasoning problems generated by a staged pipeline that targets "zero-delta" prompts where teacher and student models agree, thereby maximizing learning signals and achieving up to 15% relative performance improvements across diverse multimodal distillation scenarios.

Original authors: Jaehun Jung, Hyunwoo Kim, Brandon Cui, Ximing Lu, David Acuna, Prithviraj Ammanabrolu, Yejin Choi

Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Jaehun Jung, Hyunwoo Kim, Brandon Cui, Ximing Lu, David Acuna, Prithviraj Ammanabrolu, Yejin Choi

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 Problem: The "Zero-Delta" Trap

Imagine you are a student trying to learn how to solve complex math problems from a genius teacher. You want to learn by watching the teacher solve problems and then trying to solve them yourself. This process is called distillation.

Usually, researchers just grab a big pile of existing math problems (like from a textbook) and use them for this training. But the authors of this paper discovered a hidden flaw in this approach: Most of these problems are too easy for the student.

They call this the "Zero-Delta Trap."

  • The Scenario: You give a problem to the teacher. The teacher solves it. Then, you give the exact same problem to the student.
  • The Trap: The student already knows how to solve it perfectly. They get the exact same answer as the teacher.
  • The Result: Because the student and teacher agree 100%, the student learns nothing. It's like a teacher explaining a concept to a student who already mastered it yesterday. The student's brain doesn't light up; no new connections are made.

The paper found that in standard datasets used for chart and document reasoning, up to 69% of the problems are "Zero-Delta." The student and teacher are already on the same page, so training on them is a waste of time. Even if you give the student 100 times more of these easy problems, they won't get any smarter.

The Solution: Measuring the "Gap" (Delta)

To fix this, the authors came up with a new rule: A problem is only useful if the teacher and student disagree.

They call this disagreement "Answer Divergence" (or Delta, Δ\Delta).

  • High Delta: The teacher solves it one way, and the student gets it wrong (or guesses differently). This is a learning opportunity. The student realizes, "Oh, I missed that step!" and learns from the teacher's correction.
  • Zero Delta: They both get it right. No learning happens.

The paper argues that to make a smart AI, you don't need more data; you need better data—specifically, data where the AI actually struggles.

The Fix: Building a "Delta" Dataset

Since existing textbooks are full of "Zero-Delta" problems, the authors built a new system to create their own problems. They call this new dataset DELTAPROMPTS.

Here is how they built it, using a three-step recipe:

  1. Seed-Guided Generation (The Sketch): They took existing problems and asked a powerful AI (the "Teacher") to create new, harder versions of them. Think of this as a teacher looking at a math problem and saying, "Okay, let's make this slightly trickier."
  2. Skill-Guided Generation (The Target): This is the secret sauce. The system looks at where the student AI failed in the past. It asks the Teacher: "What specific skill did the student miss?" (e.g., "The student couldn't read the tiny numbers on the graph"). Then, the Teacher generates a new problem specifically designed to test that exact weak skill.
  3. The Rejection Filter (The Bouncer): They generate thousands of new problems. But before they keep them, they run a test: "Does the student get this wrong while the teacher gets it right?"
    • If Yes (High Delta): Keep it.
    • If No (Zero Delta): Throw it away.

The result is a dataset of 200,000 custom-made problems where the student is guaranteed to struggle, ensuring maximum learning.

The Results: Supercharging the Student

The authors tested this new dataset on different AI models. The results were impressive:

  • Massive Gains: Even when training an already very smart AI model, using DELTAPROMPTS improved its performance by up to 15% compared to using standard datasets.
  • It Works on New Students: They took the problems made for one type of AI and gave them to a completely different type of AI. It still worked! This proves the problems aren't just memorizing specific answers; they are teaching general reasoning skills.
  • Better at Everything: The AI didn't just get better at charts; it got better at reading documents and understanding real-world images too.

The Takeaway

The paper concludes that the bottleneck in teaching AI isn't having more data; it's having the right data.

The Analogy:
If you want to get fit, running on a treadmill at 1 mph (Zero-Delta) won't help you, even if you run for 10 hours. You need to run at a speed where you are struggling but can still finish (High-Delta). DELTAPROMPTS is the personal trainer that constantly adjusts the speed to ensure you are always in that "sweet spot" of learning, rather than letting you coast on easy problems.

By focusing on the gap between what the AI knows and what it needs to learn, the authors created a much more efficient way to train smarter, smaller AI models.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →