paper-with-me

Papers

Characterizing LLM Abstention Behavior in Science QA with Context Perturbations

2024-04-18 · Bingbing Wen, Bill Howe, Lucy Lu Wang

The correct model response in the face of uncertainty is to abstain from answering a question so as not to mislead the user. In this work, we study the ability of LLMs to abstain from answering context-dependent science questions when provided insufficient or incorrect context. We probe model sensitivity in several settings: removing gold context, replacing gold context with irrelevant context, and providing additional context beyond what is given. In experiments on four QA datasets with six LLMs, we show that performance varies greatly across models, across the type of context provided, and also by question type; in particular, many LLMs seem unable to abstain from answering boolean questions using standard QA prompts. Our analysis also highlights the unexpected impact of abstention performance on QA task accuracy. Counter-intuitively, in some settings, replacing gold context with irrelevant context or adding irrelevant context to gold context can improve abstention performance in a way that results in improvements in task performance. Our results imply that changes are needed in QA dataset design and evaluation to more effectively assess the correctness and downstream impacts of model abstention.

📄 PDF Abstract BibTeX arXiv:2404.12452

Code (1)

bbwen/llm_scienceqa 공식 구현

Similar Papers 제목 키워드 기반

Knowing When to Abstain: Medical LLMs Under Clinical Uncertainty

2026-01-18 · Sravanthi Machcha, Sushrita Yerra, Sahil Gupta, Aishwarya Sahoo 외 arxiv

Current evaluation of large language models (LLMs) overwhelmingly prioritizes accuracy; however, in real-world and safety-critical applications, the ability to abstain when uncertain is equally vital for trustworthy depl…

Question Answering

Controlled abstention neural networks for identifying skillful predictions for regression problems

2021-04-16 · Elizabeth A. Barnes, Randal J. Barnes

The earth system is exceedingly complex and often chaotic in nature, making prediction incredibly challenging: we cannot expect to make perfect predictions all of the time. Instead, we look for specific states of the sys…

regression

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

Label Ranking with Partial Abstention based on Thresholded Probabilistic Models

2012-12-01 · NeurIPS 2012 12 · Weiwei Cheng, Eyke Hüllermeier, Willem Waegeman, Volkmar Welker

Several machine learning methods allow for abstaining from uncertain predictions. While being common for settings like conventional classification, abstention has been studied much less in learning to rank. We address ab…

General ClassificationLearning-To-Rank

KnowGuard: Knowledge-Driven Abstention for Multi-Round Clinical Reasoning

2025-09-29 · Xilin Dang, Kexin Chen, Xiaorui Su, Ayush Noori 외 arxiv

In clinical practice, physicians refrain from making decisions when patient information is insufficient. This behavior, known as abstention, is a critical safety mechanism preventing potentially harmful misdiagnoses. Rec…