← Latest papers
💬 NLP

Gradients Must Earn Their Influence: Unifying SFT with Generalized Entropic Objectives

This paper introduces Dynamic Entropy Fine-Tuning (DEFT), a parameter-free objective that unifies SFT with generalized entropic goals by dynamically modulating gradient trust based on predictive uncertainty to resolve the plasticity-stability dilemma and improve model performance.

Original authors: Zecheng Wang, Deyuan Liu, Chunshan Li, Yupeng Zhang, Zhengyun Zhao, Dianhui Chu, Bingning Wang, Dianbo Sui

Published 2026-02-13
📖 5 min read🧠 Deep dive

Original authors: Zecheng Wang, Deyuan Liu, Chunshan Li, Yupeng Zhang, Zhengyun Zhao, Dianhui Chu, Bingning Wang, Dianbo Sui

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 brilliant but slightly stubborn student (the AI) how to solve a new type of puzzle. You have a textbook with the correct answers (the training data), and you want the student to learn from it.

For a long time, the standard way to teach this student was Negative Log-Likelihood (NLL). Think of NLL as a teacher who screams at the student every time they get an answer wrong, regardless of why they got it wrong.

  • If the student was guessing wildly and got it wrong, the teacher screams loudly. (Good! The student needs to learn this new thing.)
  • If the student was 99% sure they were right, but the textbook said otherwise, the teacher still screams just as loudly. (Bad! Maybe the textbook has a typo, or the student actually knows a better rule. Screaming here just confuses the student and makes them forget what they already knew.)

This "one-size-fits-all" screaming causes two problems:

  1. Noise Amplification: The student gets confused by bad examples in the book.
  2. Over-correction: The student stops trusting their own gut feeling, even when they are usually right.

The authors of this paper, DEFT (Dynamic Entropy Fine-Tuning), propose a smarter way to teach. They call it "Gradients Must Earn Their Influence." Here is how it works, using some everyday analogies:

1. The "Trust Gate" Concept

Imagine the student has a Trust Gate in their brain. This gate decides how much weight to give to the teacher's correction.

  • Standard NLL: The gate is always wide open. The teacher's voice is always loud, even if the student is already an expert on that topic.
  • DEFT: The gate is smart. It opens or closes based on how confident the student feels right now.

2. The Two Modes of Learning

The paper explains that the student needs two different modes of operation, and DEFT switches between them automatically:

  • Mode A: The "Explorer" (When the student is confused)

    • Scenario: The student sees a puzzle they've never seen before. They are guessing, and their confidence is low.
    • DEFT Action: The Trust Gate swings wide open. The teacher's correction is heard clearly. The student says, "Okay, I don't know this, I'll listen to the book and learn it."
    • Analogy: Like a sponge soaking up water. When you are empty (uncertain), you absorb everything.
  • Mode B: The "Refiner" (When the student is confident)

    • Scenario: The student is solving a math problem they've done a thousand times. They are 99% sure of the answer, but the book says something slightly different.
    • DEFT Action: The Trust Gate narrows. The teacher's voice is turned down to a whisper. The student thinks, "I'm pretty sure I'm right. If the book disagrees, maybe the book is wrong, or maybe I just need a tiny nudge, not a shove."
    • Analogy: Like a sculptor polishing a statue. You don't hit the statue with a sledgehammer (loud correction); you use a fine chisel (gentle refinement) to make it perfect.

3. The Magic Ingredient: The "Cayley Transform"

How does the paper make this gate switch automatically without a human telling it when to switch? They use a mathematical trick called the Cayley Transform.

Think of this as a thermostat for the student's brain.

  • Instead of asking, "Are you confused?" (which is hard to measure), the thermostat measures the temperature of the student's entire brain (their overall uncertainty).
  • If the brain is "hot" (chaotic, uncertain, high entropy), the thermostat opens the gate for learning.
  • If the brain is "cool" (calm, focused, low entropy), the thermostat closes the gate to protect what's already learned.

This thermostat moves smoothly. It doesn't just flip a switch from "On" to "Off." It glides from "Explorer" to "Refiner" as the student gets better at the task.

4. Why This Matters (The Results)

The paper tested this on various AI models (like LLaMA and Qwen) across different types of tasks:

  • Hard New Tasks: When the AI had to learn something completely new, DEFT helped it learn faster because it didn't ignore the hard parts.
  • Expert Tasks: When the AI was already good at something (like math), DEFT prevented it from "forgetting" its skills or getting confused by noisy data.
  • The Sweet Spot: In the middle, where the AI is "okay" at everything, DEFT balanced learning new things with keeping old skills, outperforming all other methods.

Summary

DEFT is like a wise mentor who knows when to push a student hard and when to let them trust their own instincts.

  • Old Way: "You are wrong! Fix it immediately!" (Even if you were right).
  • DEFT Way: "You seem unsure? Here, let me help you learn this new thing. But you seem confident? Okay, I'll just give you a tiny tip to polish your answer, so you don't forget what you already know."

By letting the AI decide how much to trust the teacher based on its own confidence, the paper achieves a better balance between exploring new knowledge and exploiting existing skills.

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 →