菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-02
📄 Abstract - Bridging Auxiliary Constraints to Resolve Instruction Following in Large Reasoning Models

Large Reasoning Models (LRMs) have demonstrated impressive capabilities in many tasks, yet they struggle with reliably following multiple instructions, either by failing to satisfy individual constraints or by struggling to balance competing constraints simultaneously. We formalize this challenge as the Constraint Adherence Problem (CAP). This paper introduces a novel framework that addresses CAP by representing instructions as a structured knowledge graph of constraints. Our approach, Constraint Relationship Graph Completion (CRGC), explicitly models relationships between constraints, identifies adherence challenges, and discovers ``bridge constraints'' that help the model better focus on and reconcile requirements. Bridge constraints act as auxiliary instructions that make primary constraints more salient and compatible. Unlike existing approaches that enhance instruction following through general training methods, CRGC specifically improves constraint satisfaction by leveraging the model's own knowledge to create better pathways for generation. Experiments across three popular instruction following datasets demonstrate that our approach reduces constraint violations by 39% compared to standard prompting while maintaining reasoning abilities of large reasoning models.

顶级标签: llm machine learning
详细标签: instruction following constraint adherence knowledge graph bridge constraints reasoning model 或 搜索:

利用辅助约束桥梁解决大型推理模型中的指令遵循问题 / Bridging Auxiliary Constraints to Resolve Instruction Following in Large Reasoning Models


1️⃣ 一句话总结

这篇论文提出了一种名为CRGC的新方法,通过将指令构建成约束关系图谱,并自动发现和添加辅助的"桥梁约束",帮助大型推理模型更准确地理解和平衡多个相互冲突的要求,从而将指令遵循的错误率降低了39%。

源自 arXiv: 2606.03624