Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/8/2 04:41:20
SCHEDBench: A Benchmark for Evaluating LLM Constraint Faithfulness in Natural-Language Combinatorial Scheduling
AI 中文解读
给AI出“排班题”,它居然会犯错?新发布的SCHEDBench基准测试发现,目前最强的AI大模型在面对用不同说法描述同一个调度问题时,常常给出相互矛盾的结果。比如把“护士每班8小时”换成“护士一天工作8小时”,模型就可能忽略原本严格遵守的硬性限制,导致排班方案不可用。这项研究用一千多个真实场景考验了十三款主流AI,结果显示,调整一句话的表述顺序就能明显影响AI的正确率。这意味着,现阶段的AI在理解规则上还不够“可靠”。未来,当医院、工厂或学校想要借助AI自动排班、安排生产计划时,就得格外小心——AI给出的方案可能因为题目“换了个问法”而悄悄出错。这也提醒开发者,在实际应用中需要加入更多校验机制,不能盲目信任AI的输出。
This paper introduces SCHEDBench, a natural-language benchmark for evaluating combinatorial scheduling constraint faithfulness under surface-form variation. Grounded in canonical scheduling instances and solver-derived feasibility and optimality, SCHEDBench assesses whether large language models (LLMs) generate schedules with the same constraint-feasible behavior across varied natural-language (NL) surface forms. SCHEDBench spans 1,132 instances across job-shop scheduling problems (JSP), single and multi-mode resource-constrained project scheduling problems (RCPSP), nurse rostering/scheduling, and curriculum timetabling problems of varying difficulty. Instances are templated into natural language problems using domain-specific templates, themed entities, lexical-syntactic template rephrasing, and constraint-level surface-form variation, with reference solutions verified for feasibility and objective optimality. Across thirteen frontier and open-weight LLMs, we find that models are not reliably invariant to semantically equivalent renderings of the same scheduling problem. Surface-form variation reduces feasibility and induces above-noise shifts in per-instance hard-constraint violations on matched instances. Among the tested isolated axes, constraint reordering yields the clearest above-noise sensitivity.
分享
阅读原文 ↗