REVIEW 4 major objections 4 minor 44 references
High-confidence LLM hallucinations are often stable, internally coherent states — 'false fixed points' — not fragile glitches, and probes show wrong answers are as locally stable as correct ones.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 09:29 UTC pith:SCU5VGFL
load-bearing objection The no-instability-gap result is real, but 'stable miscalibration' outstrips the probe, which measures input-embedding sensitivity, not the internal dynamics that matter. the 4 major comments →
False Fixed Points: Kantian Feedback, Stable Miscalibration, and Representational Compression in LLMs
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper argues that hallucinations in modern LLMs often behave less like bugs caused by fragile dynamics and more like robust but misaligned specifications supported by stable internal representations. It formalizes this through a Kantian feedback framing and a minimal linear feedback model in which stability and correctness can diverge. Empirically, the paper reports no instability gap: final-layer sensitivities for confidently correct versus overconfidently wrong items are nearly identical (e.g., 16.45 vs 16.55 for Llama-3.1-8B; 4.74 vs 4.73 for Qwen2.5-7B; 13.06 vs 13.37 for DeepSeek-R1-Distill). A Kantian prompt that asks the model to enumerate failure modes and revisit its stance redu
What carries the argument
The central probe is the layer-wise hidden-state sensitivity S_ℓ = ||Δh_ℓ||/||Δe||, the ratio of hidden-state change to a small input-embedding perturbation, measured at a handful of layers per model with embedding noise σ = 0.01 and 40 trials per item. This operationalizes 'local stability' of internal representations. The paper also introduces H-Risk, a composite instability index aggregating spectral margin, conditioning, temporal sensitivity, and innovation amplification of a closed-loop operator Φ = A − KH from a linear–Gaussian state-space model; for LLMs it uses a coarse domain-wise proxy built from confidence fluctuations and overconfident errors. The 'Kantian feedback' mechanism is
Load-bearing premise
The load-bearing premise is that the layer-wise sensitivity probe — measured at only four probed layers per model with embedding noise σ = 0.01 — operationally captures the local fragility that matters for hallucination persistence; if the relevant fragility lives where this probe does not look (attention-logit saturation, the final decoding step, cross-layer amplification beyond probed layers, or perturbations of internal states rather than input embeddings), then the 'no in
What would settle it
Run the same sensitivity analysis on all layers (or via full Jacobian–vector products) and additionally perturb internal hidden states rather than input embeddings, on a model where output-only calibration methods are known to fail; if confidently wrong items then show substantially higher sensitivity than confidently correct items, the claimed absence of an instability gap would be shown to be an artifact of the probe's placement and noise scale.
If this is right
- If hallucinations are stable fixed points, lowering sampling temperature or rescaling output probabilities will not reliably remove high-confidence errors, because those heuristics do not disturb the underlying attractor.
- Abstention-aware self-critique (answering 'cannot judge') reduces overconfident wrong commitments, but only by sacrificing coverage; the trade-off is sharpened, not eliminated, by a rule-based explicit feedback gate.
- Calibration assessments should include internal stability probes (layer-wise sensitivity, spectral/activation norms), because output-level accuracy alone cannot distinguish brittle errors from stable-but-misaligned ones.
- Models can occupy distinct epistemic regimes — for example, Qwen2.5's inertial high-SNR regime versus DeepSeek-R1's reactive regime — so correction strategies may need to be model-specific rather than one-size-fits-all.
- The absence of an instability gap across three main models and two smaller checkpoints suggests the stable-miscalibration pattern is not an artifact of a single architecture or scale.
Where Pith is reading between the lines
- Editorial extension: the framework predicts that hallucination detectors based on internal-state probes (sensitivity or Jacobian spectra) will outperform output-only consistency checks specifically on high-confidence errors; this is a directly testable comparison.
- Editorial extension: if high-SNR compression is the mechanism, then models with larger activation norms and normalization-based architectures should show more persistent hallucinations under re-sampling; comparing model families along this axis would test the mechanism.
- Editorial extension: the paper's 'quiet-then-flip' attention-saturation channel suggests that rare, larger perturbations (adversarial or contextual) may flip a stable-looking wrong answer abruptly; probing sensitivity as a function of perturbation scale could reveal bistable behavior.
- Editorial extension: the separation of stability from truth-tracking implies that fine-tuning or training-time interventions that explicitly penalize stable wrong attractors may be more effective than post-hoc calibration; this is an untested but plausible consequence.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a 'Kantian feedback' framework that reframes epistemic stability as closed-loop control-theoretic stability, introduces a composite instability index H-Risk (with an LTI instantiation and an LLM proxy H_proxy), and tests the framework in two small experiments: linear-Gaussian Kalman simulations and a binary fact-checking study on three 7-8B open-weight LLMs with an abstention-aware 'Kantian' prompt. The main empirical claim is negative: confidently wrong answers show no 'instability gap' under a layer-wise input-embedding sensitivity probe, which the authors interpret as evidence for 'stable miscalibration' — hallucinations as locally stable but truth-misaligned attractors. The paper is heavily hedged, repeatedly framing the LLM experiments as a 'sanity check' and 'exploratory illustration,' and provides code, data, and fixed seeds for reproducibility.
Significance. If the stable-miscalibration claim were established, it would be an important conceptual contribution: it separates robustness from truth-tracking and implies that output-only interventions (temperature scaling, re-sampling) may be insufficient for high-confidence hallucinations. The paper's strength is its explicit, testable framing and its unusually candid limitations section. It also ships reproducible code and frozen data, which is commendable. However, the load-bearing empirical result is a null difference measured with a probe that the paper itself concedes does not estimate the local Jacobian, and the null is reported without inferential statistics. The present evidence is therefore suggestive rather than demonstrative; the contribution is a promising hypothesis-generating framework rather than a confirmed mechanism.
major comments (4)
- [§5.1, §4.2, §3.4] The 'no instability gap' result rests on S_l = ‖Δh_l‖/‖Δe‖, an input-embedding sensitivity probe at four layers and σ=0.01. This does not measure whether a false answer is a fixed point of the internal dynamics: the paper explicitly says 'we do not estimate J_t' (§3.4), and §5.2 itself describes a 'quiet-then-flip' regime where attention-logit saturation makes small input noise unable to move the dominant pattern while the computation is one logit flip away from a different answer. In that regime S_l would report low sensitivity even though the answer is brittle. The null result is therefore equally consistent with stable miscalibration and with saturation-induced apparent stability. To support the headline conclusion, the authors need internal-state or attention-logit perturbations, Jacobian-vector products, or an explicit argument for why the input-embedding probe captures the relevant
- [§5.1, Table 4, Appendix Figure 5] The central null result is reported as point estimates only: 16.45 vs 16.55, 4.74 vs 4.73, 13.06 vs 13.37. There are no standard errors, confidence intervals, or equivalence tests. The appendix noise sweep says group differences 'remain negligible' but explicitly omits the numerical values ('omitted for brevity'). A null difference with no measure of uncertainty cannot anchor the claim that confidently wrong answers are 'at least as locally stable' as correct ones. The authors should report per-group SEs/CIs, ideally a pre-specified equivalence bound, and the group-stratified noise-sweep numbers, so readers can assess whether the absence of a gap is a meaningful finding or just an underpowered comparison.
- [§3.3, §4.1, footnote 3] H_proxy(d) is built from overconfident-wrong indicators and confidence fluctuations, and footnote 3 concedes it is 'designed for simplicity rather than identifiability.' The paper also states 'we do not attempt a formal bound' between H_proxy and the operator-level HRiskLLM. The validation that H_proxy 'flags the same high-stakes domains' where ΔSE_policy improves is not independent, since both quantities are computed from the same items and policy decisions. This circularity weakens the domain-wise claim. An out-of-sample or independently labeled test of H_proxy would substantially strengthen the paper.
- [§3.2, Eq. (3.1)] HRiskLTI is defined as the product m̄_LTI·c̄_LTI·s̄_LTI·ā_LTI, but only m_LTI = 1/(1−ρ(Φ)) is given explicitly. The conditioning, integrated-sensitivity, and innovation-amplification descriptors c_LTI, s_LTI, a_LTI are described only verbally; no formulas, normalizations, or reference-configuration values are provided. As a result, the simulation claim that 'higher HRisk predicts overconfident errors and degraded closed-loop behaviour' cannot be reproduced or quantitatively checked. This is a core theoretical contribution, not a cosmetic gap. Please provide the full functional forms and the reference configuration parameters.
minor comments (4)
- [Abstract/throughout] There are several missing-space typos from LaTeX markup, e.g., 'Kant’sCritique ofPure Reasonas', 'we donotfind', 'with∆', 'al.,'. A careful proofread is needed.
- [Appendix noise sweep] The sentence 'numerical values omitted for brevity' is unsatisfying for a robustness claim that is central to the null result. At minimum, a table of the group-stratified means across σ values should be included.
- [Table 6] In the cultural_industry domain, C2 has lower selective accuracy and higher OC-Wrong|Ans than C0, which reads as a degradation; the text should comment on such exceptions rather than only emphasizing the pooled improvement.
- [Table 2] The CritPt probe uses gpt-4.1-mini, not the three open-weight models used in the main sensitivity analyses. The reader should be reminded that this is a different model family and not directly comparable to the stability results.
Circularity Check
Hproxy(d) validation is partly built from its own inputs; the central no-instability-gap measurement is independent.
specific steps
-
self definitional
[Section 4.1/footnote 3 (Hproxy construction) and Section 5 'What H-Risk tells us' (ΔSEpolicy consistency claim)]
"Hproxy(d) is a deliberately coarse, task-specific proxy (built from discretised confidence levels and a simple overconfident-wrong indicator) ... our per-item instability factor is designed for simplicity rather than identifiability of policy-specific causal effects. ... Hproxy(d) flags the same high-stakes domains ... in which the cautious and Kantian policies yield the largest reductions in policy-aware squared loss (ΔSEpolicy)"
Hproxy(d) is constructed from the 'overconfident-wrong indicator', while the ΔSEpolicy improvement of C1/C2 over C0 is dominated by abstaining on overconfident-wrong C0 items (the -0.39 cell in Table 3 maps p=0.8 on a wrong item, loss 0.64, to abstention p=0.5, loss 0.25). Therefore the domains flagged by Hproxy(d) and the domains with largest ΔSEpolicy reductions share the same OC-wrong signal by construction; the claimed 'consistency' is not an independent empirical confirmation. The footnote's admission that the factor was 'designed for simplicity rather than identifiability' indicates the authors themselves do not treat the proxy as a causally identified predictor.
full rationale
The only reducible step I can exhibit is the Hproxy(d)-vs-ΔSEpolicy consistency claim, where the proxy's input (overconfident-wrong indicator) is also the main driver of the outcome (loss reduction via abstention). This is a genuine but localized circularity in a supporting sanity-check component; it does not touch the core 'no instability gap' finding, which is an independent measurement of S_l at fixed σ=0.01 across correct/wrong groups (16.45 vs 16.55; 4.74 vs 4.73; 13.06 vs 13.37). The skepticism about whether S_l captures attention-logit saturation or hard-switching fragility is a probe-validity objection, not circularity; the paper explicitly does not estimate J_t, so the gap between probe and theory is acknowledged rather than concealed. There are no load-bearing self-citations, no imported uniqueness theorem, and no ansatz smuggled in via citation; the Kantian framing and RMSNorm mechanism are explicitly heuristic. Because the circular step is partial and located in the proxy-validation rather than in the central stability measurement, a score of 4 (rather than 6+) is appropriate.
Axiom & Free-Parameter Ledger
free parameters (6)
- A-layer confidence mapping =
p ∈ {0.5, 0.8}
- Abstention penalty in policy-aware loss =
p = 0.5, loss = 0.25
- Embedding noise scale σ =
σ = 0.01
- H_proxy(d) construction =
n/a (designed, not fitted)
- LTI reference configuration and descriptor forms =
reference (A0,H0,Q0,R0,K0); m_LTI = 1/(1−ρ(Φ))
- Probe settings =
n_trials = 40; 4 layers per model
axioms (6)
- domain assumption A linear-Gaussian state-space model is a valid formal instantiation of Kant's epistemic architecture (sensibility/understanding/reason as y/x/K).
- standard math Under detectability of (A,H) and ρ(Φ) < 1, the steady-state error covariance P is bounded via the Lyapunov equation.
- ad hoc to paper A monotone separable functional satisfying axioms (H1)-(H3) is a meaningful definition of an instability index.
- domain assumption H_proxy(d) is heuristically monotone in the notional HRisk_LLM.
- domain assumption S_ℓ = ∥Δh_ℓ∥/∥Δe∥ at σ = 0.01 captures the local fragility of inference that matters for hallucination persistence.
- domain assumption OpenAI-API-generated binary items and labels are valid ground truth for factual correctness.
invented entities (4)
-
H-Risk / HRisk_LTI / HRisk_LLM composite index
no independent evidence
-
Effective signal temperature / high-SNR inertia
no independent evidence
-
Stable miscalibration / robust misaligned attractors
no independent evidence
-
Kantian Feedback framework (reason as regulator gain K)
no independent evidence
read the original abstract
High-confidence errors in large language models are often treated as fragile failures. We study an alternative: some errors may be false fixed points, locally stable, internally coherent, and confidently wrong. This separates robustness from truth-tracking. We develop the separation through a Kantian commitment-gate framing and a minimal linear feedback model in which stability and correctness can diverge. Across three open-weight models, overconfident wrong items are not systematically more locally fragile than confidently correct items under our hidden-state sensitivity probes. Abstention-aware self-critique reduces overconfident wrong commitments by sacrificing coverage, and C3-R, a rule-based explicit feedback gate, sharpens that tradeoff rather than eliminating it. These results motivate, but do not establish, high signal-to-noise (high-SNR) inertia and representational compression as possible mechanisms for stable miscalibration.
Figures
Reference graph
Works this paper leans on
-
[1]
Trefethen and Mark Embree.Spectra and Pseudospectra: The Behavior of Nonnormal Matrices and Operators
Lloyd N. Trefethen and Mark Embree.Spectra and Pseudospectra: The Behavior of Nonnormal Matrices and Operators. Princeton University Press, Princeton, NJ, 2005. ISBN 9780691119465
2005
-
[2]
Golub and Charles F
Gene H. Golub and Charles F. Van Loan.Matrix Computations. Johns Hopkins University Press, 4th edition, 2013
2013
-
[3]
Doyle, and Keith Glover.Robust and Optimal Control
Kemin Zhou, John C. Doyle, and Keith Glover.Robust and Optimal Control. Prentice Hall, 1996
1996
-
[4]
Johann Friedrich Hartknoch, 1781
Immanuel Kant.Critique of Pure Reason. Johann Friedrich Hartknoch, 1781. A/B editions, translated by P. Guyer and A. W. Wood, Cambridge University Press, 1998
1998
-
[5]
Carl B. Sachs. A cybernetic theory of persons: how sellars naturalized kant.Philosophical Inquiries (philinq), 2022. URL https://philinq.it/index.php/philinq/article/download/389/256
2022
-
[6]
J. K. Burmeister. Kant, cybernetics, and cybersecurity: Integration and implications. Systemics, Cybernetics and Informatics, 2021. URL https://www.iiisci.org/journal/pdv/sci/pdfs/IP132LL21.pdf
2021
-
[7]
Philosophy and cybernetics: Questions and issues.Systemics, Cybernetics and Informatics, 2021
Thomas Marlowe. Philosophy and cybernetics: Questions and issues.Systemics, Cybernetics and Informatics, 2021. URL https://www.iiisci.org/Journal/PDV/sci/pdfs/IP130LL21.pdf
2021
-
[8]
Llm internal states reveal hallucination risk faced with novelty
Ziwei Ji, Zhiyuan Zeng, Yu Li, Chiyuan Zhang, and Percy Liang. Llm internal states reveal hallucination risk faced with novelty. InProceedings of the 8th Workshop on Analysing and Interpreting Neural Networks for NLP (BlackboxNLP 2024). Association for Computational Linguistics, 2024. URLhttps://aclanthology.org/2024.blackboxnlp-1.6/. 17
2024
-
[9]
Anonymous. On the fundamental impossibility of hallucination control in llms.arXiv preprint arXiv:2506.06382, 2025. URLhttps://arxiv.org/abs/2506.06382
Pith/arXiv arXiv 2025
-
[10]
Allison.Kant’s Transcendental Idealism: An Interpretation and Defense
Henry E. Allison.Kant’s Transcendental Idealism: An Interpretation and Defense. Yale University Press, New Haven, CT, 2nd edition, 2004
2004
-
[11]
Routledge Philosophers
Paul Guyer.Kant. Routledge Philosophers. Routledge, 2006
2006
-
[12]
Lawrence R. Rabiner. A tutorial on hidden markov models and selected applications in speech recognition.Proceedings of the IEEE, 77(2):257–286, 1989
1989
-
[13]
Novel approach to nonlinear/non-gaussian bayesian state estimation.IEE Proceedings F (Radar and Signal Processing), 140(2):107–113, 1993
Neil Gordon, David Salmond, and Adrian Smith. Novel approach to nonlinear/non-gaussian bayesian state estimation.IEE Proceedings F (Radar and Signal Processing), 140(2):107–113, 1993
1993
-
[14]
Springer, 2001
Arnaud Doucet, Nando de Freitas, and Neil Gordon, editors.Sequential Monte Carlo Methods in Practice. Springer, 2001
2001
-
[15]
R. E. Kalman. A new approach to linear filtering and prediction problems.Journal of Basic Engineering, 82:35–45, 1960
1960
-
[16]
Survey of hallucination in natural language generation.arXiv preprint arXiv:2202.03629, 2023
Ziwei Ji et al. Survey of hallucination in natural language generation.arXiv preprint arXiv:2202.03629, 2023
Pith/arXiv arXiv 2023
-
[17]
Aisha Alansari and Hamzah Luqman. A comprehensive survey of hallucination in large language models.arXiv preprint arXiv:2510.06265, 2025
arXiv 2025
-
[18]
Potsawee Manakul, Adian Liusie, and Mark J. F. Gales. Selfcheckgpt: Zero-resource black-box hallucination detection for generative large language models.arXiv preprint arXiv:2303.08896, 2023
Pith/arXiv arXiv 2023
-
[19]
Hao Li et al. How to detect and defeat molecular mirage: A metric-driven benchmark for hallucination in llm-based molecular comprehension.arXiv preprint arXiv:2504.12314, 2025
Pith/arXiv arXiv 2025
-
[20]
Seongho Joo, Kyungmin Min, Jahyun Koo, and Kyomin Jung. Black-box hallucination detection via consistency under the uncertain expression.arXiv preprint arXiv:2509.21999, 2025
arXiv 2025
-
[21]
Denis Janiak, Jakub Binkowski, Albert Sawczyn, Bogdan Gabrys, Ravid Shwartz-Ziv, and Tomasz Jan Kajdanowicz. The illusion of progress: Re-evaluating hallucination detection in llms.arXiv preprint arXiv:2508.08285, 2025
Pith/arXiv arXiv 2025
-
[22]
Self-refine: Iterative refinement with self-feedback.arXiv preprint arXiv:2303.17651, 2023
Aman Madaan et al. Self-refine: Iterative refinement with self-feedback.arXiv preprint arXiv:2303.17651, 2023
Pith/arXiv arXiv 2023
-
[23]
Reflexion: Language agents with verbal reinforcement learning.arXiv preprint arXiv:2303.11366, 2023
Noah Shinn, Federico Cassano, Edward Berman, Ashwin Gopinath, Karthik Narasimhan, and Shunyu Yao. Reflexion: Language agents with verbal reinforcement learning.arXiv preprint arXiv:2303.11366, 2023
Pith/arXiv arXiv 2023
-
[24]
Zhibin Gou, Zhihong Shao, Yeyun Gong, Yelong Shen, Yujiu Yang, Nan Duan, and Weizhu Chen. Critic: Large language models can self-correct with tool-interactive critiquing.arXiv preprint arXiv:2305.11738, 2023
Pith/arXiv arXiv 2023
-
[25]
Alvin Chan et al. Chateval: Toward better llm-based evaluators through multi-agent debate.arXiv preprint arXiv:2308.07201, 2023. 18
Pith/arXiv arXiv 2023
-
[26]
Amirata Ghorbani, Shankar Krishnan, Yin Xiao, Been Kim, and Percy S. Liang. An investigation into neural network jacobians and their spectrum. InICML, 2019
2019
-
[27]
The impact of jacobian conditioning on generalization in deep learning
Karthik Sankararaman, Elad Hoffer, and Daniel Soudry. The impact of jacobian conditioning on generalization in deep learning. InNeurIPS, 2020
2020
-
[28]
Implicit regularization of neural tangent kernels.JMLR, 2021
Arthur Jacot, Stefano Spigler, Frank Gabriel, and Clément Hongler. Implicit regularization of neural tangent kernels.JMLR, 2021
2021
-
[29]
Tensor programs iii: Neural matrix laws
Greg Yang, Etai Littwin, and Andrew Saxe. Tensor programs iii: Neural matrix laws. In ICML, 2022
2022
-
[30]
Minhui Zhu, Minyang Tian, Xiaocheng Yang, Tianci Zhou, Penghao Zhu, Eli Chertkov, Shengyan Liu, Yufeng Du, Lifan Yuan, Ziming Ji, et al. Probing the critical point (critpt) of ai reasoning: a frontier physics research benchmark.arXiv preprint arXiv:2509.26574, 2025
Pith/arXiv arXiv 2025
-
[31]
Weinberger
Chuan Guo, Geoff Pleiss, Yu Sun, and Kilian Q. Weinberger. On calibration of modern neural networks.Proceedings of the 34th International Conference on Machine Learning (ICML), pages 1321–1330, 2017
2017
-
[32]
Language models (mostly) know what they know.arXiv preprint arXiv:2207.05221, 2022
Saurav Kadavath, Thomas Conerly, Amanda Askell, Tom Henighan, Andy Jones, Nicholas Schiefer, Nicholas Joseph, Nova DasSarma, Sam McCandlish, Catherine Olsson, et al. Language models (mostly) know what they know.arXiv preprint arXiv:2207.05221, 2022
Pith/arXiv arXiv 2022
-
[33]
Reasoning models better express their confidence, 2025
Dongkeun Yoon, Seungone Kim, Sohee Yang, Sunkyoung Kim, Soyeon Kim, Yongil Kim, Eunbi Choi, Yireun Kim, and Minjoon Seo. Reasoning models better express their confidence, 2025. URL https://arxiv.org/abs/2505.14489. Accepted to NeurIPS 2025
arXiv 2025
-
[34]
Qwen2 technical report.arXiv preprint arXiv:2407.10671, 2024
An Yang, Baosong Yang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Zhou, Chengpeng Li, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. Qwen2 technical report.arXiv preprint arXiv:2407.10671, 2024
Pith/arXiv arXiv 2024
-
[35]
Qwen2.5 technical report.arXiv preprint arXiv:2412.15115, 2024
Qwen, An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, et al. Qwen2.5 technical report.arXiv preprint arXiv:2412.15115, 2024
Pith/arXiv arXiv 2024
-
[36]
Charles L. Chen. A huge flaw inside qwen2.5 – bad robustness and its solution. Medium (online article), 2025. URL https://medium.com/@crclq2018/a-huge-flaw-inside-qwen2-5-14940178833f. Online; accessed 2025-12-13
2025
-
[37]
Brian D. O. Anderson and John B. Moore.Optimal Filtering. Prentice-Hall, 1979
1979
-
[38]
Glenn W. Brier. Verification of forecasts expressed in terms of probability.Monthly Weather Review, 78(1):1–3, 1950
1950
-
[39]
Allan H. Murphy. A new vector partition of the probability score.Journal of Applied Meteorology, 12(4):595–600, 1973
1973
-
[40]
Tilmann Gneiting and Adrian E. Raftery. Strictly proper scoring rules, prediction, and estimation.Journal of the American Statistical Association, 102(477):359–378, 2007
2007
-
[41]
Maja Pavlovic. Understanding model calibration – a gentle introduction and visual exploration of calibration and the expected calibration error (ece).arXiv preprint arXiv:2501.19047, 2025. URL https://iclr-blogposts.github.io/2025/blog/calibration/. ICLR Blogposts 2025. 19
Pith/arXiv arXiv 2025
-
[42]
Obtaining well calibrated probabilities using bayesian binning
Mahdi Pakdaman Naeini, Gregory Cooper, and Milos Hauskrecht. Obtaining well calibrated probabilities using bayesian binning. InProceedings of the 29th AAAI Conference on Artificial Intelligence, 2015
2015
-
[43]
Measuring calibration in deep learning.arXiv preprint arXiv:1904.01685, 2019
Jeremy Nixon, Michael Dusenberry, Linchuan Zhang, Ghassen Jerfel, and Dustin Tran. Measuring calibration in deep learning.arXiv preprint arXiv:1904.01685, 2019
Pith/arXiv arXiv 1904
-
[44]
flattened
Dieter Henrich.The Unity of Reason: Essays on Kant’s Philosophy. Harvard University Press, 1994. Appendix: Calibration Metrics (informational) Noise scale sweep for local sensitivity (DeepSeek-R1) As discussed in Section 4.2, our local sensitivity measure Sℓ(ϵ) = ∥hnoisy ℓ −h clean ℓ ∥2 ∥enoisy−e clean∥2 ≈ ∥fℓ(e+ϵ)−f ℓ(e)∥2 ∥ϵ∥ approximates the directiona...
1994
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.