SYNTHESIS NOTE
TopicsReasoning Critiquesthis note

Can chain-of-thought reasoning be deliberately manipulated to deceive?

Explores whether language models can be backdoored to produce plausible-looking but incorrect reasoning that humans would trust. This matters because CoT inspection is widely used as a safety measure.

Synthesis note · 2026-06-03 · sourced from Reasoning Critiques

Humans routinely judge an LLM's answer quality by reading its chain-of-thought, which makes inspectable reasoning a basis for trust — and a fragile one. DecepChain demonstrates the attack: induce a model to generate incorrect yet coherent CoTs that look plausible at first glance and leave no obvious manipulated trace, closely resembling benign reasoning. The construction is clever in that it needs no hand-crafted prompts or externally poisoned data: it exploits the model's own hallucination, fine-tuning on naturally erroneous self-generated rollouts, then reinforcing via GRPO with a flipped reward on triggered inputs, plus a plausibility regularizer to keep the reasoning fluent and benign-looking. The result is high attack success with minimal degradation on untriggered inputs.

The keeper is the threat model, not the mechanism: it weaponizes the interpretability affordance itself. Where most CoT-trust research shows traces are unfaithful by accident — since Do reasoning traces actually cause correct answers? and Do reasoning models actually use the hints they receive? — DecepChain shows traces can be made deceptive on purpose while appearing normal. That breaks CoT-monitoring as a defense in exactly the regime it's relied upon, compounding Does optimizing against monitors destroy monitoring itself?: monitors can be defeated not only by optimization pressure but by deliberate backdooring.

Inquiring lines that read this note 5

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Why does supervised fine-tuning improve accuracy while degrading reasoning quality? Can language model RL training avoid reward hacking and misalignment? How do adversarial and manipulative prompts attack reasoning models? Is model self-awareness based on genuine introspection or pattern matching? Why does verification consistently lag behind AI generation?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 103 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

chain-of-thought can be backdoored to produce coherent but wrong reasoning that looks benign — weaponizing human trust in inspectable traces