Consistency Index (CI): Evaluation & Applications
- Consistency Index (CI) is a reliability measure that quantifies structural coherence in tasks, from LLM multiple-choice benchmarks to pairwise comparison matrices.
- In LLM evaluations, CI is derived from the difference between raw accuracy and the bare-minimum consistency accuracy, recalibrating performance through the CoRA metric.
- In pairwise comparisons, CI assesses global inconsistency using either eigenvalue deviations (Saaty’s method) or average triad determinants (Peláez–Lamata method) for decision support.
to=arxiv_search 福利彩票天天彩json {"query":"(Cavalin et al., 26 Nov 2025) Improving Score Reliability of Multiple Choice Benchmarks with Consistency Evaluation and Altered Answer Choices (1311.0748, Brunelli, 2015)", "max_results": 5} to=search_arxiv 下载彩神争霸 _日本毛片免费视频观看 code ਨਹੀਂjson {"query":"(Cavalin et al., 26 Nov 2025) Improving Score Reliability of Multiple Choice Benchmarks with Consistency Evaluation and Altered Answer Choices", "max_results": 5} to=arxiv qq天天中彩票 code 微信上的天天中彩票json {"query":"(Cavalin et al., 26 Nov 2025)", "max_results": 3} Consistency Index (CI) denotes a class of measures that quantify whether answers, judgments, or comparisons remain coherent under the structural constraints of a task. In recent multiple-choice evaluation of LLMs, CI is defined as a reliability factor that measures how much raw multiple-choice accuracy survives systematic perturbations of the answer choices, and it is used to rebalance accuracy into Consistency-Rebalanced Accuracy (CoRA) (Cavalin et al., 26 Nov 2025). In pairwise comparison theory, the same label is used for at least two established inconsistency measures: Saaty’s spectral Consistency Index and the Peláez–Lamata triad-based Consistency Index for positive reciprocal matrices (1311.0748, Brunelli, 2015). The shared intuition is stability under a formal notion of consistency, but the mathematical object, admissible range, and practical interpretation are domain-specific.
1. Terminological scope and principal usages
The term “Consistency Index” is not univocal. In LLM benchmark evaluation, CI is defined on multiple-choice question answering (MCQA) performance under altered answer choices and takes values in , with higher values indicating that correct answers remain stable across perturbations (Cavalin et al., 26 Nov 2025). In pairwise comparison matrices (PCMs), CI may refer either to Saaty’s eigenvalue-based inconsistency measure or to the Peláez–Lamata average of triad determinants, both of which equal zero under perfect multiplicative consistency but differ in aggregation logic and thresholding practice (1311.0748, Brunelli, 2015).
| Usage | Mathematical object | Core interpretation |
|---|---|---|
| LLM MCQA CI | Gap-adjusted factor from and | Reliability of raw accuracy under altered answer choices |
| Saaty’s CI | for a PCM | Global spectral inconsistency |
| Peláez–Lamata CI | Average determinant of reciprocal triads | Average local inconsistency across triads |
This terminological overlap is a recurrent source of confusion. A statement such as “the CI is low” is not interpretable without specifying whether the underlying object is an LLM benchmark score or a reciprocal comparison matrix. A further ambiguity arises inside the pairwise comparison literature itself, where “CI” may refer either to Saaty’s index or to Peláez–Lamata’s index; by contrast, the LLM metric is explicitly tied to BMCA and CoRA and is not derived from eigenvalues or triads.
2. CI in multiple-choice benchmark evaluation for LLMs
In the LLM setting, the benchmark is , where each is a single multiple-choice question with one correct choice and several distractors. The correctness function returns $1$ if the model’s selected choice equals the correct alternative in 0, or 1 otherwise. Traditional multiple-choice accuracy is then
2
To probe answer stability, each original item is associated with a divergence set 3 obtained by altering only the answer choices. Expanded accuracy averages correctness over all divergence sets:
4
Per-question response consistency is
5
and Majority Voting (MV) counts a question as correct if 6 (Cavalin et al., 26 Nov 2025).
The intermediate quantity that leads directly to CI is Bare-Minimum-Consistency Accuracy:
7
where 8 is a minimum response consistency threshold. The paper emphasizes that 9 approximates MV-like permissiveness, whereas 0 requires the model to be correct on every variant of the question. CI is then defined by
1
Because 2 by construction, 3. A value of 4 means that every raw correct answer remains correct under every perturbation; a value near 5 indicates that many raw correct answers fail under perturbations, so raw MCQA substantially overstates reliability.
The role of CI is operational rather than merely descriptive. It enters the consistency-aware score
6
which multiplicatively scales down raw MCQA when response consistency is low. This makes CI a quality factor on accuracy rather than a standalone replacement for accuracy.
3. Construction from altered answer choices
The LLM CI is built from synthetically generated variants that change only the answer choices while keeping the question text and correct answer intact. For a question with 7 alternatives, the perturbation family comprises: Shuffled; With NOTA; With NOTA shuffled; Decoupled; Decoupled shuffled; Decoupled with NOTA; and Decoupled with NOTA shuffled (Cavalin et al., 26 Nov 2025). The paper states: “Our method generates a total of 8 variations of the set of choices for each question. For instance, with with five alternatives, i.e. 9, 26 variations are generated.”
The evaluation prompt is fixed across all variants and asks the model to output a single letter on the first line, followed by an explanation. The reported template is:
65
Evaluation parses the first token, strips punctuation and spaces, and compares the resulting letter with the known correct choice. This protocol intentionally isolates instability induced by distractor replacement, shuffling, and subset decoupling, rather than by rephrasing the question stem.
The measurement pipeline proceeds per question and then per dataset. For each 0, one constructs 1, queries the LLM on each variant with the same base prompt, parses the first-letter answer, and computes 2. Dataset-level reporting then includes 3 on the original benchmark, 4 for 5, CI via 6, and CoRA via 7.
Several limitations are explicit. The scope is restricted to multiple-choice questions with exactly one correct answer. Some perturbations change the number of presented alternatives, which can alter guessing priors; the paper therefore also evaluates “same-number-of-alternatives only” variants as an ablation. Computational cost is linear in 8 because each variant requires a separate LLM call, and the paper notes that CoRA’s computational burden is roughly equivalent to MCQA+ and MV.
4. Empirical behavior of CI, BMCA, and CoRA in LLM evaluation
The reported experiments cover MedQA, MMLU, ARC-C, and TruthfulQA with several 7–8B models and GPT4o (Cavalin et al., 26 Nov 2025). The central empirical finding is that high raw MCQA can coexist with low consistency under altered answer choices, and CI exposes this gap.
On MedQA, where 9 and hence 0 variants in a 0-shot setting, the paper reports 1 values of GPT4o 2, MedL 3, BioML 4, and BMist 5. The corresponding CoRA values are GPT4o 6, MedL 7, BioML 8, and BMist 9. The associated 0 values make the mechanism explicit: GPT4o drops from 1 to 2, whereas MedL drops from 3 to 4, BioML from 5 to 6, and BMist from 7 to 8. The paper’s worked examples show the arithmetic directly: for GPT4o, 9 and 0; for MedL, 1 and 2.
The same pattern appears on general benchmarks. On MMLU, with 3–4 choices and hence 5–6 in a 5-shot setting, reported CI values are Mist 7, Llam 8, Gran 9, and DSeek 0; the corresponding CoRA values are 1, 2, 3, and 4. On ARC-C, with 5–6 choices and 7–8 in a 25-shot setting, CI values are Gran 9, Mist 0, DSeek 1, and Llam 2, while CoRA values are 3, 4, 5, and 6. The paper highlights Llam’s CI of 7 as a case of strong inconsistency that widens the gap in CoRA relative to MCQA. On TruthfulQA, with 8–9 choices and $1$0–$1$1 in a 0-shot setting, CI values are Gran $1$2, DSeek $1$3, Mist $1$4, and Llam $1$5, and CoRA values are Mist $1$6, Llam $1$7, Gran $1$8, and DSeek $1$9.
Two robustness checks are reported. First, an ablation restricted to ten MedQA variants that preserve the original number of alternatives yields lower MCQA+ and MV than the all-variant runs, while CoRA slightly increases, suggesting reduced sensitivity with smaller 00 but similar overall conclusions. Second, bootstrap resampling on MedQA uses 01 runs, each aggregating 02 randomly sampled variant prompts with replacement from the full 03, and yields low standard deviations, with CI and CoRA standard deviations on the order of 04.
A recurrent misconception is that this CI merely duplicates self-consistency. The paper distinguishes them sharply: self-consistency aggregates multiple stochastic decodes of the same prompt, whereas CI measures stability under structural changes to answer choices, not sampling variability or temperature effects.
5. CI in pairwise comparison matrices
In pairwise comparison theory, a PCM 05 is positive and reciprocal: 06, 07, and 08. Consistency requires multiplicative transitivity,
09
or equivalently the existence of a positive priority vector 10 such that 11 for all 12; in that case 13 (Brunelli, 2015).
Saaty’s Consistency Index is the spectral quantity
14
where 15 is the Perron root of 16 (Brunelli, 2015). The associated Consistency Ratio is
17
and a common recommendation is 18, with refinements 19 and 20 discussed in the literature (1311.0748, Brunelli, 2015). These thresholds are the best-established acceptance rules among PCM inconsistency measures.
The Peláez–Lamata Consistency Index is different in construction. It is triad-based: for 21, the index equals the determinant of the reciprocal 22 matrix; for 23, it is the average determinant over all 24 triads (1311.0748). For a triad with log-variables 25, if
26
then consistency requires 27, and the determinant becomes
28
which is minimized at 29 and increases symmetrically with 30. This yields several properties emphasized in the paper: nonnegativity, vanishing exactly on consistent matrices, monotonic increase with triad deviation, invariance under relabeling of items, and convexity in log-space.
The contrast between Saaty’s CI and Peláez–Lamata’s CI is substantive. Saaty’s index is global and spectral; Peláez–Lamata’s index is local-to-global, averaging triadic deviations. The latter has no generally accepted threshold in practice. The paper therefore treats a threshold 31 as a decision-maker-specified parameter rather than as a calibrated universal standard (1311.0748).
6. Optimization, thresholding, and decision support in the PCM setting
The 2013 treatment of Peláez–Lamata CI casts inconsistency reduction as mixed-integer optimization in logarithmic space (1311.0748). Let 32 be the log-transformed original PCM, let 33 denote the log of the modified comparison value, and let binary variables 34 indicate whether an upper-triangular entry is modified. Reciprocity is enforced by 35, and bounds 36 encode prior ratio-scale limits.
A threshold-driven problem minimizes the number of modified entries subject to a translated CI constraint. For Peláez–Lamata CI, the paper defines
37
which converts the average-of-determinants threshold into a bound on the sum of exponential triad terms. The resulting formulation is a mixed 0–1 convex optimization problem. A second, budget-driven problem minimizes the inconsistency level achievable when at most 38 upper-triangular elements may be changed. The paper’s Theorem 9 states that if 39 denotes the optimum value of the budget-driven program, then 40 is the minimal value of inconsistency CI obtainable by modifying at most 41 elements above the main diagonal of 42 and their reciprocals.
These formulations support interactive decision revision. The threshold-driven program identifies the smallest set of judgments whose modification renders the PCM acceptable under a chosen 43; the budget-driven program quantifies how far inconsistency can be reduced under a fixed revision budget. Because the continuous relaxations are convex in log-space, branch-and-bound or branch-and-cut methods for mixed-integer convex programs are applicable. The same paper also describes how to enumerate all optimal modification patterns by fixing the objective at its optimal value and adding exclusion constraints to avoid previously found binary solutions.
An illustrative 44 example is given explicitly. For
45
the four triad determinants are approximately 46, 47, 48, and 49, so 50. If the decision maker sets 51, the matrix is not acceptable. Modifying a single entry, 52 from 53 to 54 and reciprocally 55 from 56 to 57, makes one affected triad exactly consistent and reduces another to approximately 58, yielding a new average 59.
7. Interpretation, debates, and recurrent points of confusion
Across domains, CI should be understood as a task-specific statistic rather than a universal scale. In the LLM benchmark framework, CI is a multiplicative quality factor on raw MCQA and is explicitly designed to expose cases where top raw accuracy masks low response consistency under altered answer choices (Cavalin et al., 26 Nov 2025). In pairwise comparisons, CI is a measure of inconsistency in reciprocal judgments, but the literature contains competing philosophies: global spectral aggregation in Saaty’s CI, average triad inconsistency in Peláez–Lamata’s CI, and worst-triad diagnostics in Koczkodaj’s index 60 (1311.0748, Brunelli, 2015).
A central controversy in the pairwise comparison literature concerns global versus local inconsistency. The commentary argues that a “local worsening” of one triad need not increase a global inconsistency measure, because one modified entry belongs to 61 distinct triads and can worsen some while improving others (Brunelli, 2015). This is used to defend global measures such as CI against criticisms based on worst-case reasoning. The same commentary also notes that CI is nonnegative and unbounded above in general, whereas Koczkodaj’s index is bounded in 62 and focuses exclusively on the worst triad. Neither perspective dominates categorically; rather, they support different diagnostic aims.
Thresholding is another source of misunderstanding. For PCMs, only Saaty’s CR has widely used acceptance thresholds, notably the “ten percent rule.” Peláez–Lamata CI has no generally accepted threshold, so any admissibility level must be selected contextually by the decision maker (1311.0748). In the LLM setting, CI itself already lies in 63, but it is not an “accept/reject” thresholding device; it is a scalar that dampens inflated raw scores through CoRA.
A plausible implication is that CI is best treated as part of a reporting bundle rather than as a solitary verdict. The LLM paper recommends reporting MCQA, MCQA+, MV, the BMCA curve, CI, and CoRA together, with particular attention to 64 and CI for interpreting how much raw accuracy persists under perturbations (Cavalin et al., 26 Nov 2025). The pairwise comparison literature similarly supports mixed use of global and local indices: CI or CR for overall screening, and a local triadic index when targeted repair or quality control is required (Brunelli, 2015).
In that sense, “Consistency Index” names a family resemblance rather than a single construct. Its common function is to quantify the gap between observed performance or judgment data and an ideal of structural coherence; its concrete instantiation depends on whether coherence means robustness to altered answer choices, multiplicative transitivity in reciprocal matrices, or spectral proximity to rank-one consistency.