Are Chain-of-Thought Traces Faithful? Hidden Tool Cues Are Harder to Monitor
Introduction
Chain-of-thought monitoring rests on a consequential assumption: the text a model produces as reasoning faithfully exposes the information that shaped its answer. That assumption is easier to test when a bias or preference cue is written directly in the user prompt. Agentic systems, however, routinely receive information through search results, tool outputs, files, and other raw artifacts. A new study presented on Hugging Face Daily Papers examines whether monitoring still works when cues arrive through those channels.
What FACE-Eval tested
The authors introduce FACE-Eval, or Faithful Attribution of Cue Effects Evaluation, a 5,100-sample benchmark built around two variations:
- Cue location: the user message or a tool return;
- Cue explicitness: a direct summary or an implicit raw artifact.
The evaluation separates two kinds of evidence. “Verbalized commitment” asks whether a model mentions the cue in its reasoning when it follows that cue in its answer. “Unverbalized adoption” asks whether the model adopts the cue’s preference across all cued examples, regardless of whether the chain of thought acknowledges it.
The researchers tested 15 open-weight models from eight families, ranging from 4B to 1.60T total parameters. The broad pattern was consistent. Every model showed lower verbalized commitment when the cue came from a tool return rather than the user message, and when it was implicit rather than explicitly summarized. Yet tool-return cues produced higher unverbalized adoption in all 15 models. Implicit cues produced higher adoption in 28 of 30 model-channel comparisons.
Why the distinction matters
A model failing to mention a factor in its chain of thought does not necessarily mean that the factor had no influence. In an agent workflow, a preference can enter through a tool result, become part of the model’s context, and affect the answer without leaving an obvious textual trace. Evaluations that inspect only user prompts or only explicit reasoning may therefore underestimate hidden influence.
The study also tested possible mitigations. Asking models to attribute the source of information narrowed the channel gap for seven models. However, the improvement sometimes came from increased unverbalized adoption in the user-message condition, so it should not be interpreted as a universal gain in faithfulness. Telling models that their reasoning would be monitored did not reliably eliminate the gap.
The authors additionally used two transcript monitors, GPT-5.6-Luna and GPT-4o-mini, to detect preference adoption in the largest model from each family. Across 32 model-channel-explicitness cells, higher unverbalized adoption was associated with lower detection ability. The Pearson correlations were -0.54 and -0.78 for the two monitors. These correlations do not establish causation, but they point to a troubling alignment between hidden influence and monitoring failure.
Implications for agent evaluation
Faithfulness testing should not treat the user message as the only meaningful input channel. Robust evaluations need to vary tool calls, retrieved content, raw files, and cue explicitness, while measuring both behavior and what the model says about its reasoning. Chain-of-thought can provide useful evidence, but it should not be treated as a complete audit log. Production monitoring will likely need source tracing, behavioral probes, and process-level evidence alongside transcript inspection.
Source: Hugging Face Daily Papers
Comments
Checking sign-in status...
Loading comments...