This paper investigates why Large Language Model (LLM) agents often provide confident, directional answers to questions that are provably unpredictable (aleatoric), such as future market movements or weather outcomes. Researcher Pranav Aggarwal finds that these models are not failing due to a lack of capability or judgment, but because they are triggered by the authoritative appearance of information rather than the information itself.
The Trigger: Packaging Over Content
The study shows that adding a professional-looking market data panel to a prompt significantly increases the likelihood that an LLM will commit to a prediction. Across 12 frontier models, the rate of commitment to an unknowable question rose from 6.5% when asked a bare question to 54.0% when provided with an evidence panel.
Crucially, the model’s willingness to commit does not depend on the truth of the data. When the researcher fabricated the entire display—ensuring that every number on the panel was invented—the commitment rate remained statistically indistinguishable from the rate produced by genuine market data. The models are responding to the "authority of the packaging" rather than the substance of the information.
Ruling Out Common Explanations
The paper systematically rules out three common explanations for this behavior:
Incapacity: The same models that fail on unknowable questions perform with near-perfect accuracy on matched, answerable questions attached to the same panels.
Belief: The models’ stated probabilities for their answers barely change even when the evidence provided is escalated, suggesting the "act" of committing is decoupled from the model's internal confidence.
Missing Judgment: When explicitly asked to classify whether a question is knowable before acting, the models correctly identify the question as irreducible 90% of the time and refrain from committing in those instances.
The failure is isolated to the "act/don't-act gate," which determines whether the model provides an answer or declines to answer.
Training the Gate
Because this failure is specific to the action gate, it can be corrected through supervised fine-tuning. By training a 3B model on 540 synthetic cases involving dice, coins, and timers, the researcher successfully drove the commitment rate on unknowable questions to 0.0%. This behavior transferred to three unseen domains, indicating that the model can learn to recognize when it should abstain from answering.
Limitations and Context Sensitivity
The effectiveness of this training is "context-fragile." The gate only functions reliably when the model is given enough room in its response format to reason through its decision. If the output format is too rigid—forcing a direct answer without allowing for reasoning—the gate fails, and the model reverts to being confident and wrong. Additionally, the researcher notes that some evaluation sets were susceptible to "lexical confounds," where the model could simply decline any question containing the word "will," rather than actually evaluating the knowability of the question. Deployment of these agents requires both a trained gate and a response format that preserves the model's ability to reason.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!