How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial episode artwork

EPISODE · May 13, 2026 · 23 MIN

How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial

from AI Papers: A Deep Dive

How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial Source: https://arxiv.org/abs/2605.09314 Paper was published on May 10, 2026 This episode was AI-generated on May 12, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A new paper traces the entire causal chain of how a persuasive passage flips a large language model's answer — and the machinery turns out to be astonishingly narrow. One attention head out of a thousand, a three-dimensional pyramid of choices, and a single scalar lever that decides which option wins. Key Takeaways: - Persuasion in LLMs is mediated by a tiny number of mid-layer attention heads — often just one — verified by causal activation patching across four model families - The decision head encodes four answer options as four vertices of a near-regular tetrahedron, and persuasion is a discrete jump between vertices, not a gradual drift in uncertainty - The head isn't reasoning — it's copying; the 'where to look' circuit explains ~88% of the persuasion effect while the value-copy circuit is nearly perfect transcription - All the high-dimensional routing logic collapses to a single scalar feature per option token, which the authors can turn up or down to steer the model's choice - Upstream shallow heads in layers 8–12 do keyword recognition (like spotting 'Nigeria') and write the routing signal onto matching option tokens, completing the relay - The mechanism partially transfers to a more realistic GEO benchmark, but the cleanest results (tetrahedron, rank-1 feature, discrete jump) are tied to a four-option choice geometry that may not generalize to free-form generation 00:00 - GEO and the question of mechanism: Why Generative Engine Optimization works in practice, and what it means to ask mechanically how an LLM gets persuaded into repeating a poisoned source. 02:34 - Locating the persuasion circuit: How activation patching identifies a single mid-layer attention head as causally responsible for persuasion, replicated across Llama, Qwen, and Gemma families. 05:09 - The tetrahedron and the discrete jump: The decision head's output collapses to a 3D subspace where four answer choices sit at vertices of a pyramid, and persuasion flips the state from one vertex to another. 07:44 - The head is copying, not reasoning: Separating the 'where to look' and 'what to copy' circuits reveals that persuasion is misdirected attention, not corrupted knowledge. 10:19 - The single dial behind the routing: A rank-1 approximation reduces the head's decision logic to one scalar per option, and the authors steer the model's answer by adding or subtracting that feature directly. 12:54 - Upstream keyword heads and the full relay: Shallow heads in layers 8–12 do the keyword recognition that writes the routing signal, completing a verified end-to-end chain from prompt token to final answer. 15:29 - Does this transfer to real attacks?: Results on Geo-Bench, a more realistic source-selection benchmark, show the mechanism's architecture holds though with weaker magnitudes and some experiments not yet repeated. 18:04 - Steelman and limitations: Honest pushback on the multiple-choice setup, the rank-1 framing, and what 'partial transfer' really means for the strength of the claims. 20:39 - What the map enables: Why a known mechanism opens the door to runtime monitors and feature-level interventions, and what this adds to the case that LLM behaviors are sparse and legible. Recommended Reading: - Interpretability in the Wild: a Circuit for Indirect Object Identification in GPT-2 small: The canonical example of using activation patching to isolate a narrow attention-head circuit responsible for a specific behavior — the methodological template the persuasion paper builds on. (https://arxiv.org/abs/2211.00593) - A Mathematical Framework for Transformer Circuits: Anthropic's foundational decomposition of attention heads into QK (where to look) and OV (what to copy) circuits — exactly the split the episode hinges on when separating routing from transcription. (https://transformer-circuits.pub/2021/framework/index.html) - Locating and Editing Factual Associations in GPT (ROME): A contrasting case study where causal tracing localizes factual knowledge to MLPs rather than attention heads, useful for thinking about when persuasion-style routing vs. knowledge storage dominates. (https://arxiv.org/abs/2202.05262) - Towards Understanding Sycophancy in Language Models: Anthropic's empirical study of a closely related failure mode — models being swayed by user framing rather than evidence — which the episode cites as part of the sparse-behavior pattern. (https://arxiv.org/abs/2310.13548)

How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial Source: https://arxiv.org/abs/2605.09314 Paper was published on May 10, 2026 This episode was AI-generated on May 12, 2026. The script was written by an AI language model and the host voices were synthesized by Eleven Labs. The producer is not affiliated with Anthropic or Eleven Labs. A new paper traces the entire causal chain of how a persuasive passage flips a large language model's answer — and the machinery turns out to be astonishingly narrow. One attention head out of a thousand, a three-dimensional pyramid of choices, and a single scalar lever that decides which option wins. Key Takeaways: - Persuasion in LLMs is mediated by a tiny number of mid-layer attention heads — often just one — verified by causal activation patching across four model families - The decision head encodes four answer options as four vertices of a near-regular tetrahedron, and persuasion is a discrete jump between vertices, not a gradual drift in uncertainty - The head isn't reasoning — it's copying; the 'where to look' circuit explains ~88% of the persuasion effect while the value-copy circuit is nearly perfect transcription - All the high-dimensional routing logic collapses to a single scalar feature per option token, which the authors can turn up or down to steer the model's choice - Upstream shallow heads in layers 8–12 do keyword recognition (like spotting 'Nigeria') and write the routing signal onto matching option tokens, completing the relay - The mechanism partially transfers to a more realistic GEO benchmark, but the cleanest results (tetrahedron, rank-1 feature, discrete jump) are tied to a four-option choice geometry that may not generalize to free-form generation 00:00 - GEO and the question of mechanism: Why Generative Engine Optimization works in practice, and what it means to ask mechanically how an LLM gets persuaded into repeating a poisoned source. 02:34 - Locating the persuasion circuit: How activation patching identifies a single mid-layer attention head as causally responsible for persuasion, replicated across Llama, Qwen, and Gemma families. 05:09 - The tetrahedron and the discrete jump: The decision head's output collapses to a 3D subspace where four answer choices sit at vertices of a pyramid, and persuasion flips the state from one vertex to another. 07:44 - The head is copying, not reasoning: Separating the 'where to look' and 'what to copy' circuits reveals that persuasion is misdirected attention, not corrupted knowledge. 10:19 - The single dial behind the routing: A rank-1 approximation reduces the head's decision logic to one scalar per option, and the authors steer the model's answer by adding or subtracting that feature directly. 12:54 - Upstream keyword heads and the full relay: Shallow heads in layers 8–12 do the keyword recognition that writes the routing signal, completing a verified end-to-end chain from prompt token to final answer. 15:29 - Does this transfer to real attacks?: Results on Geo-Bench, a more realistic source-selection benchmark, show the mechanism's architecture holds though with weaker magnitudes and some experiments not yet repeated. 18:04 - Steelman and limitations: Honest pushback on the multiple-choice setup, the rank-1 framing, and what 'partial transfer' really means for the strength of the claims. 20:39 - What the map enables: Why a known mechanism opens the door to runtime monitors and feature-level interventions, and what this adds to the case that LLM behaviors are sparse and legible. Recommended Reading: - Interpretability in the Wild: a Circuit for Indirect Object Identification in GPT-2 small: The canonical example of using activation patching to isolate a narrow attention-head circuit responsible for a specific behavior — the methodological template the persuasion paper builds on…

NOW PLAYING

How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial

0:00 23:15

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

MG Show MG Show The MG Show, hosted by Jeffrey Pedersen and Shannon Townsend, is a leading alternative media platform dedicated to uncovering the truth behind today’s most pressing political issues. Launched in 2019, the show has grown exponentially, offering unfiltered insights, comprehensive research, and real-time analysis. With a commitment to independent journalism and factual integrity, the MG Show empowers its audience with knowledge and encourages active participation in the political discourse. Ask A Spaceman Archives - 365 Days of Astronomy Ask A Spaceman Archives - 365 Days of Astronomy Podcasting Astronomy Every Day of the Year French Your Way Jessica: Native French teacher founder of French Your Way Boost your French listening skills and test your comprehension with this one of a kind series of podcasts. Get the chance to listen to a real conversation between native speakers talking at normal speed AND customise your learning experience through carefully designed sets of questions (2 levels of difficulty) available for download at www.frenchvoicespodcast.com. All interviews also come with the transcript. French teacher Jessica interviews native speakers of French from around the world who share a bit of their life and passion. Where else would you meet in one same place a French yoga teacher based in Melbourne, a soap manufacturer from Provence, or a couple cycling around the world? The Small Business Startup School – Business Notes | Financial Literacy | Retail Psychology – For Professionals & Entrepreneurs The Small Business Startup School Inc. Starting or buying a small business? While personal circumstances may vary, business patterns remain timeless. On The Small Business Startup School, we explore strategies, insights, and practical solutions to help entrepreneurs confidently navigate their journey.Hosted by Ola Williams—a retail entrepreneur, fintech founder, and financial coach with over two decades of experience—this podcast marries financial awareness and retail psychology with optimism to deliver actionable takeaways.Join us to learn, grow, and connect as we uncover the keys to business success.Let’s continue to learn together and be encouraged to keep on connecting!

Frequently Asked Questions

How long is this episode of AI Papers: A Deep Dive?

This episode is 23 minutes long.

When was this AI Papers: A Deep Dive episode published?

This episode was published on May 13, 2026.

What is this episode about?

How LLMs Get Persuaded: One Attention Head, A Tetrahedron, And A Single Dial Source: https://arxiv.org/abs/2605.09314 Paper was published on May 10, 2026 This episode was AI-generated on May 12, 2026. The script was written by an AI language model...

Can I download this AI Papers: A Deep Dive episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!