← Latest papers
📊 statistics

InfoSFT: Learn More and Forget Less with Information-Aware Token Weighting

InfoSFT is a principled token-weighting scheme for supervised fine-tuning that concentrates learning signals on maximally informative, medium-confidence tokens to improve generalization across diverse tasks while better preserving the model's pre-existing capabilities compared to standard SFT and existing mitigation methods.

Original authors: Mahdi Sabbaghi, George Pappas, Adel Javanmard, Hamed Hassani

Published 2026-05-15
📖 4 min read☕ Coffee break read

Original authors: Mahdi Sabbaghi, George Pappas, Adel Javanmard, Hamed Hassani

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 Robot New Tricks

Imagine you have a very smart robot (a Large Language Model) that has already learned a lot about the world. Now, you want to teach it a specific new skill, like solving complex math problems or writing computer code. You do this by showing it examples of experts doing the task. This process is called Supervised Fine-Tuning (SFT).

However, the paper points out a problem with the standard way we do this. It's like a teacher trying to teach a student by forcing them to memorize every single example in a textbook, no matter how easy or hard it is.

The Problem: The "One-Size-Fits-All" Trap

The paper identifies two main issues with the standard approach:

  1. Overfitting (The Parrot Effect): The robot tries to memorize every example perfectly, even the ones that are very strange or unlikely for it to understand. It's like a student who memorizes the exact wording of a math problem but doesn't understand the logic, so they fail when the numbers change.
  2. Catastrophic Forgetting (The Amnesia Effect): In trying to learn these new, difficult tricks, the robot accidentally "forgets" the things it already knew well. It's like a chef who, in trying to learn a new, fancy recipe, forgets how to boil water or chop onions.

The Old Solutions: Too Much or Too Little

Previous methods tried to fix this by filtering out the "hard" examples (the ones the robot finds unlikely).

  • The Analogy: Imagine a teacher who only lets the student practice on problems they can already solve easily.
  • The Result: The student gets very confident and stable, but they never learn anything new because they never struggled with the difficult concepts they needed to master.

The New Solution: InfoSFT (The "Goldilocks" Teacher)

The authors propose a new method called InfoSFT. Instead of treating all examples the same, or ignoring the hard ones, InfoSFT acts like a wise teacher who knows exactly how much to push the student.

The Core Idea: The "Sweet Spot" of Confidence
InfoSFT assigns different "weights" (importance scores) to every word the robot generates, based on how confident the robot is about that word:

  • Too Easy (High Confidence): If the robot is already 99% sure of a word (like "the" or "is"), InfoSFT says, "You already know this; stop wasting time on it." It gives these words zero weight.
  • Too Hard (Zero Confidence): If the robot is completely lost and the word is extremely unlikely, InfoSFT says, "This is too confusing right now; we'll skip it for now to avoid breaking your brain." It gives these words very low weight.
  • Just Right (Medium Confidence): If the robot is unsure but has a good guess (maybe 50-80% confidence), InfoSFT says, "This is the perfect learning moment! Focus here!" It gives these words the highest weight.

The Analogy:
Think of learning to ride a bike.

  • Standard SFT is like forcing you to ride on a flat sidewalk (too easy) and then suddenly throwing you into a hurricane (too hard). You either get bored or crash.
  • InfoSFT is like a coach who puts you on a gentle hill. You are wobbly and unsure (medium confidence), so you learn the most. If the hill is too steep, the coach stops you. If the ground is flat, the coach lets you coast.

Why This Works Better

The paper shows that by focusing on these "medium-confidence" moments, the robot learns the new behavior (like math or coding) much faster and better than before.

  1. Better Generalization: The robot learns the logic of the task, not just the specific examples. It can solve new problems it hasn't seen before.
  2. Less Amnesia: Because the robot isn't forced to drastically change its entire personality to memorize weird examples, it keeps its original skills (like safety and general conversation) intact.

The "One-Line" Magic

The authors emphasize that this isn't a massive overhaul. It's a tiny tweak to the math used to train the robot. They simply changed the formula that decides how much attention to pay to each word. It's like changing the volume knob on a stereo: instead of playing all songs at the same volume, you turn up the volume on the songs you need to hear and turn down the ones you already know.

Summary

InfoSFT is a smarter way to teach AI. It stops the AI from memorizing the easy stuff and getting confused by the impossible stuff. Instead, it focuses all its energy on the "just right" moments where learning actually happens. This helps the AI master new skills without forgetting the old ones.

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 →