LARK: Learnability-Grounded Trajectory Selection for Efficient Reasoning Distillation
This paper introduces LARK, a learnability-grounded framework that efficiently selects teacher reasoning trajectories for distillation by prioritizing those that maximize the student model's learning rate while maintaining distributional coverage, thereby outperforming existing heuristic-based selection methods.
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 Picture: Teaching a Student with the Right Examples
Imagine you are a teacher trying to teach a student (a small AI model) how to solve complex math problems. You have a brilliant tutor (a large AI model) who can generate dozens of different ways to solve the same problem.
Some of the tutor's explanations are perfect. Some are messy. Some are too simple, and some are too complex.
The Problem:
Most current methods for choosing which explanations to show the student rely on "gut feelings" or simple rules:
- "Is the answer correct?" (Yes/No)
- "Does the explanation sound smooth?"
- "Did the student like this explanation?"
The authors argue these methods miss the most important question: "Can this specific student actually learn from this specific explanation?"
Just because an explanation is high-quality doesn't mean it's the right one for this student at this moment. A perfect explanation might be too easy (the student already knows it) or too confusing (the student can't bridge the gap).
The Solution: LARK (Learnability-Grounded Anchor-time Ranking)
The paper introduces LARK, a new way to pick the best training examples. Instead of asking "Is this a good explanation?", LARK asks, "Will this explanation help the student improve the fastest?"
Think of it like a personal trainer choosing exercises for an athlete:
- Old Method: Pick the exercises that look the most impressive or are the most popular.
- LARK Method: Pick the exercises that are just hard enough to make the athlete stronger, but not so hard that they get injured or give up.
How LARK Works (The "Magic" Behind the Scenes)
LARK uses a clever trick to figure out what the student needs without actually having to run a full, expensive training session for every single option.
1. The "Anchor" (The Starting Point)
Imagine the student is standing at a specific spot on a map (their current knowledge). LARK looks at all the possible explanations (trajectories) and asks: "If we use this explanation, how quickly will the student move toward the goal?"
It calculates a score called (rho).
- High : The student is currently struggling with this specific type of problem, and this explanation offers a clear "nudge" to fix it. It's the "Goldilocks" zone—not too easy, not too hard.
- Low : The student already knows this, or the explanation is so messy the student can't figure out where to fix their mistake.
2. The "Forward-Only" Shortcut
Usually, to know how much a student will learn, you'd have to actually teach them the lesson and see how they do (which takes a lot of time and computer power).
LARK is smart. It uses a mathematical shortcut (a "forward-pass proxy"). It looks at the student's current guesses and the gap between their guess and the right answer.
- Analogy: Instead of making the student run a full marathon to see if they are fit, LARK looks at their posture and breathing right now to predict exactly how much running they need to do to get in shape. It avoids the expensive "backward pass" (the full training run) for every single candidate.
3. The "Balanced Diet" (Chi-Square Regularization)
If LARK only picked the single "perfect" explanation, the student might get bored or only learn one narrow trick.
- The Fix: LARK uses a rule (called -regularization) to ensure the student gets a balanced diet of examples. It picks the top few best explanations but weights them so the student learns a variety of skills, not just one narrow trick. It prevents the system from "hacking" the score by picking the same easy answer over and over.
The Results: Why It Matters
The paper tested LARK on several different AI models and math benchmarks (like AIME, AMC, and MATH).
- The Outcome: LARK consistently beat all other methods. Whether the researchers picked just 1 example or 3 examples per problem, LARK-trained students learned faster and got better scores.
- The Proof: The authors showed that the LARK score actually predicts how fast the student's "loss" (their error rate) drops during training.
- Visual Proof: In their experiments, students trained with LARK dropped their error rates much faster than students trained with random examples or examples chosen by "quality" alone.
- The "Why": LARK specifically selects examples where the student is "confidently wrong" in a structured way. The student knows they are wrong, and the explanation shows them exactly where the mistake is, providing a clear path to correction.
Summary in One Sentence
LARK is a smart selector that picks the specific reasoning examples a student AI needs right now to learn the fastest, using a mathematical shortcut to find the "just-right" difficulty level without wasting time on examples that are too easy or too confusing.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.