paper-with-me

Papers

When Should LLMs Be Less Specific? Selective Abstraction for Reliable Long-Form Text Generation

2026-02-12 · Shani Goren, Ido Galil, Ran El-Yaniv arxiv

LLMs are widely used, yet they remain prone to factual errors that erode user trust and limit adoption in high-risk settings. One approach to mitigate this risk is to equip models with uncertainty estimation mechanisms that abstain when confidence is low. However, this binary "all-or-nothing" approach is excessively restrictive in long-form settings, often discarding valuable information. We introduce Selective Abstraction (SA), a framework that enables LLMs to trade specificity for reliability by selectively reducing the detail of uncertain content. We first formalize SA through the lenses of selective risk and coverage. We then propose Atom-wise Selective Abstraction, a claim-level instantiation that decomposes responses into atomic claims (short, self-contained statements each expressing a single fact) and replaces uncertain atoms with higher confidence, less specific abstractions. To evaluate this framework, we develop a novel end-to-end pipeline for open-ended generation that instantiates risk as factual correctness and measures coverage using an information-theoretic measure of retained information. Across six open-source models on the FactScore and LongFact-Objects benchmarks, atom-wise SA consistently outperforms existing baselines, improving the area under the risk-coverage curve (AURC) by up to 27.73% over claim removal, demonstrating that reducing specificity can boost accuracy and reliability while preserving most of their original meaning.

📄 PDF Abstract BibTeX arXiv:2602.11908

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Selective Fairness in Recommendation via Prompts

2022-05-10 · Yiqing Wu, Ruobing Xie, Yongchun Zhu, Fuzhen Zhuang 외

Recommendation fairness has attracted great attention recently. In real-world systems, users usually have multiple sensitive attributes (e.g. age, gender, and occupation), and users may not want their recommendation resu…

AttributeFairnessSequential Recommendation

Selective Prompt Anchoring for Code Generation

2024-08-17 · Yuan Tian, Tianyi Zhang

Recent advances in large language models (LLMs) have transformed software development by automatically generating code from natural language. Yet challenges remain in generating fully correct code that aligns with user i…

Code Generation

GPU Forecasters: Language Models as Selective Surrogates for Kernel Runtime Optimization

2026-05-29 · Zaid Khan, Justin Chih-Yao Chen, Jaemin Cho, Elias Stengel-Eskin 외 arxiv

GPU kernels are the workhorse of modern deep learning, and optimizing them (via evolutionary search or coding agents) usually requires repeated measurement on target hardware. While these measurements provide the ground-…

Reinforcement Learning

Conformalized Selective Regression

2024-02-26 · Anna Sokol, Nuno Moniz, Nitesh Chawla

Should prediction models always deliver a prediction? In the pursuit of maximum predictive performance, critical considerations of reliability and fairness are often overshadowed, particularly when it comes to the role o…

Conformal PredictionFairnessPredictionregression

Adaptation with Self-Evaluation to Improve Selective Prediction in LLMs

2023-10-18 · Jiefeng Chen, Jinsung Yoon, Sayna Ebrahimi, Sercan O Arik 외

Large language models (LLMs) have recently shown great advances in a variety of tasks, including natural language understanding and generation. However, their use in high-stakes decision-making scenarios is still limited…

Decision MakingNatural Language UnderstandingPredictionQuestion Answering