Microsoft 与加州大学圣地亚哥分校提出 TailSFT:过滤已拟合样本可提升后续 RL 表现

Rohan Paul · @rohanpaul_ai · X·2026-09-04 07:56·37分钟前
AI 导读

Microsoft 与加州大学圣地亚哥分校的论文指出,模型在 SFT 后可能看起来更好,但因 SFT 会抹掉 RL 需要发现的罕见正确行为,反而是更差的 RL 起点。

Rohan Paul@rohanpaul_ai
42AI 编辑部评分,满分 100

Microsoft 与加州大学圣地亚哥分校提出 TailSFT:过滤已拟合样本可提升后续 RL 表现

2026-09-04 07:56· 37分钟前
AI 导读

Microsoft 与加州大学圣地亚哥分校的论文指出,模型在 SFT 后可能看起来更好,但因 SFT 会抹掉 RL 需要发现的罕见正确行为,反而是更差的 RL 起点。

New Microsoft plus Univ of San Diego paper shows a model can look better after SFT but actually be a worse starting point for RL, because SFT may wipe out rare correct behaviors that RL needs to discover.

TailSFT preserves more of those behaviors, and with the same RL setup it produced up to 3.93 percentage points higher final pass@1.

standard SFT can make RL harder by overtraining already-fit examples; TailSFT filters them and gives the later RL stage a better starting point.

TailSFT changes SFT by filtering sequences whose loss has already dropped most relative to the base model.

That shifts training toward examples the model still underfits, with one goal: keep correct responses reachable under repeated sampling so RL has useful behavior to reinforce.