Papers › Learning Conformal Abstention Policies for Adaptive Risk Management in Large Language...

Learning Conformal Abstention Policies for Adaptive Risk Management in Large Language and Vision-Language Models

8 Feb 2025arXiv:2502.06884archive 2025-07-28

Sina Tayebati, Divake Kumar, Nastaran Darabi, Dinithi Jayasuriya, Ranganath Krishnan, Amit Ranjan Trivedi

Large Language and Vision-Language Models (LLMs/VLMs) are increasingly used in safety-critical applications, yet their opaque decision-making complicates risk assessment and reliability. Uncertainty quantification (UQ) helps assess prediction confidence and enables abstention when uncertainty is high. Conformal prediction (CP), a leading UQ method, provides statistical guarantees but relies on static thresholds, which fail to adapt to task complexity and evolving data distributions, leading to suboptimal trade-offs in accuracy, coverage, and informativeness. To address this, we propose learnable conformal abstention, integrating reinforcement learning (RL) with CP to optimize abstention thresholds dynamically. By treating CP thresholds as adaptive actions, our approach balances multiple objectives, minimizing prediction set size while maintaining reliable coverage. Extensive evaluations across diverse LLM/VLM benchmarks show our method outperforms Least Ambiguous Classifiers (LAC) and Adaptive Prediction Sets (APS), improving accuracy by up to 3.2%, boosting AUROC for hallucination detection by 22.19%, enhancing uncertainty-guided selective generation (AUARC) by 21.17%, and reducing calibration error by 70%-85%. These improvements hold across multiple models and datasets while consistently meeting the 90% coverage target, establishing our approach as a more effective and flexible solution for reliable decision-making in safety-critical applications. The code is available at: {https://github.com/sinatayebati/vlm-uncertainty}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.06884")

Code

Syntology Ran 6 of 16 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sinatayebati/vlm-uncertainty officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 6 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
10unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sinatayebati/vlm-uncertainty. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_options sinatayebati/vlm-uncertainty/data_utils/common_utils.py official repository ran MIT (permissive) · 7ec8353674842469 · report
is_none sinatayebati/vlm-uncertainty/data_utils/common_utils.py official repository ran MIT (permissive) · 25593cfba3f7b483 · report
open_json sinatayebati/vlm-uncertainty/data_utils/common_utils.py official repository ran MIT (permissive) · 8a064d582b5c57ea · report
process_ai2d sinatayebati/vlm-uncertainty/data_utils/ai2d.py official repository ran MIT (permissive) · ca40ba6d177df427 · report
process_seedbench sinatayebati/vlm-uncertainty/data_utils/seedbench.py official repository ran MIT (permissive) · a1bac8b55fe3309a · report
process_single_sample sinatayebati/vlm-uncertainty/data_utils/mmmu.py official repository ran MIT (permissive) · c1b3610ee2583172 · report
download_ai2d sinatayebati/vlm-uncertainty/data_utils/ai2d.py official repository unverified MIT (permissive) · 1267ef7cf3135661 · report
download_mmbench sinatayebati/vlm-uncertainty/data_utils/mmbench.py official repository unverified MIT (permissive) · a268ca9c33318e5c · report
download_seedbench sinatayebati/vlm-uncertainty/data_utils/seedbench.py official repository unverified MIT (permissive) · 25a29dad236f0992 · report
get_dataset sinatayebati/vlm-uncertainty/data_utils/utils.py official repository unverified MIT (permissive) · 9e203cb8767712bd · report
get_logits sinatayebati/vlm-uncertainty/models_utils/utils.py official repository unverified MIT (permissive) · 4335b7a5c5a94aaf · report
make_context sinatayebati/vlm-uncertainty/input_utils/qwen_chat_utils.py official repository unverified MIT (permissive) · 2ef1e2c47c52a331 · report
parse_img_path sinatayebati/vlm-uncertainty/data_utils/mmmu.py official repository unverified MIT (permissive) · de4427887bed9253 · report
process_mmmu sinatayebati/vlm-uncertainty/data_utils/mmmu.py official repository unverified MIT (permissive) · eba2dfc02d4349ea · report
process_oodcv sinatayebati/vlm-uncertainty/data_utils/oodcv.py official repository unverified MIT (permissive) · 5c69a8ac5c608ef9 · report
process_scienceqa sinatayebati/vlm-uncertainty/data_utils/scienceqa.py official repository unverified MIT (permissive) · d2a305808682d0b6 · report

Tasks

Conformal PredictionDecision MakingHallucinationInformativenessManagementPredictionReinforcement Learning (RL)Uncertainty Quantification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections