paper-with-me

Papers

Non-Exchangeable Conformal Risk Control

2023-10-02 · António Farinhas, Chrysoula Zerva, Dennis Ulmer, André F. T. Martins

Split conformal prediction has recently sparked great interest due to its ability to provide formally guaranteed uncertainty sets or intervals for predictions made by black-box neural models, ensuring a predefined probability of containing the actual ground truth. While the original formulation assumes data exchangeability, some extensions handle non-exchangeable data, which is often the case in many real-world scenarios. In parallel, some progress has been made in conformal methods that provide statistical guarantees for a broader range of objectives, such as bounding the best $F_1$-score or minimizing the false negative rate in expectation. In this paper, we leverage and extend these two lines of work by proposing non-exchangeable conformal risk control, which allows controlling the expected value of any monotone loss function when the data is not exchangeable. Our framework is flexible, makes very few assumptions, and allows weighting the data based on its relevance for a given test example; a careful choice of weights may result on tighter bounds, making our framework useful in the presence of change points, time series, or other forms of distribution drift. Experiments with both synthetic and real world data show the usefulness of our method.

📄 PDF Abstract BibTeX arXiv:2310.01262

Code (1)

deep-spin/non-exchangeable-crc 공식 구현

Tasks

Conformal PredictionTime Series

Similar Papers 제목 키워드 기반

Conformal Validity Guarantees Exist for Any Data Distribution (and How to Find Them)

2024-05-10 · Drew Prinster, Samuel Stanton, Anqi Liu, Suchi Saria

As artificial intelligence (AI) / machine learning (ML) gain widespread adoption, practitioners are increasingly seeking means to quantify and control the risk these systems incur. This challenge is especially salient wh…

Active LearningConformal Prediction

ToolChain-CRC: Conformal Risk Control for Agentic AI Under Retrieval and Tool-Use Drift

2026-06-16 · Jeffery Opoku, David Banahene arxiv

Modern AI agents retrieve documents, call tools, check intermediate information, and then produce a final answer or action. This creates a risk-control problem that is not visible from the final answer alone. A final res…

Conformal Prediction Intervals with Tail-Specific Guarantees

2026-06-16 · Simone Cuonzo, Nina Deliu arxiv

This paper extends classical conformal frameworks for constructing prediction intervals with global marginal coverage $1-α$ to intervals that provide explicitly calibrated guarantees for the upper and lower tails separat…

Extending Conformal Prediction to Hidden Markov Models with Exact Validity via de Finetti's Theorem for Markov Chains

2022-10-05 · Buddhika Nettasinghe, Samrat Chatterjee, Ramakrishna Tipireddy, Mahantesh Halappanavar

Conformal prediction is a widely used method to quantify the uncertainty of a classifier under the assumption of exchangeability (e.g., IID data). We generalize conformal prediction to the Hidden Markov Model (HMM) frame…

Conformal PredictionPredictionvalid

Conformal Selective Acting: Anytime-Valid Risk Control for RLVR-Trained LLMs

2026-05-18 · Hamed Khosravi, Xiaoming Huo arxiv

A local specialist LLM, fine-tuned with reinforcement learning from verifiable rewards (RLVR) on operator-local data, is installed in a regulated organization with per-deployment error budget $α$. The operator needs a sa…

Reinforcement Learning