🛰️ Daily AI Frontier
‹ back to 2026-08-07

Learning When to Trust via Selective Context Preference Optimization

arXiv cs.CL LLMs & Foundation Models Xian Sun, Wei Chow, Yingshuo Wang, Junhao Liu, Wei Gao, Qing Wu, Lingdong Kong 2026-08-06
Representative image for Learning When to Trust via Selective Context Preference Optimization

TL;DR - An arXiv paper reframing context robustness as "selective trust": models should reject misleading external context without becoming blind to helpful context, and it introduces a benchmark, a metric, and a DPO-based training method to get there.

  • MIST benchmark: human-annotated, rendering each reasoning item under four matched conditions — clean, misleading, correct-context, and irrelevant-context — so trust and resistance can be measured separately.
  • SC2W metric: a paired measure counting how often an injected misleading signal flips a clean-correct answer to wrong; a benchmark study finds this susceptibility is universal across models.
  • SCOPE method: mines clean-correct/misleading-wrong failure pairs and applies a standard DPO objective over matched preference pairs balanced equally across all four conditions, rather than training only on misleading items.
  • Reported effect: substantially lower SC2W on popular open-source models while preserving accuracy when added context is clean, correct, or irrelevant — the paper's core argument being that resistance alone is the wrong evaluation target.

view merged work →