paper-with-me

Papers

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 valid confidence guarantees. Recent work extends CP to LLM factuality to filter out risky claims, ensuring that hallucination rates remain below a user-specified level (e.g., 10%). While prior methods treat claims independently, Coherent Factuality extends to multi-step reasoning by representing outputs as dependency graphs and jointly validating claims with their logical ancestors. A key limitation is that Coherent Factuality is not differentiable, requiring hand-crafted scorers that at high reliability levels remove nearly 60% of true claims. We introduce Differentiable Coherent Factuality (DCF), a fully differentiable relaxation that enables learning improved scorers while provably recovering the original algorithm's guarantees. Experiments on two benchmark reasoning datasets demonstrate DCF achieves up to 141% improvement in claim retention while maintaining reliability guarantees, representing a significant step towards reliable conformal LLM systems.

📄 PDF Abstract BibTeX arXiv:2604.20098

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

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…

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…

Conditional Factuality Controlled LLMs with Generalization Certificates via Conformal Sampling

2026-03-28 · Kai Ye, Qingtao Pan, Shuo Li arxiv

Large language models (LLMs) need reliable test-time control of hallucinations. Existing conformal methods for LLMs typically provide only \emph{marginal} guarantees and rely on a single global threshold, which can under…