Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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

Overview

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

PassK

Code

Please refer to the official implementation repository:
https://github.com/CapitalOne-Research/t1-bench

Contact

E-mail: Genta Indra Winata or Amartya Chakraborty.

License

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

Citation

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

bibtex
Downloads last month
79