ArXiv

Learning When to Trust via Selective Context Preference Optimization

Authors
Xian Sun, Wei Chow, Yingshuo Wang...
Categories
cs.CL, cs.AI, cs.LG
arXiv
https://arxiv.org/abs/2608.06377v1
PDF
https://arxiv.org/pdf/2608.06377v1

Brief

The paper presents selective trust as the goal for context-conditioned LMs, introducing MIST, a human-annotated benchmark with four matched context conditions and SC2W, a metric tracking misleading-induced flips. It shows susceptibility is widespread and proposes SCOPE, which uses DPO over balanced matched pairs (not only misleading cases) to markedly reduce SC2W on open models while retaining accuracy when context is trustworthy. Full text and data are publicly available.

Why it matters

MIST (human-annotated) frames each reasoning item under four matched conditions—clean, misleading, correct-context, and irrelevant-context—and defines SC2W, a paired metric that counts how often a misleading signal flips a clean-correct answer to wrong (paper published 2026-08-06 by Xian Sun et al.).

Key details

  • SCOPE mines clean-correct / misleading-wrong failures and optimizes a Direct Preference Optimization (DPO) objective over matched preference pairs balanced equally across all four conditions; this substantially reduces SC2W on popular open-source models while preserving accuracy when added context is clean, correct, or irrelevant.
  • Code, dataset, and project materials are publicly released (Project page: https://worldbench.github.io/scope, GitHub: https://github.com/worldbench/SCOPE, HF dataset: https://huggingface.co/datasets/worldbench/MIST-Bench).
Source evidence

Abstract

Language models increasingly condition their answers on external signals, and a single misleading one can turn a correct answer wrong. The obvious remedy, training models to resist such signals, hides a failure mode: a model that ignores all context looks robust yet is useless when the context is worth trusting. We recast the problem as selective trust and introduce MIST, a human-annotated benchmark that renders each reasoning item under four matched conditions (clean, misleading, correct-context, and irrelevant-context), together with SC2W, a paired metric counting how often a misleading signal flips a clean-correct answer to wrong. Across a comprehensive benchmark study, we observe that such a susceptibility is universal. We then propose SCOPE, which mines clean-correct/misleading-wrong failures and optimizes a standard Direct Preference Optimization (DPO) objective over matched preference pairs balanced equally across all four conditions, rather than over misleading items alone. Our approach substantially reduces SC2W on popular open-sourced models while preserving accuracy when the added context is clean, correct, or irrelevant. With this work, we argue that models should be judged on selective trust, not on resistance alone.

Comment: Project Page at https://worldbench.github.io/scope GitHub Repo at https://github.com/worldbench/SCOPE HF Dataset at https://huggingface.co/datasets/worldbench/MIST-Bench