paper-with-me

홈 › Papers

Policy Learning with Abstention

2025-10-22 · Ayush Sawarni, Jikai Jin, Justin Whitehouse, Vasilis Syrgkanis arxiv

Policy learning algorithms are widely used in areas such as personalized medicine and advertising to develop individualized treatment regimes. However, most methods force a decision even when predictions are uncertain, which is risky in high-stakes settings. We study policy learning with abstention, where a policy may defer to a safe default or an expert. When a policy abstains, it receives a small additive reward on top of the value of a random guess. We propose a two-stage learner that first identifies a set of near-optimal policies and then constructs an abstention rule from their disagreements. We establish fast O(1/n)-type regret guarantees when propensities are known, and extend these guarantees to the unknown-propensity case via a doubly robust (DR) objective. We further show that abstention is a versatile tool with direct applications to other core problems in policy learning: it yields improved guarantees under margin conditions without the common realizability assumption, connects to distributionally robust policy learning by hedging against small data shifts, and supports safe policy improvement by ensuring improvement over a baseline policy with high probability.

📄 PDF Abstract BibTeX arXiv:2510.19672

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TIAR: Trajectory-Informed Advantage Reweighting for LLM Abstention Learning

2026-05-25 · Muyu Pan, Shu Zhao, Nan Zhang, Philip Shin 외 arxiv

This paper investigates large language model (LLM) abstention learning, specifically using ternary reward, which incentivize truthfulness in large language models. This paper extends that idea by moving from a ternary re…

When In Doubt, Abstain: The Impact of Abstention on Strategic Classification

2025-10-15 · Lina Alkarmi, Ziyuan Huang, Mingyan Liu arxiv

Algorithmic decision making is increasingly prevalent, but often vulnerable to strategic manipulation by agents seeking a favorable outcome. Prior research has shown that classifier abstention (allowing a classifier to d…

Decision Making

Bridging the Detection-to-Abstention Gap in Reasoning Models under Insufficient Information

2026-05-27 · Renjie Gu, Jiaxu Li, Yihao Wang, Yun Yue 외 arxiv

We highlight a failure mode of large reasoning models on questions with insufficient information: models may recognize that a problem is under-specified, yet still continue reasoning and produce unsupported final answers…

Reinforcement Learning

Mitigating Lost in Multi-turn Conversation via Curriculum RL with Verifiable Accuracy and Abstention Rewards

2025-10-21 · Ming Li, Pei Chen, Zhenhao Zhang, Tao Yang 외 arxiv

Large Language Models demonstrate strong capabilities in single-turn instruction following but suffer from Lost-in-Conversation (LiC), a degradation in performance as information is revealed progressively in multi-turn s…

Reinforcement LearningInstruction Following

To Answer or to Abstain: Mitigating Search-Agent Hallucinations via Abstention-Aware Reinforcement Learning

2026-07-12 · Fengji Zhang, Tianyu Fan, Yuxiang Zheng, Xinyao Niu 외 arxiv

Recent advances in equipping Large Language Models (LLMs) with search tools and outcome-reward reinforcement learning (RL) have achieved new state-of-the-art results on open-domain QA tasks. However, we argue that curren…

Reinforcement Learning