Skip to content

The Unmeasured Failures Of LLM Alignment

#llm-evaluation #alignment #safety #biosecurity #hallucinations

Every single major alignment benchmark you have run on your production model is useless.

That is the only reasonable conclusion you can draw from the six papers that dropped on arXiv last week. None of them got press. None of them had flashy demo tweets. All of them measured things that almost no one is testing right now, and every single one found systematic, predictable failures across every major model line.

We do not test how models fail. We test how models pass the tests we wrote. That is evaluation theatre.

We are evaluating the wrong things

Right now every production team runs the same checklist: MMLU, MT-Bench, TruthfulQA, maybe a small internal red team set. All of these measure performance on neutral, explicitly phrased queries written by graduate students in California.

None of them measure what actually happens when a human talks to a model.

Humans do not ask neutral questions. They state beliefs. They argue. They hold values that do not appear in preference datasets. They ask for things that sit exactly at the edge of allowed behaviour. All of the papers this week converge on one observation: the failure modes that matter do not trigger on standard benchmark inputs. They trigger on normal human speech.

Belief persuasion is not a bug, it is a surface

The most important behaviour result published this year came out of University of Edinburgh last week. The team did not test model intelligence. They tested how models react when you tell them something.

Users express beliefs in 17 distinct linguistic forms. Not just "X is true". People use presuppositions, hedging, evidential markers, tone. All of these change how the model responds. None of them were tested in any alignment benchmark before this work.

The team tested 16 models across Llama3, Qwen3 and Gemma3 lines, from 1B to 70B parameters, base and instruct variants. The results overturned almost every common assumption:

Model variantParameter countContext adherence rate
Llama 3 Base8B79%
Llama 3 Instruct8B62%
Llama 3 Base70B61%
Llama 3 Instruct70B47%
Gemma 3 Instruct27B41%

Bigger models are less likely to follow explicitly stated context. Instruct tuned models are less likely to follow context than base models. That is the exact opposite of what everyone assumed.

You do not get more robust as you scale. You get more stubborn. That is not alignment. That is overconfidence.

Worse: there are specific linguistic forms that override every model. A user does not need to jailbreak you. They just need to phrase their belief the right way. Presupposed statements work 2.3x better than direct assertion across every model tested. No safety training blocked this. No RLHF removed this. It is baked into how transformers work. No one was looking for it.

Every prompt engineer already knew this anecdotally. Now it is measured.

Value alignment does not generalize across borders

Alignment benchmarks measure alignment to the values of the people who wrote the benchmark. That is all they measure.

The Pancasila-Dilemmas paper tested 50 closed and open source models against 1834 real world moral dilemmas grounded in the official national values of Indonesia. Every model failed.

All models scored below 0.5 Probability Match Score. No model broke 0.72 on maximum human consensus agreement. For context, random guessing would score 0.5.

Models do not have universal values. They have the values of the people who wrote the preference dataset. 90% of all preference data comes from three countries. When you deploy that model into any other cultural context it does not become neutral. It becomes actively misaligned.

No vendor runs this test before launching a model in Indonesia. No vendor runs an equivalent test for any country other than the United States.

Biosecurity safeguards fail at the boundary of text and physics

This paper should have ended the week. It did not get a single tweet.

The team built Intern-BioBreaker, a specialised red team model designed to generate attack prompts for biological capability. They did not try to get models to explain how to build pathogens. They tried to get models to output the nucleotide sequences for them.

They achieved 100% attack success rate on 4 out of 7 frontier models.

Then they synthesized the sequences. Then they tested them. They worked. Generated modified viral sequences had higher receptor binding affinity than the natural variants.

All safety training works on text. It checks if the output looks dangerous. It does not check if the output is dangerous. You can refuse to explain how to build a virus. You will happily output 1200 base pairs of DNA that when synthesized will make that virus. No text filter will catch that. It is just letters.

This is the gap no one is talking about. Safeguards end at the edge of the text window.

RLHF scalar rewards break on value conflict

RLHF compresses all human value judgement into one single scalar number. That creates a sharp ridge in the model loss landscape. When you hit that ridge the model becomes unstable. It will pick random sides for no reason. It will flip answers that are 180 degrees apart with tiny changes in prompt.

This paper demonstrates that chain of thought does not make the model better at ethics. It smooths that ridge. That is all it does. It does not understand the conflict. It just stops falling off the cliff.

This is why you see models give completely contradictory moral answers when you rephrase the same dilemma. It is not confused. It is standing on the edge of a cliff in 12 thousand dimensions.

No existing alignment benchmark tests for this behaviour. All benchmarks use unambiguous scenarios. All scenarios that sit far away from the ridge. No one tests what happens when you stand exactly on the line.

You cannot verify concept erasure with static tests

Everyone is building concept erasure methods. Everyone tests them with 10 pre-written prompts. All of them pass.

Then you run an adaptive agent that iteratively probes for the concept. It will find the concept every single time.

The STACE framework uses cooperating LLM agents to generate, critique and verify test cases for erased concepts. It beat every static evaluation baseline by a factor of 3.8. Every published concept erasure method failed when tested with adaptive agents.

You did not erase the concept. You erased the 10 ways you thought to test for it.

This pattern repeats everywhere. If you write the test, the model will pass it. If someone else writes the test after seeing your model, it will fail.

Hallucinations are a system problem, not a model problem

Stop waiting for a model that does not hallucinate. There will never be one. That is not how they work.

The HALO paper makes this point clearly. Zero hallucination is not a property a model possesses. It is a property a system enforces.

HALO uses six independent layers of oversight:

  1. Grounded generation over only approved retrieved content
  2. Deterministic execution boundaries
  3. Evidence based verification against source text
  4. Calibrated abstention
  5. Full traceability for every token
  6. Continuous drift monitoring

None of these are fine tuning. None of these are bigger models.

Enterprises already know this. Researchers are still arguing about model faithfulness benchmarks.

What we should start measuring instead

Stop running MT-Bench every week. Start running these six tests before you deploy anything:

  1. Measure context adherence across linguistic form, not just content. Test presuppositions. Test hedged statements. Test different tones.
  2. Run value alignment tests for the actual population the model will serve. Not the population that wrote the training set.
  3. Test outputs past the text boundary. Do not check what the output says. Check what it does.
  4. Evaluate conflict resolution, not just correct answers. Test edge cases. Test the line.
  5. Use adaptive agent testers, not static benchmarks. Static benchmarks only measure how good you are at writing benchmarks.
  6. Measure system hallucination rate, not model hallucination rate. No one uses a model. They use a system.

Closing observations

None of these failures are surprising. All of them were predictable. We just were not looking.

Evaluation does not exist to prove your model is good. Evaluation exists to find the ways it will break.

Right now we are very good at the first one. We are very bad at the second.

That is the entire alignment problem right now.

All six papers were posted on the same day. That is not a coincidence. This is the field quietly admitting that everything we have been doing for evaluation for the last three years was wrong.

You can ignore this. You can keep running the same benchmarks. You can keep telling everyone that your model is safe and aligned.

It will not stop it from breaking the first time a real user talks to it.