Failing to Explore: Language Models on Interactive Tasks
Mahdi JafariRaviz, Keivan Rezaei, Arshia Soltani Moakhar, Zahra Sodagar, Yize Cheng, Soheil Feizi
TL;DR
The paper presents an evaluation framework for language models operating as agents in interactive environments under a fixed interaction budget $N$, highlighting systematic under-exploration and premature commitment across three parametric tasks: HillSearch, TreeSearch, and MaxSatSearch. It introduces a lightweight task-suite design with controllable exploration difficulty and traps to stress the explore--exploit tradeoff, and demonstrates that state-of-the-art LMs underperform simple exploration baselines and scale weakly with budget. To mitigate this, the authors study two interventions: parallelizing the budget across independent threads and periodically summarizing interaction history to guide subsequent exploration; both show consistent empirical improvements, with theoretical analysis clarifying when parallelization can help. The findings suggest that advancing agentic exploration requires mechanisms that encourage sustained, revisable search beyond merely extending context, with practical implications for designing robust, budget-aware LM-driven agents. The work also provides a foundation for diagnosing premature commitment and for benchmarking exploration capabilities in interactive AI systems.
Abstract
We evaluate language models on their ability to explore interactive environments under a limited interaction budget. We introduce three parametric tasks with controllable exploration difficulty, spanning continuous and discrete environments. Across state-of-the-art models, we find systematic under-exploration and suboptimal solutions, with performance often significantly worse than simple explore--exploit heuristic baselines and scaling weakly as the budget increases. Finally, we study two lightweight interventions: splitting a fixed budget into parallel executions, which surprisingly improves performance despite a no-gain theoretical result for our tasks, and periodically summarizing the interaction history, which preserves key discoveries and further improves exploration.
