SFT Induces Diversity Collapse in LLM Sequential Decision-Making
July 23, 2026
Supervised fine-tuning on single-action demonstrations causes premature diversity collapse in board game environments without a proportional gain in accuracy. Implementing action augmentation, which trains on all optimal actions per state, can partially mitigate this narrowing effect.
HOW THIS AFFECTS YOU
●
builderConsider using action augmentation to prevent your agents from becoming overly deterministic in reasoning tasks.
●
researcherYou should investigate the relationship between SFT objectives and behavioral entropy in agents.