Cross-model auditing improves bias resistance in LLM judges by selecting auditors per bias type
Auditor identity and bias type jointly determine audit effectiveness, with a selector achieving 0.884 accuracy versus 0.824 for the best fixed auditor and 0.805 for no audit.
1 source · cross-referenced
- LLM judges are vulnerable to cognitive biases, and prompt-driven debiasing is brittle across bias types.
- Chain-of-Models (CoM) uses a second model to audit the first model’s reasoning trace before final judgment.
- Auditor performance depends on identity and bias type: GPT-4o excels on bandwagon, authority, and distraction; GLM-5 on sycophancy.
- A per-bias auditor selector reaches 0.884 accuracy vs. 0.824 for the best fixed auditor and 0.805 for no audit.
- Data, configs, and an LLM-agent skill are released alongside the paper.
Large language models are increasingly used as automated judges, but their judgments remain susceptible to cognitive biases such as bandwagon, authority, distraction, and sycophancy. Existing mitigations rely on prompt-driven debiasing, which often fails to generalize across bias types, or human evaluation, which does not scale to large volumes of model outputs.
The authors propose Chain-of-Models (CoM), an automated audit pipeline in which a second model inspects the first model’s reasoning trace before producing the final judgment. The key design question is whether the auditor should be the same model, a same-family model, or a different-family model. Across nine models spanning six families, four cognitive biases, and four factual datasets, the study finds that auditor identity matters in two ways.
First, standalone bias resistance does not predict audit effectiveness: Kimi-K2.5 is the strongest standalone model on several biases, yet performs poorly when auditing Qwen2.5-72B’s biased traces. Second, the best auditor is bias-specific: GPT-4o is strongest on bandwagon, authority, and distraction, while GLM-5 is strongest on sycophancy.
The authors operationalize these findings with a per-bias auditor selection rule that scores candidates along functional diversity, per-bias standalone resistance, and calibrated audit effectiveness. Under a calibration/test split, the selector achieves the highest accuracy across the four biased slices at 0.884, compared to 0.824 for the strongest single fixed auditor and 0.805 for the no-audit baseline.
The paper releases data, configurations, and an LLM-agent skill to support reproducibility and further research.
- Aug 3, 2026 · arXiv cs.CL
Researchers propose unsupervised data augmentation method combining GMMs and LLMs to address imbalanced text clustering
Trust79 - Aug 3, 2026 · arXiv cs.CL
Vision-language model adapts Qwen3-VL-8B-Instruct for Nepali meme classification in CHiPSAL 2026 shared task
Trust79 - Aug 3, 2026 · arXiv cs.AI
Researchers propose LLM pipeline to generate and formally validate mathematical conjectures
Trust76