Liang-Chun Tsai commited on
Commit
ea2ec9d
·
verified ·
1 Parent(s): 1d835f1

Publish ThinkingBox-Bench v1.0 dataset viewer

Browse files
Files changed (5) hide show
  1. LICENSE.txt +104 -0
  2. README.md +99 -0
  3. data/agents.parquet +3 -0
  4. data/scenarios.parquet +3 -0
  5. data/tasks.parquet +3 -0
LICENSE.txt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository is dual-licensed by content type:
2
+
3
+ - Software (code under servers/ and any first-party Python in this repo)
4
+ is licensed under the MIT License (SPDX: MIT) — see the MIT section
5
+ below.
6
+
7
+ - Data (content under dataset/, support/, and releases/) is licensed under
8
+ the Community Data License Agreement – Permissive – Version 2.0 (SPDX:
9
+ CDLA-Permissive-2.0) — see the CDLA section below. The canonical text
10
+ is published at https://cdla.dev/permissive-2-0/.
11
+
12
+ When redistributing data from this repository, include this LICENSE.txt
13
+ alongside the redistributed data, as required by section 2.1 of the CDLA.
14
+
15
+
16
+ ================================================================================
17
+ MIT License (applies to software / code)
18
+ ================================================================================
19
+
20
+ Copyright (c) Microsoft Corporation.
21
+
22
+ Permission is hereby granted, free of charge, to any person obtaining a copy
23
+ of this software and associated documentation files (the "Software"), to deal
24
+ in the Software without restriction, including without limitation the rights
25
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26
+ copies of the Software, and to permit persons to whom the Software is
27
+ furnished to do so, subject to the following conditions:
28
+
29
+ The above copyright notice and this permission notice shall be included in all
30
+ copies or substantial portions of the Software.
31
+
32
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38
+ SOFTWARE.
39
+
40
+
41
+ ================================================================================
42
+ CDLA-Permissive-2.0 (applies to data)
43
+ ================================================================================
44
+
45
+ Copyright (c) 2026 Microsoft Corporation
46
+
47
+
48
+ Community Data License Agreement – Permissive – Version 2.0
49
+
50
+ This is the Community Data License Agreement – Permissive, Version 2.0 (the
51
+ "agreement"). Data Provider(s) and Data Recipient(s) agree as follows:
52
+
53
+ 1. Provision of the Data
54
+
55
+ 1.1. A Data Recipient may use, modify, and share the Data made available by
56
+ Data Provider(s) under this agreement if that Data Recipient follows the terms
57
+ of this agreement.
58
+
59
+ 1.2. This agreement does not impose any restriction on a Data Recipient's use,
60
+ modification, or sharing of any portions of the Data that are in the public
61
+ domain or that may be used, modified, or shared under any other legal
62
+ exception or limitation.
63
+
64
+ 2. Conditions for Sharing Data
65
+
66
+ 2.1. A Data Recipient may share Data, with or without modifications, so long
67
+ as the Data Recipient makes available the text of this agreement with the
68
+ shared Data.
69
+
70
+ 3. No Restrictions on Results
71
+
72
+ 3.1. This agreement does not impose any restriction or obligations with
73
+ respect to the use, modification, or sharing of Results.
74
+
75
+ 4. No Warranty; Limitation of Liability
76
+
77
+ 4.1. All Data Recipients receive the Data subject to the following terms:
78
+
79
+ THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS, WARRANTIES
80
+ OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
81
+ LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
82
+ MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
83
+
84
+ NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
85
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT
86
+ LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
87
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
88
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS, EVEN IF ADVISED OF
89
+ THE POSSIBILITY OF SUCH DAMAGES.
90
+
91
+ 5. Definitions
92
+
93
+ 5.1. "Data" means the material received by a Data Recipient under this
94
+ agreement.
95
+
96
+ 5.2. "Data Provider" means any person who is the source of Data provided
97
+ under this agreement and in reliance on a Data Recipient's agreement to its
98
+ terms.
99
+
100
+ 5.3. "Data Recipient" means any person who receives Data directly or
101
+ indirectly from a Data Provider and agrees to the terms of this agreement.
102
+
103
+ 5.4. "Results" means any outcome obtained by computational analysis of Data,
104
+ including for example machine learning models and models' insights.
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ThinkingBox-Bench
3
+ license: cdla-permissive-2.0
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - reinforcement-learning
8
+ tags:
9
+ - agent
10
+ - tool-use
11
+ - benchmark
12
+ - evaluation
13
+ configs:
14
+ - config_name: tasks
15
+ default: true
16
+ data_files:
17
+ - split: test
18
+ path: data/tasks.parquet
19
+ - config_name: scenarios
20
+ data_files:
21
+ - split: test
22
+ path: data/scenarios.parquet
23
+ - config_name: agents
24
+ data_files:
25
+ - split: test
26
+ path: data/agents.parquet
27
+ ---
28
+
29
+ # ThinkingBox-Bench
30
+
31
+ ThinkingBox-Bench is an executable benchmark for evaluating whether tool-using
32
+ LLM agents can reliably complete stateful business workflows. Version 1.0
33
+ contains 507 tool-agent-user tasks across retail and e-commerce, travel and
34
+ hospitality, auto insurance, neobank support, and consulting IT/HR support.
35
+
36
+ This dataset repository provides a browsable representation of the benchmark.
37
+ The executable benchmark, tool servers, and supporting fixtures are maintained
38
+ in the
39
+ [`microsoft/thinkingbox-data`](https://github.com/microsoft/thinkingbox-data)
40
+ GitHub repository.
41
+
42
+ ## Dataset structure
43
+
44
+ | Subset | Rows | Contents |
45
+ | - | -: | - |
46
+ | `tasks` | 507 | User goal, initial-state patch, expected tool interactions, and rubrics |
47
+ | `scenarios` | 5 | Shared world state and available tools, linked by `scenario_id` |
48
+ | `agents` | 1 | Agent instructions and built-in tools |
49
+
50
+ Select a subset using the Dataset Viewer dropdown. Each task references its
51
+ shared scenario through `scenario_id`. Nested task state and expected
52
+ interactions are serialized as JSON strings so they remain readable and
53
+ portable in the Viewer.
54
+
55
+ ### Task fields
56
+
57
+ | Field | Description |
58
+ | - | - |
59
+ | `task_ref` | Canonical `file.py:function_name` identifier from the release test list |
60
+ | `domain` | Human-readable benchmark domain |
61
+ | `scenario_id` | Key linking the task to its shared row in the `scenarios` subset |
62
+ | `query` | Initial request sent by the simulated user |
63
+ | `user_context` | Instructions and facts available to the simulated user |
64
+ | `initial_state_patch_json` | JSON object applied to the scenario's base world state before the task starts |
65
+ | `expected_tool_interactions_json` | Ordered golden tool calls that define the expected state changes |
66
+ | `rubrics_json` | Additional response requirements evaluated for applicable tasks |
67
+ | `source_url` | Tagged GitHub source containing the executable test definition |
68
+ | `release_tag` | Immutable `thinkingbox-data` release used to generate the row |
69
+
70
+ The dataset does not store a precomputed expected end state. During evaluation,
71
+ the scenario's MCP server creates a fresh database, applies
72
+ `initial_state_patch_json`, and replays `expected_tool_interactions_json` to
73
+ materialize the `golden_db_state`. It then compares the stable hash of that
74
+ state with the hash of the database modified by the evaluated agent. This
75
+ runtime process ensures the expected state uses the same tool implementation
76
+ and database semantics as the agent's attempt.
77
+
78
+ ## Intended use
79
+
80
+ ThinkingBox-Bench v1.0 is intended exclusively for evaluation. Do not use its
81
+ task content, expected outcomes, golden state, or tool trajectories for prompt
82
+ optimization, fine-tuning, reinforcement learning, reward-model training, or
83
+ other model optimization.
84
+
85
+ ## Run the benchmark
86
+
87
+ The Parquet tables are for browsing and analysis; they are not the executable
88
+ runtime. Follow the
89
+ [ThinkingBox-Bench v1.0 instructions](https://github.com/microsoft/thinkingbox-data/blob/thinkingbox-bench-v1.0/releases/thinkingbox_bench_v1/README.md#run-the-benchmark)
90
+ to install ThinkingBox, start the required services, and run all 507 tasks.
91
+
92
+ For reproducibility, use the
93
+ [`thinkingbox-bench-v1.0`](https://github.com/microsoft/thinkingbox-data/releases/tag/thinkingbox-bench-v1.0)
94
+ release.
95
+
96
+ ## License
97
+
98
+ The dataset is licensed under the Community Data License Agreement -
99
+ Permissive - Version 2.0 (`CDLA-Permissive-2.0`). See `LICENSE.txt`.
data/agents.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6809074441ad983b179661953d646d0627f70d7b4c534214581a2fd63d2623e6
3
+ size 12731
data/scenarios.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850c51344efc3aa87621e95679e84bdf9f51f143b2e4a3e80ef3219da138ec54
3
+ size 57496
data/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88079e0a62bfdd69cca361165ab270503e4ff9b1719964646358966ce3223a1a
3
+ size 378705