LGAICLSep 29, 2025

When Greedy Wins: Emergent Exploitation Bias in Meta-Bandit LLM Training

arXiv:2509.24923v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the problem of suboptimal exploration in LLMs for sequential decision-making, offering insights for AI researchers developing autonomous agents, though it appears incremental relative to existing bandit literature.

The researchers investigated how supervised fine-tuning (SFT) and reinforcement learning (RL) shape exploration strategies in LLMs for multi-armed bandit tasks, finding that trained agents achieve performance comparable to UCB and Thompson Sampling algorithms with robust generalization to 6x longer horizons and across bandit families.

While Large Language Models (LLMs) hold promise to become autonomous agents, they often explore suboptimally in sequential decision-making. Recent work has sought to enhance this capability via supervised fine-tuning (SFT) or reinforcement learning (RL), improving regret on the classic multi-armed bandit task. However, it remains unclear how these learning methods shape exploration strategies and how well they generalize. We investigate both paradigms by training LLMs with SFT on expert trajectories and RL with a range of tailored reward signals including a strategic, regret-shaped reward to reduce variance, and an algorithmic reward that enables oracle imitation. The resulting agents outperform pre-trained models and achieve performance comparable to Upper Confidence Bound (UCB) and Thompson Sampling, with robust generalization to 6x longer horizons and across bandit families. Behavioral analysis reveals that gains often stem from more sophisticated but greedier exploitation: RL/SFT agents are more prone to early catastrophic failure than pre-trained models, prematurely abandoning exploration. Furthermore, agents trained to imitate UCB learn to outperform their teacher by adopting more exploitative variants. Our findings clarify when each training paradigm is preferable and advocate tailored reward design and evaluation beyond average regret to promote robust exploratory behavior.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes