paper-with-me

홈 › Papers

Overconfident and Blind to Details: Fixing Prompt Insensitivity with Abductive Preference Learning

2025-10-10 · Yijin Ni, Simon Yu, Peng Qi arxiv

Vision and language models frequently ignore semantically critical input edits, defaulting to pretraining priors. For example, models will confidently assert a five-legged dog has four legs; consequently, on the VLMBias benchmark, GPT 5.2 and Claude Sonnet 4.6 achieve only $4.6\%$ and $0\%$ accuracy, respectively. Existing methods address this problem through building up datasets that covers the underrepresented inputs to tune the policy function $π(y \mid x)$, where $x$ and $y$ refer to input prompts and responses, respectively. However, prompting baselines yield gains of under $3\%$ on VLMBias due to the low probability density of rare prompts. To bypass this bottleneck, we propose \emph{abductive preference learning} to optimize the abductive policy $π(x \mid y)$. We prove this amplifies forward policy improvements by a factor of $q(y)/p(x)$, where $p(\cdot)$ and $q(\cdot)$ denote the marginal probabilities of the prompt and response, yielding the largest gains on the rarest prompts. Furthermore, we demonstrate that for translation invariant pairwise preference learning methods, such as DPO, estimating $π(x \mid y)$ reduces to a structural data swap that compares prompts for a fixed response, requiring no architectural changes. Empirically, abductive preference learning delivers large gains on counterfactual sensitivity: on VLMBias, A-DPO raises accuracy from $3\%$ to $44\%$ ($14\times$), outperforming GPT-5.2 ($4.6\%$) and all closed-source VLMs except Gemini~3~Flash; on Inverse-IFEval, Multi-DPOP reaches $65$--$84\%$, surpassing GPT-5 ($73.7\%$) at the 9B scale while preserving IFBench, unlike DPO which degrades it by $8$--$12\%$.

📄 PDF Abstract BibTeX arXiv:2510.09887

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Augmentation by Counterfactual Explanation -- Fixing an Overconfident Classifier

2022-10-21 · Sumedha Singla, Nihal Murali, Forough Arabshahi, Sofia Triantafyllou 외

A highly accurate but overconfident model is ill-suited for deployment in critical applications such as healthcare and autonomous driving. The classification outcome should reflect a high uncertainty on ambiguous in-dist…

Autonomous DrivingcounterfactualCounterfactual Explanation

Visual Style Prompt Learning Using Diffusion Models for Blind Face Restoration

2024-12-30 · Wanglong Lu, Jikai Wang, Tao Wang, Kaihao Zhang 외

Blind face restoration aims to recover high-quality facial images from various unidentified sources of degradation, posing significant challenges due to the minimal information retrievable from the degraded images. Prior…

Blind Face RestorationPrompt Learning

Whose Bias?

2021-11-19 · Vasudha Jain, Mark Whitmeyer

Law enforcement acquires costly evidence with the aim of securing the conviction of a defendant, who is convicted if a decision-maker's belief exceeds a certain threshold. Either law enforcement or the decision-maker is …

On the Estimation of Pointwise Dimension

2013-12-09 · Shohei Hidaka, Neeraj Kashyap

Our goal in this paper is to develop an effective estimator of fractal dimension. We survey existing ideas in dimension estimation, with a focus on the currently popular method of Grassberger and Procaccia for the estima…

If It's Not Buggy, Don't Fix It: On the Dynamics of Iterative Bug-fixing with LLMs

2026-09-09 · Xietao Wang-Lin, Anton Isopoussu, Louis Mahon arxiv

Large language models (LLMs) have become ubiquitous in software development, with LLM-based automated program repair tools increasingly used during code review. In this report, we explore the iterative blind use of LLMs …

Program Repair