← Latest papers
🤖 machine learning

How Fast Should a Model Commit to Supervision? Training Reasoning Models on the Tsallis Loss Continuum

This paper introduces a Tsallis loss continuum that interpolates between reinforcement learning and density estimation to solve cold-start stalling in reasoning models, proposing two practical estimators (GARL and PAFT) that significantly outperform standard methods like GRPO on complex reasoning benchmarks by balancing escape speed from low success probabilities with training stability.

Original authors: Chu-Cheng Lin, Eugene Ie

Published 2026-04-29
📖 5 min read🧠 Deep dive

Original authors: Chu-Cheng Lin, Eugene Ie

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

Imagine you are teaching a very smart, but currently very confused, student to solve complex puzzles. The student has a notebook where they can scribble down their thoughts (a "chain of thought") before writing the final answer.

The paper you shared tackles a specific problem: How do you teach this student when they are starting from zero?

The Problem: The "Cold Start" Stall

When the student is brand new, they almost never get the right answer immediately.

  • The Old Way (RLVR/GRPO): This method is like a strict teacher who only gives a "Good job!" or "Try again" based on the final answer. If the student gets it wrong 99 times in a row, they get no "Good job" signals. The teacher keeps waiting for a miracle, but the student is stuck in a loop of failure. The paper calls this "cold-start stalling."
  • The Trap: If you try to force the student to learn too aggressively from the few times they do get it right, they might start memorizing the teacher's mistakes or the specific quirks of the test questions (called "noise memorization").

The Solution: A "Commitment" Dial

The authors introduce a new family of teaching methods based on a mathematical concept called the Tsallis Loss. Think of this as a dial labeled "Commitment" (represented by the letter q).

This dial controls how much the teacher cares about the student's current level of understanding versus pushing them to learn from any attempt, even a messy one.

  • Setting the Dial to 0 (The "Safe" Mode):

    • Analogy: The teacher is very cautious. They only pay attention to the student when the student is already doing something familiar.
    • Result: The teacher ignores the messy, wrong attempts. This is great for avoiding confusion (noise), but if the student starts with zero knowledge, the teacher never gives them a push. The student stays stuck forever.
    • Paper's Claim: This is too slow to escape the "cold start."
  • Setting the Dial to 1 (The "Aggressive" Mode):

    • Analogy: The teacher is extremely enthusiastic. They treat every attempt, even the terrible ones, as a valuable learning opportunity. They amplify the signal from the few times the student gets it right, shouting, "Look! You did it! Learn from this!"
    • Result: The student learns incredibly fast at the beginning. They escape the "cold start" quickly.
    • Risk: Because the teacher is so loud, the student might start memorizing the teacher's own mistakes or the specific way the questions were phrased, rather than learning the actual logic.
  • Setting the Dial to 0.75 (The "Sweet Spot"):

    • Analogy: The teacher is balanced. They are loud enough to push the student out of the starting block (escaping the cold start) but not so loud that they drown out the signal with noise.
    • Paper's Claim: This setting allows the model to learn fast initially without immediately crashing into a wall of confusion.

Two Ways to Turn the Dial: GARL and PAFT

Since the math is too complex to calculate perfectly, the authors built two practical tools (estimators) to turn this dial. Think of them as two different teaching styles that use the same dial.

  1. GARL (The "Broadcaster"):

    • How it works: The teacher generates many random "thoughts" (trajectories) from the student. Even if most are wrong, the teacher looks at the few that are right and amplifies their importance based on the dial setting.
    • Pros: It's very fast and great for getting the student moving when they are stuck (Cold Start).
    • Cons: Sometimes, the teacher gets too excited, mixes in bad examples, and the student gets confused or crashes later in training (destabilization).
  2. PAFT (The "Filter"):

    • How it works: The teacher generates many thoughts, but then filters them. They throw away the messy, wrong ones and only keep the ones that actually match the correct answer. Then, they teach the student using only these "good" examples, but they dampen the intensity based on the dial.
    • Pros: It is very stable. The student learns from clean, coherent examples. It doesn't crash.
    • Cons: It's slower to start because it throws away so much data.

What Happened in the Experiments?

The authors tested this on three difficult reasoning puzzles (FinQA, HotPotQA, and MuSiQue).

  • When the student was totally lost (Cold Start):

    • The old methods (dial at 0) failed completely. The student never learned.
    • The "Broadcaster" (GARL) with a high dial setting (0.75) saved the day. It pushed the student out of the starting block where others failed.
    • Interestingly, the "Broadcaster" at dial 0.75 performed better than the "Aggressive" dial 1, proving that a little bit of noise filtering is good even at the start.
  • When the student was already learning (Warm Start):

    • On some puzzles (FinQA), the "Broadcaster" (GARL) worked well at a low dial setting.
    • On harder puzzles (HotPotQA, MuSiQue), the "Broadcaster" got too excited and the student's performance crashed to zero.
    • The "Filter" (PAFT) was the hero here. Even though it was slower, it kept the student stable and achieved the highest final scores.

The Big Takeaway

The paper argues that there isn't one "perfect" way to train a reasoning model.

  • If your model is stuck at zero, you need high commitment (GARL with a high dial) to force it to learn.
  • If your model is learning but unstable, you need stability (PAFT) to keep it on track.

The authors created a "continuum" (a smooth sliding scale) that lets you adjust this balance dynamically, rather than having to choose between "safe but slow" or "fast but risky." They found that a middle-ground setting (around 0.75) often offers the best of both worlds: fast enough to escape the start, but stable enough to finish the race.

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 →