ASK in the Dark: Uncertainty-Gated LLM Assistance under Partial Observability

๐Ÿ“… 2026-07-02
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge of leveraging small language models (SLMs) in partially observable reinforcement learning, where their utility is often limited by ineffective prompting mechanisms. The authors propose the ASK+ framework, which transforms SLMs from passive verifiers into active policy-refinement advisors through trajectory-aware context integration, structured chain-of-thought prompting, and a predictive-entropy-based selective querying mechanism. Empirical results demonstrate that ASK+ achieves success rates of 93%, 70%, and 73.7% on the DoorKey, FourRooms, and HigherLower tasks, respectively. Notably, the Qwen3.5-2B model under this framework matches or even surpasses the performance of its larger counterpart, Qwen3.5-4B, underscoring that well-designed prompting strategies and selective gating mechanisms exert a far greater influence on auxiliary effectiveness than model scale alone.
๐Ÿ“ Abstract
Reinforcement learning agents operating under partial observability must act on incomplete information, making them natural candidates for guidance from small language models (SLMs) that carry broad reasoning priors. Yet integrating SLM guidance into this setting has proven difficult: across all test environments, vanilla uncertainty-gated approaches achieve an overwrite rate at or near zero, meaning the SLM almost never contributes an independent action. We trace this failure to the bare egocentric prompt, which provides insufficient context for genuine reasoning, and identify it as a context problem rather than a capacity problem. We propose ASK+, which supplies the SLM with trajectory-aware context (a partially revealed map, visited positions, and action history) and structured chain-of-thought reasoning, converting it from a passive redundancy check into a more informative consultant that occasionally corrects the policy. We further establish that the predictive entropy signal used for selective querying measures action uncertainty rather than state uncertainty and remains informative in POMDPs, making uncertainty-gated assistance viable beyond fully observable settings. The stateful prompt drives substantial gains: on DoorKey, where vanilla ASK matches PPO (both 89%), ASK+ reaches 93% success; on FourRooms, success climbs from 53% to 70%; on HigherLower, accuracy reaches 73.7%, matching the SLM-only upper bound. Across all environments, Qwen3.5-2B matches or exceeds Qwen3.5-4B, confirming that prompt design and selective gating dominate the impact of model scale, enabling guidance without large models.
Problem

Research questions and friction points this paper is trying to address.

partial observability
reinforcement learning
small language models
uncertainty-gated assistance
POMDP
Innovation

Methods, ideas, or system contributions that make the work stand out.

uncertainty-gated assistance
partial observability
trajectory-aware prompting
structured chain-of-thought
predictive entropy
๐Ÿ”Ž Similar Papers