Overconfident and Blind to Details: Fixing Prompt Insensitivity with Abductive Preference Learning
Abstract
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 and accuracy, respectively. Existing methods address this problem through building up datasets that covers the underrepresented inputs to tune the policy function , where and refer to input prompts and responses, respectively. However, prompting baselines yield gains of under 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 . We prove this amplifies forward policy improvements by a factor of , where and 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 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 to (), outperforming GPT-5.2 () and all closed-source VLMs except Gemini~3~Flash; on Inverse-IFEval, Multi-DPOP reaches --, surpassing GPT-5 () at the 9B scale while preserving IFBench, unlike DPO which degrades it by --.
Cite
@article{arxiv.2510.09887,
title = {Overconfident and Blind to Details: Fixing Prompt Insensitivity with Abductive Preference Learning},
author = {Yijin Ni and Simon Yu and Peng Qi},
journal= {arXiv preprint arXiv:2510.09887},
year = {2026}
}