### PlanningBench Data Structure Source: https://github.com/tencent-hunyuan/planningbench/blob/main/README.md The repository structure for PlanningBench, highlighting the location of evaluation data and assets. ```text PlanningBench/ ├── data/ │ └── PlanningBench-eval.jsonl # 467 synthetic evaluation instances ├── asset/ │ ├── planningbench-logo.png # PlanningBench benchmark logo │ ├── hunyuanlogo.png # Tencent Hunyuan logo │ ├── cn_ruc_logo.png # Renmin University of China logo │ ├── figure-data.png # Task taxonomy and data distribution figure │ └── figure-framework.png # Data construction framework figure ├── LICENSE-PlanningBench.txt └── README.md ``` -------------------------------- ### PlanningBench Citation Source: https://github.com/tencent-hunyuan/planningbench/blob/main/README.md Use this BibTeX entry when citing the PlanningBench project in academic work. Ensure all fields are accurate for proper attribution. ```bibtex @article{zhao2026planningbench, title={PlanningBench: Generating Scalable and Verifiable Planning Data for Evaluating and Training Large Language Models}, author={Zhao, Ziliang and Xu, Zenan and Wang, Shuting and Qian, Hongjin and Lei, Yan and Hu, Minda and Wang, Zhao and Dou, Shihan and Dou, Zhicheng and Zhou, Pluto}, journal={arXiv preprint arXiv:2605.20873}, year={2026} } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.