← Latest papers
💻 computer science

Reconciling Contradictory Views on the Effectiveness of SFT in LLMs: An Interaction Perspective

This paper proposes an interaction-based perspective to explain the inconsistent effectiveness of supervised fine-tuning (SFT) on large language models, revealing that SFT initially removes noise-like interactions but quickly leads to overfitted interactions if training continues beyond a brief denoising phase.

Original authors: Junpeng Zhang, Lei Cheng, Guoxi Zhang, Hua Cai, Qing Xu, Quanshi Zhang

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

Original authors: Junpeng Zhang, Lei Cheng, Guoxi Zhang, Hua Cai, Qing Xu, Quanshi Zhang

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 Question: Why Does "Practice" Sometimes Make AI Worse?

Imagine you have a brilliant student (a Large Language Model, or LLM) who has already read the entire library of human knowledge. They are smart, but they sometimes speak in a confusing way or use weird slang.

To fix this, teachers give them Supervised Fine-Tuning (SFT). This is like giving the student a specific workbook of "correct" answers and saying, "Practice these examples so you can talk like a helpful assistant."

The Contradiction:

  • For small students: This practice works wonders. They get better immediately.
  • For the brilliant student (LLM): Sometimes, this practice works great. But other times, it makes them worse. They start memorizing the workbook too perfectly, forgetting how to talk to real people, or even hallucinating facts.

The Paper's Goal:
The researchers wanted to figure out why this happens. They didn't just look at the final test scores; they looked inside the student's brain to see what was changing while they practiced.


The Tool: "Word Interactions" as Lego Blocks

To peek inside the AI's brain, the researchers used a special tool called Interaction Analysis.

Think of the AI's brain not as a black box, but as a giant set of Lego instructions.

  • Simple Instructions: "If I see the word 'fire', I should probably say 'hot'." (This is a simple, reliable interaction).
  • Complex, Messy Instructions: "If I see 'fire' AND 'red' AND 'sky' AND 'cloud' AND 'maybe' AND 'yesterday'..." (This is a complex, messy interaction).

The researchers found that the AI's output is actually just a sum of these Lego instructions. Some instructions are helpful (reliable), and some are just noise (confusing or canceling each other out).


The Discovery: The "Denoising" vs. "Overfitting" Dance

The researchers watched the AI practice step-by-step and discovered that the process happens in two very distinct phases, like a short burst of cleaning followed by a long period of messing things up.

Phase 1: The "Spring Cleaning" (The Good Part)

Duration: Extremely short (only the first few hundred steps of training).

Imagine the AI's brain is a messy room full of old, broken toys that don't fit together.

  • What happens: As soon as the AI starts practicing, it immediately throws away the broken toys.
  • The Science: The AI rapidly removes "noise-like interactions." These are the complex, confusing instructions where positive and negative effects cancel each other out (e.g., one rule says "go left," another says "go right").
  • The Result: The room becomes much cleaner. The AI keeps only the simple, reliable instructions (like "fire = hot"). This is why the AI often gets a quick boost in performance at the very beginning.

Phase 2: The "Over-Decorating" (The Bad Part)

Duration: The rest of the training (the long haul).

Once the room is clean, the AI keeps practicing. But instead of learning new, useful rules, it starts over-decorating.

  • What happens: The AI starts inventing new, overly complicated rules that only work for the specific practice book, not for the real world.
  • The Science: The AI begins to learn "overfitted interactions." These are high-complexity patterns that look like they make sense but are actually just memorizing the specific examples in the training data. They are fragile and don't generalize.
  • The Result: The AI starts to "forget" how to be a general assistant and becomes a robot that only knows the specific workbook. This is why performance can drop or become inconsistent if you train for too long.

The Key Takeaways

  1. The "Sweet Spot" is Tiny: The paper claims that the only time the AI is actually learning something truly useful (by removing noise) is in that very first, brief moment.
  2. More Data Isn't Always Better: If you keep training the AI after that brief cleaning phase, you aren't making it smarter; you are just teaching it to memorize the training data too perfectly (overfitting).
  3. The "Backbone" is Already There: The most reliable rules the AI uses to answer questions were already inside it before it started practicing. The fine-tuning mostly just helped the AI stop using the confusing, broken rules. It didn't build a new brain; it just cleaned up the old one.

The Practical Advice (Early Stopping)

The paper suggests a new way to train AI: Stop early.

Instead of training an AI for days on massive datasets, you should monitor these "Lego instructions." As soon as the AI stops throwing away the "broken toys" (noise) and starts picking up new, weird decorations (overfitting), you should hit the stop button.

In short: The paper argues that for Large Language Models, "less is more." A tiny bit of practice cleans up the mess, but too much practice just creates a new, more complicated mess.

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 →