Uncertainty-Aware Trust Estimation for Multi-LLM Systems via Structured Expert Judgement
Summary
This paper introduces an uncertainty-aware trust estimation method for aggregating predictions from multiple LLMs, adapting structured expert judgment with Cooke-style log weighting to penalize overconfident incorrect predictions. Evaluations on MMLU and MMLU-Pro show that this approach achieves superior accuracy-reliability balance under heterogeneous and contaminated expert panels.
View Cached Full Text
Cached at: 07/24/26, 05:10 AM
# Uncertainty-Aware Trust Estimation for Multi-LLM Systems via Structured Expert Judgement
Source: [https://arxiv.org/html/2607.20529](https://arxiv.org/html/2607.20529)
Jiazhen Zhang DigitLab, University of Exeter j\.zheng2@exeter\.ac\.uk, j\.zhang15@exeter\.ac\.uk
###### Abstract
Large Language Model \(LLM\) ensembles are increasingly used to improve reliability by combining predictions from multiple LLMs\. However, existing aggregation methods typically assume that all models are equally trustworthy, overlooking differences in uncertainty quality\. This assumption is poorly suited to heterogeneous LLMs, whose reliability and capability vary significantly, making naive aggregation vulnerable to unreliable or adversarial experts\. In this work, we formulate multi\-LLM aggregation as a problem of uncertainty\-aware trust estimation\. We adapt structured expert judgment from decision theory, using context\-aware calibration questions to estimate expert reliability based on the quality of its probabilistic predictions\. Specifically, we employ Cooke\-style log weighting, which penalises overconfident incorrect predictions and favours well\-calibrated experts\. We evaluate our approach on MMLU and MMLU\-Pro across homogeneous, heterogeneous, and contaminated expert panels\. Results show that while aggregation methods perform similarly in homogeneous settings, Cooke weighting becomes critical under heterogeneity and contamination\. It achieves a superior accuracy\-reliability balance and remains robust when unreliable experts are introduced\. These findings suggest that Multi\-LLM aggregation requires not just combining predictions, but calibrating trust under uncertainty\.
Uncertainty\-Aware Trust Estimation for Multi\-LLM Systems via Structured Expert Judgement
Jiawei Zheng and Jiazhen ZhangDigitLab, University of Exeterj\.zheng2@exeter\.ac\.uk, j\.zhang15@exeter\.ac\.uk
## 1Introduction
Large language models \(LLMs\) are increasingly deployed in settings that require reliable reasoning under uncertainty, including scientific analysis, healthcare support, and legal decision\-makingHuang et al\. \([2024a](https://arxiv.org/html/2607.20529#bib.bib8)\)\. In these domains, the quality of a system depends not only on whether it produces the correct answer, but also on whether its confidence is justifiedTian et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib18)\); Liu et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib14)\)\. Recent work has shown that modern LLMs frequently exhibit severe miscalibration, often producing confident yet incorrect predictions and hallucinationsKumaran et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib11)\); Leng et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib12)\); Xiong et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib21)\)\. Such overconfident failures are particularly dangerous in high\-stakes settings like healthcare, where users may rely on confidence signals to assess trustworthinessZhou et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib22)\); Qin et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib16)\)\.
Accurately expressing uncertainty is essential for reliable and trustworthy employment of LLMs\. Prior work has studied uncertainty estimation and calibration in LLMs, showing that they are often miscalibrated and prone to overconfident errorsXiong et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib21)\); Tian et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib18)\); Kumaran et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib11)\)\. However, these methods operate at the level of individual models, assuming that uncertainty can be addressed within a single model\.
In practice, however, individual models exhibit varying reliability across different inputs and domains\.Lincoln et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib13)\); Kruse et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib10)\); Chen et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib3)\)\. Different LLMs exhibit complementary strengths, generalising better in different regions of the input space due to differences in training data, objectives, and architecturesChan et al\. \([2022](https://arxiv.org/html/2607.20529#bib.bib2)\)\. This diversity motivates combining multiple LLMs to improve robustness\. However, it also raises a key challenge: models vary not only in accuracy, but in the quality of their uncertainty estimatesKumaran et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib11)\)\.
Most existing aggregation methods, such as majority voting and equal averaging, remain accuracy\-centric and treat all models as equally reliable, without accounting for differences in uncertainty qualityWang et al\. \([2022](https://arxiv.org/html/2607.20529#bib.bib19)\); Chen et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib3)\)\. As a result, poorly calibrated or overconfident models can disproportionately skew the final prediction\. One recent method estimates uncertainty from model disagreementKruse et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib10)\), but does not directly address which models should be trusted\. Consequently, unreliable or miscalibrated models may still exert substantial influence on the final prediction, particularly in heterogeneous or contaminated settings\.
In this work, we frame multi\-LLM aggregation as an uncertainty\-aware trust estimation problem\. Rather than asking how to combine predictions, we ask: which models should be trusted, and under what uncertainty conditions? To answer this, we adapt Cooke’s methodCooke \([1991](https://arxiv.org/html/2607.20529#bib.bib6)\); Colson and Cooke \([2018](https://arxiv.org/html/2607.20529#bib.bib5)\), a classical framework from decision theory for combining uncertain forecasts from different experts, to estimate the reliability of the LLM aggregation\. Specifically, experts are evaluated using calibration \(seed\) questions with known answers, and weights are assigned using log\-score rules that penalise overconfident mistakes while rewarding calibrated confidence\.
We evaluate our approach on MMLUHendrycks et al\. \([2021](https://arxiv.org/html/2607.20529#bib.bib7)\)and MMLU\-ProWang et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib20)\)across three progressively challenging regimes: 1\) homogeneous panels of frontier models, 2\) heterogeneous panels combining models of varying capability, and 3\) contaminated panels containing explicitly noisy or adversarial experts\. In homogeneous settings, aggregation methods perform similarly\. However, as heterogeneity and contamination increase, uncertainty\-aware weighting becomes critical\. In particular, Cooke weighting maintains strong accuracy while significantly reducing overconfident failures and preventing the severe performance degradation observed in other baselines\.
## 2Related work
LLM ensemblesCombining multiple LLMs has emerged as an effective strategy to improve reliability and reasoning performanceChoi et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib4)\); Ai et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib1)\)\. In addition to the work mentioned in §[1](https://arxiv.org/html/2607.20529#S1), a recent survey systematically categorises these methods into pre\-, during\-, and post\-inference aggregation paradigmsChen et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib3)\)\. While these approaches improve predictive performance, they typically assume equal model reliability or optimise towards accuracyHuang et al\. \([2024b](https://arxiv.org/html/2607.20529#bib.bib9)\), without explicitly modelling differences in uncertainty quality across experts\.
Uncertainty quantification in LLMsA growing body of work studies uncertainty estimation and calibration in LLMs, showing that LLMs are often miscalibrated and prone to overconfident errorsXiong et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib21)\); Tian et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib18)\); Kumaran et al\. \([2026](https://arxiv.org/html/2607.20529#bib.bib11)\)\. However, most approaches focus on measuring or correcting uncertainty at the individual LLM levelRivera et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib17)\); Leng et al\. \([2024](https://arxiv.org/html/2607.20529#bib.bib12)\)\. More recently,Kruse et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib10)\)proposes estimating uncertainty in multi\-LLM systems using information\-theoretic disagreement\. They primarily quantify ensemble\-level uncertainty from disagreement, rather than estimating the trustworthiness of individual LLMs\.
Structured expert judgement \(SEJ\)Our work is closely related to SEJ, particularly Cooke’s methodCooke \([1991](https://arxiv.org/html/2607.20529#bib.bib6)\), which assigns weights to experts based on their performance on calibration questions using proper scoring rules\. We adapt SEJ to LLM by treating models as probabilistic experts and evaluating them based on the quality of their uncertainty estimates\. Unlike prior LLM ensemble methods, which focus on combining predictions, our work focuses on uncertainty\-aware trust estimation, enabling robust aggregation under heterogeneous and contaminated expert panels\.
## 3Methods
We treat a collection of LLMs as a panel of heterogeneous experts that produce probabilistic forecasts, and formulate aggregation as a problem of estimating trust under uncertainty\.
### 3\.1Problem Formulation
We consider a panel ofMMexperts, where each experteie\_\{i\}produces probabilistic predictions for an inputxx\. Let𝒴\\mathcal\{Y\}denote the output space, which may be discrete, structured, or sequence\-based\. For an inputxx, each expert provides a predictive distribution\.
pi\(y∣x\),y∈𝒴p\_\{i\}\(y\\mid x\),\\quad y\\in\\mathcal\{Y\}\(1\)
The goal is to aggregate these expert predictions into a single prediction while accounting for differences in expert reliability and uncertainty quality\.
We assume access to a small set of calibration examples\.
𝒟seed=\{\(xj,yj\)\}j=1N\\mathcal\{D\}\_\{seed\}=\\\{\(x\_\{j\},y\_\{j\}\)\\\}\_\{j=1\}^\{N\}\(2\)where ground\-truth outputsyjy\_\{j\}are known\. These calibration examples are used to estimate the trust of each expert prior to aggregation on target sets\.
### 3\.2Probability elicitation
For each inputxx, each expert produces a normalised predictive distribution\. In practise, for LLMs, such distributions can be obtained through normalised probabilities over candidate outputs, or token\-level likelihoods for sequence generation\.
We assume that predictions satisfy:
pi\(y∣x\)≥0,∫ypi\(y∣x\)𝑑y=1p\_\{i\}\(y\\mid x\)\\geq 0,\\quad\\int\_\{y\}p\_\{i\}\(y\\mid x\)\\,dy=1\(3\)
### 3\.3Context\-aware trust estimation
We estimate expert reliability using the logarithmic scoring rule applied to calibration data\. In many settings, expert reliability is not global but context\-dependent\. For example, an expert may perform well in one domain but poorly in another\. To capture this, we introducec\(x\)c\(x\)representing a context variable associated with inputxx\. The context variable is assumed to be observable and may be categorical \(e\.g\., subject label\) or derived from metadata or task structure\.
For each experteie\_\{i\}and contextcc, we compute a context\-specific score:
si,c=1\|𝒟seedc\|∑\(xi,yj\)∈𝒟seedclogpi\(yj∣xj\),s\_\{i,c\}=\\frac\{1\}\{\|\\mathcal\{D\}\_\{seed\}^\{c\}\|\}\\sum\_\{\(x\_\{i\},y\_\{j\}\)\\in\\mathcal\{D\}\_\{seed\}^\{c\}\}\\log p\_\{i\}\(y\_\{j\}\\mid x\_\{j\}\),\(4\)where𝒟seedc=\{\(xj,yj\):cj=c\}\\mathcal\{D\}\_\{seed\}^\{c\}=\\\{\(x\_\{j\},y\_\{j\}\):c\_\{j\}=c\\\}contains calibration examples in contextcc\. When computingloglogscores, the probabilities are clipped with a small constantϵ\\epsilonto avoid numerical instability\.
The logarithmic property ensures that overconfident incorrect predictions are penalised more heavily than uncertain ones\. As a result, the scoring function can distinguish between calibrated uncertainty, where predictions reflect true uncertainty, and overconfident errors, where incorrect outcomes receive high probability\. Consequently, trust estimation becomes sensitive to the quality of uncertainty, not just correctness\.
The corresponding weights of the experteie\_\{i\}is computed by:
wi,c=exp\(τSi,c\)∑m=1Mexp\(τSm,c\)w\_\{i,c\}=\\frac\{\\exp\(\\tau S\_\{i,c\}\)\}\{\\sum\_\{m=1\}^\{M\}\\exp\(\\tau S\_\{m,c\}\)\}\(5\)where the temperature parameterτ\\taucontrols how sharply the method concentrates weight on high\-scoring experts\. Larger values ofτ\\tauincreasingly favour the best\-calibrated seed experts\. We setτ\\tauas 1 unless explicitly mentioned\.
### 3\.4Uncertainty\-aware aggregation
Given context\-dependent weights of each expert, we compute the aggregated predictions as:
pagg\(y∣x\)=∑i=1Mwi,cpi\(y∣x\)\.p\_\{agg\}\(y\\mid x\)=\\sum\_\{i=1\}^\{M\}w\_\{i,c\}p\_\{i\}\(y\\mid x\)\.\(6\)
The final prediction is derived frompaggp\_\{agg\}depending on the task, e\.g\., argmax for classification or sampling for sequence generation\.
## 4Experimental setup
### 4\.1Datasets
We conduct experiments on MMLU and MMLU\-Pro, two widely used benchmarks for assessing knowledge\-intensive reasoning in large language models\. MMLU consists of four\-choice multiple\-choice questions across a broad range of domains, including science, mathematics, academic, and professional subjects\. MMLU\-Pro is a more challenging extension of MMLU with more challenging questions and more subtle distinctions between answer choices\. Each question contains up to ten answer choices\. For each question, we instruct LLMs to output a probability distribution over choices, termed verbalised confidenceXiong et al\. \([2023](https://arxiv.org/html/2607.20529#bib.bib21)\)\.
For each dataset, we evaluate a subset of subjects spanning the scientific, professional, mathematical, and social science domains\. For each subject, we split questions into aseed setand atarget set\. Seed questions are used only to estimate expert reliability and compute aggregation weights\. Target questions are used only for the final evaluation\. Unless otherwise stated, we use a 20/80 seed\-target split within each subject\. We repeat experiments across 5 random splits to reduce variance\.
### 4\.2Expert panels
We evaluate aggregation methods across three progressively challenging regimes designed to isolate the role of uncertainty\-aware trust estimation\.
Homogeneous Frontier Panels\. This setting contains only strong frontier proprietary models with relatively similar capability and calibration quality\. The purpose of this regime is to evaluate whether weighting remains beneficial when expert quality is relatively uniform\. The homogeneous panel consists of three frontier LLMs: 1\)Claude Sonnet 4\.6, 2\)Gemini 3 Flash Preview, and 3\)GPT\-5\.4\.
Heterogeneous Expert PanelsThis setting combines frontier proprietary models and open\-source models with varying capabilities and uncertainty characteristics\. Unlike the homogeneous setting, expert quality varies substantially, creating a more realistic trust estimation problem\.
Besides the three frontier models included in the homogeneous panel, this panel also contains: 1\)Qwen 3\.5 Plus, 2\)GPT\-OSS\-20b, 3\)Deepseek\-v3\.2, and 4\)Qwen 3\.5 35b\. Therefore, this panel includes 7 experts in total\. This configuration intentionally includes both strong and imperfect experts to evaluate how aggregation methods behave under reliability heterogeneity\.
Contaminated Expert PanelsTo further evaluate robustness under unreliable experts, we introduce contaminated expert panels containing synthetic noisy experts that simulate common failure modes in practical multi\-LLM systems\.
We consider three contamination types: 1\)random expert: returns a random probability distribution over choices, 2\)overconfident wrong expert: assigns high probability to an incorrect answer, and 3\)biased expert: systematically picks a fixed option regardless of the question\.
To systematically study robustness under contamination, we vary the ratio of real LLM experts to noisy experts and introduce a contamination ratio, formally,ρ=YX\+Y\\rho=\\frac\{Y\}\{X\+Y\}where X is the number of real LLM experts and Y is the number of noisy experts\. This setup enables controlled evaluation of how aggregation methods degrade as unreliable experts occupy a larger fraction of the panel\.
### 4\.3Baselines
We compare the proposed Cooke trust estimation against solo models and several commonly used aggregation strategies, including:
- •Majority vote: Each expert votes for the highest\-probability answer\. The final answer is the most frequent vote\. The vote count is converted into a probability distribution for probabilistic evaluation\.
- •Equal averaging: All experts receive equal weight, and their probability distributions are averaged\.
- •Global weighting: Each expert receives a single weight computed from its overall seed\-set log score across all subjects\. The same weight is used for every subject\.
- •Accuracy weighting: Each expert receives a subject\-specific weight based on the seed\-set accuracy for that subject\. This baseline tests whether uncertainty\-aware aggregation provides benefits beyond simple correctness\.
### 4\.4Evaluation metrics
We evaluate each method along three dimensions: 1\) accuracy, 2\) probabilistic quality, and 3\) risk under uncertainty\. Accuracy measures whether the final answer with the highest probability is correct\. Accuracy is the primary measure of answer correctness, but it discards information about the model’s uncertainty\. Two methods may achieve identical accuracy while assigning very different probabilities to the correct answer\. We therefore also evaluate the predictive distribution assigned by experts\. Risk\-sensitive metrics further characterize whether a method is prone to confident mistakes\.
We usenegative log likelihood\(NLL\) and multi\-classBrier scoreto evaluate the uncertainty qualityMurphy \([2012](https://arxiv.org/html/2607.20529#bib.bib15)\)\. To capture the risk of high\-confidence failures, we also reportoverconfident error\(OE\) rate\. We define an overconfident error as an incorrect prediction whose confidence exceeds a thresholdγ\\gamma\. Formally:
OE=1\|T\|∑i∈T𝟏\[y^i≠yi∗∧maxyp\(y∣xi\)\>γ\]\\text\{OE\}=\\frac\{1\}\{\|T\|\}\\sum\_\{i\\in T\}\\mathbf\{1\}\[\\hat\{y\}\_\{i\}\\neq y\_\{i\}^\{\\ast\}\\land\\max\_\{y\}p\(y\\mid x\_\{i\}\)\>\\gamma\]\(7\)whereTTmeans target sets, and we setγ=0\.7\\gamma=0\.7in all experiments\. This metric captures a failure mode that may not be visible from accuracy alone: a method can be accurate on average but still produce a non\-trivial number of high\-confidence errors\.
These metrics capture complementary aspects of uncertainty quality, including sharpness \(NLL\), calibration \(Brier\), and risk of overconfident errors \(OE\)\.
## 5Results
### 5\.1Homogeneous frontier panels
Table 1:Results of homogeneous panels with three frontier models on MMLU and MMLU\-Pro\. Values are averaged over 5 runs; standard deviations are negligible and omitted \(see Table[5](https://arxiv.org/html/2607.20529#A2.T5)in Appendix\)\. Best results are in bold\.We first evaluate aggregation methods on homogeneous panels consisting exclusively of three strong frontier models\.
Table[1](https://arxiv.org/html/2607.20529#S5.T1)presents the results for the homogeneous frontier panel on MMLU and MMLU\-Pro\. The results show that across both benchmarks, all ensemble methods perform similarly in terms of accuracy\. On MMLU, majority vote achieves the highest accuracy \(94\.19%\), with Cooke weighting close behind \(94\.04%\)\. On MMLU\-Pro, Cooke weighting performs best overall, reaching 88\.03% accuracy and slightly outperforming the best solo model\. This demonstrates that when expert quality is relatively homogeneous, aggregation provides limited gains over strong individual models\.
Although accuracy differences are small, clearer distinctions emerge in probabilistic metrics\. On MMLU\-Pro, Cooke weighting achieves the best NLL and Brier score, indicating the strongest probabilistic prediction quality among the compared methods\. On MMLU, the majority vote obtains the lowest NLL and Brier score, while Cooke weighting remains competitive\. This pattern suggests that Cooke weighting is not uniformly dominant in homogeneous settings, but it offers a strong uncertainty\-aware aggregation rule, especially on the more difficult MMLU\-Pro benchmark\. In contrast, accuracy weighting remains competitive in accuracy but is weaker on probabilistic metrics, reflecting its inability to distinguish confident and uncertain correct predictions\.
Overconfident error further highlights the trade\-offs between aggregation strategies\. On MMLU, the majority vote is slightly higher at 2\.14%, while others all obtain the lowest OE\. On MMLU\-Pro, Cooke weighting achieves the lowest OE among the weighted methods at 2\.34%, close to global weighting at 2\.35% and below majority vote at 3\.42%\. These results suggest that probability aggregation methods reduce overconfident errors relative to discrete voting through uniform averaging or estimated trust\.
Overall, in the homogeneous setting, aggregation methods can appear competitive because all experts are strong, and suppression of confidence does not significantly harm accuracy\.
### 5\.2Heterogeneous expert panels
Table[2](https://arxiv.org/html/2607.20529#S5.T2)presents results on MMLU and MMLU\-Pro under the heterogeneous expert panel, where models exhibit substantial variation in capability and uncertainty quality\. Compared to the homogeneous setting, this regime more clearly exposes differences between aggregation strategies\.
Table 2:Results of heterogeneous panels including 7 hybrid models on MMLU and MMLU\-Pro\. Values are averaged over 5 runs; standard deviations are negligible and omitted \(see Table[6](https://arxiv.org/html/2607.20529#A2.T6)in Appendix\)\. Best results are in Bold\.A similar trend is observed in both MMLU and MMLU\-Pro, Cooke weighting achieves the strongest overall performance among ensemble methods, substantially outperforming majority vote and equal averaging\. In particular, Cooke achieves the highest accuracy on MMLU, surpassing the best solo model and all other ensemble methods\. These results indicate that uncertainty\-aware trust estimation becomes beneficial once expert heterogeneity is introduced, in contrast to the homogeneous setting where gains were limited\.
Cooke weighting consistently yields the best or near\-best probabilistic metrics across both datasets\. On MMLU\-Pro, it achieves the lowest NLL \(0\.558\) and Brier score \(0\.231\)\. On MMLU, it gets the best Brier score \(0\.139\) and maintains a competitive NLL\. In contrast, the majority vote achieves a relatively strong NLL on MMLU \(0\.303\), but this does not translate to robustness under the more challenging MMLU\-Pro setting, where its NLL degrades substantially \(0\.645\)\. This suggests that methods that ignore uncertainty may appear competitive on easier datasets but fail under increased difficulty\.
The results of overconfident error rates demonstrate that equal averaging achieves the lowest OE \(1\.76\) on MMLU\-Pro and Cooke weighting achieves similarly low OE \(1\.65 on MMLU, 1\.82 on MMLU\-Pro\) while maintaining significantly higher accuracy\. The majority vote exhibits a higher OE \(3\.20 on MMLU\), reflecting its inability to control overconfident failures\.
To better understand the trade\-off between predictive performance and uncertainty reliability, we plot accuracy against overconfident error rate in Figure[1](https://arxiv.org/html/2607.20529#S5.F1)\. The results show that several methods achieve similar accuracy but differ greatly in overconfident errors\. Strong solo models can be highly accurate, yet often produce more confident errors than ensemble methods\. This indicates that aggregation can improve the risk profile of predictions even when accuracy gains are small\.
Cooke weighting occupies a favourable region of the plot\. It remains competitive in accuracy while maintaining a low overconfident error rate\. This is expected because log\-score weighting penalizes experts that assign low probability to correct seed answers, especially when they are confidently wrong\. As a result, Cooke weighting provides a better balance between correctness and confident mistakes under heterogeneous expert panels\.


Figure 1:Accuracy vs overconfidence trade\-off across aggregation methods and solo models\. Methods in the upper\-left region are preferable, as they achieve high accuracy while avoiding overconfidence errors\.
### 5\.3Contaminated panels
We now evaluate robustness under contaminated expert panels, where a subset of experts is unreliable or adversarial\. This setting is designed to test whether an aggregation method can distinguish reliable experts from unreliable ones\. We systematically vary the contamination ratio by progressively adding noisy experts to real LLM panels, and measure how aggregation methods degrade as the proportion of unreliable experts increases\.


Figure 2:Robustness curve as contamination ratio increases\.Figure[2](https://arxiv.org/html/2607.20529#S5.F2)shows the accuracy as contamination increases on two datasets\. In particular, majority voting is highly sensitive to contamination\. As noisy experts accumulate, majority decisions are increasingly dominated by unreliable predictions, leading to substantial performance degradation\. Equal averaging exhibits a steady decline in accuracy due to uniform smoothing, which suppresses both correct and incorrect signals indiscriminately\. In contrast, calibration\-based weighting \(global and accuracy weighting\) methods degrade more slowly, indicating that seed question performance provides useful information for suppressing unreliable experts\. Cooke weighting maintains the strongest performance under high contamination ratios\.
To understand the mechanism behind the robustness curve, we visualise how Cooke weighting reallocates trust as the contamination ratio increases in Figure[3](https://arxiv.org/html/2607.20529#S5.F3)\. Cooke weighting does not allocate weight to noisy experts in proportion to their count\. Instead, most of the weights remain concentrated on the real LLM experts, while the noisy experts receive comparatively small weights\. This shows it reallocates trust toward experts with stronger calibrated seed performance\.
Figure 3:Weight distribution over different models as contamination ratio increases, tested on the MMLU\-Pro\.Overall, the contaminated panel shows that calibration\-based weighting improves robustness by limiting the influence of unreliable experts\. However, the advantage of Cooke weighting is modest compared to the global weighting\. This is because the synthetic noisy experts used there are globally unreliable: they perform poorly across nearly all subjects\.
Therefore, to test whether the Cooke weighting can localise trust when expertise is domain\-specific, we introduce two subject\-specific contamination types: 1\) specialist: which is highly accurate on a designated subject but unreliable elsewhere, and 2\) corrupted expert: which is generally reliable but confidently wrong on a designated subject\. This setting directly tests the mechanism Cooke weighting is designed to capture: expert reliability that varies across domains\.
We fix the real expert pool to three LLMs and inject five synthetic subject\-specific experts, yielding a contamination ratio of5/\(3\+5\)=62\.5%5/\(3\+5\)=62\.5\\%\. This creates a deliberately challenging setting in which synthetic experts form the majority of the ensemble\. The specialist experts target biology, business, and economics, while the corrupted experts target economics\.
Table[3](https://arxiv.org/html/2607.20529#S5.T3)shows the targeted subject results on MMLU\-Pro\. Cooke weighting performs best on all subjects in both the specialist and corrupted conditions, improving greatly over global weighting\. Overall accuracy follows the same pattern \(Table[4](https://arxiv.org/html/2607.20529#S5.T4)\)\.
Table 3:Targeted subject accuracy on contaminated panel consisting of 3 real LLM experts and 5 subject\-specific experts on MMLU\-Pro dataset\.Table 4:Overall accuracy on contaminated panel consisting of 3 real LLM experts and 5 subject\-specific experts on MMLU\-Pro dataset\.Figure[4](https://arxiv.org/html/2607.20529#S5.F4)visualises the corresponding weight allocation in the specialist condition\. Global weights are constant across subjects, while Cooke weights vary by subject\. Cooke concentrates weight on the relevant specialist experts for biology, business, and economics, while assigning them little weight outside their domains\. In the corrupted setting, Cooke sharply downweights the corrupted economics experts on economics, but does not suppress them uniformly on unrelated subjects\. These results show the main benefit of context\-aware trust estimation introduced by Cooke weighting\.
Figure 4:Weight distribution across experts by subject over Global weighting and Cooke weighting\.
### 5\.4Ablation analysis
We finally analyse the sensitivity of calibration\-based aggregation to the amount of seed data\. Since Cooke weighting estimates expert reliability from seed questions, its effectiveness depends on whether the seed set is large enough to produce stable calibration estimates\.
Figure[5](https://arxiv.org/html/2607.20529#S5.F5)shows the seed\-size ablation in the heterogeneous expert panel on the MMLU\-Pro dataset\. Cooke weighting benefits most from additional seeds, improving from 85\.85% accuracy with five seed questions per subject to 87\.42% with fifty\. Global weighting is more stable, increasing only slightly from 86\.52% to 86\.78%, while accuracy weighting remains nearly flat around 85\.1%\. These results suggest that small seed sets are already sufficient to estimate a useful model trust, but larger seed sets improve the trust estimation in Cooke weighting\.
Figure 5:Seed question size ablation analysis on heterogeneous expert panels on MMLU\-Pro\.
## 6Discussion
Our results suggest that Cooke weighting provides the most balanced aggregation strategy, rather than uniformly dominating every metric\. Majority vote and equal averaging are simple and competitive when all experts are strong, but they assume equal reliability and become fragile when noisy experts enter the pool\. Similarly, the disagreement\-based aggregation methodKruse et al\. \([2025](https://arxiv.org/html/2607.20529#bib.bib10)\)assumes that disagreement reflects uncertainty\. While it can effectively capture ensemble uncertainty, disagreement does not necessarily correspond to reliability, especially in contaminated settings, where adversarial experts can either align with each other or coincide with incorrect consensus\.
Accuracy weighting can be more conservative, producing slightly lower performance accuracy and probabilistic quality\. Compared with accuracy weighting, Cooke is less conservative but more informative: it can distinguish between models that make the same accuracy but assign very different probabilities to the correct answer\. Global weighting is a strong baseline because it estimates model reliability from seed questions, and it performs well when expert quality is relatively stable across subjects\.
The advantage of Cooke weighting becomes clearer under contamination\. When noisy experts are globally unreliable, both global and Cooke weighting can identify them from seed questions\. However, when expertise or failure is subject\-specific, Cooke weighting provides a stronger mechanism: it can upweight specialists only where they are reliable and downweight corrupted experts only where they fail\. This context\-aware trust estimation is the main empirical benefit of structured expert judgment in LLM ensembles\.
The ablation results further suggest that Cooke weighting does not require a large seed set to be useful, but additional seed questions improve the stability of subject\-level estimates\. Overall, the evidence supports a measured claim: Cooke\-style structured expert judgment achieves the best overall accuracy\-calibration\-robustness balance, providing a mechanism for domain\-specific trust estimation\.
## 7Conclusion
We formulate multi\-LLM aggregation as uncertainty\-aware trust estimation, showing that existing accuracy\-centric aggregation methods are insufficient under heterogeneity and contamination\. By leveraging structured expert judgment and proper scoring rules, our approach improves robustness and achieves a superior accuracy\-reliability balance\. These results highlight the value of calibrating trust under uncertainty in multi\-LLM systems\.
## Limitations
Our approach relies on calibration \(seed\) questions to estimate expert reliability\. While we show consistent improvements across settings, performance may depend on how well the seed set reflects the target distribution\. If the seed set does not reflect the target distribution, the estimated weights may not generalise well\. Our method also assumes access to probabilistic outputs from each model, e\.g\., obtained via verbalised confidence\. Their quality can vary across models, and inaccuracies in probability estimates may affect weighting\. We focus on multiple\-choice benchmarks, where probability distributions are naturally defined\. Extending the approach to open\-ended generation tasks remains an important direction for future work\. Finally, our contamination experiments simulate unreliable experts in a controlled manner\. While this setting enables systematic evaluation, real\-world failure modes may be more complex\. Further study is needed to assess robustness in more diverse deployment scenarios\.
## Information about AI use
We used AI tools \(e\.g\., ChatGPT\) to assist with editing and improving the clarity of the writing\. All technical content, experimental design, and analysis were developed and verified by the authors\.
## References
- Ai et al\. \(2026\)Rui Ai, Yuqi Pan, David Simchi\-Levi, Milind Tambe, and Haifeng Xu\. 2026\.Beyond Majority Voting: LLM Aggregation by Leveraging Higher\-Order Information\.In*Proceedings of the Forty\-Third International Conference on Machine Learning \(ICML\)*\.
- Chan et al\. \(2022\)Stephanie C\.Y\. Chan, Adam Santoro, Andrew K\. Lampinen, Jane X\. Wang, Aaditya K\. Singh, Pierre H\. Richemond, James L\. McClelland, and Felix Hill\. 2022\.Data distributional properties drive emergent in\-context learning in transformers\.In*Proceedings of the 36th International Conference on Neural Information Processing Systems*, NIPS ’22, pages 18878–18891, Red Hook, NY, USA\. Curran Associates Inc\.
- Chen et al\. \(2025\)Zhijun Chen, Xiaodong Lu, Jingzheng Li, Pengpeng Chen, Zhuoran Li, Kai Sun, Yuankai Luo, Qianren Mao, Ming Li, Likang Xiao, Dingqi Yang, Xiao Huang, Yikun Ban, Hailong Sun, and Philip S\. Yu\. 2025\.Harnessing Multiple Large Language Models: A Survey on LLM Ensemble\.https://arxiv\.org/abs/2502\.18036v6\.
- Choi et al\. \(2025\)Hyeong Kyu Choi, Jerry Zhu, and Sharon Li\. 2025\.Debate or Vote: Which Yields Better Decisions in Multi\-Agent Large Language Models?In*The Thirty\-ninth Annual Conference on Neural Information Processing Systems*\.
- Colson and Cooke \(2018\)Abigail R\. Colson and Roger M\. Cooke\. 2018\.[Expert Elicitation: Using the Classical Model to Validate Experts’ Judgments](https://doi.org/10.1093/reep/rex022)\.*Review of Environmental Economics and Policy*, 12\(1\):113–132\.
- Cooke \(1991\)Roger M Cooke\. 1991\.[*Experts in Uncertainty: Opinion and Subjective Probability in Science*](https://doi.org/10.1093/oso/9780195064650.001.0001)\.Oxford University Press\.
- Hendrycks et al\. \(2021\)Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt\. 2021\.Measuring massive multitask language understanding\.*Proceedings of the International Conference on Learning Representations \(ICLR\)*\.
- Huang et al\. \(2024a\)Hsiu\-Yuan Huang, Yutong Yang, Zhaoxi Zhang, Sanwoo Lee, and Yunfang Wu\. 2024a\.[A Survey of Uncertainty Estimation in LLMs: Theory Meets Practice](https://doi.org/10.48550/arXiv.2410.15326)\.*Preprint*, arXiv:2410\.15326\.
- Huang et al\. \(2024b\)Yichong Huang, Xiaocheng Feng, Baohang Li, Yang Xiang, Hui Wang, Ting Liu, and Bing Qin\. 2024b\.Ensemble Learning for Heterogeneous Large Language Models with Deep Parallel Collaboration\.In*The Thirty\-eighth Annual Conference on Neural Information Processing Systems*\.
- Kruse et al\. \(2025\)Maya Kruse, Majid Afshar, Saksham Khatwani, Anoop Mayampurath, Guanhua Chen, and Yanjun Gao\. 2025\.[Simple yet effective: An information\-theoretic approach to multi\-LLM uncertainty quantification](https://doi.org/10.18653/v1/2025.emnlp-main.1551)\.In*Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing*, pages 30493–30504, Suzhou, China\. Association for Computational Linguistics\.
- Kumaran et al\. \(2026\)Dharshan Kumaran, Stephen M\. Fleming, Larisa Markeeva, Joe Heyward, Andrea Banino, Mrinal Mathur, Razvan Pascanu, Simon Osindero, Benedetto De Martino, Petar Veličković, and Viorica Patraucean\. 2026\.[Competing Biases underlie Overconfidence and Underconfidence in LLMs](https://doi.org/10.1038/s42256-026-01217-9)\.*Nature Machine Intelligence*, 8\(4\):614–627\.
- Leng et al\. \(2024\)Jixuan Leng, Chengsong Huang, Banghua Zhu, and Jiaxin Huang\. 2024\.Taming Overconfidence in LLMs: Reward Calibration in RLHF\.In*The Thirteenth International Conference on Learning Representations*\.
- Lincoln et al\. \(2026\)Nicole Lincoln, Nick Whitehouse, Jaron Mar, and Rivindu Perera\. 2026\.[A Few Good Clauses: Comparing LLMs vs Domain\-Trained Small Language Models on Structured Contract Extraction](https://doi.org/10.48550/arXiv.2605.05532)\.*Preprint*, arXiv:2605\.05532\.
- Liu et al\. \(2024\)Linyu Liu, Yu Pan, Xiaocheng Li, and Guanting Chen\. 2024\.[Uncertainty Estimation and Quantification for LLMs: A Simple Supervised Approach](https://doi.org/10.48550/arXiv.2404.15993)\.*Preprint*, arXiv:2404\.15993\.
- Murphy \(2012\)Kevin P\. Murphy\. 2012\.*Machine Learning: A Probabilistic Perspective*\.MIT Press\.
- Qin et al\. \(2024\)Jeremy Qin, Bang Liu, and Quoc Dinh Nguyen\. 2024\.[Enhancing Healthcare LLM Trust with Atypical Presentations Recalibration](https://doi.org/10.18653/v1/2024.findings-emnlp.142)\.In*Findings of the Association for Computational Linguistics: EMNLP 2024*, pages 2520–2537, Miami, Florida, USA\. Association for Computational Linguistics\.
- Rivera et al\. \(2024\)Mauricio Rivera, Jean\-François Godbout, Reihaneh Rabbany, and Kellin Pelrine\. 2024\.[Combining Confidence Elicitation and Sample\-based Methods for Uncertainty Quantification in Misinformation Mitigation](https://doi.org/10.18653/v1/2024.uncertainlp-1.12)\.In*Proceedings of the 1st Workshop on Uncertainty\-Aware NLP \(UncertaiNLP 2024\)*, pages 114–126, St Julians, Malta\. Association for Computational Linguistics\.
- Tian et al\. \(2023\)Katherine Tian, Eric Mitchell, Allan Zhou, Archit Sharma, Rafael Rafailov, Huaxiu Yao, Chelsea Finn, and Christopher Manning\. 2023\.[Just Ask for Calibration: Strategies for Eliciting Calibrated Confidence Scores from Language Models Fine\-Tuned with Human Feedback](https://doi.org/10.18653/v1/2023.emnlp-main.330)\.In*Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing*, pages 5433–5442, Singapore\. Association for Computational Linguistics\.
- Wang et al\. \(2022\)Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc V\. Le, Ed H\. Chi, Sharan Narang, Aakanksha Chowdhery, and Denny Zhou\. 2022\.Self\-Consistency Improves Chain of Thought Reasoning in Language Models\.In*The Eleventh International Conference on Learning Representations*\.
- Wang et al\. \(2024\)Yubo Wang, Xueguang Ma, Ge Zhang, Yuansheng Ni, Abhranil Chandra, Shiguang Guo, Weiming Ren, Aaran Arulraj, Xuan He, Ziyan Jiang, Tianle Li, Max Ku, Kai Wang, Alex Zhuang, Rongqi Fan, Xiang Yue, and Wenhu Chen\. 2024\.MMLU\-Pro: A More Robust and Challenging Multi\-Task Language Understanding Benchmark\.https://arxiv\.org/abs/2406\.01574v6\.
- Xiong et al\. \(2023\)Miao Xiong, Zhiyuan Hu, Xinyang Lu, Yifei Li, Jie Fu, Junxian He, and Bryan Hooi\. 2023\.Can LLMs Express Their Uncertainty? An Empirical Evaluation of Confidence Elicitation in LLMs\.In*The Twelfth International Conference on Learning Representations*\.
- Zhou et al\. \(2025\)Shuang Zhou, Jiashuo Wang, Zidu Xu, Song Wang, David Brauer, Lindsay Welton, Jacob Cogan, Yuen\-Hei Chung, Lei Tian, Zaifu Zhan, Yu Hou, Mingquan Lin, Genevieve B\. Melton, and Rui Zhang\. 2025\.[Uncertainty\-aware large language models for explainable disease diagnosis](https://doi.org/10.1038/s41746-025-02071-6)\.*npj Digital Medicine*, 8\(1\):690\.
## Appendix AAppendix
### A\.1Evaluation metrics
Accuracy: we report standard top\-1 probability accuracy, formally:
Acc=1\|T\|∑i∈T𝟏\[y^i=yi∗\]\\text\{Acc\}=\\frac\{1\}\{\|T\|\}\\sum\_\{i\\in T\}\\mathbf\{1\}\[\\hat\{y\}\_\{i\}=y\_\{i\}^\{\\ast\}\]\(8\)wherey^i\\hat\{y\}\_\{i\}andyi∗y\_\{i\}^\{\\ast\}represent the predicted choice with the highest probability and the ground truth, respectively\.
Negative Log Likelihood \(NLL\): NLL measures how much probability the ensemble assigns to the correct answer, formally:
NLL=−1\|T\|∑i∈Tlogpagg\(yi∗∣xi\)\\text\{NLL\}=\-\\frac\{1\}\{\|T\|\}\\sum\_\{i\\in T\}\\log p\_\{\\text\{agg\}\}\(y\_\{i\}^\{\\ast\}\\mid x\_\{i\}\)\(9\)Lower NLL indicates that a method assigns a higher probability to the correct answer\.
Brier score: Brier score measures the squared error between predicted probabilities and the one\-hot correct label\. Lower Brier values indicate better probabilistic predictions\. Compared with NLL, the Brier score is less sensitive to extremely small probabilities assigned to the true answer\. Formally:
Brier=1\|T\|∑i∈T∑y∈𝒴\(pagg\(yi∣xi\)−𝟏\[yi=yi∗\]\)2\\text\{Brier\}=\\frac\{1\}\{\|T\|\}\\sum\_\{i\\in T\}\\sum\_\{y\\in\\mathcal\{Y\}\}\\left\(p\_\{\\text\{agg\}\}\(y\_\{i\}\\mid x\_\{i\}\)\-\\mathbf\{1\}\[y\_\{i\}=y\_\{i\}^\{\\ast\}\]\\right\)^\{2\}\(10\)
### A\.2Experimental setup details
The system prompt for probability elicitation is:
Youareansweringamultiple\-choicebenchmarkquestion\.
Returncalibratedprobabilitiesoverallanswerchoices\.
ReturnonlyaJSONobjectwithexactlythesekeys:\{A,B,C,D\}
Thevaluesmustbenumberssummingto1\.
The prompt asks the model to output a JSON object whose keys are the valid answer labels, e\.g\., A through D for MMLU or A through J for MMLU\-Pro\.
The prompt template for answering each question is:
Question:\{question\}
RespondasJSONonly,forexample:\{A:0\.25,B:0\.25,C:0\.25,D:0\.25\}
Returnexactlythisformatandnothingelse\.
## Appendix BMore results
### B\.1Homogeneous frontier panels
Table 5:Full results of homogeneous panel on MMLU and MMLU\-Pro\. Values report mean±standard deviation over 5 trials\. Accuracy and overconfident error rate \(OE\) are reported as percentages\. Lower is better for NLL, Brier, ECE, and OE\.Tables[5](https://arxiv.org/html/2607.20529#A2.T5)report the full main results for the top\-3 frontier model ensembles on MMLU and MMLU\-Pro, including all solo models and ensemble methods\. In addition to accuracy, NLL, Brier score, and overconfident error rate, we include expected calibration error \(ECE\) to measure how closely predicted confidence matches empirical correctness\. On MMLU, Cooke weighting ties global weighting for the best accuracy while achieving the lowest NLL and Brier score, indicating stronger probabilistic quality\. On MMLU\-Pro, Cooke weighting achieves the best ensemble accuracy and the lowest NLL and Brier score, although the strongest solo model remains slightly higher in raw accuracy\. These results show that Cooke weighting is especially competitive when evaluation considers both correctness and calibrated probability estimates, rather than accuracy alone\.
### B\.2Heterogeneous panels
Table 6:Full results of heterogeneous panel on MMLU and MMLU\-Pro\. Values report mean±standard deviation over 5 trials\. Accuracy and overconfident error rate \(OE\) are reported as percentages\. Lower is better for NLL, Brier, ECE, and OE\.Table[6](https://arxiv.org/html/2607.20529#A2.T6)shows the full result on heterogeneous panels\.
Figure[7](https://arxiv.org/html/2607.20529#A2.F7)and[8](https://arxiv.org/html/2607.20529#A2.F8)visualise the weight distribution across subjects on the heterogeneous panel\. The results show that Cooke weighting assigns most of the weight to the strongest real LLMs rather than spreading the weight uniformly across all seven models\. On MMLU, the weights are concentrated on the top\-performing models, i\.e\., Claude and Gemini\. The same pattern appears on MMLU\-Pro\. Because the benchmark is harder, and model performance is more uneven, Cooke weighting places more trust in the top 3 frontier models\.
\(a\)Random experts\.
\(b\)Overconfident wrong experts\.
\(c\)Biased experts
\(d\)Mixed of three types\.
Figure 6:Robustness curves under different noisy expert types on MMLU\.
### B\.3Contaminated panels
Figure[6](https://arxiv.org/html/2607.20529#A2.F6)visualises the robustness curves under different noisy expert types on MMLU\. As the contamination ratio increases, unweighted aggregation methods generally degrade more rapidly\. In contrast, seed\-based weighting methods are more stable, indicating that calibration examples provide useful information for identifying unreliable experts before target aggregation\. The degradation is most pronounced for biased and overconfident\-wrong experts, where majority vote and equal averaging are particularly vulnerable\. Cooke weighting remains competitive across all contamination settings, showing that probabilistic seed scoring can suppress poorly calibrated experts\.
Figure[9](https://arxiv.org/html/2607.20529#A2.F9)and[10](https://arxiv.org/html/2607.20529#A2.F10)visualise the weight distribution on subject\-level contaminated panels with specialist and corrupted experts\. The results show that Cooke\-style weighting adapts its trust allocation by subject\. In the specialist setting, the method assigns high weight to specialist experts on their corresponding target subjects, while giving them much lower weight on unrelated subjects\. In the corrupted setting, the opposite pattern emerges\. The corrupted experts receive non\-trivial weight on subjects where they remain reliable, but are sharply downweighted on the corrupted target subject\.
Figure 7:Weight distribution in heterogeneous panel on MMLU\.Figure 8:Weight distribution in heterogeneous panel on MMLU\-Pro\.Figure 9:Weight distribution on contaminated panels with specialist experts\.Figure 10:Weight distribution on contaminated panels with a corrupted economics expert\.
### B\.4Ablation analysis
We analyse how the value ofτ\\tauaffects the final accuracy and other probabilistic quality metrics on the subject\-level contaminated panels\. It examines how sharply seed scores are converted into ensemble weights\. The results are shown in Figure[11](https://arxiv.org/html/2607.20529#A2.F11),[12](https://arxiv.org/html/2607.20529#A2.F12), and[13](https://arxiv.org/html/2607.20529#A2.F13)\. Whenτ=0\\tau=0, all softmax\-based weighting methods reduce to uniform averaging, so Cooke, global, accuracy weighting, and equal averaging coincide\. The results show that moderate values ofτ\\tauimprove performance by allowing the ensemble to favour better\-calibrated models, while very large values can over\-concentrate weight and reduce robustness\.
Figure 11:Ablation analysis ofτ\\tauon accuracy in subject\-level contaminated panels\.Figure 12:Ablation analysis ofτ\\tauon Brier score in subject\-level contaminated panels\.Figure 13:Ablation analysis ofτ\\tauon NLL in subject\-level contaminated panels\.Similar Articles
Margin-Adaptive Confidence Ranking for Reliable LLM Judgement
This paper introduces a margin-based confidence ranking method for LLM-as-a-judge systems, learning a dedicated estimator to ensure monotonicity between confidence and human-disagreement risk, with generalization guarantees and improved ranking accuracy across datasets.
Multi-Stakeholder LLM Alignment: Decomposing Estimation from Aggregation
This paper identifies weighting noise in LLM judges for multi-stakeholder tasks and proposes DecompR, a method that decouples utility estimation from aggregation using counterfactually calibrated weights.
Robust Checkpoint Selection for Multimodal LLMs via Agentic Evaluation and Stability-Aware Ranking
This paper addresses the challenge of robust checkpoint selection for multimodal LLMs under evaluation uncertainty, proposing a multi-stage framework that integrates curated real-world data, LLM-based judgment, and ranking protocols with confidence estimation.
Quantifying Consistency in LLM Logical Reasoning via Structural Uncertainty
This paper introduces structural uncertainty, a framework that evaluates LLM reasoning consistency by measuring the stability of self-preference rankings among sampled reasoning solutions, complementing traditional answer-dispersion methods for identifying unreliable reasoning.
Estimating Uncertainty from Reasoning: A Large-Scale Study of Multi- and Crosslingual MCQA Performance in LLMs
This paper presents a large-scale evaluation of nine uncertainty estimation methods for LLMs across 22 languages, finding that prompting models to reason in English improves uncertainty estimation for low-resource languages and that the choice of method depends on model scale.