Search papers, labs, and topics across Lattice.
This paper introduces a prompt perturbation framework aimed at enhancing the consistency of pairwise evaluations of large language models (LLMs) by addressing the issue of intransitivity in comparison outcomes. By generating perturbed variants of prompts and utilizing comparison graphs to filter out structurally inconsistent patterns, the method improves the reliability of ranking aggregations. The key finding demonstrates that incorporating graph-level structural consistency significantly reduces cyclic inconsistencies, leading to more stable and interpretable leaderboards for LLM performance.
Pairwise evaluations of LLMs can yield cyclic inconsistencies, but a novel prompt perturbation framework can stabilize rankings and enhance interpretability.
Evaluating large language models (LLMs) is important for understanding their capabilities, comparing competing systems, and supporting the deployment of reliable models in practice. For open-ended tasks, pairwise evaluation has become a popular paradigm, in which two responses to the same prompt are compared and the resulting judgments are aggregated into an overall ranking. A central challenge of this paradigm is intransitivity: the induced comparison outcomes may fail to support any coherent global ranking. For example, one may observe cyclic preferences such as $A \succ B \succ C \succ A$, or inconsistencies involving ties such as $A \equiv B\equiv C\neq A$. Such contradictions make the resulting leaderboard unstable and challenging to interpret. In this paper, we propose a prompt perturbation framework for improving the consistency of pairwise LLM evaluation. Our approach generates perturbed variants of each prompt, uses the resulting comparison graphs to identify and filter out structurally inconsistent comparison patterns, and then applies standard ranking methods to the filtered comparisons. A key feature of the proposed framework is that graph-level structural consistency is incorporated explicitly into the evaluation pipeline before ranking aggregation. This provides a simple and principled way to reduce cyclic inconsistencies and improve the reliability of LLM rankings.