File size: 5,230 Bytes
927d8d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f964c3
927d8d3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
license: cc-by-sa-4.0

language:
  - eng
language_details: >-
  en
tags:
  - task-completion
  - agents
  - llm-agents
  - dialogue-system
  - task-oriented-dialogue-system
  - user-persona
  - user-simulator
  - role-playing
task_categories:
  - text-generation
configs:
  - config_name: all
    data_files:
      - split: test
        path: output_jsonl/*.jsonl
  - config_name: multi_8domain
    data_files:
      - split: test
        path: output_jsonl/multi_8domain.jsonl
  - config_name: multi_11domain
    data_files:
      - split: test
        path: output_jsonl/multi_11domain.jsonl
  - config_name: attraction
    data_files:
      - split: test
        path: output_jsonl/attraction.jsonl
  - config_name: bar
    data_files:
      - split: test
        path: output_jsonl/bar.jsonl
  - config_name: cafe
    data_files:
      - split: test
        path: output_jsonl/cafe.jsonl
  - config_name: cruise
    data_files:
      - split: test
        path: output_jsonl/cruise.jsonl
  - config_name: dessert
    data_files:
      - split: test
        path: output_jsonl/dessert.jsonl
  - config_name: flight
    data_files:
      - split: test
        path: output_jsonl/flight.jsonl
  - config_name: food_and_dining
    data_files:
      - split: test
        path: output_jsonl/food_and_dining.jsonl
  - config_name: hotel
    data_files:
      - split: test
        path: output_jsonl/hotel.jsonl
  - config_name: kayak_rental
    data_files:
      - split: test
        path: output_jsonl/kayak_rental.jsonl
  - config_name: live_show
    data_files:
      - split: test
        path: output_jsonl/live_show.jsonl
  - config_name: vehicle_rental
    data_files:
      - split: test
        path: output_jsonl/vehicle_rental.jsonl
  - config_name: attraction_cafe
    data_files:
      - split: test
        path: output_jsonl/attraction_cafe.jsonl
  - config_name: attraction_dessert
    data_files:
      - split: test
        path: output_jsonl/attraction_dessert.jsonl
  - config_name: attraction_food_dining_cafe
    data_files:
      - split: test
        path: output_jsonl/attraction_food_dining_cafe.jsonl
  - config_name: flight_hotel_attraction_rental
    data_files:
      - split: test
        path: output_jsonl/flight_hotel_attraction_rental.jsonl
  - config_name: flight_hotel_bar
    data_files:
      - split: test
        path: output_jsonl/flight_hotel_bar.jsonl
  - config_name: hotel_attraction_rental
    data_files:
      - split: test
        path: output_jsonl/hotel_attraction_rental.jsonl
  - config_name: hotel_rental_food_bar
    data_files:
      - split: test
        path: output_jsonl/hotel_rental_food_bar.jsonl
  - config_name: hotel_rental
    data_files:
      - split: test
        path: output_jsonl/hotel_rental.jsonl
  - config_name: live_show_food_dining
    data_files:
      - split: test
        path: output_jsonl/live_show_food_dining.jsonl
  - config_name: vehicle_rental_attraction
    data_files:
      - split: test
        path: output_jsonl/vehicle_rental_attraction.jsonl
---

# T1-Bench: Benchmarking Multi-Scenario Agents in Real-World Domains

![Overview](./assets/architecture.png)

**T1-Bench** is a high-fidelity benchmark for evaluating task-completion and role-playing agents across **25 domains**, including **11 single-domain and 14 multi-domain settings**. It provides **76 tools** and **extensive human annotations**, enabling systematic evaluation of agents in realistic, policy-grounded multi-domain interactions with natural user–assistant role-playing.

**T1-Bench** is a fully automated benchmark for evaluating the tool-calling capabilities of conversational AI agents across diverse service domains in task-oriented settings. The framework simulates end-to-end user–agent interactions without requiring human intervention at inference time, where a User Agent generates realistic customer utterances conditioned on predefined task goals and a tool-augmented Assistant Agent responds by invoking domain-specific tools/APIs and producing outputs grounded in tool results, prior conversational context, and domain-specific policies. Designed to capture the sequential and interactive nature of real-world service workflows across multi-domain scenarios, T1-Bench requires agents to maintain conversational state, reason over prior tool outputs, and execute multi-step operations such as search, filtering, booking, modification, and cancellation. Because all interactions are grounded in deterministic datasets and executable tools, the benchmark enables reproducible and fine-grained evaluation of agent behavior, tool-use decisions, and task completion performance.

## Results

![Results](./assets/pass_at_k3_chart.png)

![PassK](./assets/complexity_plot_pass_k.png)

## Code
Please refer to the official implementation repository:  
[https://github.com/CapitalOne-Research/t1-bench](https://github.com/CapitalOne-Research/t1-bench)

## Contact

E-mail: [Genta Indra Winata](mailto:genta.winata@capitalone.com) or [Amartya Chakraborty](mailto:amartya.chakraborty@capitalone.com).

## License
The dataset is licensed under CC-BY-SA 4.0.

## Citation

If you find this dataset useful, please cite the following work

```bibtex
bibtex
```