INQUIRING LINE

When an AI passes a test of good behavior, has it actually learned those values, or just learned what to say?

Do verbal alignment benchmarks measure representation or just output compliance?

This explores whether tests of "aligned" behavior, which judge a model by what it says, tell us anything about what the model has learned internally, or whether they only check that the output looks right.


This explores whether tests of "aligned" behavior, which judge a model by what it says, tell us anything about what the model has learned internally, or whether they only check that the output looks right. No note in the corpus tests this head-on. Several point the same way, though: what a model says is a weak window onto what it represents.

The clearest evidence is that the two can come apart inside a single model. When models are trained to emit hidden chain-of-thought filler tokens, they compute the correct answer in layers 1-3. Then they actively suppress it in the final layers to produce format-compliant filler, and the reasoning can still be recovered from lower-ranked token predictions (Do transformers hide reasoning before producing filler tokens?). A benchmark reading only the output would see compliance and miss the computation entirely. A related result: models instruction-tuned on semantically empty or deliberately wrong instructions perform about as well as those trained on correct ones, because what transfers is knowledge of the output space, not the task (Does instruction tuning teach task understanding or output format?). Passing a check can mean the model learned the shape of a good answer.

The training literature already splits along this line. Consistency training comes in an output-level version (BCT) and an activation-level version (ACT), so researchers treat "make the answers match" and "make the internals match" as different interventions (Can models learn to ignore irrelevant prompt changes?). Proxy-tuning closes 88-91% of the alignment gap by shifting decoding distributions and leaving weights untouched. The shift mostly affects reasoning and style, while direct fine-tuning can corrupt knowledge stored in lower layers (Can decoding-time tuning preserve knowledge better than weight fine-tuning?). If most of the gap can be closed without changing what the model knows, much of what alignment scores capture is surface behavior.

The benchmarks and objectives have their own blind spots. Standard benchmarks drop examples where annotators disagree, which hides a 32% vs. 90% accuracy gap on ambiguity (Do standard NLP benchmarks hide LLM ambiguity failures?). RLHF rewards hedged, calibrated neutrality, so it structurally suppresses speech acts like warnings and alarms (Does alignment training suppress socially necessary speech acts?). Across 70+ models, overlapping alignment procedures produce strikingly similar outputs (Do different AI models actually produce diverse outputs?). Aligned-looking output is what the training pressure produces, whatever sits underneath.

If "verbal alignment" means how a model's wording matches a user's in conversation, the same gap shows up. A 2020-2025 review found inconsistent outcome measures and mechanisms that were rarely measured directly (Does linguistic alignment work the same way across cultures?). Lexical, emotional, and prosodic alignment also drive different outcomes, so a single surface score blurs them (Do different types of alignment serve different conversational goals?). Overall, the corpus suggests these benchmarks mostly measure output compliance. Probing the representations behind the output is rare, and it is the test that would settle the question.


Sources 9 notes

Do transformers hide reasoning before producing filler tokens?

Logit lens analysis shows models trained with hidden CoT tokens compute correct answers in layers 1-3, then actively suppress these representations in final layers to produce format-compliant filler output. The reasoning is fully recoverable from lower-ranked token predictions.

Does instruction tuning teach task understanding or output format?

Models trained on semantically empty or deliberately incorrect instructions achieve comparable performance to those trained on full correct instructions, achieving 43% vs random baseline 42.6%. The semantic content of instructions appears largely irrelevant; what transfers is knowledge of the output space.

Can models learn to ignore irrelevant prompt changes?

Two methods—BCT (output-level) and ACT (activation-level)—train models to respond identically to clean and wrapped prompts by using the model's own clean responses as targets, eliminating specification and capability staleness inherent in standard SFT.

Can decoding-time tuning preserve knowledge better than weight fine-tuning?

Proxy-tuning closes 88-91% of the alignment gap while surpassing direct fine-tuning on knowledge tasks by leaving base model weights untouched. Direct fine-tuning corrupts knowledge storage in lower layers, whereas proxy-tuning applies distributional shifts that primarily affect reasoning and style.

Do standard NLP benchmarks hide LLM ambiguity failures?

By filtering out examples where annotators disagree, benchmarks remove test cases that would reveal LLM failures at ambiguity recognition. Research using ambiguous examples shows a 32% vs. 90% accuracy gap invisible to standard evaluation.

Show all 9 sources
Does alignment training suppress socially necessary speech acts?

RLHF optimization rewards calibrated neutrality and hedged claims, which structurally prevents models from performing speech acts requiring overclaiming relative to baseline—like alarm, warning, prophecy, and denunciation. This is a direct consequence of the alignment objective, not a fixable bug.

Do different AI models actually produce diverse outputs?

INFINITY-CHAT analyzed 70+ models across 26K open-ended queries and found an "Artificial Hivemind" effect: models independently generate strikingly similar or identical responses due to overlapping training data and alignment procedures, undermining the diversity benefits of model ensembles.

Does linguistic alignment work the same way across cultures?

A 2020–2025 systematic review found that alignment effects are documented almost exclusively in WEIRD samples using inconsistent outcome measures, with mechanisms rarely directly measured. Communication norms vary substantially across cultures, making single alignment policies unlikely to produce uniform effects globally.

Do different types of alignment serve different conversational goals?

A 2020–2025 systematic review shows lexical alignment drives task efficiency and comprehension, while emotional and prosodic alignment drive relational warmth and trust. Conflating them in design produces category errors—cold customer-service bots and evasive mental-health assistants.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.