hanwen111 commited on
Commit
9a2f3ec
·
verified ·
1 Parent(s): fc92309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -11,4 +11,19 @@ configs:
11
  data_files: "TPS-EASY.jsonl"
12
  - config_name: TPS-HARD
13
  data_files: "TPS-HARD.jsonl"
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  data_files: "TPS-EASY.jsonl"
12
  - config_name: TPS-HARD
13
  data_files: "TPS-HARD.jsonl"
14
+ ---
15
+
16
+ # TPS-Bench: Evaluating AI Agents’ Tool Planning & Scheduling Abilities in Compounding Tasks
17
+
18
+ [![Paper](https://img.shields.io/badge/arXiv-2511.01527-b31b1b.svg)](https://arxiv.org/abs/2511.01527)
19
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-black.svg)](https://github.com/hanwenxu1/mcp-agent)
20
+
21
+ ## Dataset Description
22
+
23
+ **TPS-Bench** is a benchmark designed to evaluate the tool planning and scheduling capabilities of AI agents in compounding tasks. Unlike standard tool-use benchmarks that focus primarily on simple sequential execution, TPS-Bench assesses an agent's ability to handle task dependencies, concurrent execution, and complex temporal constraints.
24
+
25
+ ### Subsets
26
+
27
+ Currently, the benchmark releases two data subsets:
28
+ * **TPS-EASY**: Contains 100 instances. Features shorter dependency paths, suitable for evaluating foundational planning capabilities.
29
+ * **TPS-HARD**: Contains 100 instances. Involves highly complex, long-chain dependencies and multi-tool parallel scheduling scenarios, requiring advanced logical reasoning and precise temporal execution.