paper-with-me

Papers

Adaptive Conformal Prediction for Improving Factuality of Generations by Large Language Models

2026-04-15 · Aleksandr Rubashevskii, Dzianis Piatrashyn, Preslav Nakov, Maxim Panov arxiv

Large language models (LLMs) are prone to generating factually incorrect outputs. Recent work has applied conformal prediction to provide uncertainty estimates and statistical guarantees for the factuality of LLM generations. However, existing approaches are typically not prompt-adaptive, limiting their ability to capture input-dependent variability. As a result, they may filter out too few items (leading to over-coverage) or too many (under-coverage) for a given task or prompt. We propose an adaptive conformal prediction approach that extends conformal score transformation methods to LLMs, with applications to long-form generation and multiple-choice question answering. This enables prompt-dependent calibration, retaining marginal coverage guarantees while improving conditional coverage. In addition, the approach naturally supports selective prediction, allowing unreliable claims or answer choices to be filtered out in downstream applications. We evaluate our approach on multiple white-box models across diverse domains and show that it significantly outperforms existing baselines in terms of conditional coverage.

📄 PDF Abstract BibTeX arXiv:2604.13991

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Multi-LLM Adaptive Conformal Inference for Reliable LLM Responses

2026-02-01 · Kangjun Noh, Seongchan Lee, Ilmun Kim, Kyungwoo Song arxiv

Ensuring factuality is essential for the safe use of Large Language Models (LLMs) in high-stakes domains such as medicine and law. Conformal inference provides distribution-free guarantees, but existing approaches are ei…

Inference-Time Conformal Reasoning with Valid Factuality Control for Large Language Models

2026-06-07 · Ting Wang, Yuanjie Shi, Yan Yan, Huan Zhang arxiv

Large language models (LLMs) increasingly perform multi-step reasoning, where intermediate claims form implicit directed acyclic graphs whose node correctness is structurally conditioned on their ancestors. This makes fa…

Graph Generation

Differentiable Conformal Training for LLM Reasoning Factuality

2026-04-22 · Nathan Hittesdorf, Marco Salzetta, Lu Cheng arxiv

Large Language Models (LLMs) frequently hallucinate, limiting their reliability in critical applications. Conformal Prediction (CP) addresses this by calibrating error rates on held-out data to provide statistically vali…

Language Models with Conformal Factuality Guarantees

2024-02-15 · Christopher Mohri, Tatsunori Hashimoto

Guaranteeing the correctness and factuality of language model (LM) outputs is a major open problem. In this work, we propose conformal factuality, a framework that can ensure high probability correctness guarantees for L…

Conformal PredictionLanguage ModelingLanguage ModellingMath+1

Is Conformal Factuality for RAG-based LLMs Robust? Novel Metrics and Systematic Insights

2026-03-17 · Yi Chen, Daiwei Chen, Sukrut Madhav Chikodikar, Caitlyn Heqi Yin 외 arxiv

Large language models (LLMs) frequently hallucinate, limiting their reliability in knowledge-intensive applications. Retrieval-augmented generation (RAG) and conformal factuality have emerged as potential ways to address…