paper-with-me

Papers

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-cover hard prompts, over-cover easy ones, and produce oversized prediction sets. We propose \emph{Conditional Factuality Control} (CFC), a post-hoc conformal framework that returns \emph{set-valued} outputs with \emph{conditional} coverage guarantees. CFC defines a continuous, feature-conditional acceptance threshold through augmented quantile regression on a latent ``success'' score, and deploys it through a fixed-point threshold rule at inference time. Theoretically, we show that CFC satisfies a conditional coverage guarantee under exchangeability and analyze its \emph{efficiency}, proving that, under mild assumptions on the score distributions, the conditional rule is strictly more sample-efficient than marginal conformal prediction at the same target coverage. We further derive a PAC-style variant, CFC-PAC, which shrinks the nominal risk level based on a stability bound, yielding a finite-sample certificate that the conditional miscoverage deviates from the target by at most $O(\sqrt{\log(1/δ)/N})$. Empirically, on synthetic data, real-world reasoning and QA benchmarks, and a Flickr8k VLM setting, CFC and CFC-PAC consistently attain near-target coverage across difficulty groups while using smaller prediction sets than CP and non-CP baselines.

📄 PDF Abstract BibTeX arXiv:2603.27403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Factuality on Demand: Controlling the Factuality-Informativeness Trade-off in Text Generation

2026-01-31 · Ziwei Gong, Yanda Chen, Julia Hirschberg, Chen Zhao 외 arxiv

Large language models (LLMs) encode knowledge with varying degrees of confidence. When responding to queries, models face an inherent trade-off: they can generate responses that are less informative but highly factual, o…

Text Generation

FactPICO: Factuality Evaluation for Plain Language Summarization of Medical Evidence

2024-02-18 · Sebastian Antony Joseph, Lily Chen, Jan Trienes, Hannah Louisa Göke 외

Plain language summarization with LLMs can be useful for improving textual accessibility of technical content. But how factual are these summaries in a high-stakes domain like medicine? This paper presents FactPICO, a fa…

PICO

InFi-Check: Interpretable and Fine-Grained Fact-Checking of LLMs

2026-01-10 · Yuzhuo Bai, Shuzheng Si, Kangyang Luo, Qingyi Wang 외 arxiv

Large language models (LLMs) often hallucinate, yet most existing fact-checking methods treat factuality evaluation as a binary classification problem, offering limited interpretability and failing to capture fine-graine…

Binary Classification

The Chronicles of RiDiC: Generating Datasets with Controlled Popularity Distribution for Long-form Factuality Evaluation

2026-03-11 · Pavel Braslavski, Dmitrii Iarosh, Nikita Sushko, Andrey Sakhovskiy 외 arxiv

We present a configurable pipeline for generating multilingual sets of entities with specified characteristics, such as domain, geographical location and popularity, using data from Wikipedia and Wikidata. These datasets…

How Does Response Length Affect Long-Form Factuality

2025-05-29 · James Xu Zhao, Jimmy Z. J. Liu, Bryan Hooi, See-Kiong Ng

Large language models (LLMs) are widely used for long-form text generation. However, factual errors in the responses would undermine their reliability. Despite growing attention to LLM factuality, the effect of response …

FormText Generation