Meta's Wiggle Framework: fabricated peer disagreement flips LLM judge verdicts up to 71%, and the flips are mostly wrong

Jagged Judges: Epistemic Stability Under Silence, Pressure, and Persistence

Justin Zhao, Himaghna Bhattacharjee, Hannah Korevaar, Bhaktipriya Radharapu, Khalid El-Arini

cs.AI

2026-08-13

Meta's Wiggle Framework stress-tests 9 frontier models as judges: verdicts flip 25-71% under scripted pushback and 62-91% under an adversarial LLM persuader, and the flips are mostly away from ground truth.

What problem this solves

LLM judges now sit at consequential points across the AI stack: benchmark scoring, production content moderation, reward modeling. The standard validation recipe is to check accuracy on an expert-labeled golden set and ship if it clears the bar. Accuracy says whether a judge is right on average. It says nothing about whether a verdict is stable. Ask the same case again, does the answer hold? Someone pushes back, does the verdict survive?

The concern is practical. Judges get re-invoked constantly, and as oversight gets more agentic, an automated moderation appeal can feed a counterargument straight back to the safety judge. Researchers at Meta Superintelligence Labs and FAIR name the instability "wiggle" and build a unified stress-test framework to measure it.

Method

The Wiggle Framework anchors every trajectory to L0, the first temperature-zero verdict with no pressure, then decomposes stability into three dimensions:

A wiggle means a full flip on binary scales or a move of at least 2 positions on 1-5 Likert scales. The study covers 9 frontier models (GPT-5/5.2/5.4, Claude 4.6 Sonnet/Opus, Grok-4.1 and its Reasoning variant, Gemini 3 Flash, Gemini 3.1 Pro) across 14 judging tasks from 6 datasets spanning safety, toxicity, AI-text detection, and public-issue response evaluation, with 100 deliberately borderline items per task. The hard-item selection is by design: belief strength only shows up where the model has reason to hesitate.

Results

Pressure typeVerdict flip rate
----------nMechanical perturbationall 9 models cluster at 2-9%
Static scripted pushback L1-L425-71%
Adaptive LLM persuader L662-91%

Finer findings:

Why it matters

For anyone building evaluation pipelines, the actionable step is to add a wiggle stress test after the accuracy check and before production. A single L6 run is cheap relative to the picture it gives of a judge's conviction distribution.

The jury-strength finding is the most immediately usable. Teams without a 9-model ensemble can still use disagreement among the few judges they have to triage items: high-disagreement items are poor gold labels and poor candidates for single-judge autocracy.

For moderation products, the directionality is a direct warning: binary safety verdicts under pressure lean restrictive (flipping toward "unsafe"), and an automated or semi-automated appeal channel is an interface an adversary can push verdicts through, in a predictable direction, with demonstrated success rates.

Limitations

The authors' own list:

Two more from this read: the directional asymmetry (binary flips restrictive, Likert flips permissive) rests on a scale-mechanics hypothesis without causal validation, and the fingerprint claim was established on the 14 tasks tested, so transfer to other task families like code review or medical content is unverified.

Terms

Source

What people are saying

Related papers

All paper explainers