TCP: a Benchmark for Temporal Constraint-Based Planning
Zifeng Ding, Sikuan Yan, Zhangdie Yuan, Xianglong Hu, Fangru Lin, Andreas Vlachos
TL;DR
TCP introduces a comprehensive benchmark for temporal constraint-based planning in dialogue-form problems, addressing multi-constraint scheduling across diverse domains. The authors employ a scalable 600-instance generation pipeline that couples abstract prototypes with domain-rich scenarios and rigorous quality checks, while anonymizing content to reduce memorization effects. Experimental results show that even state-of-the-art reasoning LLMs struggle with asynchronous constraints and time-zone reasoning, though they outperform standard LLMs with CoT prompts, with longer, more structured reasoning correlating with higher accuracy. Overall, TCP reveals key weaknesses in current temporal planning capabilities and provides a pragmatic, open-source platform to drive future improvements in LLM-based planning under temporal constraints.
Abstract
Temporal reasoning and planning are essential capabilities for large language models (LLMs), yet most existing benchmarks evaluate them in isolation and under limited forms of complexity. To address this gap, we introduce the Temporal Constraint-based Planning (TCP) benchmark that jointly assesses both capabilities. Each instance in TCP features a naturalistic dialogue around a collaborative project, where diverse and interdependent temporal constraints are explicitly or implicitly expressed, and models must infer an optimal schedule that satisfies all constraints. To construct TCP, we generate abstract problem prototypes that are then paired with realistic scenarios from various domains and enriched into dialogues using an LLM. A human quality check is performed on a sampled subset to confirm the reliability of our benchmark. We evaluate state-of-the-art LLMs and find that even the strongest models may struggle with TCP, highlighting its difficulty and revealing limitations in LLMs' temporal constraint-based planning abilities. We analyze underlying failure cases, open source our benchmark, and hope our findings can inspire future research.
