REVIEW 4 major objections 6 minor 2 cited by
Simple Yet Effective: An Information-Theoretic Approach to Multi-LLM Uncertainty Quantification
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read MUSE aggregates JSD-selected LLM subsets to produce better-calibrated binary predictions than single models or naive ensembles.
desk verdict A genuinely new subset-selection method for multi-LLM calibration, but the unreachable msize=20 configuration and overclaimed results make the empirical story untrustworthy as written. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is MUSE, a subset-ensemble algorithm built on Jensen-Shannon Divergence (JSD), a symmetric, bounded measure of disagreement between probability distributions. For each input, MUSE treats each LLM's yes-probability as a distribution, defines epistemic uncertainty as the average JSD between each selected model and the subset mean, and aleatoric uncertainty as average binary entropy; a greedy or conservative procedure then selects a subset that keeps disagreement below a tolerance, and the final probability is the unweighted or entropy-weighted average of the subset. The single-model inputs come from self-consistency, ten stochastic decodes with bootstrap re-sampling (GENBS), or from sequence-likelihood scoring (SLL), the two uncertainty estimators the paper compares.
What would settle it
Run MUSE and a plain average of all LLM probabilities on held-out binary data and compare ECE and AUROC across random seeds; if the plain average matches or beats MUSE, or if the reported subset-size parameter (msize=20) cannot be reproduced with a four-model pool, the central claim fails.
Extended reading notes
Core claim
The paper's central discovery is that a simple information-theoretic selection rule—start from the most confident LLM prediction and add models only while average Jensen-Shannon divergence to the subset mean stays within tolerance—produces an aggregated probability that is better discriminated (AUROC) and better calibrated (ECE, Brier) than any individual LLM or naive ensemble in the binary tasks tested. The authors frame this as evidence that LLMs make complementary errors and that consensus across a diverse pool is a trustworthy uncertainty signal. They also show that using MUSE's consensus probabilities as silver labels for fine-tuning individual LLMs can improve calibration, but the effect depends on the model, the prompt format, and whether chain-of-thought reasoning is included.
Load-bearing premise
The method assumes that when several different LLMs agree, the answer is more likely to be correct, and that disagreement is genuine uncertainty; if consensus does not track correctness, the subset-selection objective has no basis.
Editorial extensions
If this is right
- On TruthfulQA, MUSE reaches AUROC 72.35 with ECE 38.15, close to the best single-LLM AUROC (72.89) but with much lower calibration error, so selective aggregation can buy calibration without sacrificing discrimination.
- Agreement among a small, per-input subset of LLMs becomes a usable uncertainty signal, meaning confidence scores from such ensembles can inform when to trust an answer.
- Per-input subset selection beats fixed global ensembles, so adding more models does not automatically help; the pool must be filtered by disagreement rather than by model identity.
- MUSE-derived probabilities can act as silver supervision for fine-tuning individual LLMs, but the benefit depends on model and prompt format, so the signal is useful rather than universally sufficient.
Reading between the lines
- An abstention rule follows naturally from the method: inputs with high total uncertainty (epistemic plus aleatoric) could be flagged for human review, a use the paper touches on when it compares prediction probability against total uncertainty as a scoring signal.
- The complementarity hypothesis predicts that MUSE's margin over naive averaging grows as the model pool becomes more diverse; this can be tested by ablating pool composition across architectures and training data.
- The same JSD-plus-entropy selection objective should transfer beyond binary labels, with binary entropy replaced by the appropriate divergence for multiclass or regression targets.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MUSE, a method for multi-LLM uncertainty quantification that selects a subset of LLM predictive distributions via Jensen-Shannon Divergence and entropy, then aggregates the selected predictions. The authors claim improved AUROC and calibration over single-model and naive-ensemble baselines on TruthfulQA, EHRShot, and MIMIC-Extract, and they additionally explore using MUSE-derived probabilities as supervision for fine-tuning with chain-of-thought distillation. The supervised fine-tuning exploration is reported transparently as mixed, while the central uncertainty-selection claim is the main contribution.
Significance. If MUSE worked as claimed, it would offer a simple, code-released baseline for combining diverse LLM outputs in high-stakes binary settings. The information-theoretic framing is natural, and the appendix's inclusion-frequency analysis (Table 4) and failure-case discussion (Table 7) show an attempt to understand when selection helps. However, the empirical support is currently inconsistent: the headline claim is contradicted by the paper's own tables, the main parameter configuration is incompatible with the stated pool size, and key hyperparameters are unreported, so the paper's contribution is not yet established.
major comments (4)
- [Section 5.1; Tables 1 and 7] The unqualified claim in Section 5.1 that 'MUSE improves both AUROC and calibration metrics compared to single LLMs and naive ensembling baselines' is contradicted by the paper's own results. In Table 7 (hyperlipidemia), MUSE Greedy mean AUROC is 33.16, far below the best single LLM (Mistral, 52.53). In Table 1, DS-Qwen GENBS achieves ECE 18.83 and Brier 30.32, while the highlighted MUSE Conservative Top 2 row reports ECE 38.15 and Brier 38.55, and MUSE Greedy All LLMs has AUROC 57.57 versus DS-Qwen SLL's 72.89. The Limitation section's assertion that MUSE 'consistently improves both accuracy and calibration' is therefore unsupported; please report error bars, paired significance tests, and a revised conditional claim that acknowledges the hyperlipidemia and TruthfulQA results.
- [Section 3.2, Algorithm 1, Figure 2, Appendix A.2] The stated main configuration msize=20 is incompatible with the described prediction set. Algorithm 1 operates on P_x of N predictive distributions and the experiments use four LLMs; with mmin=20 the condition on line 6 can never be satisfied and the loop terminates only after all four items are added. Figure 2 and Appendix A.2 therefore cannot describe the algorithm's behavior as written. If P_x actually contains bootstrap replicates (e.g., B=100 per LLM), this must be stated explicitly and Table 4's 'LLM inclusion frequencies' must be redefined accordingly; otherwise the main results are not tied to a well-specified selection procedure.
- [Section 3.2; Algorithms 1 and 2; Section 4] The values of beta, tau, epsilon_tol, and mmin are not reported for the main experiments, and the definition of U_epis is inconsistent between the text (average JSD) and Algorithm 1 line 4 / Algorithm 2 line 4 (average squared JSD). These choices change the selected subsets and the weighted results, so the experiments are not reproducible. Please report the exact objective and all hyperparameter values per dataset, and state whether they were chosen on a dev set.
- [Section 5.1; Tables 1 and 2] The favorable configurations labeled 'Excl. Outlier' and 'Top 2' are fixed subsets, not outputs of Algorithms 1 or 2, yet they are presented as MUSE settings and used to support the headline claim. Without a held-out rule for choosing these subsets, this conflation makes the comparison look like post hoc selection. The main text should separate algorithm-selected results from ablations and report the algorithm's actual subset performance on every dataset; similarly, Table 2's statement that Greedy and Conservative non-weighted results are identical needs an explanation.
minor comments (6)
- [Table 9 caption] The caption ends with 'LLM notation is consistent with table??'; please replace the placeholder with the correct table number.
- [Section 5.1] The sentence 'Mistral is chosen less often than Greedy, only when it improves subset consistency' is garbled; please rephrase to state which MUSE variant selects Mistral less often and under what condition.
- [Section 3.2] The description of aleatoric-aware weighting first says each prediction is weighted by U_alea(S), then says it is weighted by 1−H(ˆpyes_i); please give the exact aggregation formula.
- [Throughout] Notation is inconsistent: 'GEN BS' and 'GENBS' are used interchangeably, as are 'GEM' and 'Gemma'; please harmonize the notation.
- [Appendix A.5] The text refers to 'Greedy v2' but no version v2 is defined; please either define it or remove the label.
- [Section 4] Please provide the exact prompts, decoding parameters (temperature, top-p, max tokens), and label-mapping rules for the GEN and SLL evaluations, as these details are needed for reproducibility.
Circularity Check
No circularity: MUSE's predictions are evaluated against external labels, and the selection objective does not encode the target results.
full rationale
The paper's derivation chain is self-contained against external benchmarks. MUSE's subset selection uses only per-model predictive distributions and confidence scores, not ground-truth labels; the final probability is an average of selected models' probabilities, and AUROC, ECE, and Brier are computed against held-out labels. The central hypothesis that consensus tracks reliability is an empirical claim tested by those external metrics, not built into the objective by definition. The only self-citations (e.g., Gao et al. 2024b in the introduction) motivate high-stakes healthcare uncertainty and are not load-bearing; no uniqueness theorem or ansatz is imported from prior work by the same authors. Hyperparameters (msize, epsilon_tol, beta, tau) are tuned on dev sets, which is standard practice and does not make the test-set predictions forced. The paper does have a serious internal inconsistency: Figure 2 states 'Main results use msize=20, epsilon_tol=0.04' while the pool has only four LLMs, and Algorithm 1 cannot reach msize=20 with N=4; this undermines reproducibility and the parameter-sensitivity analysis, and Table 7 shows MUSE underperforming all single LLMs on hyperlipidemia, contradicting the unqualified improvement claim. These are correctness and consistency problems, not circularity: no equation reduces to its own input, and no fitted parameter is renamed as a prediction.
Assumptions & free parameters
free parameters (4)
- epsilon_tol (epistemic noise threshold) =
0.04 in main results; range 0.04-0.08 explored
- m_min / msize (minimum subset size) =
20 as reported in Figure 2 caption
- beta (aleatoric weight) =
Not reported
- tau (conservative stopping threshold) =
Not reported
assumptions (5)
- domain assumption LLMs make complementary predictions due to training differences and Zipfian language statistics, making consensus a reliable signal.
- domain assumption Low JSD among selected models indicates low epistemic uncertainty and reliable generalization.
- domain assumption Mean binary entropy of LLM output distributions approximates aleatoric uncertainty of the task.
- ad hoc to paper Bootstrapped empirical frequencies from k=10 stochastic decodes approximate stable predictive distributions.
- standard math JSD is symmetric and bounded, making it suitable for comparing LLM distributions.
Cite this review
Pith. "Pith review of Simple Yet Effective: An Information-Theoretic Approach to Multi-LLM Uncertainty Quantification." pith.science (2026). https://pith.science/paper/2OU7NMBZ
@misc{pith2026250707236,
author = {Pith},
title = {Pith review of: Simple Yet Effective: An Information-Theoretic Approach to Multi-LLM Uncertainty Quantification},
year = {2026},
howpublished = {\url{https://pith.science/paper/2OU7NMBZ}},
note = {Machine review of arXiv:2507.07236}
}
read the original abstract
Large language models (LLMs) often behave inconsistently across inputs, indicating uncertainty and motivating the need for its quantification in high-stakes settings. Prior work on calibration and uncertainty quantification often focuses on individual models, overlooking the potential of model diversity. We hypothesize that LLMs make complementary predictions due to differences in training and the Zipfian nature of language, and that aggregating their outputs leads to more reliable uncertainty estimates. To leverage this, we propose MUSE (Multi-LLM Uncertainty via Subset Ensembles), a simple information-theoretic method that uses Jensen-Shannon Divergence to identify and aggregate well-calibrated subsets of LLMs. Experiments on binary prediction tasks demonstrate improved calibration and predictive performance compared to single-model and na\"ive ensemble baselines. In addition, we explore using MUSE as guided signals with chain-of-thought distillation to fine-tune LLMs for calibration. MUSE is available at:https://github.com/LARK-NLP-Lab/MUSE.
Figures
Forward citations
Cited by 2 Pith papers
-
Uncertainty-Aware Trust Estimation for Multi-LLM Systems via Structured Expert Judgement
Multi-LLM ensembles can be made robust to weak or adversarial members by weighting each model by its per-subject log score on a small set of calibration questions, instead of trusting all models equally.
-
The Alignment Auditor: A Bayesian Framework for Verifying and Refining LLM Objectives
Bayesian IRL with sequential posterior updates can recover a usable toxicity-reduction reward from LLM demonstrations and reproduce ground-truth RLHF detoxification.
Reference graph
Works this paper leans on
-
[2]
Deepseek-r1: Incentivizing rea- soning capability in llms via reinforcement learning. Preprint, arXiv:2501.12948. Prasenjit Dey, Srujana Merugu, and Sivaramakrishnan Kaveri
-
[3]
Xiang Gao, Jiaxin Zhang, Lalla Mouatadid, and Kama- lika Das
Uncertainty-aware fusion: An ensem- ble framework for mitigating hallucinations in large language models.arXiv preprint arXiv:2503.05757. Xiang Gao, Jiaxin Zhang, Lalla Mouatadid, and Kama- lika Das. 2024a. Spuq: Perturbation-based uncer- tainty quantification for large language models. In Proceedings of the 18th Conference of the European Chapter of the ...
-
[6]
InPro- ceedings of the 1st Workshop on Uncertainty-Aware NLP (UncertaiNLP 2024), pages 1–14
Calibration-tuning: Teaching large lan- guage models to know what they don’t know. InPro- ceedings of the 1st Workshop on Uncertainty-Aware NLP (UncertaiNLP 2024), pages 1–14. Stephanie Lin, Jacob Hilton, and Owain Evans
work page 2024
-
[7]
Uncer- tainty quantification for in-context learning of large language models. InProceedings of the 2024 Con- ference of the North American Chapter of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies (Volume 1: Long Papers), pages 3357–3370. Shudong Liu, Zhaocong Li, Xuebo Liu, Runzhe Zhan, Derek Wong, Lidia Chao, and Min Zhang
work page 2024
-
[8]
Can llms learn uncertainty on their own? express- ing uncertainty effectively in a self-training manner. InProceedings of the 2024 Conference on Empiri- cal Methods in Natural Language Processing, pages 21635–21645. Steven T Piantadosi
work page 2024
-
[9]
InFindings of the Association for Computational Linguistics: EMNLP 2024, pages 2520–2537
En- hancing healthcare llm trust with atypical presenta- tions recalibration. InFindings of the Association for Computational Linguistics: EMNLP 2024, pages 2520–2537. Mauricio Rivera, Jean-Fran c ¸ois Godbout, Reihaneh Rabbany, and Kellin Pelrine
work page 2024
-
[10]
InProceedings of the 1st Workshop on Uncertainty- Aware NLP (UncertaiNLP 2024), pages 114–126
Combining confi- dence elicitation and sample-based methods for un- certainty quantification in misinformation mitigation. InProceedings of the 1st Workshop on Uncertainty- Aware NLP (UncertaiNLP 2024), pages 114–126. Thomas Savage, John Wang, Robert Gallo, Abdessalem Boukil, Vishwesh Patel, Seyed Amir Ahmad Safavi- Naini, Ali Soroush, and Jonathan H Chen
work page 2024
-
[11]
Gemini: a family of highly capable multimodal models.arXiv preprint arXiv:2312.11805. Shirly Wang, Matthew BA McDermott, Geeticka Chauhan, Marzyeh Ghassemi, Michael C Hughes, and Tristan Naumann
Show all 16 references
-
[14]
5-math technical report: Toward mathe- matical expert model via self-improvement.arXiv preprint arXiv:2409.12122
Qwen2. 5-math technical report: Toward mathe- matical expert model via self-improvement.arXiv preprint arXiv:2409.12122. Caiqi Zhang, Fangyu Liu, Marco Basaldella, and Nigel Collier. 2024a. Luq: Long-text uncertainty quantifi- cation for llms. InProceedings of the 2024 Con- fe...
2024 arXiv
-
[16]
Original Bayesian Noˆp Model SFT Output AUROC Brier ECE AUROC Brier ECE AUROC Brier ECE Mistral default SLL 54.2242.90 42.97 42.1443.04 41.03 39.27 35.09 31.23 GENBS 51.9127.9714.66 49.30 28.8016.48 48.52 41.73 31.03 RawProb SLL 44.7957.75 57.78 58.7328.9021.88 64.5151.46 52.8...
-
[20]
stronger
promotes diversity by including more models, while a moderate ϵtol ([0.04, 0.08]) allows controlled disagreement without overwhelming the ensemble with noise. The best performance is achieved when both parameters are carefully bal- anced. This supports our hypothesis that LLMs...
-
[2020]
InProceedings of the ACM conference on health, inference, and learning, pages 222–235
Mimic-extract: A data extraction, preprocessing, and representation pipeline for mimic-iii. InProceedings of the ACM conference on health, inference, and learning, pages 222–235. Xinglin Wang, Yiwei Li, Shaoxiong Feng, Peiwen Yuan, Boyuan Pan, Heda Wang, Yao Hu, and Kan Li. 20...
2024
-
[2022]
InFindings of the Association for Computational Linguistics: EMNLP 2022, pages 7273–7284
Uncertainty quantification with pre-trained language models: A large-scale em- pirical analysis. InFindings of the Association for Computational Linguistics: EMNLP 2022, pages 7273–7284. An Yang, Beichen Zhang, Binyuan Hui, Bofei Gao, Bowen Yu, Chengpeng Li, Dayiheng Liu, Jian...
2022
-
[2023]
Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark
Mistral 7b.Preprint, arXiv:2310.06825. Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark
-
[2024]
InPro- ceedings of the 2024 Conference on Empirical Meth- ods in Natural Language Processing, pages 284–312
Uncertainty in language mod- els: Assessment through rank-calibration. InPro- ceedings of the 2024 Conference on Empirical Meth- ods in Natural Language Processing, pages 284–312. Albert Q. Jiang, Alexandre Sablayrolles, Arthur Men- sch, Chris Bamford, Devendra Singh Chaplot, ...
2024
-
[2025]
InFindings of the Association for Computa- tional Linguistics: NAACL 2025, pages 7512–7523, Albuquerque, New Mexico
Uncertainty quantification for clinical outcome predictions with (large) language models. InFindings of the Association for Computa- tional Linguistics: NAACL 2025, pages 7512–7523, Albuquerque, New Mexico. Association for Compu- tational Linguistics. Thomas M Cover. 1999.Elem...
2025
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.