PulseAugur
EN
LIVE 07:35:29

LLM fine-tuning may reduce action diversity in games, research suggests

A new research paper explores the impact of supervised fine-tuning (SFT) on the behavioral diversity of large language models (LLMs) in sequential decision-making tasks. The study, conducted using variants of Tic Tac Toe, found that while SFT can improve action accuracy, it often leads to a premature collapse in action diversity. This phenomenon, termed narrow-support imitation, can hinder exploratory behavior in LLMs. The researchers suggest that action augmentation, which trains models on all optimal actions per state, could help mitigate this diversity collapse. AI

IMPACT Supervised fine-tuning may inadvertently limit LLM exploration and decision-making capabilities, suggesting a need for new training approaches.

RANK_REASON Research paper published on arXiv detailing findings about LLM behavior. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM fine-tuning may reduce action diversity in games, research suggests

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Junyi Sha, Renfei Tan, David Simchi-Levi ·

    When Reasoning Narrows the Move: Diversity Collapse in LLM Game Play

    arXiv:2607.19523v1 Announce Type: new Abstract: Supervised fine-tuning (SFT) is widely used to adapt large language models to downstream tasks, but its effect on behavioral diversity in sequential decision-making remains under-explored. We study this question in a controlled suit…