Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DORA Explorer: Improving the Exploration Ability of LLMs Without Training

About

Despite the rapid progress, LLMs for sequential decision-making (i.e., LLM agents) still struggle to produce diverse outputs. This leads to insufficient exploration, convergence to sub-optimal solutions, and becoming stuck in loops. Such limitations can be problematic in environments that require active exploration to gather information and make decisions. Sampling methods such as temperature scaling introduce token-level randomness but fail to produce enough diversity at the sequence level. We analyze LLM exploration in the classic Multi-Armed Bandit (MAB) setting and the Text Adventure Learning Environment Suite (TALES). We find that current decoding strategies and prompting methods like Chain-of-Thought and Tree-of-Thought are insufficient for robust exploration. To address this, we introduce DORA Explorer (Diversity-Oriented Ranking of Actions), a training-free framework for improving exploration in LLM agents. DORA generates diverse action candidates, scores them using token log-probabilities, and selects actions using a tunable exploration parameter. DORA achieves UCB-competitive performance on MAB and consistent gains across TALES, e.g., improving Qwen2.5-7B's performance from 29.2% to 45.5% in TextWorld. Our project is available at: https://dora-explore.github.io/.

Priya Gurjar, Md Farhan Ishmam, Kenneth Marino• 2026

Related benchmarks

TaskDatasetResultRank
Text-based Task CompletionTextworld
Mean Normalised Score74.28
18
Text-based Task CompletionScienceWorld
Mean Normalised Score32.43
18
Text-based Task CompletionTW Express
Mean Normalised Score52.89
18
Text-based Task CompletionAlfWorld
Mean Normalised Score2.78
18
Text-based Task CompletionJericho
Mean Normalised Score2.92
18
Multi-Armed BanditText-based Game
Average Reward0.514
13
Multi-Armed Bandithard MAB instance
Mean Average Reward51.4
10
Showing 7 of 7 rows

Other info

Follow for update