English

Chain-of-Models: Cross-Model Auditing for Bias-Robust LLM Judges

Computation and Language 2026-05-19 v1 Computers and Society

Abstract

LLMs increasingly serve as automated judges, but their judgments remain vulnerable to cognitive biases. Existing mitigations mostly rely on prompt-driven debiasing, which is brittle across bias types, or human evaluation, which does not scale. We study \emph{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 9 models from 6 families, 4 cognitive biases, and 4 factual datasets, we find 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 is a weak auditor for 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. We operationalize these findings with a per-bias auditor selection rule that, given the bias type, scores candidates along functional diversity, per-bias standalone resistance, and calibrated audit effectiveness. Under a calibration/test split, the selector reaches the highest accuracy across the four biased slices (0.8840.884 vs.\ 0.8240.824 for the strongest single fixed auditor and 0.8050.805 for the no-audit baseline). We release data, configurations, and an LLM-agent skill at https://anonymous.4open.science/r/chain-of-models-B585 .

Keywords

Cite

@article{arxiv.2607.28636,
  title  = {Chain-of-Models: Cross-Model Auditing for Bias-Robust LLM Judges},
  author = {Qian Wang and Zhanzhi Lou and Zhenheng Tang and Nuo Chen and Bingsheng He},
  journal= {arXiv preprint arXiv:2607.28636},
  year   = {2026}
}

Comments

WIP