AICLApr 28

Residual Drift Dominates Contradiction in Multi-Turn Constraint Reasoning

arXiv:2605.2394012.4Has Code
Predicted impact top 75% in AI · last 90 daysOriginality Incremental advance
AI Analysis

Identifies a previously overlooked failure mode in multi-turn reasoning for constraint satisfaction, crucial for developers of reliable AI systems.

Multi-turn reasoning systems fail primarily due to satisfiable drift (silent violation of prior commitments) rather than logical contradiction. Across 816 test problems, residual errors after repair are 98-100% satisfiable drift, with contradiction near zero.

How do multi-turn reasoning systems fail? The expected answer is logical contradiction, in which the system's maintained state becomes unsatisfiable. We show that the dominant mode is instead satisfiable drift, where the internal state stays consistent while the returned answer silently violates prior commitments. We build DRIFT-Bench (Decomposing Reasoning Into Failure Types), a solver-instrumented benchmark of 816 test problems across three constraint domains, and evaluate four methods on it across four open-weight models (8B-120B parameters). MUS-Repair, which feeds minimal unsatisfiable subsets back to the generator, is strongest in every setting (+1.8 to +15.0 pp over the best non-MUS baseline). But the central finding is what repair leaves behind. After structured feedback, models rarely contradict themselves. They forget. Residual errors are 98-100% satisfiable drift across all settings, while contradiction drops to near zero. Reliable multi-turn systems must separately validate that the returned answer respects the maintained state. Code is available at https://github.com/kaons-research/drift-bench.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes