Pith. sign in

REVIEW 4 major objections 5 minor 3 cited by

SConU: Selective Conformal Uncertainty in Large Language Models

T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read A conformal p-value lets LLMs abstain when a question is an uncertainty outlier.

desk verdict The central claim of rigorous post-filter coverage is undone by an invalid proof of the refined conformal p-value; the broad empirical work does not rescue the missing theory. read the letter →

arxiv 2504.14154 v2 pith:W2MFMN66 submitted 2025-04-19 cs.CL cs.AIcs.LGstat.ML

classification cs.CLcs.AIcs.LGstat.ML
keywords selectiveconformalpredictionp-valueLLMquestionansweringexchangeabilityuncertaintyoutlierdetectionmiscoveragecontrolcalibrationsetpredictiveentropy
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

SConU attacks a specific failure mode of conformal prediction for large language models: test questions whose uncertainty profile is not exchangeable with the calibration set, which make user-specified coverage guarantees break. The paper's proposal is to convert the exchangeability precondition into a per-question significance test: a conformal p-value derived from predictive entropy decides whether the new question is statistically unlike the calibration data, and the model declines to answer when the p-value is too small. A refined version, SConU-Pro, also counts only calibration points whose own prediction sets contain the true answer, and the paper reports that after this filtering the empirical miscoverage rate stays within the user-set risk level in both single-domain and cross-domain QA settings. The same framework keeps the full calibration set, derives the minimum risk level the set can control, and shrinks prediction sets to near-singleton size after semantic deduplication.

What carries the argument

The central object is the conformal p-value. In SConU, Eq. (1) computes $p_{N+1} = (1 + \sum_{i=1}^N \mathbf{1}\{u_i \ge u_{N+1}\})/(N+1)$, with $u_i$ the predictive entropy of the model on question $i$; small p-values reject the null hypothesis that the calibration set can provide coverage for the new point. SConU-Pro uses Eq. (2), $p'_{N+1} = (1 + \sum_{i=1}^N \mathbf{1}\{u_i \ge u_{N+1},\, y_i^* \in \mathcal{E}(x_i,\mathcal{D}_{\rm cal},\alpha)\})/(N+1)$, which only counts calibration points whose own conformal prediction set contains the true answer. The p-value carries the argument because it turns the exchangeability precondition into a testable per-sample statement, and the calibration-set prediction status is the mechanism that gives SConU-Pro its tighter control.

What would settle it

Construct a calibration set in which no sampled candidate set contains the true answer; then in Eq. (2) the refined count $k'$ is always 0, so $p'_{N+1} = 1/(N+1)$ for every test point. At any risk level $\delta > 1/(N+1)$, the procedure rejects every exchangeable test point, contradicting the claimed validity and the statement that the remaining samples meet user-specified marginal coverage.

Watch

Extended reading notes

Core claim

The paper's central claim is that the miscoverage anomalies observed in existing conformal uncertainty frameworks are caused by uncertainty data outliers — test points whose uncertainty scores sit outside the calibration distribution — and that significance tests can remove those outliers before the conformal quantile step. Eq. (1) defines the base conformal p-value; Eq. (2) defines the refined version. After filtering, the paper argues, the remaining test samples are expected to satisfy user-specified marginal coverage even when the original exchangeability condition is violated, and the experiments on MMLU-Pro show empirical miscoverage rates at or below the target risk level across calibration/test subject pairs. The framework also introduces the minimum manageable risk level, quantifies when a calibration set can support a given error rate, and keeps calibration samples that earlier methods would discard.

Load-bearing premise

The whole guarantee rests on the claim that the refined conformal p-value in Eq. (2) is a true p-value under the null hypothesis; the proof in Appendix C uses an inequality, $P(k' \le m) \le (m+1)/(N+1)$, that is asserted without proof and can fail, and if it fails the miscoverage guarantee collapses.

Editorial extensions

If this is right

  • A deployed QA system can abstain on out-of-distribution questions instead of emitting empty or unreliable prediction sets.
  • The minimum risk level tells a practitioner the lowest error rate a given calibration set can support with finite sampling.
  • Because the filter is score-agnostic, it layers onto logit-based, frequency-based, and black-box conformal uncertainty methods.
  • The experiments indicate that refined outlier filtering reduces cross-domain empirical miscoverage rates to within the target risk level and trims average prediction set size toward 1.
  • Semantic deduplication cuts average prediction set size from roughly 8–9 to about 1 in open-domain QA, making prediction sets actionable.

Reading between the lines

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

  • If the refined p-value validity holds, the same filtering logic could be ported to semantic-entropy or word-sequence-entropy uncertainty scores, potentially catching hallucinations that predictive entropy misses.
  • The framework's abstention rule is equivalent to a data-dependent refusal set; a natural diagnostic is whether the rejected questions are the same ones a human expert would flag as out-of-domain.
  • When the refined p-value is not a valid p-value (e.g., if the asserted inequality in Appendix C fails), the observed cross-domain improvement may come from selective abstention rather than conformal control; comparing coverage on filtered-in versus filtered-out test points would separate the two.
  • The minimum-risk-level analysis suggests a practical deployment rule: measure the minimum manageable risk level after model deployment, and refuse any task whose required risk level falls below it.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The manuscript introduces SConU and SConU-Pro, two procedures that compute conformal p-values from an LLM's uncertainty scores and filter out test samples deemed to violate exchangeability with the calibration set; the remaining samples are then fed to a standard conformal uncertainty framework. The paper also derives a 'minimum risk level' to justify keeping calibration points whose sampled candidate sets do not contain a correct answer. It claims rigorous management of miscoverage rates in single-domain and cross-domain QA tasks and reports experiments on MMLU, MMLU-Pro, MedMCQA, TriviaQA, and CoQA, together with ablations over risk level, sampling size, and uncertainty measures.

Significance. If the guarantees were valid, SConU would offer a practical way to combine outlier detection with conformal prediction for LLM question answering. The paper's strengths are its clear problem statement, the minimum-risk-level analysis in Section 3.2, the breadth of the empirical study, and the public code release. However, the central statistical claim rests on a p-value validity proof that is incorrect, and no theorem establishes coverage after filtering; the empirical EMR results are computed on the filtered set, so they do not substitute for a guarantee. As a statistical contribution the central claim is not established.

major comments (4)
  1. [Appendix C, Eq. (10)] Equation (10) states P(k≤m) ≤ (m+1)/(N+1), where k counts calibration points satisfying both u_i ≥ u_{N+1} and y*_i ∈ E(x_i, D_cal, α). Let K be the count of all calibration points with u_i ≥ u_{N+1}; since k ≤ K, the event {K ≤ m} implies {k ≤ m}, so P(k≤m) ≥ P(K≤m) = (m+1)/(N+1). The printed inequality has the wrong direction. A concrete counterexample with N=2, exchangeable iid uncertainties, and R_1=1, R_2=0 gives k = 1{U_1 ≥ U_3}, so P(k≤0)=1/2 > 1/3. Moreover, in the paper's own setting (Section 3.2 keeps calibration points even when no sampled response matches y*_i), if all calibration points have y*_i ∉ E then R_i=0 for all i, so p'_{N+1}=1/(N+1) regardless of the test uncertainty and P(p'≤δ)=1 for any δ>1/(N+1). Thus p'_{N+1} is not super-uniform and SConU-Pro's outlier test is not a valid significance test; the claimed finite-sample control for SConU-Pro is unsupported.
  2. [Section 3.2, Workflow of SConU; Section 4.2, Marginal Coverage] The paper asserts that after filtering out low-p-value test samples, "we conduct conformal procedures for samples within the remaining test set with finite-sample guarantees of correctness coverage" (Section 3.2), and claims "rigorous management of the miscoverage rates" (Abstract, Section 4.2). No theorem establishes that the selected test samples remain exchangeable with the calibration set, or that the standard conformal quantile provides coverage conditional on p_{N+1} > δ. Because the p-value is a function of the test uncertainty and the whole calibration set, conditioning on survival changes the distribution of the nonconformity scores used for the subsequent ConU step. This affects SConU, not only SConU-Pro, and is therefore load-bearing for the paper's central claim.
  3. [Tables 2–4 and Figures 3, 6, 8, 9] The EMR is computed only on test samples that pass the outlier filter, so the reported miscoverage rates measure performance on the surviving subset rather than on the full test stream. Since the filter is designed to remove high-uncertainty points, which are exactly the points most likely to violate coverage, the reported improvements are partly an artifact of abstention. The paper should report the full-test EMR with rejected points counted as errors, or provide a formal bound on the full-test miscoverage rate that accounts for the selection step. As it stands, the empirical results do not demonstrate the claimed guarantee.
  4. [Figure 1b and Appendix E] In the cross-domain experiments, the risk level α is not fixed by the user ex ante but is set as the maximum of the minimum manageable risk levels computed from the calibration set via Eq. (5). This data-dependent choice is legitimate for describing what risk is achievable, but it is not a user-specified level, and controlling EMR at a level chosen after seeing the calibration data is not the same as the guarantee advertised in the abstract. This should at least be stated explicitly in the main text and in the captions.
minor comments (5)
  1. [Appendix C, after Eq. (9)] The text says "if M < 0" but should say "if m < 0"; the variable m is also introduced after it is first used.
  2. [Section 3.2, Eq. (2)] The notation E(x_i, D_cal, α) is used in the definition of p' before the prediction-set construction is specified; define it formally in the main text.
  3. [Appendix B.2] The phrase "qIn order" is a typo for "In order".
  4. [Figures 1, 3, 8, and 9] The diagonal entries are set manually to α or 1; stating this only in the captions is insufficient, and the main text should clarify that these are not empirical measurements.
  5. [Table 3] Several entries have standard deviations exceeding the mean (e.g., 0.1056±0.1860 at size 3); reporting only mean±std for these highly skewed quantities is uninformative, and the authors should consider median or trimmed statistics.

Circularity Check

2 steps flagged · score 6.0 of 10

SConU-Pro's Appendix C proof asserts the super-uniformity inequality it needs to prove, and the reported EMR gains are measured on a self-selected low-uncertainty subset, so the central miscoverage claim is partly circular.

  1. other [Appendix C, Eqs. (9)-(11)]
    "If 0≤m≤N, we have P (k≤m)≤ m + 1 N + 1. Therefore, P (p′N+1≤δ)≤ m + 1 N + 1 ≤δ."

    This inequality is exactly the super-uniformity bound required to prove that p′N+1 is a valid p-value, yet it is asserted without derivation. Since k counts only a subset of the calibration points satisfying ui≥uN+1, if K is the full count then k≤K, so {K≤m}⊆{k≤m} and P(k≤m)≥P(K≤m)=(m+1)/(N+1). The printed inequality has the wrong direction; the proof therefore assumes the conclusion it is meant to establish. Consequently, the claimed validity of SConU-Pro's significance test has no finite-sample support.

  2. fitted input called prediction [Section 3.2 (workflow) and Section 4.2 (Marginal Coverage)]
    "After filtering out uncertainty data outliers within the test set, we achieve rigorous management of the miscoverage rates in both single-domain and cross-domain QA datasets."

    The filter rejects test points with low conformal p-value, i.e., high uncertainty uN+1 relative to the calibration set, and the same uncertainty scores drive the ConU prediction sets and their miscoverage: high-uncertainty samples are precisely the ones whose prediction sets are most likely to miss the true answer. EMR is then measured only on the surviving low-uncertainty samples, and no theorem shows that conditioning on p>δ preserves exchangeability or coverage for the remaining test points. The reported EMR control on the selected set is therefore substantially a consequence of the selection rule itself, not a prediction about the original test distribution.

full rationale

The paper's standard conformal p-value in Eq. (1) is proved correctly in Eq. (8), and the minimum-risk-level and sampling-size calibration derivations have independent content. I found no load-bearing self-citation: the cited prior ConU papers are used for nonconformity-score and uncertainty-measure conventions, not for the p-value validity claim. The circularity is concentrated in two places. First, Appendix C's proof that p′N+1 is a valid p-value reduces to asserting P(k≤m)≤(m+1)/(N+1), which is the very super-uniformity conclusion needed; since k is a subset of the full exceedance count, the true inequality has the opposite direction, so the proof is circular and the SConU-Pro significance test lacks a valid guarantee. Second, the empirical evaluation filters out high-uncertainty test points by the same uncertainty scores that determine miscoverage and then reports EMR on the remaining set; because conditioning on p>δ is not shown to preserve exchangeability or coverage, the reported gains are partly an artifact of the self-selected subset. These issues make the central 'rigorous management of miscoverage rates' claim partially self-referential, though the framework retains independent components, so the score is 6 rather than higher.

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

The central method relies on standard conformal p-values, an unproven and generally false inequality for the refined p-value, and the domain assumption that predictive entropy is a reliable proxy for the score used in the prediction set. The only deliberately chosen numbers in the experiments are the score weights, the significance level, and the risk level, all set by hand or from calibration data rather than fitted by an independent procedure.

free parameters (3)
  • weights w_l and w_f in the nonconformity score = w_l=1, w_f=0 or w_l=0, w_f=1 or w_l=0.5, w_f=0.5 depending on the setting
    Chosen by hand per experimental setting; the paper states w_l and w_f are weights but does not learn them, and results vary with the choice.
  • significance level δ for the conformal p-value = δ = α (user risk level)
    The paper sets the p-value threshold to the same value as the risk level, a modeling choice that determines how many test samples are filtered.
  • risk level α in cross-domain experiments = Set to max α_l over calibration subjects (e.g., 0.28 for MMLU-Pro)
    In cross-domain experiments, α is chosen as the maximum minimum-risk level computed from the calibration set, a post-hoc choice that uses calibration data to set the target error.
assumptions (3)
  • domain assumption Calibration and test data are exchangeable under the null hypothesis for p-value validity.
    The conformal p-value in Eq. (1) is only valid under exchangeability, which the paper itself notes is often violated in QA tasks.
  • domain assumption The uncertainty score u_i is a meaningful proxy for the nonconformity score used in prediction set construction.
    The paper uses predictive entropy for filtering while the nonconformity score is 1 minus the frequency or logit of the true answer; no theoretical relation is given.
  • ad hoc to paper The inequality P(k' ≤ m) ≤ (m+1)/(N+1) used in Appendix C.
    This inequality is asserted without proof and is false in general (e.g., when prediction sets never contain the true answer). It is load-bearing for the claimed validity of the SConU-Pro p-value.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SConU: Selective Conformal Uncertainty in Large Language Models." pith.science (2026). https://pith.science/paper/W2MFMN66

@misc{pith2026250414154,
  author       = {Pith},
  title        = {Pith review of: SConU: Selective Conformal Uncertainty in Large Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/W2MFMN66}},
  note         = {Machine review of arXiv:2504.14154}
}
read the original abstract

As large language models are increasingly utilized in real-world applications, guarantees of task-specific metrics are essential for their reliable deployment. Previous studies have introduced various criteria of conformal uncertainty grounded in split conformal prediction, which offer user-specified correctness coverage. However, existing frameworks often fail to identify uncertainty data outliers that violate the exchangeability assumption, leading to unbounded miscoverage rates and unactionable prediction sets. In this paper, we propose a novel approach termed Selective Conformal Uncertainty (SConU), which, for the first time, implements significance tests, by developing two conformal p-values that are instrumental in determining whether a given sample deviates from the uncertainty distribution of the calibration set at a specific manageable risk level. Our approach not only facilitates rigorous management of miscoverage rates across both single-domain and interdisciplinary contexts, but also enhances the efficiency of predictions. Furthermore, we comprehensively analyze the components of the conformal procedures, aiming to approximate conditional coverage, particularly in high-stakes question-answering tasks.

Figures

Figures reproduced from arXiv: 2504.14154 by the authors.

Figure 1
Figure 1. (a) Empirical miscoverage rate (EMR) at various risk levels on the MMLU-Pro dataset utilizing 8 LLMs. Results on the left are from the Health discipline, while results on the right are from the Economics discipline. Solid lines give the mean over 100 trials and shaded regions show +/− the standard deviation (std). We set the split ratio between the calibration and test set to 0.5 for all trials. The ⋆ indicates that… view at source ↗
Figure 2
Figure 2. Pipeline of the SConU framework. We achieve [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Results of EMR after applying our two frameworks utilizing the LLaMA-3.1-8B-Instruct model on the [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Results of APSS before and after performing SConU-Pro, utilizing the LLaMA-3.1-8B-Instruct model on [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Results of the EMR and APSS metrics obtained from the basic ConU framework on the MMLU dataset [PITH_FULL_IMAGE:figures/full_fig_p016_5.png]
Figure 6
Figure 6. Figure 6: Results of the EMR and APSS metrics obtained from our SConU framework on the MMLU dataset [PITH_FULL_IMAGE:figures/full_fig_p016_6.png]
Figure 7
Figure 7. Figure 7: Results of the EMR and APSS metrics obtained from the basic ConU framework on the MMLU-Pro [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Results of the EMR and APSS metrics obtained from our SConU framework on the MMLU-Pro dataset [PITH_FULL_IMAGE:figures/full_fig_p018_8.png]
Figure 9
Figure 9. Figure 9: Results of the EMR and APSS metrics obtained from our SConU-Pro framework on the MMLU-Pro [PITH_FULL_IMAGE:figures/full_fig_p018_9.png]
Figure 10
Figure 10. Figure 10: An example of the prompt in the MMLU task. [PITH_FULL_IMAGE:figures/full_fig_p020_10.png]
Figure 11
Figure 11. Figure 11: An example of the prompt in the MMLU-Pro task. Note that the current question has 9 options. [PITH_FULL_IMAGE:figures/full_fig_p021_11.png]
Figure 12
Figure 12. Figure 12: An example of the prompt in the MedMCQA task. [PITH_FULL_IMAGE:figures/full_fig_p022_12.png]
Figure 13
Figure 13. Figure 13: An example of the prompt in the TriviaQA task. [PITH_FULL_IMAGE:figures/full_fig_p023_13.png]
Figure 14
Figure 14. Figure 14: An example of the prompt in the CoQA task. [PITH_FULL_IMAGE:figures/full_fig_p024_14.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

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

  1. Conformal Prediction for Indoor Positioning with Correctness Coverage Guarantees

    cs.LG 2025-05 reject novelty 3.0 of 10

    The paper applies split conformal prediction to indoor positioning on the UJIIndoLoc dataset, reporting approximate coverage, but the contributions are restatements and the experimental reporting is inconsistent.

  2. Conformal Segmentation in Industrial Surface Defect Detection with Statistical Guarantees

    cs.LG 2025-04 conditional novelty 3.0 of 10

    Applying conformal risk control to Mask R-CNN yields empirical FDR and FNR values below pre-specified risk levels on two steel defect datasets, but the paper adds little beyond reusing the existing CRC theorem.

  3. Data-Driven Calibration of Prediction Sets in Large Vision-Language Models Based on Inductive Conformal Prediction

    cs.CL 2025-04 conditional novelty 3.0 of 10

    Split conformal prediction on multiple-choice visual question answering produces answer sets whose empirical miscoverage stays below a user-set alpha across eight vision-language models and two benchmarks.

Reference graph

Works this paper leans on

15 extracted references · 7 canonical work pages · cited by 3 Pith papers

  1. [1]

    The probability of each true class (label) is denoted as ˆf (Xi)Y∗ i

    Given the calibration data set{(Xi,Y ∗ i )}n i=1 (i.i.d.) and pretrained model ˆf (·) ( ˆf (Xi)∈ [0, 1](K)). The probability of each true class (label) is denoted as ˆf (Xi)Y∗ i

  2. [2]

    Define and sort the nonconformity scores (un- certainty state associated with the true class of each calibration sample):si =s (Xi,Y ∗ i ) = 1− ˆf (Xi)Y∗ i ({s1≤···≤ sn})

  3. [3]

    Obtain the ⌈(n+1)(1−α)⌉ n quantile of{si}n i=1: ˆq = inf n q : |{i:si≤q}| n ≥ ⌈(n+1)(1−α)⌉ n o = s⌈(n+1)(1−α)⌉

  4. [4]

    arXiv preprint arXiv:2408.08990

    Adaptive uncertainty quantification for genera- tive ai. arXiv preprint arXiv:2408.08990. Vasily Kostumov, Bulat Nutfullin, Oleg Pilipenko, and Eugene Ilyushin. 2024. Uncertainty-aware evalu- ation for vision-language models. arXiv preprint arXiv:2402.14418. Lorenz Kuhn, Yarin Gal, and Sebastian Farquhar. 2023. Semantic uncertainty: Linguistic invariances...

  5. [5]

    arXiv preprint arXiv:2305.18404

    Conformal prediction with large language models for multi-choice question answering. arXiv preprint arXiv:2305.18404. Zhen Lin, Shubhendu Trivedi, and Jimeng Sun. 2024. Generating with confidence: Uncertainty quantifica- tion for black-box large language models. Transac- tions on Machine Learning Research. Christopher Mohri and Tatsunori Hashimoto. 2024. ...

  6. [6]

    By the exchangeability ofN + 1 data points, we have P (stest≤si) = i n+1

  7. [7]

    In Findings of the Association for Computational Linguistics: EMNLP 2024

    API is enough: Conformal prediction for large language models without logit-access. In Findings of the Association for Computational Linguistics: EMNLP 2024. Ryan J Tibshirani, Rina Foygel Barber, Emmanuel Can- des, and Aaditya Ramdas. 2019. Conformal pre- diction under covariate shift. Advances in neural information processing systems. Hugo Touvron, Loui...

  8. [8]

    In Findings of the Association for Computational Linguistics: EACL 2024

    Non-exchangeable conformal language gen- eration with nearest neighbors. In Findings of the Association for Computational Linguistics: EACL 2024. Vladimir V ovk. 2012. Conditional validity of inductive conformal predictors. Machine Learning. Vladimir V ovk, Ilia Nouretdinov, and Alexander Gam- merman. 2003. Testing exchangeability on-line. In Proceedings ...

Show all 15 references
  1. [12]

    Create the prediction set forXtest following: C (Xtest) ={y∈ [K] : s (Xtest,y )≤ ˆq}

  2. [13]

    As long as s (Xtest,Y ∗ test)≤ ˆq is satisfied, Y∗ test is en- compassed byC (Xtest), and then we obtain the prediction set that contains the true label

    The event Y∗ test ∈ C (Xtest) is equiva- lent to s (Xtest,Y ∗ test) ≤ ˆq. As long as s (Xtest,Y ∗ test)≤ ˆq is satisfied, Y∗ test is en- compassed byC (Xtest), and then we obtain the prediction set that contains the true label

  3. [15]

    off-the-shelf

    Then we conclude: P (Y∗ test∈C (Xtest)) = P (stest≤ ˆq) = ⌈(n+1)(1−α)⌉ n+1 ≥ 1−α. B Additional Experimental Settings B.1 Base LLMs We conduct experiments utilizing 4 popular se- ries of “off-the-shelf” LLMs: OpenChat (Wang et al., 2024a), LLaMA (Touvron et al., 2023; AI@Meta, ...

  4. [2019]

    Transactions of the Association for Com- putational Linguistics

    Coqa: A conversational question answering challenge. Transactions of the Association for Com- putational Linguistics. Hooman Shahrokhi, Devjeet Raj Roy, Yan Yan, Venera Arnaoudova, and Janaradhan Rao Doppa. 2025. Con- formal prediction sets for deep generative models via reduc...

  5. [2021]

    In International Conference on Learning Representations

    Measuring massive multitask language under- standing. In International Conference on Learning Representations. Junyuan Hong, Jinhao Duan, Chenhui Zhang, Zhangheng Li, Chulin Xie, Kelsey Lieberman, James Diffenderfer, Brian R. Bartoldson, Ajay Ku- mar Jaiswal, Kaidi Xu, Bhavya ...

  6. [2023]

    arXiv preprint arXiv:2305.12616

    Conformal prediction with conditional guaran- tees. arXiv preprint arXiv:2305.12616. Leying Guan and Robert Tibshirani. 2022. Prediction and outlier detection in classification problems. Jour- nal of the Royal Statistical Society Series B: Statisti- cal Methodology. Yu Gui, Yi...

  7. [2024]

    In The Thirty-eighth Annual Conference on Neural Information Process- ing Systems

    Large language model validity via enhanced conformal prediction methods. In The Thirty-eighth Annual Conference on Neural Information Process- ing Systems. Jesse C Cresswell, Bhargava Kumar, Yi Sui, and Mouloud Belbahri. 2024a. Conformal prediction sets can cause disparate imp...

Pith tools

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