INQUIRING LINE

Can you align an AI to written rules without collecting a single human preference label?

Can constitutional AI alignment work without preference labels by maximizing input-response mutual information?

This explores whether you can align a model to written principles (a 'constitution') by training it to make its responses more predictable from those principles — no human preference labels at all — and how that stacks up against the preference-based alignment it aims to replace.


This explores whether alignment can skip the expensive human-labeling step by training a model to maximize the mutual information between a constitution and its responses, so that reading the principles makes the model's answers more predictable. The corpus says yes, at least in a striking proof of concept. The SAMI method fine-tunes a model to increase principle-response mutual information with no preference labels and no demonstrations, and a Mistral-7B trained this way beat both its base and instruction-tuned versions Can models learn behavioral principles without preference labels?. The most surprising twist: a weaker model could write the principles that aligned a stronger one — which flips the usual assumption that alignment supervision has to come from something more capable than the model being aligned.

Why this matters becomes clearer when you look at what preference labels actually carry. One line of work argues that annotation data isn't one clean signal at all — it decomposes into genuine preferences, non-attitudes, and constructed-on-the-spot preferences, and treating them uniformly quietly contaminates reward-model training Do all annotation responses measure the same underlying thing?. A related critique goes further: preferences don't capture thick moral values, and aggregating them produces systematic misalignment rather than agreement Should AI alignment target preferences or social role norms?. If the label itself is noisy or conceptually wrong, an approach that aligns to explicit written principles instead of aggregated votes is attractive — you get to state what you want rather than infer it from thousands of pairwise comparisons like those that power crowdsourced leaderboards Can crowdsourced votes reliably rank language models?.

SAMI belongs to a broader family of label-free methods that all lean on the model's own outputs as the training signal. Consistency training teaches a model to ignore irrelevant prompt wrapping by using its own clean responses as targets, sidestepping the staleness of hand-written SFT data entirely Can models learn to ignore irrelevant prompt changes?. Proxy-tuning shifts behavior at decoding time without touching base weights, preserving pretrained knowledge that direct fine-tuning tends to corrupt Can decoding-time tuning preserve knowledge better than weight fine-tuning?. The shared bet across all three: you can move a model toward desired behavior without a human sitting in the loop labeling which of two answers is better.

But the corpus also plants a warning worth carrying. Aligning to a constitution is still aligning to symbols, and one argument holds that symbolic goal encoding without world contact and social mediation can't guarantee the stated goals match real-world values — the words can drift from what they're supposed to mean Can AI systems achieve real alignment without world contact?. Maximizing mutual information makes responses faithful to the principles as written, not necessarily to what the principles were meant to protect. There's also a homogenization risk: alignment procedures already push different models toward eerily similar outputs — an 'artificial hivemind' — and optimizing everyone against similar constitutions could deepen that convergence Do different AI models actually produce diverse outputs?. So the honest answer is that mutual-information alignment can work without preference labels, and it neatly dodges the messiness of preference data — but it inherits a different, quieter problem: it makes a model loyal to the letter of its principles, which is not the same as loyal to their intent.


Sources 8 notes

Can models learn behavioral principles without preference labels?

SAMI finetunes language models to increase mutual information between constitutions and responses without preference labels or demonstrations. A mistral-7b trained this way outperformed base and instruction-tuned baselines, and surprisingly, a weaker model could write principles to align a stronger one.

Do all annotation responses measure the same underlying thing?

Behavioral science reveals that annotations contain genuine preferences, non-attitudes, and constructed preferences—distinguishable by consistency across measurement conditions. Treating them uniformly contaminates reward model training and downstream alignment.

Should AI alignment target preferences or social role norms?

Preferentialist alignment approaches fail because preferences don't capture thick moral values, uniform aggregation produces epistemic injustice, and preference optimization creates systematic misalignment with social roles. Contractualist alignment negotiated by stakeholders and bounded by supra-national, organizational, and individual levels works better.

Can crowdsourced votes reliably rank language models?

Chatbot Arena's 240K+ crowdsourced preference votes produce credible model rankings because the underlying questions are diverse and discriminating, and crowd judgments correlate with expert raters—validating human preference as a scalable evaluation signal.

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.

Show all 8 sources
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.

Can AI systems achieve real alignment without world contact?

Peircean semiotics reveals that symbolic goal encoding without world contact and social mediation cannot guarantee correspondence to actual values. LLMs operating in pure symbol manipulation risk divergence between stated goals and real-world outcomes.

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.

Papers this line draws on 8

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

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an alignment analyst. Still-open question: can constitutional alignment work without preference labels by maximizing input-response mutual information — and how far does that scale?

What a curated library found — and when (dated claims, not current truth; findings span ~2024–2026):
- SAMI fine-tunes for principle-response mutual information with NO preference labels and NO demonstrations; a Mistral-7B trained this way beat both its base and instruction-tuned versions (~2024).
- A weaker model could write the principles that aligned a stronger one, inverting the assumption that supervision must come from a more capable source (~2024).
- Annotation data isn't one signal: it decomposes into genuine preferences, non-attitudes, and constructed-on-the-spot preferences, quietly contaminating reward models (~2026).
- Label-free kin — consistency training uses a model's own clean responses as targets (~2025); but alignment already homogenizes models into an 'artificial hivemind' (~2025).

Anchor papers (verify; mind their dates): SAMI, arXiv:2404.14313 (2024); Beyond Preferences in AI Alignment, arXiv:2408.16984 (2024); Consistency Training, arXiv:2510.27062 (2025); Measuring Human Preferences in RLHF is a Social Science Problem, arXiv:2604.03238 (2026).

Your task:
(1) RE-TEST EACH finding: have newer models, training methods, tooling, orchestration (memory, multi-agent), or evaluation RELAXED or OVERTURNED it? Separate the durable question from perishable limits; bias toward what's still UNSOLVED — does MI-alignment scale past 7B, and does 'loyal to the letter, not the intent' remain unfixed? Cite what resolved anything; say plainly where a constraint still holds.
(2) Surface the strongest contradicting or superseding work from the last ~6 months.
(3) Propose 2 research questions that assume the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.