Pith. sign in

REVIEW 4 major objections 3 minor 2 cited by

LEC: Linear Expectation Constraints for Selection-Conditioned Risk Control in Selective Prediction and Routing Systems

T0 review · 4 major / 3 minor · reviewed 2026-08-03 · deepseek-v4-flash

Pith's one-line read LEC claims that selective prediction and model routing can be reduced to a single linear expectation constraint, giving finite-sample control of the error rate among accepted answers using only held-out calibration data.

desk verdict The algorithm is simple and the experiments are thorough, but the central finite-sample FDR guarantee is not proved: the proof uses exchangeability at a data-dependent threshold, which fails, and the paper's headline claim should not be accepted as stated. read the letter →

arxiv 2512.01556 v3 pith:2PSSMFE3 submitted 2025-12-01 cs.AI cs.CLcs.LG

classification cs.AIcs.CLcs.LG
keywords selectivepredictionfalsediscoveryratecontrollinearexpectationconstraintcalibrationexchangeabilitymodelroutinguncertaintyquantificationfinite-sampleguarantee
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes LEC, a way to decide when a foundation model's answer is safe to accept. It treats acceptance as a decision under a linear expectation constraint: on average, the number of accepted wrong answers minus α times the number of accepted answers must be non-positive. Using only a held-out calibration set and exchangeability, LEC picks the largest uncertainty threshold satisfying a finite-sample version of this constraint, and proves that the false discovery rate among accepted test predictions stays at or below the user-chosen α. The same idea extends to two-model routing, where uncertain inputs pass to a second model and thresholds are calibrated jointly so the whole system keeps the same guarantee. A reader should care because it turns a heuristic uncertainty score into a certified error ceiling without touching model internals.

What carries the argument

The linear expectation constraint Z − αS, where S is the selection indicator and Z is the selected-and-erroneous indicator; for a fixed threshold λ, E[Z − αS] ≤ 0 is equivalent to FDR ≤ α whenever E[S] > 0. The paper's finite-sample surrogate is the '+1' condition Σ_accepted(err_j − α) ≤ −1 on calibration data, which defines the feasible threshold set; choosing the largest feasible λ maximizes retention while preserving the guarantee. For routing, the same decomposition is applied to system-level (S, Z) built from a deterministic policy that selects at most one model, so joint calibration inherits the single-model proof.

What would settle it

Generate an exchangeable dataset where the uncertainty score u is independent of the error indicator err, with error rate p > α (e.g., p = 0.4, α = 0.1), using n calibration points, and average test FDR over many recalibrations. If the empirical marginal FDR among accepted predictions exceeds α beyond sampling noise, the claimed finite-sample bound fails. A more direct check is to compare the Monte Carlo estimate of E[Z_{n+1} − αS_{n+1}] at the data-dependent threshold with the calibration-sum expression used in Eqs. (13)–(16).

Watch

Extended reading notes

Core claim

The central claim is that selection-conditioned risk control reduces to controlling E[Z − αS] ≤ 0, where S says a prediction is accepted and Z says it is accepted and wrong. Because this is a linear constraint on indicators, the paper proves a finite-sample sufficient condition from n exchangeable calibration points: the sorted accepted calibration errors must satisfy Σ(err_(j) − α) ≤ −1. The coverage-maximizing threshold is the largest λ for which this holds; if none holds, the system abstains. Theorem 3.1 states this yields Pr(err = 1 | accepted) ≤ α for a new test sample, and Theorem 3.2 extends the same guarantee to a two-model router with jointly calibrated thresholds. The argument is d

Load-bearing premise

The proof's load-bearing step is that the calibration-set sum evaluated at the data-dependent threshold can stand in for the test expectation—i.e., picking the threshold does not break exchangeability between calibration and test indicators; that substitution fails in exchangeable settings where uncertainty scores carry no information about correctness (Appendix A.1, Eqs. 13–16).

Editorial extensions

If this is right

  • Any scalar uncertainty score, white-box or black-box, can be converted into a certified accept/reject rule with error ceiling α, as long as calibration and test data are exchangeable.
  • The guarantee is marginal over calibration randomness; a practitioner conditioning on a specific calibration set may see realized FDR above α, as is typical for exchangeability-based guarantees.
  • For a router, calibrating each model's threshold independently does not preserve system-level FDR; joint calibration over the system indicators is necessary, as the paper shows empirically and through the theorem's structure.
  • At feasible risk levels, LEC accepts more correct samples than confidence-bound-based calibration because it constrains the expectation rather than a worst-case tail event.
  • The same '+1' condition extends in principle to arbitrary-depth routing policies, so multi-model cascades can keep one system-level error ceiling.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because the guarantee rests on exchangeability, the method inherits the standard fragility of exchangeability-based guarantees under distribution shift: the error ceiling is not certified if test inputs come from a different distribution than the calibration set.
  • The case where uncertainty scores are independent of correctness is a stress test for the theorem: the substitution of the calibration sum for the test expectation is most strained there, and a future variant might need a rank-based or data-splitting correction to remain valid in that exchangeable regime.
  • The linear form of the constraint suggests extensions to other ratio-style risks—such as cost-weighted error budgets or domain-specific losses—by replacing Z with a bounded weighted loss indicator; the paper only sketches this direction.
  • The routing results imply a practical cost-reliability trade-off: a cheaper model can handle most inputs and delegate only uncertain cases to an expensive model while sharing one risk budget; measuring the trade-off in cost per correct answer would be a natural deployment test.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The paper proposes LEC, a calibration scheme for selective prediction and two-model routing. For a user-specified risk level α, LEC selects the largest threshold λhat such that the calibration sum Σ_{j=1}^{k}(err_(j)−α) ≤ −1 (Eq. 5), and claims a finite-sample, marginal FDR guarantee Pr(err_{n+1}=1 | u_{n+1}≤λhat) ≤ α under exchangeability (Theorem 3.1). The same construction is extended to two-model routing by jointly calibrating two thresholds with a system-level linear constraint, with a claimed FDR guarantee (Theorem 3.2). The paper reports extensive experiments on QA and VQA benchmarks, showing that LEC controls test-time FDR and improves retention over UCB-based baselines.

Significance. If the central theorem were correct, the paper would offer a simple, model-agnostic method for FDR control in selective prediction and routing, with a clean linear-expectation formulation and strong empirical support. The experimental study is broad and carefully executed, comparing multiple baselines across several LLMs/LVLMs, uncertainty estimators, alignment criteria, and split ratios. However, the paper's central contribution is a finite-sample guarantee, and that guarantee is not established. The proof in Appendix A.1 relies on an exchangeability identity that does not hold for data-dependent thresholds, and the claimed bound is false in exchangeable settings where the uncertainty score is uninformative about correctness. Because the main theoretical claim is unsupported and contradicted by a valid counterexample, the paper cannot be accepted in its current form.

major comments (4)
  1. [Appendix A.1, Eq. (13)] The proof asserts E[Z_{n+1}(λhat)−αS_{n+1}(λhat)] = (1/(n+1)) Σ_{i=1}^{n+1}[Z_i(λhat)−αS_i(λhat)]. This identity is invalid. For a fixed λ, exchangeability gives equality of the test expectation to the common per-sample expectation, not to the random empirical average. Once λhat is a function of the calibration error labels, the calibration terms and the test term are not exchangeable. The threshold is specifically chosen to make the calibration sum ≤ −1, so using that same sum as evidence for the test expectation is circular. This is not a technical gap but the core of the proof.
  2. [Theorem 3.1 / Eq. (5)] The claimed finite-sample guarantee is false. Consider exchangeable i.i.d. pairs (u_i, err_i) with u_i independent of err_i and P(err_i=1)=p>α. With positive probability (e.g., (1−p)^{ceil(1/α)}) the first ceil(1/α) calibration points in ascending u-order are all correct, making Eq. (5) feasible. The resulting λhat accepts a test point whose conditional error probability is p, not ≤α. Thus Theorem 3.1 fails in an exchangeable setting, and the distribution-free claim in the abstract and Section 3.2 is unsupported.
  3. [Theorem 3.2 / Appendix A.2, Eq. (22)] The routing extension inherits the same flaw. The footnote in Appendix A.2 asserts that the induced system-level indicators (S_i,Z_i) are exchangeable, but these indicators are evaluated at thresholds (λhat_a, λhat_b) that are calibrated on the same data. The system-level selection is a function of the calibration error labels, so the exchangeability of the underlying outputs does not imply exchangeability of the selected indicators. Consequently, Theorem 3.2's finite-sample FDR guarantee is also not established.
  4. [Empirical evaluation, Section 4] The experimental results do not address the failure mode identified above. The benchmarks use uncertainty scores that are informative about correctness, so the calibration condition may hold for thresholds with genuinely low error rates. The paper's Figure 11 shows errors are distributed across uncertainty intervals, but the method is never tested in the uninformative-uncertainty regime where the theorem provably breaks down. Empirical validity on informative uncertainty does not rescue a distribution-free claim.
minor comments (3)
  1. [Section 3.2, Eq. (7)] The definition of λhat as a supremum is problematic when the feasible set Λ_α is empty, since the text says the system abstains on all samples. The theorem statements should explicitly condition on Λ_α being nonempty or define the conditional guarantee for the non-abstention event.
  2. [Figures 2 and 3 and Table 3] The caption 'LEC provides tighter and lower FDR control' is ambiguous: a lower realized FDR is not necessarily 'tighter' if the target is α. The paper means LEC is closer to α without exceeding it; this should be stated clearly. Table 3 also contains unexplained entries (e.g., '-' and '(5)') that need cleanup.
  3. [References] There are duplicate reference entries (Campos et al. 2024a/b and Reimers & Gurevych 2019a/b are the same works) and some sources are cited with inconsistent labels. The manuscript would benefit from a careful reference pass.

Circularity Check

2 steps flagged · score 6.0 of 10

The central finite-sample FDR guarantee is obtained by treating the calibration inequality that defines the threshold as the test expectation, making the 'prediction' equivalent to the calibration constraint by construction.

  1. fitted input called prediction [Appendix A.1, Eqs. (13)-(18) (proof of Theorem 3.1); threshold defined in Eq. (7)]
    "Since n calibration data points and the given test sample are exchangeable ... we have E[Z^{(a)}_{n+1}(\hat{\lambda}^{(a)})−αS^{(a)}_{n+1}(\hat{\lambda}^{(a)})] = 1/(n+1) Σ_{i=1}^{n+1}(Z_i(\hat{\lambda}^{(a)})−αS_i(\hat{\lambda}^{(a)})). (13) ... By the definition of the calibrated threshold \hat{\lambda}^{(a)}, the empirical constraint Σ_{j=1}^{k^{(a)}(\hat{\lambda}^{(a)})}(err^{(a)}_{(j)}−α) ≤ −1 holds ... Plugging this into Eq. (16) yields E[...] ≤ 0. (18)"

    The threshold \hat{\lambda} is not an independent quantity: Eq. (7) defines it as any threshold whose calibration sum Σ(Z_i−αS_i) is ≤ −1. The proof then uses that same defining inequality as the sole evidence that the test expectation E[Z_{n+1}−αS_{n+1}] is ≤ 0. The exchangeability step in Eq. (13) is the whole argument, but it is false at a data-dependent threshold: conditioning on \hat{\lambda}, a function of the first n samples, breaks the symmetric role of the (n+1)-th term, so the calibration sum cannot be swapped for the test expectation. Thus the claimed guarantee reduces to the constraint that constructed the threshold; no rank/uniformity argument supplies independent content. In an i.i.d. exchangeable case with u independent of err and P(err)=p>α, the calibration condition can be

  2. fitted input called prediction [Appendix A.2, Eqs. (22)-(24) (proof of Theorem 3.2); thresholds defined in Eqs. (10)-(11)]
    "By the exchangeability among calibration and test samples ... E[Z_{n+1}(\hat{\lambda}^{(a)},\hat{\lambda}^{(b)})−αS_{n+1}(\hat{\lambda}^{(a)},\hat{\lambda}^{(b)})] = 1/(n+1) Σ_{i=1}^{n+1}(Z_i(\hat{\lambda}^{(a)},\hat{\lambda}^{(b)})−αS_i(\hat{\lambda}^{(a)},\hat{\lambda}^{(b)})). (22) ... By the definition of the feasible region Λ^{(a,b)}_α in Eq. (10), the calibrated pair satisfies Σ_{i=1}^n(Z_i−αS_i) ≤ −1 ... Substituting this inequality into Eq. (22) yields E[...] ≤ 0. (24)"

    The routing thresholds are defined by Eq. (11) as the coverage-maximizing pair inside the region Λ^{(a,b)}_α, which itself is defined by the same empirical inequality Σ_{i=1}^n(Z_i−αS_i) ≤ −1. The proof again converts this defining calibration inequality into the test-time FDR bound via the same invalid data-dependent exchangeability step. The system-level guarantee therefore inherits exactly the same circular structure: the property being proved is the property used to select the thresholds, with no independent argument that selection preserves exchangeability of the test indicator.

full rationale

There is no load-bearing self-citation circularity here: citations to Angelopoulos et al. and to the authors' own prior work are used for standard exchangeability notions, and the empirical benchmarks are run on genuine held-out splits. The circularity is in the proof of the central distribution-free claim. The paper's fundamental move is to define the calibrated threshold as the largest threshold satisfying a calibration inequality, then to 'prove' the test guarantee by invoking exchangeability to identify the expectation of the test term with that same calibration inequality. Because the threshold is a function of the calibration points, conditioning on it changes the joint distribution of the calibration indicators, so Eq. (13) and Eq. (22) are not consequences of exchangeability. The conclusion is thus not independently derived; it is the construction input restated as a population guarantee. This affects both Theorem 3.1 and Theorem 3.2, i.e., the entire claimed finite-sample FDR-control result. The empirical demonstrations are self-contained and may show good performance on the tested datasets, but they cannot supply the missing distribution-free derivation. Accordingly, the score reflects one central 'prediction' that reduces by construction to its calibration input, without accusing the authors of any intent to be circular.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The method introduces no new physical or model entities and has no fitted free parameters beyond user-chosen hyperparameters such as α, calibration split ratio, and alignment threshold. The load-bearing assumptions are exchangeability plus the unstated and false post-selection validity assumption in the proof.

assumptions (3)
  • domain assumption Calibration and test samples are exchangeable at the level of (u, err) pairs.
    Invoked in Theorem 3.1 and Appendix A.1; the proof's exchangeability step depends on it.
  • domain assumption The routing policy is deterministic and selects at most one model per input.
    Invoked for Theorem 3.2 in Appendix A.2 to ensure the induced system-level indicators are binary and exchangeable.
  • ad hoc to paper Threshold selection using the calibration error labels does not break the exchangeability argument.
    Appendix A.1 Eq. (13)-(17) implicitly assumes this; it is false and invalidates the theorem. The paper does not state or justify this post-selection validity condition.

how reviews work

0 comments
Cite this review

Pith. "Pith review of LEC: Linear Expectation Constraints for Selection-Conditioned Risk Control in Selective Prediction and Routing Systems." pith.science (2026). https://pith.science/paper/2PSSMFE3

@misc{pith2026251201556,
  author       = {Pith},
  title        = {Pith review of: LEC: Linear Expectation Constraints for Selection-Conditioned Risk Control in Selective Prediction and Routing Systems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2PSSMFE3}},
  note         = {Machine review of arXiv:2512.01556}
}
read the original abstract

Foundation models often generate unreliable answers, while heuristic uncertainty estimators fail to fully distinguish correct from incorrect outputs, causing users to accept erroneous answers without any statistical guarantee. We address this problem through selection-conditioned risk control, aiming to ensure that an accepted prediction has an error probability no larger than a user-specified risk level. To this end, we propose LEC, a principled framework that reframes selective prediction as a decision problem governed by a linear expectation constraint over selection and error indicators. This formulation directly controls the ratio between the expected number of accepted errors and the expected number of accepted predictions, which corresponds to the marginal error probability conditioned on selection. Under exchangeability, we derive a finite-sample sufficient condition that relies only on a held-out calibration set, enabling the computation of a risk-constrained, retention-maximizing threshold. Furthermore, we extend LEC to two-model routing systems: if the primary model's uncertainty exceeds its calibrated threshold, the input is delegated to a subsequent model, while maintaining system-level selection-conditioned error control. Experiments on both closed-ended and open-ended question answering (QA) and vision question answering (VQA) demonstrate that LEC maintains the prescribed risk level in accepted predictions and substantially improves sample retention compared to baselines.

Figures

Figures reproduced from arXiv: 2512.01556 by the authors.

Figure 1
Figure 1. Illustration of selective prediction in single-model and two-model routing systems. By calibrating when to accept model’s prediction, LEC guarantees system-level FDR control. cation (UQ) is a promising approach to estimate the uncer￾tainty of model predictions, with the uncertainty score serv￾ing as an indicator of whether the model’s output is likely to be incorrect (Zhang et al., 2024; Wang et al., 2025d; Duan et … view at source ↗
Figure 2
Figure 2. Test-time FDR on the CommonsenseQA dataset (mean±std). LEC provides tighter and lower FDR control. 0.05 0.10 0.15 0.20 Risk Level 0.05 0.10 0.15 0.20 FDR Base Error Rate Upper Bound LEC UCB-HFD UCB-CLP (a) OpenChat-3.5. 0.05 0.10 0.15 0.20 0.25 Risk Level 0.05 0.10 0.15 0.20 0.25 FDR Base Error Rate Upper Bound LEC UCB-HFD UCB-CLP (b) Qwen2.5-3B. 0.05 0.10 0.15 0.20 Risk Level 0.05 0.10 0.15 0.20 FDR Base Error Rate… view at source ↗
Figure 3
Figure 3. Test-time FDR on the TriviaQA dataset (mean±std). LEC provides tighter and lower FDR control. and MM-Vet v2 (open-ended) (Yu et al., 2024) benchmarks, using four LVLMs, including LLaVA1.5 (Liu et al., 2023), LLaVA-NeXT (Liu et al., 2024), and InternVL2 (Chen et al., 2024) groups. We omit suffixes such as “hf” and “Instruct”. Evaluation Metrics. Following previous work (Jung et al., 2025; Wang et al., 2025c), we eval… view at source ↗
Figures from the paper (18 more)
Figure 4
Figure 4. Figure 4: Test-time FDR on the TriviaQA dataset with entailment for correctness evaluation (mean±std). 0.19 0.25 0.31 0.37 0.43 0.49 Risk Level 0.2 0.4 0.6 0.8 1.0 Power LEC UCB-HFD UCB-CLP (a) Qwen2.5-3B. 0.15 0.23 0.31 0.39 Risk Level 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 Power LEC …
Figure 5
Figure 5. Figure 5: Test-time Power on the TriviaQA dataset with entailment for correctness evaluation (mean) [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Test-time FDR of two-model routing systems on the CommonsenseQA dataset (mean±std). 0.05 0.10 0.15 0.20 0.25 0.30 Risk Level 0 20 40 60 80 100 Percentage (%) 20.32 20.3 57.08 57.1 74.67 74.7 88.53 88.5 99.98 100.0 99.98 100.0 Qwen2.5-3B (a) Qwen2.5-3B. 0.05 0.10 0.15 0…
Figure 7
Figure 7. Figure 7: Allocation ratio of accepted test samples in two-model routing systems on the CommonsenseQA dataset (mean). straint. As illustrated in [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Comparison in the allocation ratio of accepted samples in two-model routing systems on the TriviaQA dataset (mean). Finally, we illustrate a comparison of the routing behavior between LEC-Routing and UCB-CLP-Routing. As demonstrated in [PITH_FULL_IMAGE:figures/full_fi…
Figure 9
Figure 9. Figure 9: Two styles of UCBs vs. Test-time FDR at various uncertainty thresholds. In (a), we utilize the LLaMA-3.1-8B model, with white-box PE as the uncertainty estimator; In (b), we use Qwen2.5-14B, with SE as the uncertainty estimator. Evaluation of Statistical Validity and P…
Figure 10
Figure 10. Figure 10: Test-time FDR (mean±std) and Power (mean) on the CommonsenseQA dataset using black-box PE. 19 [PITH_FULL_IMAGE:figures/full_fig_p019_10.png]
Figure 11
Figure 11. Figure 11: Uncertainty and correctness distribution on the CommonsenseQA dataset. Importantly, the two models exhibit markedly different uncertainty-correctness profiles. Compared to LLaMA-3.1-8B, 20 [PITH_FULL_IMAGE:figures/full_fig_p020_11.png]
Figure 12
Figure 12. Figure 12: Test-time FDR and Power on the TriviaQA dataset with the Qwen2.5-3B model utilizing different UQ methods (mean). LEC consistently provides tighter and lower FDR control, while retaining more correct samples [PITH_FULL_IMAGE:figures/full_fig_p021_12.png]
Figure 13
Figure 13. Figure 13: Test-time FDR (mean±std) and Power (mean) on the TriviaQA dataset with LLM-as-a-Judge for correctness evaluation. Effect of Calibration–Test Split Ratios. Figures 14 and 15 study the effect of different calibration–test split ratios. Across both CommonsenseQA and Triv…
Figure 14
Figure 14. Figure 14: FDR control across various calibration-test split ratios on CommonsenseQA with the OpenChat-3.5 model. 0.05 0.07 0.09 0.11 Risk Level 0.05 0.07 0.09 0.11 FDR Split Ratios 0.05 (1:19) 0.10 (2:18) 0.15 (3:17) 0.20 (4:16) 0.25 (5:15) 0.30 (6:14) 0.35 (7:13) 0.40 (8:12) 0…
Figure 15
Figure 15. Figure 15: FDR control across various calibration-test split ratios on TriviaQA with the LLaMA-3.1-8B model. 22 [PITH_FULL_IMAGE:figures/full_fig_p022_15.png]
Figure 16
Figure 16. Figure 16: Test-time FDR (mean±std) and Power (mean) on the MM-Vet v2 datasets. 0.05 0.07 0.09 0.11 0.13 0.15 0.17 0.19 0.21 0.23 Risk Level 0.05 0.07 0.09 0.11 0.13 0.15 0.17 0.19 0.21 0.23 FDR Base Error Rate Upper Bound LEC UCB-HFD UCB-CLP (a) InternVL2-1B. 0.03 0.04 0.05 0.0…
Figure 17
Figure 17. Figure 17: Test-time FDR (mean±std) and Power (mean) on the ScienceQA datasets. 0.2 0.25 0.3 0.35 Risk Level 0.20 0.25 0.30 0.35 FDR Split Ratios 0.20 (4:16) 0.25 (5:15) 0.30 (6:14) 0.35 (7:13) 0.40 (8:12) 0.45 (9:11) [PITH_FULL_IMAGE:figures/full_fig_p023_17.png]
Figure 18
Figure 18. Figure 18: FDR control across various calibration-test split ratios on the MM-Vet v2 dataset with the LLaVA-V1.6-Mistral-7B model. 23 [PITH_FULL_IMAGE:figures/full_fig_p023_18.png]
Figure 19
Figure 19. Figure 19: FDR control across various calibration-test split ratios on the ScienceQA dataset with the InternVL2-8B model. Two-Model Routing on TriviaQA [PITH_FULL_IMAGE:figures/full_fig_p024_19.png]
Figure 20
Figure 20. Figure 20: Test-time FDR of two-model routing systems on the TriviaQA dataset (mean±std). Accepted Correct Samples under Two-Model Routing [PITH_FULL_IMAGE:figures/full_fig_p024_20.png]
Figure 21
Figure 21. Figure 21: Test-time FDR of two-model routing systems on the CommonsenseQA dataset (mean±std). Beyond the total number of accepted correct samples, [PITH_FULL_IMAGE:figures/full_fig_p025_21.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. SCOPE: Selective Conformal Optimized Pairwise LLM Judging

    cs.CL 2026-02 conditional novelty 5.0 of 10

    A conformal calibration method (SCOPE) plus a bidirectional entropy score (BPE) lets LLM pairwise judges abstain selectively while keeping accepted-set error below a user-specified bound.

  2. Uncertainty-Aware Abstention in Large Language Models with Provable Alignment Guarantees

    cs.CL 2026-07 conditional novelty 4.0 of 10

    CIC selects the largest uncertainty threshold whose Hoeffding or Clopper–Pearson upper bound on acceptance-conditioned error stays ≤ α, guaranteeing finite-sample risk control under exchangeability.

Reference graph

Works this paper leans on

18 extracted references · 9 linked inside Pith · cited by 2 Pith papers

  1. [1]

    Angelopoulos, A. N. and Bates, S. A gentle introduction to conformal prediction and distribution-free uncertainty quantification.arXiv preprint arXiv:2107.07511,

  2. [4]

    Uprop: Investigating the uncer- tainty propagation of llms in multi-step agentic decision- making.arXiv preprint arXiv:2506.17419,

    Duan, J., Diffenderfer, J., Madireddy, S., Chen, T., Kailkhura, B., and Xu, K. Uprop: Investigating the uncer- tainty propagation of llms in multi-step agentic decision- making.arXiv preprint arXiv:2506.17419,

  3. [6]

    Language models (mostly) know what they know.arXiv preprint arXiv:2207.05221,

    Kadavath, S., Conerly, T., Askell, A., Henighan, T., Drain, D., Perez, E., Schiefer, N., Hatfield-Dodds, Z., DasSarma, N., Tran-Johnson, E., et al. Language models (mostly) know what they know.arXiv preprint arXiv:2207.05221,

  4. [9]

    and Gurevych, I

    Reimers, N. and Gurevych, I. Sentence-BERT: Sentence em- beddings using Siamese BERT-networks. InProceedings of the 2019 Conference on Empirical Methods in Natu- ral Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP- IJCNLP), 2019a. Reimers, N. and Gurevych, I. Sentence-bert: Sentence em- beddings using s...

  5. [10]

    Com- monsenseQA: A question answering challenge targeting commonsense knowledge

    Talmor, A., Herzig, J., Lourie, N., and Berant, J. Com- monsenseQA: A question answering challenge targeting commonsense knowledge. InProceedings of the 2019 Conference of the North American Chapter of the Associ- ation for Computational Linguistics: Human Language Technologies,

  6. [13]

    Mm-vet v2: A challenging benchmark to evaluate large multi- modal models for integrated capabilities.arXiv preprint arXiv:2408.00765,

    Yu, W., Yang, Z., Ren, L., Li, L., Wang, J., Lin, K., Lin, C.-C., Liu, Z., Wang, L., and Wang, X. Mm-vet v2: A challenging benchmark to evaluate large multi- modal models for integrated capabilities.arXiv preprint arXiv:2408.00765,

  7. [14]

    Vl-uncertainty: De- tecting hallucination in large vision-language model via uncertainty estimation.arXiv preprint arXiv:2411.11919,

    Zhang, R., Zhang, H., and Zheng, Z. Vl-uncertainty: De- tecting hallucination in large vision-language model via uncertainty estimation.arXiv preprint arXiv:2411.11919,

  8. [15]

    -Instruct

    11 A Linear Expectation Constraint for Selective Prediction and Routing with False-Discovery Control A. Proofs A.1. Proof of Theorem 3.1 Condition on the calibrated threshold ˆλ(a) using the calibration set derived by Eq.(7). For the test sample (xn+1, y∗ n+1) with associated model prediction ˆy(a) n+1, uncertainty score u(a) n+1, error indicator err(a) n...

Show all 18 references
  1. [16]

    as the backbone. For bi-entailment (Kuhn et al., 2023; Farquhar et al., 2024; Wang et al., 2025d), we employ DeBERTa-v37 as the Natural Language Inference (NLI) classifier, which outputs logits over three semantic relation classes: entailment, neutral, and contradiction. Two a...

  2. [17]

    No feasible threshold for risk levelα

    employed in previous research (Lin et al., 2024), the three dimensions of its output logits correspond to entailment, neutral, and contradiction, respectively. 16 A Linear Expectation Constraint for Selective Prediction and Routing with False-Discovery Control We adopt the par...

  3. [21]

    Similar trends are observed at α= 0.10 and for the Qwen2.5-14B pairing, where routing yields both higher coverage and more correct acceptances than either individual model

    At α= 0.05 , for example, routing Qwen2.5-7B with LLaMA-3.1-70B under LEC-Routing increases the total acceptance rate from 50.69% (Qwen2.5-7B alone) and 55.57% (LLaMA-3.1-70B alone) to 57.09%, resulting in a higher number of accepted correct samples. Similar trends are observe...

  4. [1963]

    Selective labeling with false discovery rate control

    Huang, H., Liao, W., Xi, H., Zeng, H., Zhao, M., and Wei, H. Selective labeling with false discovery rate control. arXiv preprint arXiv:2510.14581,

  5. [2019]

    Llama: Open and efficient foundation lan- guage models.arXiv preprint arXiv:2302.13971,

    Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M.-A., Lacroix, T., Rozi`ere, B., Goyal, N., Hambro, E., Azhar, F., et al. Llama: Open and efficient foundation lan- guage models.arXiv preprint arXiv:2302.13971,

  6. [2021]

    Inductive confidence machines for regression

    Papadopoulos, H., Proedrou, K., V ovk, V ., and Gammerman, A. Inductive confidence machines for regression. InMa- chine learning: ECML 2002: 13th European conference on machine learning,

  7. [2022]

    D., Roy, A., Matejek, B., Acharya, M., Elenius, D., Berenbeim, A

    Kaur, R., Samplawski, C., Cobb, A. D., Roy, A., Matejek, B., Acharya, M., Elenius, D., Berenbeim, A. M., Pavlik, J. A., Bastian, N. D., and Jha, S. Addressing uncertainty in LLMs to enhance reliability in generative AI. InNeurips Safe Generative AI Workshop 2024,

  8. [2023]

    Openchat: Advancing open-source language models with mixed-quality data

    Wang, G., Cheng, S., Zhan, X., Li, X., Song, S., and Liu, Y . Openchat: Advancing open-source language models with mixed-quality data. InThe Twelfth International Conference on Learning Representations, 2024a. Wang, Q., Fan, Y ., and Wang, X. E. Safer: Risk-constrained sample-...

  9. [2024]

    Atf, Z., Safavi-Naini, S. A. A., Lewis, P. R., Mahjoubfar, A., Naderi, N., Savage, T. R., and Soroush, A. The challenge of uncertainty quantification of large language models in medicine.arXiv preprint arXiv:2504.05278,

  10. [2025]

    Qwen technical report.arXiv preprint arXiv:2309.16609,

    Bai, J., Bai, S., Chu, Y ., Cui, Z., Dang, K., Deng, X., Fan, Y ., Ge, W., Han, Y ., Huang, F., et al. Qwen technical report.arXiv preprint arXiv:2309.16609,

Pith tools

Reviewed August 3, 2026 · model on record in the stance chip above.