Dataset Viewer
Auto-converted to Parquet
model
stringclasses
1 value
evaluation_date
stringdate
2025-10-28 05:51:22
2025-10-28 05:51:22
task_id
stringlengths
16
26
agent_type
stringclasses
2 values
difficulty
stringclasses
3 values
prompt
stringlengths
23
118
success
bool
2 classes
tool_called
bool
1 class
correct_tool
bool
2 classes
final_answer_called
bool
1 class
response_correct
bool
1 class
tools_used
listlengths
1
5
steps
int64
3
7
response
stringlengths
2
984
error
null
trace_id
stringlengths
32
34
execution_time_ms
float64
24.2k
726k
total_tokens
int64
7.99k
55.2k
cost_usd
float64
0.16
1.04
enhanced_trace_info
stringlengths
140
157
openai/gpt-4
2025-10-28T05:51:22.971093
tool_weather_single
tool
easy
What's the weather in Paris, France?
true
true
true
true
true
[ "get_weather" ]
3
The weather in Paris, France is 20°C, Partly Cloudy.
null
0xc2ab68670b47199156862cd5e5cde69
24,864.285201
7,987
0.16227
{"trace_id": "0xc2ab68670b47199156862cd5e5cde69", "total_tokens": 7987, "duration_ms": 24864.285201, "cost_usd": 0.16226999999999997, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971131
tool_time_single
tool
easy
What time is it in UTC?
true
true
true
true
true
[ "get_current_time" ]
3
Current time in UTC: 2025-10-28 05:34:23
null
0x733f6853ca1c7d2f840845f42232d8c9
24,178.954315
8,015
0.16296
{"trace_id": "0x733f6853ca1c7d2f840845f42232d8c9", "total_tokens": 8015, "duration_ms": 24178.954315, "cost_usd": 0.16296, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971173
tool_search_single
tool
easy
Search for information about Python programming language
true
true
true
true
true
[ "web_search" ]
3
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. Python supports multiple programming paradigms, including structured (procedural), object-oriented and functional programming. It was created by Guido van Rossum in the late 1980s as a successor to the ABC programming language. Python 3.0, released in 2008, was a major revision and not completely backward-compatible. Its syntax is simple and similar to the English language and due to this, developers can write programs with fewer lines than some other programming languages. Python is widely used in web applications, software development, data science, and machine learning (ML). Python can be run on many different platforms and is increasingly used in the machine learning community. It is also widely taught as an introductory language in the programming community.
null
0xe73b9bbe4836311cd697b3150dfcd8af
131,626.685928
10,856
0.22611
{"trace_id": "0xe73b9bbe4836311cd697b3150dfcd8af", "total_tokens": 10856, "duration_ms": 131626.685928, "cost_usd": 0.22611, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971183
tool_weather_compare
tool
medium
Compare the weather in Paris, France and London, UK. Which one is warmer?
true
true
true
true
true
[ "get_weather", "get_weather" ]
4
Paris, France is warmer than London, UK.
null
0x5bdcde0be4ab2b3a6bd9c8f4268700f2
163,275.661229
12,333
0.24966
{"trace_id": "0x5bdcde0be4ab2b3a6bd9c8f4268700f2", "total_tokens": 12333, "duration_ms": 163275.66122900002, "cost_usd": 0.24966, "span_count": 21}
openai/gpt-4
2025-10-28T05:51:22.971193
tool_search_and_summarize
tool
medium
Search for the latest news about AI and tell me what you find.
true
true
true
true
true
[ "web_search" ]
3
There are multiple sources providing the latest news on Artificial Intelligence. Some of the top sources include Google News, TechCrunch, Reuters, PCMag, AP News, Current AI News, Artificial Intelligence News, Bloomberg, The Wall Street Journal, and Politico. These platforms cover various aspects of AI, including new research breakthroughs, product launches, funding news, regulation, ethics, business impact, and global trends.
null
0xba8998bdc5b225312f61061720db0208
140,166.79577
10,392
0.23352
{"trace_id": "0xba8998bdc5b225312f61061720db0208", "total_tokens": 10392, "duration_ms": 140166.79577000003, "cost_usd": 0.23352, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971203
tool_weather_time_combined
tool
hard
What's the current time in UTC and what's the weather in Tokyo, Japan?
true
true
true
true
true
[ "get_current_time", "get_weather" ]
4
The current time in UTC is 2025-10-28 05:37:03. The weather in Tokyo, Japan is 18°C, Clear.
null
0x2a17397b82fdda3a628e03acb73e0eaf
167,277.585281
12,460
0.25356
{"trace_id": "0x2a17397b82fdda3a628e03acb73e0eaf", "total_tokens": 12460, "duration_ms": 167277.58528099998, "cost_usd": 0.25356, "span_count": 21}
openai/gpt-4
2025-10-28T05:51:22.971215
shared_basic_weather
tool
easy
What's the weather like in Sydney, Australia?
true
true
true
true
true
[ "get_weather" ]
3
The weather in Sydney, Australia is 22°C, Windy.
null
0x9c853fd835694c80c16451d492d3fc5a
111,938.089752
7,985
0.16218
{"trace_id": "0x9c853fd835694c80c16451d492d3fc5a", "total_tokens": 7985, "duration_ms": 111938.089752, "cost_usd": 0.16218, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971226
shared_basic_search
tool
easy
Search for information about machine learning
true
true
true
true
true
[ "web_search" ]
3
Machine learning (ML) is a field of study in artificial intelligence that focuses on the development and study of statistical algorithms that can learn from and make predictions or decisions based on data. It lets computers learn autonomously by identifying patterns and making data-based decisions. Different applications of ML include natural language processing, computer vision, speech recognition, email filtering etc. ML forms the basis of predictive analytics in business. Statistics and mathematical optimization comprise the foundations of ML. There are various types of ML algorithms and applications and its study involves both theory and practical aspects. Over time, ML algorithms improve through experience and the use of data, a process which is also known as learning.
null
0x32664eedacf67de076c3b9f290b5f43f
165,622.647827
10,798
0.22461
{"trace_id": "0x32664eedacf67de076c3b9f290b5f43f", "total_tokens": 10798, "duration_ms": 165622.647827, "cost_usd": 0.22461000000000003, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971240
code_calculator_single
code
easy
What is 234 multiplied by 67?
false
true
false
true
true
[ "python_interpreter" ]
3
15678
null
0x3fe62bae6156ad52806dffebe0d3faaf
192,688.209129
13,902
0.28218
{"trace_id": "0x3fe62bae6156ad52806dffebe0d3faaf", "total_tokens": 13902, "duration_ms": 192688.209129, "cost_usd": 0.28218, "span_count": 13}
openai/gpt-4
2025-10-28T05:51:22.971253
code_calculator_complex
code
medium
Calculate (450 + 230) * 3, then divide the result by 10
false
true
false
true
true
[ "python_interpreter" ]
3
204.0
null
0xb78c65f44c4c4a5f66d0f33eac9d39
259,733.158996
19,392
0.36783
{"trace_id": "0xb78c65f44c4c4a5f66d0f33eac9d39", "total_tokens": 19392, "duration_ms": 259733.158996, "cost_usd": 0.36783, "span_count": 16}
openai/gpt-4
2025-10-28T05:51:22.971262
code_weather_with_calc
code
hard
Get the weather in Paris and if the temperature is above 15°C, calculate 15 * 2
true
true
true
true
true
[ "python_interpreter", "python_interpreter" ]
5
30
null
0x6b712a05a6477e994aea44a6111d6e61
314,593.288282
20,137
0.46485
{"trace_id": "0x6b712a05a6477e994aea44a6111d6e61", "total_tokens": 20137, "duration_ms": 314593.288282, "cost_usd": 0.46484999999999993, "span_count": 20}
openai/gpt-4
2025-10-28T05:51:22.971272
code_search_calculate
code
hard
Search for the population of Paris, then if you find it's around 2 million, calculate what 2 million divided by 365 is
true
true
true
true
true
[ "python_interpreter", "python_interpreter", "python_interpreter" ]
5
The population of Paris is approximately 2.9 million, which is not around 2 million. Therefore, the calculation of 2 million divided by 365 was not performed, as it was conditioned on the population being around 2 million.
null
0xa3c69ff71c48115d9e869e658448c8c9
725,627.49366
55,159
1.03647
{"trace_id": "0xa3c69ff71c48115d9e869e658448c8c9", "total_tokens": 55159, "duration_ms": 725627.4936599999, "cost_usd": 1.0364699999999998, "span_count": 29}
openai/gpt-4
2025-10-28T05:51:22.971280
code_list_processing
code
hard
Get weather for Paris, London, and Tokyo, then tell me which cities have temperature above 18°C
false
true
false
true
true
[ "python_interpreter", "python_interpreter", "python_interpreter", "python_interpreter", "python_interpreter" ]
7
['Paris']
null
0xa06426b915c1cd5a4c54a9123ed21762
683,366.008145
49,411
1.00995
{"trace_id": "0xa06426b915c1cd5a4c54a9123ed21762", "total_tokens": 49411, "duration_ms": 683366.0081450001, "cost_usd": 1.0099500000000001, "span_count": 35}
openai/gpt-4
2025-10-28T05:51:22.971288
shared_basic_weather
code
easy
What's the weather like in Sydney, Australia?
false
true
false
true
true
[ "python_interpreter" ]
3
22°C, Windy
null
0x9c853fd835694c80c16451d492d3fc5a
111,938.089752
7,985
0.16218
{"trace_id": "0x9c853fd835694c80c16451d492d3fc5a", "total_tokens": 7985, "duration_ms": 111938.089752, "cost_usd": 0.16218, "span_count": 15}
openai/gpt-4
2025-10-28T05:51:22.971295
shared_basic_search
code
easy
Search for information about machine learning
false
true
false
true
true
[ "python_interpreter", "python_interpreter" ]
3
Machine learning (ML) is a subset of artificial intelligence (AI) that focuses on the development of computer algorithms that improve automatically through experience and by the use of data. It involves learning patterns from training data and making accurate inferences about new data. These models do not utilise explicit, hard-coded instructions but learn from data to make decisions or predictions. The data used in ML includes numbers, photos, or text like bank transactions, pictures of people or even bakery items, repair records etc. This field makes use of different types of algorithms and applications. Also, Machine Learning plays a significant role in sectors such as natural language processing, computer vision, speech recognition, email filtering, agriculture, and medicine among others.
null
0x32664eedacf67de076c3b9f290b5f43f
165,622.647827
10,798
0.22461
{"trace_id": "0x32664eedacf67de076c3b9f290b5f43f", "total_tokens": 10798, "duration_ms": 165622.647827, "cost_usd": 0.22461000000000003, "span_count": 15}
README.md exists but content is empty.
Downloads last month
31