paper-with-me

Papers

Online Learning with Abstention

2017-03-09 · ICML 2018 7 · Corinna Cortes, Giulia Desalvo, Claudio Gentile, Mehryar Mohri, Scott Yang

We present an extensive study of the key problem of online learning where algorithms are allowed to abstain from making predictions. In the adversarial setting, we show how existing online algorithms and guarantees can be adapted to this problem. In the stochastic setting, we first point out a bias problem that limits the straightforward extension of algorithms such as UCB-N to time-varying feedback graphs, as needed in this context. Next, we give a new algorithm, UCB-GT, that exploits historical data and is adapted to time-varying feedback graphs. We show that this algorithm benefits from more favorable regret guarantees than a possible, but limited, extension of UCB-N. We further report the results of a series of experiments demonstrating that UCB-GT largely outperforms that extension of UCB-N, as well as more standard baselines.

📄 PDF Abstract BibTeX arXiv:1703.03478

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Rates for Online Prediction with Abstention

2020-01-28 · Gergely Neu, Nikita Zhivotovskiy

In the setting of sequential prediction of individual $\{0, 1\}$-sequences with expert advice, we show that by allowing the learner to abstain from the prediction by paying a cost marginally smaller than $\frac 12$ (say,…

Prediction

Multi-Armed Bandits with Abstention

2024-02-23 · Junwen Yang, Tianyuan Jin, Vincent Y. F. Tan

We introduce a novel extension of the canonical multi-armed bandit problem that incorporates an additional strategic element: abstention. In this enhanced framework, the agent is not only tasked with selecting an arm at …

Decision MakingMulti-Armed Bandits

KARL: Mitigating Hallucinations in LLMs via Knowledge-Boundary-Aware Reinforcement Learning

2026-04-03 · Cheng Gao, Cheng Huang, Kangyang Luo, Ziqing Qiao 외 arxiv

Enabling large language models (LLMs) to appropriately abstain from answering questions beyond their knowledge is crucial for mitigating hallucinations. While existing reinforcement learning methods foster autonomous abs…

Reinforcement Learning

The Extended Littlestone's Dimension for Learning with Mistakes and Abstentions

2016-04-21 · Chicheng Zhang, Kamalika Chaudhuri

This paper studies classification with an abstention option in the online setting. In this setting, examples arrive sequentially, the learner is given a hypothesis class $\mathcal H$, and the goal of the learner is to ei…

The Yes-Man Syndrome: Benchmarking Abstention in Embodied Robotic Agents

2026-05-19 · Doguhan Yeke, Elif Su Temirel, Ananth Shreekumar, Brandon Lee 외 arxiv

Vision-language models (VLMs) are used as high-level planners for embodied agents, translating natural language instructions and visual observations into action plans. While prior work has studied abstention in LLMs, exi…

Visual Grounding