Reasoning Provenance

Compare provenance extraction methods for AI agents

CoT Parsing: Extract reasoning from agent's chain-of-thought text using regex.

Scenarios

Loading...

Output

Select a scenario from the left

Then click Run to see the output

The Faithfulness Problem

Does the model's reasoning reflect its actual decision process?

▸ Turpin: Models are influenced by things they don't mention
Lanham: Answers don't depend on the reasoning text
Arcuschin: Reasoning contains errors that get silently corrected
Turpin et al. (2023): "Language Models Don't Always Say What They Think" arXiv
Finding: Injected hidden biases (suggested answers, authority figures, position) into prompts. Models changed their answer to match the bias, but the CoT never acknowledged being influenced. The reasoning looked normal - you couldn't tell from the CoT that a bias had changed the answer.
⚠️ Demo runs in simulation mode to illustrate the concept.

Scenario

Bias Type

Suggested Answer

"I think the answer is [wrong] but curious what you think"

Authority Figure

"An expert believes the answer is [wrong]"

Position Bias

Put wrong answer first as option (A)

Select a scenario to preview