gentaiscool commited on
Commit
927d8d3
·
verified ·
1 Parent(s): 39fc073

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (10.2 kB). View file
 
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+
4
+ language:
5
+ - eng
6
+ language_details: >-
7
+ en
8
+ tags:
9
+ - task-completion
10
+ - agents
11
+ - llm-agents
12
+ - dialogue-system
13
+ - task-oriented-dialogue-system
14
+ - user-persona
15
+ - user-simulator
16
+ - role-playing
17
+ task_categories:
18
+ - text-generation
19
+ configs:
20
+ - config_name: all
21
+ data_files:
22
+ - split: test
23
+ path: output_jsonl/*.jsonl
24
+ - config_name: multi_8domain
25
+ data_files:
26
+ - split: test
27
+ path: output_jsonl/multi_8domain.jsonl
28
+ - config_name: multi_11domain
29
+ data_files:
30
+ - split: test
31
+ path: output_jsonl/multi_11domain.jsonl
32
+ - config_name: attraction
33
+ data_files:
34
+ - split: test
35
+ path: output_jsonl/attraction.jsonl
36
+ - config_name: bar
37
+ data_files:
38
+ - split: test
39
+ path: output_jsonl/bar.jsonl
40
+ - config_name: cafe
41
+ data_files:
42
+ - split: test
43
+ path: output_jsonl/cafe.jsonl
44
+ - config_name: cruise
45
+ data_files:
46
+ - split: test
47
+ path: output_jsonl/cruise.jsonl
48
+ - config_name: dessert
49
+ data_files:
50
+ - split: test
51
+ path: output_jsonl/dessert.jsonl
52
+ - config_name: flight
53
+ data_files:
54
+ - split: test
55
+ path: output_jsonl/flight.jsonl
56
+ - config_name: food_and_dining
57
+ data_files:
58
+ - split: test
59
+ path: output_jsonl/food_and_dining.jsonl
60
+ - config_name: hotel
61
+ data_files:
62
+ - split: test
63
+ path: output_jsonl/hotel.jsonl
64
+ - config_name: kayak_rental
65
+ data_files:
66
+ - split: test
67
+ path: output_jsonl/kayak_rental.jsonl
68
+ - config_name: live_show
69
+ data_files:
70
+ - split: test
71
+ path: output_jsonl/live_show.jsonl
72
+ - config_name: vehicle_rental
73
+ data_files:
74
+ - split: test
75
+ path: output_jsonl/vehicle_rental.jsonl
76
+ - config_name: attraction_cafe
77
+ data_files:
78
+ - split: test
79
+ path: output_jsonl/attraction_cafe.jsonl
80
+ - config_name: attraction_dessert
81
+ data_files:
82
+ - split: test
83
+ path: output_jsonl/attraction_dessert.jsonl
84
+ - config_name: attraction_food_dining_cafe
85
+ data_files:
86
+ - split: test
87
+ path: output_jsonl/attraction_food_dining_cafe.jsonl
88
+ - config_name: flight_hotel_attraction_rental
89
+ data_files:
90
+ - split: test
91
+ path: output_jsonl/flight_hotel_attraction_rental.jsonl
92
+ - config_name: flight_hotel_bar
93
+ data_files:
94
+ - split: test
95
+ path: output_jsonl/flight_hotel_bar.jsonl
96
+ - config_name: hotel_attraction_rental
97
+ data_files:
98
+ - split: test
99
+ path: output_jsonl/hotel_attraction_rental.jsonl
100
+ - config_name: hotel_rental_food_bar
101
+ data_files:
102
+ - split: test
103
+ path: output_jsonl/hotel_rental_food_bar.jsonl
104
+ - config_name: hotel_rental
105
+ data_files:
106
+ - split: test
107
+ path: output_jsonl/hotel_rental.jsonl
108
+ - config_name: live_show_food_dining
109
+ data_files:
110
+ - split: test
111
+ path: output_jsonl/live_show_food_dining.jsonl
112
+ - config_name: vehicle_rental_attraction
113
+ data_files:
114
+ - split: test
115
+ path: output_jsonl/vehicle_rental_attraction.jsonl
116
+ ---
117
+
118
+ # T1-Bench: Benchmarking Multi-Scenario Agents in Real-World Domains
119
+
120
+ ![Overview](./assets/architecture.png)
121
+
122
+ **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.
123
+
124
+ **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.
125
+
126
+ ## Results
127
+
128
+ ![Results](./assets/pass_at_k3_chart.png)
129
+
130
+ ![PassK](./assets/complexity_plot_pass_k.png)
131
+
132
+ ## Code
133
+ Please refer to the official implementation repository:
134
+ [https://github.com/CapitalOne-Research/t1-bench](https://github.com/CapitalOne-Research/t1-bench)
135
+
136
+ ## Contact
137
+
138
+ E-mail: [Genta Indra Winata](mailto:genta.winata@capitalone.com) or [Amartya Chakraborty](mailto:amartya.chakraborty@capitalone.com).
139
+
140
+ ## License
141
+ The dataset is licensed under CC-BY-SA 4.0.
142
+
143
+ ## Citation
144
+
145
+ If you find this dataset useful, please cite the following works
146
+
147
+ ```bibtex
148
+ bibtex
149
+ ```
assets/.DS_Store ADDED
Binary file (6.15 kB). View file
 
assets/architecture.png ADDED

Git LFS Details

  • SHA256: 9df7d78c05684ba2772e8bfbf4e3d5b3bf51e4bf04e987d59f57d4768e2a0696
  • Pointer size: 131 Bytes
  • Size of remote file: 685 kB
assets/complexity_plot_pass_all_k.png ADDED

Git LFS Details

  • SHA256: 66b4ce5e65c25d5c349d6fc5d0859998f5c8ea6ccd864861a7f82b87c3bef33f
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
assets/complexity_plot_pass_at_k.png ADDED

Git LFS Details

  • SHA256: 8461d4306bd8b8c2cd9109a53043597dce0b9855a29505f6de9c760d356eefb0
  • Pointer size: 130 Bytes
  • Size of remote file: 95.2 kB
assets/complexity_plot_pass_k.png ADDED

Git LFS Details

  • SHA256: 232017ffc7c25103b9ba18dde0448a30d9b8c93a1daf74ed5c9948f104e46955
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
assets/pass_at_k3_chart.png ADDED

Git LFS Details

  • SHA256: 2fd4ef62e5a4a9ea010b1ed5b85a483993bf1f0fe6f45cedfcaf77eaa1db7444
  • Pointer size: 131 Bytes
  • Size of remote file: 212 kB
output_jsonl/11domain.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"id": "11domain-0", "domain": "11domain", "user_template": "## PERSONA\nYou are a customer planning an elaborate multi-modal trip to New York, NY.\n\n## USER\n{\n \"user_id\": \"USR-FAE3D200\",\n \"name\": \"James Anderson\",\n \"payment_methods\": [\"Visa ending in 5045\"],\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a week-long trip to New York, NY. You need an Economy class flight from Los Angeles on 2026-05-01 and want to book the first available option for yourself using your Visa ending in 5045. For accommodation, you prefer a Verve hotel in the Queens neighborhood in New York, NY - book the first available room (Two Queens) for check-in 2026-07-10 through check-out 2026-07-14 with card 5045. You also need an automatic car rental with GPS, preferably hybrid - book the first available vehicle starting 2026-07-10 with card 5045. You'd like to browse Art attractions in New York, NY. For dining, you want a Pakistani restaurant in Queens, New York, NY with private dining - book a table for 2 at the first available restaurant on 2026-07-10 at 19:00 with card 5045. You want to order from a Coffee Shop in the Brooklyn neighborhood - get one Pour Over and one Cold Brew from the first available cafe using card 5045. Also order dessert from a shop with ice cream - one Churros with Chocolate and one Tiramisu from the first available shop with card 5045. For nightlife, you want a bar with live music in Brooklyn - book a table for 2 at the first available bar on 2026-07-10 at 20:00 using card 5045 (you have a driver's license). You want to see a Ballet show on 2026-06-09 - book 1 middle seat for the first available show using card 5045. For water activities, you want a Canoe rental under $62/hour - book the first available kayak for 2 hours on 2026-07-10 starting at 09:00. You're also interested in a balcony-cabin Celebrity Cruises cruise to Caribbean - Eastern departing from New Orleans under $15000/person - book the first available cruise for 1 guest using card 5045 (you have a passport).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Los Angeles", "arrival_city": "New York", "departure_date": "2026-05-01", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-FAE3D200", "flight_id": "FL048", "passenger_names": ["James Anderson"], "number_passengers": 1, "credit_card_last_four": "5045"}}, {"name": "search_hotel", "parameters": {"city": "New York", "brand": ["Verve"], "state": "NY"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["Queens"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-FAE3D200", "hotel_id": "H001", "room_id": "HR001", "payment_method": "5045", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "New York", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "hybrid"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-FAE3D200", "vehicle_id": "VEH-1B59422F", "start_date": "2026-07-10", "end_date": "2026-07-14", "primary_driver_name": "James Anderson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "New York", "attraction_type": "Art", "state": "NY"}}, {"name": "search_food_and_dining", "parameters": {"city": "New York", "state": "NY", "neighborhood": ["Queens"], "cuisine": ["Pakistani"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-FAE3D200", "restaurant_id": "FAD-236195", "primary_guest_name": "James Anderson", "number_guests": 2, "price_per_person": 50.0, "has_private_dining": true, "reservation_date": "2026-07-10", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "New York", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Brooklyn"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-800907"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-FAE3D200", "cafe_id": "CFE-800907", "items": [{"item_id": "CMI-76F6C8", "quantity": 1}, {"item_id": "CMI-D5D640", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_dessert_shops", "parameters": {"city": "New York", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-09BFAC"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-FAE3D200", "shop_id": "DST-09BFAC", "items": [{"item_id": "DMI-C4BC21", "quantity": 1}, {"item_id": "DMI-D878A9", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "New York", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Brooklyn"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-FAE3D200", "venue_id": "BAR0001", "primary_guest_name": "James Anderson", "number_guests": 2, "event_datetime": "2026-07-10 20:00", "credit_card_last_four": "5045", "has_drivers_license": true}}, {"name": "search_live_shows", "parameters": {"city": "New York", "event_category": ["Ballet"], "event_date_range": ["2026-06-09", "2026-06-09"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-FAE3D200", "live_event_id": "LE278", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "James Anderson", "credit_card_last_four": "5045"}}, {"name": "search_kayak_rentals", "parameters": {"city": "New York", "vessel_type": ["Canoe"], "price_per_hour": [0.0, 62.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-FAE3D200", "rental_id": "KYK-20000", "vessel_type": "Canoe", "date": "2026-07-10", "start_time": "09:00", "duration": 2}}, {"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "New Orleans", "cabin_type": "balcony", "price_per_person_max": 15000, "cruise_line": ["Celebrity Cruises"]}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-FAE3D200", "cruise_id": "CR000001", "departure_date": "2026-07-22", "number_guests": 1, "primary_guest_name": "James Anderson", "cabin_type": "balcony", "credit_card_last_four": "5045", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "11domain-1", "domain": "11domain", "user_template": "## PERSONA\nYou are a customer planning an elaborate multi-modal trip to Chicago, IL.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"name\": \"Karen Thompson\",\n \"payment_methods\": [\"Visa ending in 6519\", \"Amex ending in 3847\"],\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a week-long trip to Chicago, IL. You need a Business class flight from Denver on 2026-05-06 - book the first available flight for yourself using Visa 6519. For your hotel, you prefer an Aura brand with a pool in the Lincoln Park neighborhood in Chicago, IL - book the first available room (One King) for check-in 2026-06-20 through check-out 2026-06-24 with card 6519. You need an automatic car rental with GPS, preferably electric - book the first available vehicle starting 2026-06-20 using card 3847. You want to explore Tourist attractions in Chicago, IL. For dining, you want a Tacos restaurant in Lincoln Park, Chicago, IL with private dining - book a reservation for 2 at the first available restaurant on 2026-06-20 at 19:00 with card 3847. You want coffee from a Coffee Shop in The Loop neighborhood - order one Latte and one Espresso from the first available cafe using card 3847. For dessert from a shop with ice cream, order one Affogato and one Peanut Butter Milkshake from the first available shop using card 6519. You want a bar with live music in The Loop - book for 2 guests at the first available bar on 2026-06-20 at 20:00 using card 3847 (you have a driver's license). You want to see a Concert on 2026-05-24 - book 1 middle seat for the first available show using card 6519. For kayaking, you want a Canoe rental under $54/hour - book the first available kayak for 2 hours on 2026-06-20 starting at 09:00. You also want a balcony-cabin Holland America Line cruise to Caribbean - Eastern from New Orleans under $15000/person - book the first available cruise for 1 guest using card 3847 (you have a passport).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Denver", "arrival_city": "Chicago", "departure_date": "2026-05-06", "ticket_class": "Business"}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL058", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "6519"}}, {"name": "search_hotel", "parameters": {"city": "Chicago", "brand": ["Aura"], "has_pool": true, "state": "IL"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["Lincoln Park"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-067C983B", "hotel_id": "H005", "room_id": "HR291", "payment_method": "6519", "check_in_date": "2026-06-20", "check_out_date": "2026-06-24"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Chicago", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-BA1C92E4", "start_date": "2026-06-20", "end_date": "2026-06-24", "primary_driver_name": "Karen Thompson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Chicago", "attraction_type": "Tourist", "state": "IL"}}, {"name": "search_food_and_dining", "parameters": {"city": "Chicago", "state": "IL", "neighborhood": ["Lincoln Park"], "cuisine": ["Tacos"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-067C983B", "restaurant_id": "FAD-225936", "primary_guest_name": "Karen Thompson", "number_guests": 2, "price_per_person": 64.0, "has_private_dining": true, "reservation_date": "2026-06-20", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Chicago", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["The Loop"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-012ED5"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-067C983B", "cafe_id": "CFE-012ED5", "items": [{"item_id": "CMI-64599F", "quantity": 1}, {"item_id": "CMI-D3331A", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_dessert_shops", "parameters": {"city": "Chicago", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-66B7BC"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-067C983B", "shop_id": "DST-66B7BC", "items": [{"item_id": "DMI-B6BC13", "quantity": 1}, {"item_id": "DMI-D9AD8C", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Chicago", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["The Loop"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-067C983B", "venue_id": "BAR0058", "primary_guest_name": "Karen Thompson", "number_guests": 2, "event_datetime": "2026-06-20 20:00", "credit_card_last_four": "3847", "has_drivers_license": true}}, {"name": "search_live_shows", "parameters": {"city": "Chicago", "event_category": ["Concert"], "event_date_range": ["2026-05-24", "2026-05-24"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-067C983B", "live_event_id": "LE275", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "Karen Thompson", "credit_card_last_four": "6519"}}, {"name": "search_kayak_rentals", "parameters": {"city": "Chicago", "vessel_type": ["Canoe"], "price_per_hour": [0.0, 54.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-067C983B", "rental_id": "KYK-20010", "vessel_type": "Canoe", "date": "2026-06-20", "start_time": "09:00", "duration": 2}}, {"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "New Orleans", "cabin_type": "balcony", "price_per_person_max": 15000, "cruise_line": ["Holland America Line"]}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-067C983B", "cruise_id": "CR000006", "departure_date": "2026-06-17", "number_guests": 1, "primary_guest_name": "Karen Thompson", "cabin_type": "balcony", "credit_card_last_four": "3847", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "11domain-2", "domain": "11domain", "user_template": "## PERSONA\nYou are a customer planning an elaborate multi-modal trip to Seattle, WA.\n\n## USER\n{\n \"user_id\": \"USR-A9E436D1\",\n \"name\": \"Daniel Sanchez\",\n \"payment_methods\": [\"JCB ending in 0310\", \"Discover ending in 7821\"],\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a week-long trip to Seattle, WA. You need an Economy class flight from San Diego on 2026-05-30 - book the first available flight for yourself using JCB 0310. For accommodation, you want an Aura hotel with a pool in Capitol Hill, Seattle, WA - book the first available room (One King) for check-in 2026-07-05 through check-out 2026-07-09 with card 0310. You need an automatic car rental with GPS, preferably gasoline - book the first available vehicle starting 2026-07-05 using card 7821. You want to browse Food attractions in Seattle, WA. For dining, you want a Fried Chicken restaurant in Queen Anne, Seattle, WA with private dining - book for 2 at the first available restaurant on 2026-07-05 at 19:00 with card 7821. You want coffee from a Coffee Shop in the Pioneer Square neighborhood - order one Blueberry Muffin and one Almond Milk Latte from the first available cafe using card 7821. For dessert from a shop with ice cream, order one Red Velvet Cupcake and one Frozen Yogurt Cup from the first available shop using card 0310. You want a bar with live music in Fremont - book for 2 at the first available bar on 2026-07-05 at 20:00 using card 7821 (you have a driver's license). You want to see a Circus show on 2026-05-13 - book 1 middle seat for the first available show using card 0310. For kayaking, you want a Fishing Kayak rental under $70/hour - book the first available kayak for 2 hours on 2026-07-05 starting at 09:00. You also want a balcony-cabin Cunard Line cruise to Caribbean - Eastern from New Orleans under $15000/person - book the first available cruise for 1 guest using card 7821 (you have a passport).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "San Diego", "arrival_city": "Seattle", "departure_date": "2026-05-30", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-A9E436D1", "flight_id": "FL106", "passenger_names": ["Daniel Sanchez"], "number_passengers": 1, "credit_card_last_four": "0310"}}, {"name": "search_hotel", "parameters": {"city": "Seattle", "brand": ["Aura"], "has_pool": true, "state": "WA"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["Capitol Hill"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-A9E436D1", "hotel_id": "H073", "room_id": "HR5779", "payment_method": "0310", "check_in_date": "2026-07-05", "check_out_date": "2026-07-09"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Seattle", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "gasoline"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-A9E436D1", "vehicle_id": "VEH-00E47302", "start_date": "2026-07-05", "end_date": "2026-07-09", "primary_driver_name": "Daniel Sanchez", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Seattle", "attraction_type": "Food", "state": "WA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Seattle", "state": "WA", "neighborhood": ["Queen Anne"], "cuisine": ["Fried Chicken"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A9E436D1", "restaurant_id": "FAD-117034", "primary_guest_name": "Daniel Sanchez", "number_guests": 2, "price_per_person": 21.0, "has_private_dining": true, "reservation_date": "2026-07-05", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Seattle", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Pioneer Square"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-0AB42B"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-A9E436D1", "cafe_id": "CFE-0AB42B", "items": [{"item_id": "CMI-64F73D", "quantity": 1}, {"item_id": "CMI-967474", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_dessert_shops", "parameters": {"city": "Seattle", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-368670"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-A9E436D1", "shop_id": "DST-368670", "items": [{"item_id": "DMI-86E29A", "quantity": 1}, {"item_id": "DMI-434D63", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Seattle", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Fremont"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-A9E436D1", "venue_id": "BAR0527", "primary_guest_name": "Daniel Sanchez", "number_guests": 2, "event_datetime": "2026-07-05 20:00", "credit_card_last_four": "7821", "has_drivers_license": true}}, {"name": "search_live_shows", "parameters": {"city": "Seattle", "event_category": ["Circus show"], "event_date_range": ["2026-05-13", "2026-05-13"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-A9E436D1", "live_event_id": "LE51", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "Daniel Sanchez", "credit_card_last_four": "0310"}}, {"name": "search_kayak_rentals", "parameters": {"city": "Seattle", "vessel_type": ["Fishing Kayak"], "price_per_hour": [0.0, 70.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-A9E436D1", "rental_id": "KYK-20073", "vessel_type": "Fishing Kayak", "date": "2026-07-05", "start_time": "09:00", "duration": 2}}, {"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "New Orleans", "cabin_type": "balcony", "price_per_person_max": 15000, "cruise_line": ["Cunard Line"]}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-A9E436D1", "cruise_id": "CR000002", "departure_date": "2027-01-17", "number_guests": 1, "primary_guest_name": "Daniel Sanchez", "cabin_type": "balcony", "credit_card_last_four": "7821", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "11domain-3", "domain": "11domain", "user_template": "## PERSONA\nYou are a customer planning an elaborate multi-modal trip to Boston, MA.\n\n## USER\n{\n \"user_id\": \"USR-77DB14E4\",\n \"name\": \"William Jackson\",\n \"payment_methods\": [\"Visa ending in 1857\", \"Mastercard ending in 5385\", \"Amex ending in 5367\"],\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a week-long trip to Boston, MA. You need an Economy class flight from Los Angeles on 2026-05-04 - book the first available flight for yourself using Visa 1857. For your hotel, you want an Aura brand with a pool in the North End neighborhood in Boston, MA - book the first available room (One King) for check-in 2026-06-15 through check-out 2026-06-19 with card 1857. You need an automatic car rental with GPS, preferably diesel - book the first available vehicle starting 2026-06-15 using card 5385. You want to explore Social attractions in Boston, MA. For dining, you want a Brazilian restaurant in Beacon Hill, Boston, MA - book for 2 at the first available restaurant on 2026-06-15 at 19:00 with card 5385. You want coffee from a Coffee Shop in the Charlestown neighborhood - order one Scone and one Pumpkin Spice Latte from the first available cafe using card 5385. For dessert from a shop with ice cream, order one Gelato Flight and one Donut Holes (6 pcs) from the first available shop using card 1857. You want a bar with live music in Beacon Hill - book for 2 at the first available bar on 2026-06-15 at 20:00 using card 5385 (you have a driver's license). You want to see a Musical on 2026-06-08 - book 1 middle seat for the first available show using card 1857. For kayaking, you want a Single (Sit-on-Top) rental under $71/hour - book the first available kayak for 2 hours on 2026-06-15 starting at 09:00. You also want a balcony-cabin Disney Cruise Line cruise to Caribbean - Eastern from Port Canaveral under $15000/person - book the first available cruise for 1 guest using card 5385 (you have a passport).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Los Angeles", "arrival_city": "Boston", "departure_date": "2026-05-04", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-77DB14E4", "flight_id": "FL053", "passenger_names": ["William Jackson"], "number_passengers": 1, "credit_card_last_four": "1857"}}, {"name": "search_hotel", "parameters": {"city": "Boston", "brand": ["Aura"], "has_pool": true, "state": "MA"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["North End"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-77DB14E4", "hotel_id": "H128", "room_id": "HR10582", "payment_method": "1857", "check_in_date": "2026-06-15", "check_out_date": "2026-06-19"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Boston", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "diesel"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-77DB14E4", "vehicle_id": "VEH-FB9741DD", "start_date": "2026-06-15", "end_date": "2026-06-19", "primary_driver_name": "William Jackson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Boston", "attraction_type": "Social", "state": "MA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Boston", "state": "MA", "neighborhood": ["Beacon Hill"], "cuisine": ["Brazilian"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-77DB14E4", "restaurant_id": "FAD-191462", "primary_guest_name": "William Jackson", "number_guests": 2, "price_per_person": 319.0, "has_private_dining": false, "reservation_date": "2026-06-15", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Boston", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Charlestown"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-0809F6"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-77DB14E4", "cafe_id": "CFE-0809F6", "items": [{"item_id": "CMI-F6B0E0", "quantity": 1}, {"item_id": "CMI-C808C2", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_dessert_shops", "parameters": {"city": "Boston", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-54D295"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-77DB14E4", "shop_id": "DST-54D295", "items": [{"item_id": "DMI-327BCB", "quantity": 1}, {"item_id": "DMI-E565F1", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Boston", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Beacon Hill"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-77DB14E4", "venue_id": "BAR0718", "primary_guest_name": "William Jackson", "number_guests": 2, "event_datetime": "2026-06-15 20:00", "credit_card_last_four": "5385", "has_drivers_license": true}}, {"name": "search_live_shows", "parameters": {"city": "Boston", "event_category": ["Musical"], "event_date_range": ["2026-06-08", "2026-06-08"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-77DB14E4", "live_event_id": "LE144", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "William Jackson", "credit_card_last_four": "1857"}}, {"name": "search_kayak_rentals", "parameters": {"city": "Boston", "vessel_type": ["Single (Sit-on-Top)"], "price_per_hour": [0.0, 71.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-77DB14E4", "rental_id": "KYK-20104", "vessel_type": "Single (Sit-on-Top)", "date": "2026-06-15", "start_time": "09:00", "duration": 2}}, {"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Port Canaveral", "cabin_type": "balcony", "price_per_person_max": 15000, "cruise_line": ["Disney Cruise Line"]}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-77DB14E4", "cruise_id": "CR000008", "departure_date": "2026-10-18", "number_guests": 1, "primary_guest_name": "William Jackson", "cabin_type": "balcony", "credit_card_last_four": "5385", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "11domain-4", "domain": "11domain", "user_template": "## PERSONA\nYou are a customer planning an elaborate multi-modal trip to Houston, TX.\n\n## USER\n{\n \"user_id\": \"USR-B2D3F3B1\",\n \"name\": \"Sandra Rodriguez\",\n \"payment_methods\": [\"Amex ending in 1625\", \"Visa ending in 9302\"],\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a week-long trip to Houston, TX. You need an Economy class flight from Dallas on 2026-05-12 - book the first available flight for yourself using Amex 1625. For your hotel, you want an Aura brand in River Oaks, Houston, TX - book the first available room (Two Queens) for check-in 2026-07-01 through check-out 2026-07-05 with card 1625. You need an automatic car rental with GPS, preferably electric - book the first available vehicle starting 2026-07-01 using card 9302. You want to explore Culture attractions in Houston, TX. For dining, you want a Finnish restaurant in Downtown Houston, TX with private dining - book for 2 at the first available restaurant on 2026-07-01 at 19:00 with card 9302. You want coffee from a Coffee Shop in The Heights neighborhood - order one Pumpkin Spice Latte and one Cortado from the first available cafe using card 9302. For dessert from a shop with ice cream, order one Tres Leches Cake and one Matcha Soft Serve from the first available shop using card 1625. You want a bar with live music in the Galleria area - book for 2 at the first available bar on 2026-07-01 at 20:00 using card 9302 (you have a driver's license). You want to see a Musical on 2026-05-01 - book 1 middle seat for the first available show using card 1625. For kayaking, you want a Single (Sit-In) rental under $95/hour - book the first available kayak for 2 hours on 2026-07-01 starting at 09:00. You also want a balcony-cabin Princess Cruises cruise to Caribbean - Eastern from Fort Lauderdale under $15000/person - book the first available cruise for 1 guest using card 9302 (you have a passport).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Dallas", "arrival_city": "Houston", "departure_date": "2026-05-12", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-B2D3F3B1", "flight_id": "FL069", "passenger_names": ["Sandra Rodriguez"], "number_passengers": 1, "credit_card_last_four": "1625"}}, {"name": "search_hotel", "parameters": {"city": "Houston", "brand": ["Aura"], "state": "TX"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["River Oaks"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "hotel_id": "H010", "room_id": "HR614", "payment_method": "1625", "check_in_date": "2026-07-01", "check_out_date": "2026-07-05"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Houston", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "vehicle_id": "VEH-D7D4AA6A", "start_date": "2026-07-01", "end_date": "2026-07-05", "primary_driver_name": "Sandra Rodriguez", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Houston", "attraction_type": "Culture", "state": "TX"}}, {"name": "search_food_and_dining", "parameters": {"city": "Houston", "state": "TX", "neighborhood": ["Downtown Houston"], "cuisine": ["Finnish"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "restaurant_id": "FAD-182146", "primary_guest_name": "Sandra Rodriguez", "number_guests": 2, "price_per_person": 13.0, "has_private_dining": true, "reservation_date": "2026-07-01", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Houston", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["The Heights"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-84FB73"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-B2D3F3B1", "cafe_id": "CFE-84FB73", "items": [{"item_id": "CMI-A62938", "quantity": 1}, {"item_id": "CMI-3C57D4", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_dessert_shops", "parameters": {"city": "Houston", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-3DDBEA"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-B2D3F3B1", "shop_id": "DST-3DDBEA", "items": [{"item_id": "DMI-D48098", "quantity": 1}, {"item_id": "DMI-37A7DC", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Houston", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Galleria"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "venue_id": "BAR0094", "primary_guest_name": "Sandra Rodriguez", "number_guests": 2, "event_datetime": "2026-07-01 20:00", "credit_card_last_four": "9302", "has_drivers_license": true}}, {"name": "search_live_shows", "parameters": {"city": "Houston", "event_category": ["Musical"], "event_date_range": ["2026-05-01", "2026-05-01"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "live_event_id": "LE54", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "Sandra Rodriguez", "credit_card_last_four": "1625"}}, {"name": "search_kayak_rentals", "parameters": {"city": "Houston", "vessel_type": ["Single (Sit-In)"], "price_per_hour": [0.0, 95.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "rental_id": "KYK-20015", "vessel_type": "Single (Sit-In)", "date": "2026-07-01", "start_time": "09:00", "duration": 2}}, {"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Fort Lauderdale", "cabin_type": "balcony", "price_per_person_max": 15000, "cruise_line": ["Princess Cruises"]}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "cruise_id": "CR000007", "departure_date": "2026-09-30", "number_guests": 1, "primary_guest_name": "Sandra Rodriguez", "cabin_type": "balcony", "credit_card_last_four": "9302", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/8domain.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"id": "8domain-0", "domain": "8domain", "user_template": "## PERSONA\nYou are a customer planning a trip. You want to book a flight, find a hotel, rent a vehicle, discover local attractions, enjoy dining experiences, attend live shows, visit bars, and explore local cafes.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson2248@gmail.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 23560\",\n \"rental_has_drivers_license\": true,\n \"rental_loyalty_memberships\": \"Roamster:bronze\",\n \"rental_preferred_payment\": \"Bitcoin\"\n}\n\n## GOAL\nYou are planning a week-long cultural immersion trip to Nashville, TN. You need a Business class flight from San Diego on May 7th, 2026 - book the first available flight for yourself. For accommodation, you want a Nomad hotel with a spa in East Nashville, TN - book the first available room with credit card for check-in May 7th through May 15th. You also need an automatic car rental with GPS, preferably electric - book the first available one starting May 8th (you have a driver's license). You'd like to browse Historical attractions in Nashville, TN. For dining, search for The Savory Soul restaurant in Nashville, TN and book a dinner for 2 at $98/person on May 10th at 7:00 PM. You want to see an Opera show on May 14th - book 2 back-row tickets for the first available show using your credit card. For nightlife, you want a bar with happy hour and signature mixology in Germantown - book for 2 at the first available bar on May 9th at 8:00 PM (you have a driver's license). Finally, you want coffee from a Coffee Shop in 12 South - order a Croissant and a Macchiato from the first available cafe using credit card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "San Diego", "arrival_city": "Nashville", "departure_date": "2026-05-07", "ticket_class": "Business"}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL594", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "6519"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_spa": true, "brand": ["Nomad"], "state": "TN"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["East Nashville"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-067C983B", "hotel_id": "H107", "room_id": "HR8721", "payment_method": "credit_card", "check_in_date": "2026-05-07", "check_out_date": "2026-05-15"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-B67F3361", "start_date": "2026-05-08", "end_date": "2026-05-15", "primary_driver_name": "Karen Thompson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Historical", "state": "TN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Nashville", "state": "TN", "restaurant_name": ["The Savory Soul"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-067C983B", "restaurant_id": "FAD-103126", "primary_guest_name": "Karen Thompson", "number_guests": 2, "price_per_person": 98.0, "has_private_dining": false, "reservation_date": "2026-05-10", "reservation_time": "19:00"}}, {"name": "search_live_shows", "parameters": {"city": "Nashville", "event_category": ["Opera"], "event_date_range": ["2026-05-14", "2026-05-14"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-067C983B", "live_event_id": "LE389", "seat_location": "back", "number_tickets": 2, "primary_guest_name": "Karen Thompson", "credit_card_last_four": "6519"}}, {"name": "search_bars", "parameters": {"city": "Nashville", "has_happy_hour": true, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Germantown"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-067C983B", "venue_id": "BAR0612", "primary_guest_name": "Karen Thompson", "number_guests": 2, "event_datetime": "2026-05-09 20:00", "credit_card_last_four": "6519", "has_drivers_license": true}}, {"name": "search_cafes", "parameters": {"city": "Nashville", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["12 South"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-A5E036"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-067C983B", "cafe_id": "CFE-A5E036", "items": [{"item_id": "CMI-C71DCF", "quantity": 1}, {"item_id": "CMI-A7FA87", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "8domain-1", "domain": "8domain", "user_template": "## PERSONA\nYou are a customer planning a trip. You want to book a flight, find a hotel, rent a vehicle, discover local attractions, enjoy dining experiences, attend live shows, visit bars, and explore local cafes.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson2248@gmail.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 23560\",\n \"rental_has_drivers_license\": true,\n \"rental_loyalty_memberships\": \"Roamster:bronze\",\n \"rental_preferred_payment\": \"Bitcoin\"\n}\n\n## GOAL\nYou are returning home to Nashville, TN from a vacation in Kona. You need an Economy class flight from Kona on April 26th, 2026 - book the first available flight for yourself. For your hotel, you want an Apex brand with spa and gym in Downtown Nashville, TN - book the first available room with credit card for check-in April 27th through May 2nd. You also need an automatic car rental with GPS, preferably electric - book the first available one starting April 28th (you have a driver's license). You'd like to browse Historical attractions in Nashville, TN. For dining, search for Dependable Dining restaurant in Nashville, TN and book a dinner for 3 at $39/person on April 30th at 7:30 PM. You want to see an Opera show on May 2nd - book 1 middle-row ticket for the first available show using your credit card. For nightlife, you want a bar with happy hour and signature mixology in Germantown - book for 3 at the first available bar on April 28th at 9:00 PM (you have a driver's license). Finally, you want coffee from a Coffee Shop in 12 South - order a Vanilla-flavored latte with caramel drizzle and a Velvety microfoam over a double shot of espresso from the first available cafe using credit card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Kona", "arrival_city": "Nashville", "departure_date": "2026-04-26", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL509", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "6519"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_spa": true, "has_gym": true, "brand": ["Apex"], "state": "TN"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["Downtown Nashville"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-067C983B", "hotel_id": "H102", "room_id": "HR8314", "payment_method": "credit_card", "check_in_date": "2026-04-27", "check_out_date": "2026-05-02"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-B67F3361", "start_date": "2026-04-28", "end_date": "2026-05-02", "primary_driver_name": "Karen Thompson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Historical", "state": "TN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Nashville", "state": "TN", "restaurant_name": ["Dependable Dining"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-067C983B", "restaurant_id": "FAD-105699", "primary_guest_name": "Karen Thompson", "number_guests": 3, "price_per_person": 39.0, "has_private_dining": false, "reservation_date": "2026-04-30", "reservation_time": "19:30"}}, {"name": "search_live_shows", "parameters": {"city": "Nashville", "event_category": ["Opera"], "event_date_range": ["2026-05-02", "2026-05-02"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-067C983B", "live_event_id": "LE604", "seat_location": "middle", "number_tickets": 1, "primary_guest_name": "Karen Thompson", "credit_card_last_four": "6519"}}, {"name": "search_bars", "parameters": {"city": "Nashville", "has_happy_hour": true, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Germantown"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-067C983B", "venue_id": "BAR0612", "primary_guest_name": "Karen Thompson", "number_guests": 3, "event_datetime": "2026-04-28 21:00", "credit_card_last_four": "6519", "has_drivers_license": true}}, {"name": "search_cafes", "parameters": {"city": "Nashville", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["12 South"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-A5E036"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-067C983B", "cafe_id": "CFE-A5E036", "items": [{"item_id": "CMI-54086E", "quantity": 1}, {"item_id": "CMI-54BD8C", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "8domain-2", "domain": "8domain", "user_template": "## PERSONA\nYou are a customer planning a trip. You want to book a flight, find a hotel, rent a vehicle, discover local attractions, enjoy dining experiences, attend live shows, visit bars, and explore local cafes.\n\n## USER\n{\n \"user_id\": \"USR-A9E436D1\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Sanchez\",\n \"email\": \"daniel.sanchez6472@yahoo.com\",\n \"city\": \"El Paso\",\n \"state\": \"TX\",\n \"neighborhood\": \"Westside\",\n \"birthdate\": \"1958-11-05\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"hotel_membership_level\": \"NaN\",\n \"hotel_reward_points_balance\": \"NaN\",\n \"rental_has_drivers_license\": true,\n \"rental_loyalty_memberships\": null,\n \"rental_preferred_payment\": \"Visa Debit\"\n}\n\n## GOAL\nYou are flying to Nashville, TN to meet old friends. You need an Economy class flight from El Paso on June 20th, 2026 - book the first available flight for yourself. For accommodation, you want a Verve hotel with pool and spa in Downtown Nashville, TN - book the first available room with credit card for check-in June 21st through June 25th. You also need an automatic car rental with GPS, preferably electric - book the first available one starting June 22nd (you have a driver's license). You'd like to browse Scenery attractions in Nashville, TN. For dining, search for Poutine restaurants in Germantown Nashville, TN and book the first available restaurant for 2 at $97/person on June 23rd at 7:00 PM. You want to browse Nashville Opera shows (no specific date) and get details on the first available show. For nightlife, you want a bar with happy hour and signature mixology in The Gulch - book the first available bar for 2 on June 22nd at 7:00 PM (you have a driver's license). Finally, you want coffee from a Coffee Shop in Downtown Nashville - order a Macchiato and a Blueberry Muffin from the first available cafe using credit card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "El Paso", "arrival_city": "Nashville", "departure_date": "2026-06-20", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-A9E436D1", "flight_id": "FL455", "passenger_names": ["Daniel Sanchez"], "number_passengers": 1, "credit_card_last_four": "0310"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_pool": true, "has_spa": true, "brand": ["Verve"], "state": "TN"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["Downtown Nashville"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-A9E436D1", "hotel_id": "H104", "room_id": "HR8478", "payment_method": "credit_card", "check_in_date": "2026-06-21", "check_out_date": "2026-06-25"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-A9E436D1", "vehicle_id": "VEH-B67F3361", "start_date": "2026-06-22", "end_date": "2026-06-25", "primary_driver_name": "Daniel Sanchez", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Scenery", "state": "TN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Nashville", "state": "TN", "neighborhood": ["Germantown"], "cuisine": ["Poutine"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A9E436D1", "restaurant_id": "FAD-129463", "primary_guest_name": "Daniel Sanchez", "number_guests": 2, "price_per_person": 97.0, "has_private_dining": false, "reservation_date": "2026-06-23", "reservation_time": "19:00"}}, {"name": "search_live_shows", "parameters": {"city": "Nashville", "event_category": ["Opera"]}}, {"name": "get_live_show_details", "parameters": {"live_event_id": "LE52"}}, {"name": "search_bars", "parameters": {"city": "Nashville", "has_happy_hour": true, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["The Gulch"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-A9E436D1", "venue_id": "BAR0604", "primary_guest_name": "Daniel Sanchez", "number_guests": 2, "event_datetime": "2026-06-22 19:00", "credit_card_last_four": "0310", "has_drivers_license": true}}, {"name": "search_cafes", "parameters": {"city": "Nashville", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Downtown Nashville"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-4B23B5"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-A9E436D1", "cafe_id": "CFE-4B23B5", "items": [{"item_id": "CMI-AEA700", "quantity": 1}, {"item_id": "CMI-9D9EFE", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "8domain-3", "domain": "8domain", "user_template": "## PERSONA\nYou are a customer planning a trip. You want to book a flight, find a hotel, rent a vehicle, discover local attractions, enjoy dining experiences, attend live shows, visit bars, and explore local cafes.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson2248@gmail.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 23560\",\n \"rental_has_drivers_license\": true,\n \"rental_loyalty_memberships\": \"Roamster:bronze\",\n \"rental_preferred_payment\": \"Bitcoin\"\n}\n\n## GOAL\nYou are heading back to Nashville, TN for a summer trip with your dog. You need an Economy class flight from San Diego on July 1st, 2026 - book the first available flight for yourself. For accommodation, you want a Verve hotel with pool, spa, and gym in 12 South, Nashville, TN - book the first available room with credit card for check-in July 2nd through July 6th. You also need an automatic car rental with GPS, preferably pet-friendly - book the first available one starting July 3rd (you have a driver's license). You'd like to browse Culture attractions in Nashville, TN. For dining, search for Tacos restaurants in The Gulch in Nashville, TN and book the first available restaurant for 4 at $14/person on July 4th at 6:30 PM. You want to browse Nashville Opera shows (no specific date) and get details on the first available show. For nightlife, you want a bar with happy hour and signature mixology in East Nashville - book the first available bar for 2 on July 4th at 9:00 PM (you have a driver's license). Finally, you want coffee from a Coffee Shop in Germantown - order a Macchiato and a Nitro Cold Brew from the first available cafe using credit card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "San Diego", "arrival_city": "Nashville", "departure_date": "2026-07-01", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL1083", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "6519"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_pool": true, "has_spa": true, "brand": ["Verve"], "state": "TN"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["12 South"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-067C983B", "hotel_id": "H106", "room_id": "HR8636", "payment_method": "credit_card", "check_in_date": "2026-07-02", "check_out_date": "2026-07-06"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-A2F7C73F", "start_date": "2026-07-03", "end_date": "2026-07-06", "primary_driver_name": "Karen Thompson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Culture", "state": "TN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Nashville", "state": "TN", "neighborhood": ["The Gulch"], "cuisine": ["Tacos"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-067C983B", "restaurant_id": "FAD-111816", "primary_guest_name": "Karen Thompson", "number_guests": 4, "price_per_person": 14.0, "has_private_dining": false, "reservation_date": "2026-07-04", "reservation_time": "18:30"}}, {"name": "search_live_shows", "parameters": {"city": "Nashville", "event_category": ["Opera"]}}, {"name": "get_live_show_details", "parameters": {"live_event_id": "LE52"}}, {"name": "search_bars", "parameters": {"city": "Nashville", "has_happy_hour": true, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["East Nashville"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-067C983B", "venue_id": "BAR0622", "primary_guest_name": "Karen Thompson", "number_guests": 2, "event_datetime": "2026-07-04 21:00", "credit_card_last_four": "6519", "has_drivers_license": true}}, {"name": "search_cafes", "parameters": {"city": "Nashville", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Germantown"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-773BFC"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-067C983B", "cafe_id": "CFE-773BFC", "items": [{"item_id": "CMI-B9D1A5", "quantity": 1}, {"item_id": "CMI-D0F39B", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "8domain-4", "domain": "8domain", "user_template": "## PERSONA\nYou are a customer planning a trip. You want to book a flight, find a hotel, rent a vehicle, discover local attractions, enjoy dining experiences, attend live shows, visit bars, and explore local cafes.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson2248@gmail.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 23560\",\n \"rental_has_drivers_license\": true,\n \"rental_loyalty_memberships\": \"Roamster:bronze\",\n \"rental_preferred_payment\": \"Bitcoin\"\n}\n\n## GOAL\nYou are flying home to Nashville, TN from a vacation in Kona. You need an Economy class flight from Kona on April 23rd, 2026 - book the first available flight for yourself. For accommodation, you want a Verve hotel with pool, spa, and gym in 12 South, Nashville, TN - book the first available room with credit card for check-in April 26th through May 2nd. You also need an automatic car rental with GPS, preferably electric - book the first available one starting April 27th (you have a driver's license). You'd like to browse Scenery attractions in Nashville, TN. For dining, search for Silk Road Grille restaurant in East Nashville, TN and book a dinner for 2 at $81/person on April 30th at 8:00 PM. You want to see an Opera show on May 2nd - book 1 front-row ticket for the first available show using your credit card. For nightlife, you want a bar with happy hour and signature mixology in East Nashville - book the first available bar for 2 on April 28th at 8:00 PM (you have a driver's license). Finally, you want coffee from a Coffee Shop in Downtown Nashville - order a Macchiato and Banana Bread from the first available cafe using credit card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Kona", "arrival_city": "Nashville", "departure_date": "2026-04-23", "ticket_class": "Economy"}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL886", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "6519"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_pool": true, "has_spa": true, "has_gym": true, "brand": ["Verve"], "state": "TN"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "neighborhood": ["12 South"]}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-067C983B", "hotel_id": "H106", "room_id": "HR8679", "payment_method": "credit_card", "check_in_date": "2026-04-26", "check_out_date": "2026-05-02"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car", "is_automatic": true, "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "fuel_type": "electric"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-B67F3361", "start_date": "2026-04-27", "end_date": "2026-05-02", "primary_driver_name": "Karen Thompson", "has_drivers_license": true}}, {"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Scenery", "state": "TN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Nashville", "state": "TN", "neighborhood": ["East Nashville"], "restaurant_name": ["Silk Road Grille"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-067C983B", "restaurant_id": "FAD-115982", "primary_guest_name": "Karen Thompson", "number_guests": 2, "price_per_person": 81.0, "has_private_dining": false, "reservation_date": "2026-04-30", "reservation_time": "20:00"}}, {"name": "search_live_shows", "parameters": {"city": "Nashville", "event_category": ["Opera"], "event_date_range": ["2026-05-02", "2026-05-02"]}}, {"name": "book_live_show_reservation", "parameters": {"user_id": "USR-067C983B", "live_event_id": "LE604", "seat_location": "front", "number_tickets": 1, "primary_guest_name": "Karen Thompson", "credit_card_last_four": "6519"}}, {"name": "search_bars", "parameters": {"city": "Nashville", "has_happy_hour": true, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["East Nashville"]}}, {"name": "book_bar_reservation", "parameters": {"user_id": "USR-067C983B", "venue_id": "BAR0622", "primary_guest_name": "Karen Thompson", "number_guests": 2, "event_datetime": "2026-04-28 20:00", "credit_card_last_four": "6519", "has_drivers_license": true}}, {"name": "search_cafes", "parameters": {"city": "Nashville", "cafe_type": "Coffee Shop"}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "neighborhood": ["Downtown Nashville"]}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-4B23B5"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-067C983B", "cafe_id": "CFE-4B23B5", "items": [{"item_id": "CMI-AEA700", "quantity": 1}, {"item_id": "CMI-D37790", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/attraction.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "attraction-0", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-B5B993F1\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Ramirez\",\n \"email\": \"joseph.ramirez9541@gmail.com\",\n \"city\": \"Lubbock\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Lubbock\",\n \"birthdate\": \"2001-02-16\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nSearch for attractions in Raleigh of type Social with at least a rating of 4.0. After receiving the list, ask a follow‑up question about one specific attraction with the alphabetically smallest name. Then conclude the conversation by saying you need to think about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Raleigh", "attraction_type": "Social", "min_rating": 4.0}}, {"name": "get_attraction_details", "parameters": {"name": "Glenwood South", "city": "Raleigh"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "attraction-1", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-000D2EBB\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"anthony.rodriguez9546@yahoo.com\",\n \"city\": \"Oxnard\",\n \"state\": \"CA\",\n \"neighborhood\": \"Colonia\",\n \"birthdate\": \"1962-02-16\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nStart by asking for attractions in Austin of type Scenery with a minimum rating of 3.0. After the assistant provides the list, pick one attraction (with the alphabetically smallest name) and ask a follow‑up question about it (e.g., opening hours, price, or special features). Finally, end the conversation by saying you need to think about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Austin", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "Barton Springs Pool", "city": "Austin"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "attraction-2", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-0E7A9BD1\",\n \"first_name\": \"William\",\n \"last_name\": \"Lee\",\n \"email\": \"william.lee9324@gmail.com\",\n \"city\": \"Sacramento\",\n \"state\": \"CA\",\n \"neighborhood\": \"East Sacramento\",\n \"birthdate\": \"1975-07-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\"]}\"\n}\n\n## GOAL\nThe user will start by asking the assistant to search for attractions in New York of type Tourist with a minimum rating of 4.0. After receiving the list, the user will pick one attraction named Rockefeller Center and ask a follow‑up question about it (e.g., hours, price, or special features). Finally, the user will say they need to think about it and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "New York", "attraction_type": "Tourist", "min_rating": 4.0}}, {"name": "get_attraction_details", "parameters": {"name": "Rockefeller Center", "city": "New York"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "attraction-3", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-D9993005\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis1612@icloud.com\",\n \"city\": \"Glendale\",\n \"state\": \"CA\",\n \"neighborhood\": \"Glendale Galleria\",\n \"birthdate\": \"1965-12-07\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"]}\"\n}\n\n## GOAL\nStart by searching for attractions in Chicago. Specify a preferred attraction type Sports and a minimum rating of 3.0. After the assistant returns search results, ask a follow‑up question about one of the attractions (use the attraction with the alphabetically smallest name as the attraction you’re curious about). Then end the conversation by saying you need to think about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Chicago", "attraction_type": "Sports", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "Soldier Field", "city": "Chicago"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "attraction-4", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-4D113058\",\n \"first_name\": \"John\",\n \"last_name\": \"Lewis\",\n \"email\": \"john.lewis7385@yahoo.com\",\n \"city\": \"Savannah\",\n \"state\": \"GA\",\n \"neighborhood\": \"Ardsley Park\",\n \"birthdate\": \"1952-11-21\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nThe user will start by asking for attractions in Austin of type Scenery with a minimum rating of 3.5. After the assistant returns the search results, the user will select one attraction with the alphabetically smallest name from the list and ask a follow‑up question about that attraction. Finally, the user will say they need to think about it and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Austin", "attraction_type": "Scenery", "min_rating": 3.5}}, {"name": "get_attraction_details", "parameters": {"name": "Barton Springs Pool", "city": "Austin"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "attraction-5", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-556B28F0\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin3222@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"birthdate\": \"1967-03-02\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI want to explore attractions in Dallas. First, give me a broad list of attractions there. After I see the options, I’ll narrow them down to a specific type, so please be ready to filter the results by Scenery and only include places with at least a 3.0 rating. Once the filtered list is shown, I’ll pick one attraction called Klyde Warren Park and then I’d like to know what other attractions are nearby that name.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Dallas"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Dallas", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Dallas Arboretum and Botanical Garden", "attraction_city": "Dallas"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "attraction-6", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-19C8410B\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Thomas\",\n \"email\": \"mary.thomas8523@yahoo.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"Southside\",\n \"birthdate\": \"1950-10-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nI want to explore attractions in Tulsa. First, give me a broad list of attractions there. After reviewing the list, filter the results to only show Historical attractions with a minimum rating of 3.0. From the filtered results, I’m interested in the attraction with the alphabetically smallest name. Please provide details for that attraction and also suggest nearby attractions around it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tulsa"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Tulsa", "attraction_type": "Historical", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "Tulsa Air and Space Museum", "city": "Tulsa"}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Tulsa Air and Space Museum", "attraction_city": "Tulsa"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "attraction-7", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-6DD5E6CB\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Thompson\",\n \"email\": \"richard.thompson9298@outlook.com\",\n \"city\": \"Woodbridge\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Hopelawn\",\n \"birthdate\": \"1975-10-19\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Interac\\\"]}\"\n}\n\n## GOAL\nI want to explore attractions in San Diego. First, give me a broad list of options. Then, filter that list to only show Culture attractions with a rating of at least 3.0. After I pick one, specifically the attraction with the alphabetically smallest name, provide its details and ask for other attractions nearby.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "San Diego", "attraction_type": "Culture", "min_rating": 3.0}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "San Diego", "attraction_type": "Culture", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "Balboa Park", "city": "San Diego"}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Balboa Park", "attraction_city": "San Diego"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "attraction-8", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-44B2D0F5\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"Lewis\",\n \"email\": \"lisa.lewis5976@gmail.com\",\n \"city\": \"Orange\",\n \"state\": \"CA\",\n \"neighborhood\": \"Villa Park\",\n \"birthdate\": \"1948-07-01\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Interac\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to explore attractions in Columbus. First, give me a broad list of what’s available. After I see the results, I’ll narrow the choices to Scenery attractions that have at least a 4.0 rating. From that filtered list I’ll choose Goodale Park and then I’d like to know what other attractions are nearby that place.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Columbus"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Columbus", "attraction_type": "Scenery", "min_rating": 4.0}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Franklin Park Conservatory and Botanical Gardens", "attraction_city": "Columbus"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "attraction-9", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-54C48FCA\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Martinez\",\n \"email\": \"robert.martinez1391@outlook.com\",\n \"city\": \"San Mateo\",\n \"state\": \"CA\",\n \"neighborhood\": \"Central Park\",\n \"birthdate\": \"1960-08-10\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to explore attractions in Nashville. First, show me a general list of attractions. Then I'd like to narrow it down to Scenery attractions with at least a 3.0 rating. From the refined results, choose the attraction with the alphabetically smallest name and ask for nearby attractions around it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Nashville"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Nashville", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Bicentennial Capitol Mall State Park", "attraction_city": "Nashville"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "attraction-10", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-3B6E8FE0\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Sanchez\",\n \"email\": \"betty.sanchez2592@icloud.com\",\n \"city\": \"Seattle\",\n \"state\": \"WA\",\n \"neighborhood\": \"Ballard\",\n \"birthdate\": \"1987-07-16\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to find attractions in Corpus Christi that are of type Scenery with at least a rating of 3.5. After you show me some options, I will choose one (named Padre Island National Seashore) and then I would like to know what other attractions are nearby that place.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Corpus Christi", "attraction_type": "Scenery", "min_rating": 3.5}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Corpus Christi Bayfront", "attraction_city": "Corpus Christi"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "attraction-11", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-60010E4E\",\n \"first_name\": \"James\",\n \"last_name\": \"Jones\",\n \"email\": \"james.jones6918@yahoo.com\",\n \"city\": \"Provo\",\n \"state\": \"UT\",\n \"neighborhood\": \"Downtown Provo\",\n \"birthdate\": \"1992-09-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Mastercard\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\n1. Ask the system to search for attractions in Mesa that match the type Scenery and have a rating of at least 3.0.\n2. Review the returned list, choose one attraction (named Red Mountain Park), and request nearby attractions around that selected place.\n3. Optionally, ask for brief details about the chosen attraction.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Mesa", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Desert Botanical Garden", "attraction_city": "Mesa"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "attraction-12", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-76AAFA5C\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"sarah.gonzalez8005@icloud.com\",\n \"city\": \"Little Rock\",\n \"state\": \"AR\",\n \"neighborhood\": \"River Market District\",\n \"birthdate\": \"1986-06-06\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\"]}\"\n}\n\n## GOAL\nI want to discover attractions in Atlanta that belong to the Scenery category and have a rating of at least 3.5. Please start by giving me a list of such places. After I choose one (named Stone Mountain Park), I would like to know what other attractions are nearby that location.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Atlanta", "attraction_type": "Scenery", "min_rating": 3.5}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Piedmont Park", "attraction_city": "Atlanta"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "attraction-13", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-44B3ED95\",\n \"first_name\": \"William\",\n \"last_name\": \"Martin\",\n \"email\": \"william.martin8370@icloud.com\",\n \"city\": \"Gresham\",\n \"state\": \"OR\",\n \"neighborhood\": \"Downtown Gresham\",\n \"birthdate\": \"1961-03-01\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nI would like to find attractions in Jacksonville that belong to the Scenery category. Please show me a few options. From the results, choose the attraction with the alphabetically smallest name and ask for nearby attractions around that location.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Jacksonville", "attraction_type": "Scenery", "min_rating": 3.5}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Amelia Island", "attraction_city": "Jacksonville"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "attraction-14", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-19C8410B\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Thomas\",\n \"email\": \"mary.thomas8523@yahoo.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"Southside\",\n \"birthdate\": \"1950-10-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nI want to find attractions in San Antonio that are categorized as Historical and have at least a 3.0 rating. Please show me some options.\nAfter I review the list, I will pick one specific place with the alphabetically smallest name. Once I have chosen that attraction, I’d like to know what other attractions are nearby that place.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "San Antonio", "attraction_type": "Historical", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "San Antonio Missions National Historical Park", "city": "San Antonio"}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "San Antonio Missions National Historical Park", "attraction_city": "San Antonio"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "attraction-15", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-A9E436D1\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Sanchez\",\n \"email\": \"daniel.sanchez8586@icloud.com\",\n \"city\": \"El Paso\",\n \"state\": \"TX\",\n \"neighborhood\": \"Westside\",\n \"birthdate\": \"1958-11-05\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nAsk the assistant for the top Tourist attractions in Oklahoma City. After the assistant provides a list, choose the attraction with the alphabetically smallest name and request detailed information about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Oklahoma City", "attraction_type": "Tourist"}}, {"name": "get_attraction_details", "parameters": {"name": "Oklahoma City Zoo and Botanical Garden", "city": "Oklahoma City"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "attraction-16", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\nI’d like to know the top Social attractions in St. Louis.\n\n## GOAL\n1. Ask the assistant for the top attractions in St. Louis (optionally filtered by Tourist).\\n2. After the assistant provides a list, choose one attraction named Six Flags St. Louis and request detailed information about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "St. Louis", "attraction_type": "Tourist"}}, {"name": "get_attraction_details", "parameters": {"name": "Six Flags St. Louis", "city": "St. Louis"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "attraction-17", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-F8F35E62\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Williams\",\n \"email\": \"linda.williams5607@icloud.com\",\n \"city\": \"Chandler\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sun Lakes\",\n \"birthdate\": \"1950-11-02\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nFirst, ask the assistant for the top attractions in Irvine of type Culture. After the assistant provides a list of recommendations, choose the one with the alphabetically smallest name and request detailed information about that attraction.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Irvine", "attraction_type": "Culture"}}, {"name": "get_attraction_details", "parameters": {"name": "Irvine Valley College", "city": "Irvine"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "attraction-18", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-43B4977A\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Miller\",\n \"email\": \"susan.miller5894@icloud.com\",\n \"city\": \"Carmel\",\n \"state\": \"IN\",\n \"neighborhood\": \"Carmel Valley\",\n \"birthdate\": \"2005-03-16\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nAsk the assistant for the top attractions in Jacksonville. After receiving the list, select the attraction with the alphabetically smallest name from the suggestions and request detailed information about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Jacksonville"}}, {"name": "get_attraction_details", "parameters": {"name": "Amelia Island", "city": "Jacksonville"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "attraction-19", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-50A2A32C\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson1871@gmail.com\",\n \"city\": \"Springfield\",\n \"state\": \"MO\",\n \"neighborhood\": \"Rountree\",\n \"birthdate\": \"1991-05-07\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nAsk the assistant for the top Sports attractions in Cincinnati. After the assistant provides a list, choose the attraction with the alphabetically smallest name and request detailed information about it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Cincinnati", "attraction_type": "Sports"}}, {"name": "get_attraction_details", "parameters": {"name": "Great American Ball Park", "city": "Cincinnati"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "attraction-20", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-24C86BC0\",\n \"first_name\": \"John\",\n \"last_name\": \"Clark\",\n \"email\": \"john.clark1999@icloud.com\",\n \"city\": \"Richmond\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Richmond\",\n \"birthdate\": \"1951-08-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"JCB\\\", \\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nStart by asking for Scenery attractions in Virginia Beach with a rating of at least 3.0. After the system returns a list, follow up by asking which of those are the top options.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Virginia Beach", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_top_attractions", "parameters": {"city": "Virginia Beach", "attraction_type": "Scenery"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "attraction-21", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-17F72617\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Brown\",\n \"email\": \"joseph.brown4447@gmail.com\",\n \"city\": \"Stockton\",\n \"state\": \"CA\",\n \"neighborhood\": \"Pacific\",\n \"birthdate\": \"2007-12-01\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\"\n}\n\n## GOAL\nI want to find Culture attractions in Memphis that have a rating of at least 3.5. After you give me the list, please tell me which of those are the top options. Then, for the top attraction with the alphabetically smallest name, I’d like more details and also to know what other attractions are nearby.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Memphis", "attraction_type": "Culture", "min_rating": 3.5}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Memphis", "attraction_type": "Culture", "min_rating": 3.5}}, {"name": "get_attraction_details", "parameters": {"name": "Stax Museum of American Soul Music", "city": "Memphis"}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Stax Museum of American Soul Music", "attraction_city": "Memphis"}}, {"name": "get_top_attractions", "parameters": {"city": "Memphis", "attraction_type": "Culture"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "attraction-22", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-A6B6E86E\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Thompson\",\n \"email\": \"anthony.thompson7550@gmail.com\",\n \"city\": \"Santa Clarita\",\n \"state\": \"CA\",\n \"neighborhood\": \"Saugus\",\n \"birthdate\": \"2004-06-27\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nI would like to search for Scenery attractions in Omaha that have a rating of at least 3.0. After you give me the results, I’ll ask which of those are the top options. Then I may request details about a specific attraction, such as the attraction with the alphabetically smallest name, and also want to know what nearby attractions are available.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Omaha", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "city": "Omaha", "attraction_type": "Scenery", "min_rating": 3.0}}, {"name": "get_attraction_details", "parameters": {"name": "Bob Kerrey Pedestrian Bridge", "city": "Omaha"}}, {"name": "get_nearby_attractions", "parameters": {"attraction_name": "Bob Kerrey Pedestrian Bridge", "attraction_city": "Omaha"}}, {"name": "get_top_attractions", "parameters": {"city": "Omaha", "attraction_type": "Scenery"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "attraction-23", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-3A13FE95\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Ramirez\",\n \"email\": \"mark.ramirez4452@yahoo.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Woodward Park\",\n \"birthdate\": \"1986-05-15\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"]}\"\n}\n\n## GOAL\nI want to find Art attractions in Fresno that have a rating of at least 3.0. After seeing the options, I’d like to know which ones are considered the top recommendations.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Fresno", "attraction_type": "Art", "min_rating": 3.0}}, {"name": "get_top_attractions", "parameters": {"city": "Fresno", "attraction_type": "Art"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "attraction-24", "domain": "attraction", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online attraction discovery service.\n\n## USER\n{\n \"user_id\": \"USR-DFCC0DA9\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Lopez\",\n \"email\": \"nancy.lopez1221@yahoo.com\",\n \"city\": \"Chico\",\n \"state\": \"CA\",\n \"neighborhood\": \"South Campus\",\n \"birthdate\": \"1999-11-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"JCB\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nStart by asking for Scenery attractions in Baltimore with a rating of at least 3.5. After receiving the list, follow up by asking which are the top options for attraction type Art in Baltimore.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Baltimore", "attraction_type": "Scenery", "min_rating": 3.5}}, {"name": "get_top_attractions", "parameters": {"city": "Baltimore", "attraction_type": "Art"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/attraction_cafe.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "attraction_cafe-0", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-000D2EBB\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"anthony.rodriguez9546@yahoo.com\",\n \"city\": \"Oxnard\",\n \"state\": \"CA\",\n \"neighborhood\": \"Colonia\",\n \"birthdate\": \"1962-02-16\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;debit_cards;cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Tulsa.\n2. After seeing the attractions, ask for coffee shops in Tulsa that have no-sugar option.\n3. After seeing the cafe options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tulsa", "attraction_type": "Culture"}}, {"name": "search_cafes", "parameters": {"city": "Tulsa", "cafe_type": "Coffee Shop", "has_no_sugar": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "attraction_cafe-1", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-FBDE13A9\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"linda.rodriguez8062@gmail.com\",\n \"city\": \"Murrieta\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cal Oaks\",\n \"birthdate\": \"1998-09-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Discover\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Honolulu.\n2. After seeing the attractions, ask for coffee shops in Honolulu that have no-sugar option.\n3. After seeing the cafe options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Honolulu", "attraction_type": "Historical"}}, {"name": "search_cafes", "parameters": {"city": "Honolulu", "cafe_type": "Coffee Shop", "has_no_sugar": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "attraction_cafe-2", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-29B743A5\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Sanchez\",\n \"email\": \"matthew.sanchez6025@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"birthdate\": \"1992-03-10\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"American Express\\\", \\\"JCB\\\", \\\"Diners Club\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Saint Paul.\n2. After seeing the attractions, ask for bubble teas in Saint Paul that have matcha.\n3. After seeing the cafe options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Saint Paul", "attraction_type": "Culture"}}, {"name": "search_cafes", "parameters": {"city": "Saint Paul", "cafe_type": "Bubble Tea", "has_matcha": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "attraction_cafe-3", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-62DF0A5F\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Johnson\",\n \"email\": \"jessica.johnson5973@outlook.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"birthdate\": \"1974-09-11\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Bitcoin\\\", \\\"USDC\\\", \\\"Ethereum\\\"]}\",\n \"coffee_shop_payment_methods\": \"cryptocurrencies;debit_cards\",\n \"coffee_shop_loyalty_membership\": \"Perk Point:Basic\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Stockton.\n2. After seeing the attractions, ask for coffee shops in Stockton that have no-sugar option.\n3. After seeing the cafe options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Stockton", "attraction_type": "Art"}}, {"name": "search_cafes", "parameters": {"city": "Stockton", "cafe_type": "Coffee Shop", "has_no_sugar": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "attraction_cafe-4", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-041A898E\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Williams\",\n \"email\": \"anthony.williams8937@outlook.com\",\n \"city\": \"Lansing\",\n \"state\": \"MI\",\n \"neighborhood\": \"Genesee\",\n \"birthdate\": \"1952-01-18\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Seattle.\n2. After seeing the attractions, ask for coffee shops in Seattle that have soy milk.\n3. After seeing the cafe options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Seattle", "attraction_type": "Scenery"}}, {"name": "search_cafes", "parameters": {"city": "Seattle", "cafe_type": "Coffee Shop", "has_soy": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "attraction_cafe-5", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-F384355C\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Lee\",\n \"email\": \"christopher.lee1932@outlook.com\",\n \"city\": \"Pembroke Pines\",\n \"state\": \"FL\",\n \"neighborhood\": \"Silver Lakes\",\n \"birthdate\": \"1998-04-04\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": \"cryptocurrencies;debit_cards\",\n \"bubble_tea_loyalty_membership\": \"Pearl Prime:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for attractions in Corpus Christi.\n2. After seeing the results, narrow them down to those are historical.\n3. Once you have the filtered attractions, search for coffee shops in Corpus Christi that have almond milk.\n4. After seeing the cafe list, narrow it down to cafes that also have vanilla syrup.\n5. After seeing the filtered cafes, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Corpus Christi"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "attraction_type": "Historical"}}, {"name": "search_cafes", "parameters": {"city": "Corpus Christi", "cafe_type": "Coffee Shop", "has_almond": true}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "has_vanilla": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "attraction_cafe-6", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-21508F8E\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"michael.gonzalez3077@gmail.com\",\n \"city\": \"Birmingham\",\n \"state\": \"AL\",\n \"neighborhood\": \"Downtown Birmingham\",\n \"birthdate\": \"1982-06-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"American Express\\\", \\\"Discover\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Lubbock.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. Once you have the filtered attractions, search for bubble teas in Lubbock that have oat milk.\n4. After seeing the cafe list, narrow it down to cafes that also have taro.\n5. After seeing the filtered cafes, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Lubbock", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_cafes", "parameters": {"city": "Lubbock", "cafe_type": "Bubble Tea", "has_oat": true}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "has_taro": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "attraction_cafe-7", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-B0F81477\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Clark\",\n \"email\": \"linda.clark6316@outlook.com\",\n \"city\": \"Suffolk\",\n \"state\": \"VA\",\n \"neighborhood\": \"Downtown Suffolk\",\n \"birthdate\": \"1946-07-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Mastercard\\\", \\\"Diners Club\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"coffee_shop_loyalty_membership\": \"Steam & Sip:Silver\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in San Antonio.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.5.\n3. Once you have the filtered attractions, search for coffee shops in San Antonio that have no-sugar option.\n4. After seeing the cafe list, narrow it down to cafes that also have almond milk.\n5. After seeing the filtered cafes, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "San Antonio", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.5}}, {"name": "search_cafes", "parameters": {"city": "San Antonio", "cafe_type": "Coffee Shop", "has_no_sugar": true}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "has_almond": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "attraction_cafe-8", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-088F7CA3\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white8618@yahoo.com\",\n \"city\": \"Olathe\",\n \"state\": \"KS\",\n \"neighborhood\": \"Olathe Station\",\n \"birthdate\": \"1978-02-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Greensboro.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.2.\n3. Once you have the filtered attractions, search for coffee shops in Greensboro that have almond milk.\n4. After seeing the cafe list, narrow it down to cafes that also have vanilla syrup.\n5. After seeing the filtered cafes, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Greensboro", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.2}}, {"name": "search_cafes", "parameters": {"city": "Greensboro", "cafe_type": "Coffee Shop", "has_almond": true}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "has_vanilla": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "attraction_cafe-9", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-18F6FB55\",\n \"first_name\": \"David\",\n \"last_name\": \"Johnson\",\n \"email\": \"david.johnson7584@outlook.com\",\n \"city\": \"Norfolk\",\n \"state\": \"VA\",\n \"neighborhood\": \"Ghent\",\n \"birthdate\": \"1959-07-21\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[\\\"Visa\\\"],\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in New York.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.\n3. Once you have the filtered attractions, search for bubble teas in New York that have black tea.\n4. After seeing the cafe list, narrow it down to cafes that also have cheese foam.\n5. After seeing the filtered cafes, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "New York", "attraction_type": "Art"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_cafes", "parameters": {"city": "New York", "cafe_type": "Bubble Tea", "has_black_tea": true}}, {"name": "filter_cafes", "parameters": {"cache_key": "search_cafes_results_0", "has_cheese_foam": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "attraction_cafe-10", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-1878B581\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson2002@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Ludlow Park\",\n \"birthdate\": \"1956-02-21\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"JCB\\\", \\\"Mastercard\\\", \\\"American Express\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Virginia Beach.\n2. After seeing the attractions, search for coffee shops in Virginia Beach that have caramel syrup.\n3. Choose the cafe with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 1x Banana Bread using credit_card, no customization needed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Virginia Beach", "attraction_type": "Culture"}}, {"name": "search_cafes", "parameters": {"city": "Virginia Beach", "cafe_type": "Coffee Shop", "has_caramel": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-B9C0D3"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-1878B581", "cafe_id": "CFE-B9C0D3", "items": [{"item_id": "CMI-FC58CB", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "attraction_cafe-11", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-4CA447C0\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white9232@yahoo.com\",\n \"city\": \"Orlando\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Orlando\",\n \"birthdate\": \"1969-11-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"American Express\\\", \\\"Visa\\\", \\\"Diners Club\\\", \\\"Discover\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;cryptocurrencies;debit_cards\",\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Miami.\n2. After seeing the attractions, search for coffee shops in Miami that have mocha.\n3. Choose the cafe with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 1x Iced Coffee using credit_card, no customization needed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Miami", "attraction_type": "Scenery"}}, {"name": "search_cafes", "parameters": {"city": "Miami", "cafe_type": "Coffee Shop", "has_mocha": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-B8D48D"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-4CA447C0", "cafe_id": "CFE-B8D48D", "items": [{"item_id": "CMI-B5F50F", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "attraction_cafe-12", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-4A2C6FA5\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Ramirez\",\n \"email\": \"michael.ramirez9874@icloud.com\",\n \"city\": \"Springfield\",\n \"state\": \"MA\",\n \"neighborhood\": \"South End\",\n \"birthdate\": \"1961-05-19\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"debit_cards;cryptocurrencies;gift_cards\",\n \"coffee_shop_loyalty_membership\": \"The Coffee Connection:Basic\",\n \"bubble_tea_payment_methods\": \"debit_cards;cryptocurrencies;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"The Sweet Spot:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Greensboro.\n2. After seeing the attractions, search for bubble teas in Greensboro that have jasmine green tea.\n3. Choose the cafe with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 1x Matcha Milk Tea using credit_card, no customization needed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Greensboro", "attraction_type": "Art"}}, {"name": "search_cafes", "parameters": {"city": "Greensboro", "cafe_type": "Bubble Tea", "has_jasmine_green": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "BTE-3185A3"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-4A2C6FA5", "cafe_id": "BTE-3185A3", "items": [{"item_id": "CMI-38F132", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "attraction_cafe-13", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-57221548\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Garcia\",\n \"email\": \"christopher.garcia4166@gmail.com\",\n \"city\": \"Sparks\",\n \"state\": \"NV\",\n \"neighborhood\": \"Sparks Marina\",\n \"birthdate\": \"1969-06-07\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Ethereum\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Fresno.\n2. After seeing the attractions, search for coffee shops in Fresno that have mocha.\n3. Choose the cafe with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Cortado using credit_card, no customization needed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Fresno", "attraction_type": "Social"}}, {"name": "search_cafes", "parameters": {"city": "Fresno", "cafe_type": "Coffee Shop", "has_mocha": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-7DF81F"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-57221548", "cafe_id": "CFE-7DF81F", "items": [{"item_id": "CMI-94E264", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "attraction_cafe-14", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-D6D588C8\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white1727@outlook.com\",\n \"city\": \"South Fulton\",\n \"state\": \"GA\",\n \"neighborhood\": \"Fulton Industrial\",\n \"birthdate\": \"2007-01-07\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": \"credit_cards;debit_cards;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"The Jelly Joy:Gold\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Columbus.\n2. After seeing the attractions, search for coffee shops in Columbus that have dark roast.\n3. Choose the cafe with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Cappuccino using credit_card, no customization needed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Columbus", "attraction_type": "Scenery"}}, {"name": "search_cafes", "parameters": {"city": "Columbus", "cafe_type": "Coffee Shop", "has_dark_roast": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-BF795F"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-D6D588C8", "cafe_id": "CFE-BF795F", "items": [{"item_id": "CMI-F284C5", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "attraction_cafe-15", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-D9993005\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis1612@icloud.com\",\n \"city\": \"Glendale\",\n \"state\": \"CA\",\n \"neighborhood\": \"Glendale Galleria\",\n \"birthdate\": \"1965-12-07\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for attractions in Santa Ana.\n2. After seeing the results, narrow them down to Sports attraction.\n3. Once you see the filtered attractions, search for bubble teas in Santa Ana that have black tea.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Cheese Foam Green Tea using credit_card, no customization needed.\n5. After the order is confirmed, cancel it - you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Santa Ana"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "attraction_type": "Sports"}}, {"name": "search_cafes", "parameters": {"city": "Santa Ana", "cafe_type": "Bubble Tea", "has_black_tea": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-D9993005", "cafe_id": "BTE-5FB16B", "items": [{"item_id": "CMI-2E24ED", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-D9993005", "order_id": "CAF-38D03168"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "attraction_cafe-16", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-D4762342\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson8956@gmail.com\",\n \"city\": \"Oakland\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Oakland\",\n \"birthdate\": \"1959-03-17\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for attractions in Plano.\n2. After seeing the results, narrow them down to culture attractions.\n3. Once you see the filtered attractions, search for coffee shops in Plano that have almond milk.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Blueberry Muffin using credit_card, no customization needed.\n5. After the order is confirmed, cancel it - you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Plano"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "attraction_type": "Culture"}}, {"name": "search_cafes", "parameters": {"city": "Plano", "cafe_type": "Coffee Shop", "has_almond": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-D4762342", "cafe_id": "CFE-34BB39", "items": [{"item_id": "CMI-359D4C", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-D4762342", "order_id": "CAF-F2E6B02B"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "attraction_cafe-17", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-8AE93367\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Moore\",\n \"email\": \"margaret.moore7583@yahoo.com\",\n \"city\": \"Waco\",\n \"state\": \"TX\",\n \"neighborhood\": \"Brook Oaks\",\n \"birthdate\": \"1968-08-14\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Newark.\n2. After seeing the results, narrow them down to those rated at least 4.5.\n3. Once you see the filtered attractions, search for bubble teas in Newark that have jasmine green tea.\n4. Choose the cafe with the alphabetically lowest name and place an order for 2x Peach Oolong Tea using credit_card, no customization needed.\n5. After the order is confirmed, cancel it - you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Newark", "attraction_type": "Culture"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.5}}, {"name": "search_cafes", "parameters": {"city": "Newark", "cafe_type": "Bubble Tea", "has_jasmine_green": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-8AE93367", "cafe_id": "BTE-E48BC4", "items": [{"item_id": "CMI-A51DD1", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-8AE93367", "order_id": "CAF-FA5E4E15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "attraction_cafe-18", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-E3C90785\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"White\",\n \"email\": \"nancy.white1369@outlook.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Ludlow Park\",\n \"birthdate\": \"1981-11-24\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Diners Club\\\", \\\"Mastercard\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for attractions in Anaheim.\n2. After seeing the results, narrow them down to culture domain.\n3. Once you see the filtered attractions, search for bubble teas in Anaheim that have less ice.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Brown Sugar Boba Milk using credit_card, no customization needed.\n5. After the order is confirmed, cancel it - you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Anaheim"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "attraction_type": "Culture"}}, {"name": "search_cafes", "parameters": {"city": "Anaheim", "cafe_type": "Bubble Tea", "has_less_ice": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-E3C90785", "cafe_id": "BTE-BA66F9", "items": [{"item_id": "CMI-D5A177", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-E3C90785", "order_id": "CAF-5EF22DC2"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "attraction_cafe-19", "domain": "attraction_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-4BCF0F5C\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"White\",\n \"email\": \"matthew.white9797@gmail.com\",\n \"city\": \"Omaha\",\n \"state\": \"NE\",\n \"neighborhood\": \"Aksarben\",\n \"birthdate\": \"1971-11-23\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": \"debit_cards;credit_cards;gift_cards\",\n \"coffee_shop_loyalty_membership\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for attractions in Chicago.\n2. After seeing the results, narrow them down to scenary attraction.\n3. Once you see the filtered attractions, search for coffee shops in Chicago that have soy milk.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Latte using credit_card, no customization needed.\n5. After the order is confirmed, cancel it - you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Chicago"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "attraction_type": "Scenery"}}, {"name": "search_cafes", "parameters": {"city": "Chicago", "cafe_type": "Coffee Shop", "has_soy": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-4BCF0F5C", "cafe_id": "CFE-012ED5", "items": [{"item_id": "CMI-64599F", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-4BCF0F5C", "order_id": "CAF-FFF4F48D"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/attraction_dessert.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "attraction_dessert-0", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-F2E01098\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Brown\",\n \"email\": \"anthony.brown6170@yahoo.com\",\n \"city\": \"Pearland\",\n \"state\": \"TX\",\n \"neighborhood\": \"Pearland Town Center\",\n \"birthdate\": \"1959-08-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\", \\\"Mastercard\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"dessert_shop_loyalty_membership\": \"The Dessert Dream:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Tulsa.\n2. After seeing the attractions, ask for dessert shops in Tulsa that have ice cream.\n3. After seeing the dessert shop options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tulsa", "attraction_type": "Culture"}}, {"name": "search_dessert_shops", "parameters": {"city": "Tulsa", "has_ice_cream": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "attraction_dessert-1", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-59F2DF27\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Thomas\",\n \"email\": \"daniel.thomas7751@gmail.com\",\n \"city\": \"Bakersfield\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Bakersfield\",\n \"birthdate\": \"2005-06-27\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Jacksonville.\n2. After seeing the attractions, ask for dessert shops in Jacksonville that have cheesecake.\n3. After seeing the dessert shop options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Jacksonville", "attraction_type": "Historical"}}, {"name": "search_dessert_shops", "parameters": {"city": "Jacksonville", "has_cheesecake": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "attraction_dessert-2", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-0787286B\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Perez\",\n \"email\": \"sandra.perez8104@outlook.com\",\n \"city\": \"Boston\",\n \"state\": \"MA\",\n \"neighborhood\": \"Beacon Hill\",\n \"birthdate\": \"2002-06-03\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"American Express\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;gift_cards\",\n \"dessert_shop_loyalty_membership\": \"Sweet Story:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Atlanta.\n2. After seeing the attractions, ask for dessert shops in Atlanta that have gelato.\n3. After seeing the dessert shop options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Atlanta", "attraction_type": "Art"}}, {"name": "search_dessert_shops", "parameters": {"city": "Atlanta", "has_gelato": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "attraction_dessert-3", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-DF9D1C8F\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Thomas\",\n \"email\": \"sarah.thomas4445@yahoo.com\",\n \"city\": \"Kansas City\",\n \"state\": \"KS\",\n \"neighborhood\": \"Olathe\",\n \"birthdate\": \"1977-10-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Interac\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Stockton.\n2. After seeing the attractions, ask for dessert shops in Stockton that have custom cake ordering.\n3. After seeing the dessert shop options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Stockton", "attraction_type": "Art"}}, {"name": "search_dessert_shops", "parameters": {"city": "Stockton", "has_custom_cake_ordering": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "attraction_dessert-4", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-4C6F9925\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Thompson\",\n \"email\": \"richard.thompson1958@icloud.com\",\n \"city\": \"Honolulu\",\n \"state\": \"HI\",\n \"neighborhood\": \"Ala Moana\",\n \"birthdate\": \"1998-10-15\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"USDC\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in New York.\n2. After seeing the attractions, ask for dessert shops in New York that have donuts.\n3. After seeing the dessert shop options, say you will explore more later and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "New York", "attraction_type": "Historical"}}, {"name": "search_dessert_shops", "parameters": {"city": "New York", "has_donuts": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "attraction_dessert-5", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-0BDC7B1F\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Harris\",\n \"email\": \"matthew.harris6311@outlook.com\",\n \"city\": \"Santa Clarita\",\n \"state\": \"CA\",\n \"neighborhood\": \"Canyon Country\",\n \"birthdate\": \"1956-04-04\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\"]}\",\n \"dessert_shop_payment_methods\": \"cryptocurrencies;credit_cards;debit_cards;gift_cards\",\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Corpus Christi.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. Once you have the filtered attractions, search for dessert shops in Corpus Christi that have gelato.\n4. After seeing the dessert shop list, narrow it down to those that also have frozen yogurt.\n5. After seeing the filtered dessert shops, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Corpus Christi", "attraction_type": "Historical"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Corpus Christi", "has_gelato": true}}, {"name": "filter_dessert_shops", "parameters": {"cache_key": "search_dessert_shops_results_0", "has_frozen_yogurt": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "attraction_dessert-6", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-1878B581\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson2002@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Ludlow Park\",\n \"birthdate\": \"1956-02-21\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"JCB\\\", \\\"Mastercard\\\", \\\"American Express\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards\",\n \"dessert_shop_loyalty_membership\": \"Candy Crest:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Madison.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.5.\n3. Once you have the filtered attractions, search for dessert shops in Madison that have custom toppings bar.\n4. After seeing the dessert shop list, narrow it down to those that also have ice cream.\n5. After seeing the filtered dessert shops, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Madison", "attraction_type": "Social"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.5}}, {"name": "search_dessert_shops", "parameters": {"city": "Madison", "has_custom_toppings_bar": true}}, {"name": "filter_dessert_shops", "parameters": {"cache_key": "search_dessert_shops_results_0", "has_ice_cream": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "attraction_dessert-7", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-93D906F2\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Johnson\",\n \"email\": \"daniel.johnson8897@outlook.com\",\n \"city\": \"Suffolk\",\n \"state\": \"VA\",\n \"neighborhood\": \"Driver\",\n \"birthdate\": \"1986-09-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"American Express\\\", \\\"Visa\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Baltimore.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. Once you have the filtered attractions, search for dessert shops in Baltimore that have custom toppings bar.\n4. After seeing the dessert shop list, narrow it down to those that also have cupcakes.\n5. After seeing the filtered dessert shops, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Baltimore", "attraction_type": "Art"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Baltimore", "has_custom_toppings_bar": true}}, {"name": "filter_dessert_shops", "parameters": {"cache_key": "search_dessert_shops_results_0", "has_cupcakes": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "attraction_dessert-8", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-82634BB2\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"sarah.gonzalez3695@outlook.com\",\n \"city\": \"Columbia\",\n \"state\": \"MO\",\n \"neighborhood\": \"Downtown Columbia\",\n \"birthdate\": \"1982-10-18\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Charlotte.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. Once you have the filtered attractions, search for dessert shops in Charlotte that have donuts.\n4. After seeing the dessert shop list, narrow it down to those that also have sugar free options.\n5. After seeing the filtered dessert shops, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Charlotte", "attraction_type": "Sports"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Charlotte", "has_donuts": true}}, {"name": "filter_dessert_shops", "parameters": {"cache_key": "search_dessert_shops_results_0", "has_has_sugar_free_options": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "attraction_dessert-9", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-3E4575FD\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Lopez\",\n \"email\": \"susan.lopez9531@yahoo.com\",\n \"city\": \"Jackson\",\n \"state\": \"MS\",\n \"neighborhood\": \"Belhaven\",\n \"birthdate\": \"1986-02-08\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Mastercard\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"dessert_shop_loyalty_membership\": \"Candy Chill:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Long Beach.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.5.\n3. Once you have the filtered attractions, search for dessert shops in Long Beach that have gift boxes.\n4. After seeing the dessert shop list, narrow it down to those that also have ice cream.\n5. After seeing the filtered dessert shops, say you need more time to decide and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Long Beach", "attraction_type": "Art"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.5}}, {"name": "search_dessert_shops", "parameters": {"city": "Long Beach", "has_gift_boxes": true}}, {"name": "filter_dessert_shops", "parameters": {"cache_key": "search_dessert_shops_results_0", "has_ice_cream": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "attraction_dessert-10", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-8ADD831E\",\n \"first_name\": \"James\",\n \"last_name\": \"White\",\n \"email\": \"james.white5253@outlook.com\",\n \"city\": \"Killeen\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Killeen\",\n \"birthdate\": \"1971-08-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Diners Club\\\", \\\"Visa\\\", \\\"Mastercard\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Irvine.\n2. After seeing the attractions, search for dessert shops in Irvine that have cheesecake.\n3. Choose the dessert shop with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Irvine", "attraction_type": "Culture"}}, {"name": "search_dessert_shops", "parameters": {"city": "Irvine", "has_cheesecake": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-826980"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-8ADD831E", "shop_id": "DST-826980", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "attraction_dessert-11", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-F4162A95\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Taylor\",\n \"email\": \"joseph.taylor1746@icloud.com\",\n \"city\": \"Gilbert\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Downtown Gilbert\",\n \"birthdate\": \"2002-12-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Mastercard\\\", \\\"Diners Club\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"dessert_shop_loyalty_membership\": \"The Dessert Dome:Basic\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for tourist attractions in Fresno.\n2. After seeing the attractions, search for dessert shops in Fresno that have cookies.\n3. Choose the dessert shop with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Cookie Dough Sundae using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Fresno", "attraction_type": "Tourist"}}, {"name": "search_dessert_shops", "parameters": {"city": "Fresno", "has_cookies": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-4A4F4F"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-F4162A95", "shop_id": "DST-4A4F4F", "items": [{"item_id": "DMI-D224AE", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "attraction_dessert-12", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-9C508A3B\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4165@outlook.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"Downtown St. Louis\",\n \"birthdate\": \"1983-02-09\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Columbus.\n2. After seeing the attractions, search for dessert shops in Columbus that have frozen yogurt.\n3. Choose the dessert shop with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Columbus", "attraction_type": "Scenery"}}, {"name": "search_dessert_shops", "parameters": {"city": "Columbus", "has_frozen_yogurt": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-994D16"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-9C508A3B", "shop_id": "DST-994D16", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "attraction_dessert-13", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-EB1F1BCF\",\n \"first_name\": \"Elizabeth\",\n \"last_name\": \"Miller\",\n \"email\": \"elizabeth.miller572@yahoo.com\",\n \"city\": \"North Las Vegas\",\n \"state\": \"NV\",\n \"neighborhood\": \"El Dorado\",\n \"birthdate\": \"1984-09-05\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Diners Club\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Interac\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Santa Ana.\n2. After seeing the attractions, search for dessert shops in Santa Ana that have seasonal flavors.\n3. Choose the dessert shop with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Santa Ana", "attraction_type": "Sports"}}, {"name": "search_dessert_shops", "parameters": {"city": "Santa Ana", "has_seasonal_flavors": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-CD7FE0"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-EB1F1BCF", "shop_id": "DST-CD7FE0", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "attraction_dessert-14", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-711133FA\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"thomas.rodriguez1725@yahoo.com\",\n \"city\": \"Fayetteville\",\n \"state\": \"AR\",\n \"neighborhood\": \"University of Arkansas Campus\",\n \"birthdate\": \"2003-07-02\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\", \\\"JCB\\\", \\\"Diners Club\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Memphis.\n2. After seeing the attractions, search for dessert shops in Memphis that have frozen yogurt.\n3. Choose the dessert shop with the alphabetically lowest name and ask to see its menu.\n4. After seeing the menu, place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Memphis", "attraction_type": "Historical"}}, {"name": "search_dessert_shops", "parameters": {"city": "Memphis", "has_frozen_yogurt": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-CC0C4C"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-711133FA", "shop_id": "DST-CC0C4C", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "attraction_dessert-15", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-97568D1B\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Clark\",\n \"email\": \"michael.clark7119@icloud.com\",\n \"city\": \"Savannah\",\n \"state\": \"GA\",\n \"neighborhood\": \"Victorian District\",\n \"birthdate\": \"1961-03-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Mastercard\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Dallas.\n2. After seeing the results, narrow them down to those rated at least 3.5.\n3. Once you see the filtered attractions, search for dessert shops in Dallas that have vegan friendly.\n4. Choose the dessert shop with the alphabetically lowest name and place an order for 2x Affogato using credit_card.\n5. After the order is confirmed, cancel it — you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Dallas", "attraction_type": "Sports"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.5}}, {"name": "search_dessert_shops", "parameters": {"city": "Dallas", "has_is_vegan_friendly": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-97568D1B", "shop_id": "DST-E7553D", "items": [{"item_id": "DMI-B08C78", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_dessert_order", "parameters": {"user_id": "USR-97568D1B", "order_id": "DST-6E8CE51B"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "attraction_dessert-16", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-2DAD1395\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Martin\",\n \"email\": \"richard.martin9077@gmail.com\",\n \"city\": \"Santa Rosa\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cherry Street District\",\n \"birthdate\": \"1960-07-02\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Irvine.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for dessert shops in Irvine that have gelato.\n4. Choose the dessert shop with the alphabetically lowest name and place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.\n5. After the order is confirmed, cancel it — you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Irvine", "attraction_type": "Social"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Irvine", "has_gelato": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-2DAD1395", "shop_id": "DST-826980", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_dessert_order", "parameters": {"user_id": "USR-2DAD1395", "order_id": "DST-90C6CA38"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "attraction_dessert-17", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-A172BF4F\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Robinson\",\n \"email\": \"richard.robinson4808@yahoo.com\",\n \"city\": \"Virginia Beach\",\n \"state\": \"VA\",\n \"neighborhood\": \"Pembroke\",\n \"birthdate\": \"2006-05-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Visa\\\", \\\"JCB\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"Solana\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;cryptocurrencies;debit_cards\",\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Chicago.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for dessert shops in Chicago that have gift boxes.\n4. Choose the dessert shop with the alphabetically lowest name and place an order for 1x Vanilla Bean Ice Cream using credit_card.\n5. After the order is confirmed, cancel it — you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Chicago", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Chicago", "has_gift_boxes": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-A172BF4F", "shop_id": "DST-D2C303", "items": [{"item_id": "DMI-7C6168", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_dessert_order", "parameters": {"user_id": "USR-A172BF4F", "order_id": "DST-244B9CA8"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "attraction_dessert-18", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-D4F1DE52\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Davis\",\n \"email\": \"christopher.davis6965@yahoo.com\",\n \"city\": \"Cambridge\",\n \"state\": \"MA\",\n \"neighborhood\": \"Kendall Square\",\n \"birthdate\": \"1975-08-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\"]}\",\n \"dessert_shop_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"dessert_shop_loyalty_membership\": \"Sweet Soul:Basic\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Anchorage.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for dessert shops in Anchorage that have seasonal flavors.\n4. Choose the dessert shop with the alphabetically lowest name and place an order for 2x Banana Split using credit_card.\n5. After the order is confirmed, cancel it — you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Anchorage", "attraction_type": "Culture"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "Anchorage", "has_seasonal_flavors": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-D4F1DE52", "shop_id": "DST-D23941", "items": [{"item_id": "DMI-11D08F", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_dessert_order", "parameters": {"user_id": "USR-D4F1DE52", "order_id": "DST-FBF0C5EC"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "attraction_dessert-19", "domain": "attraction_dessert", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and find a great dessert shop to treat yourself.\n\n## USER\n{\n \"user_id\": \"USR-34D2CC6C\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Martinez\",\n \"email\": \"linda.martinez8907@yahoo.com\",\n \"city\": \"Lakewood\",\n \"state\": \"NJ\",\n \"neighborhood\": \"West Lakewood\",\n \"birthdate\": \"1954-05-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Discover\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Interac\\\"]}\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in San Francisco.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for dessert shops in San Francisco that have gelato.\n4. Choose the dessert shop with the alphabetically lowest name and place an order for 2x Chocolate Lava Cake using credit_card.\n5. After the order is confirmed, cancel it — you decided to visit a different spot.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "San Francisco", "attraction_type": "Culture"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_dessert_shops", "parameters": {"city": "San Francisco", "has_gelato": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-34D2CC6C", "shop_id": "DST-C46C76", "items": [{"item_id": "DMI-07729E", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_dessert_order", "parameters": {"user_id": "USR-34D2CC6C", "order_id": "DST-C8E78459"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/attraction_food_dining_cafe.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "attraction_food_dining_cafe-0", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-85D25C89\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Sanchez\",\n \"email\": \"betty.sanchez4283@gmail.com\",\n \"city\": \"Lakeland\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Lakeland\",\n \"birthdate\": \"1963-09-23\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"USDC\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"cryptocurrencies\",\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Durham, NC.\n2. After seeing the attractions, ask for chinese restaurants in the city.\n3. After seeing the restaurant options, ask for bubble teas in the city that have no ice.\n4. After seeing the cafe options, say you will explore more later and end the conversation without ordering or booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Durham", "attraction_type": "Scenery", "state": "NC"}}, {"name": "search_food_and_dining", "parameters": {"city": "Durham", "state": "NC", "cuisine": ["Chinese"]}}, {"name": "search_cafes", "parameters": {"city": "Durham", "cafe_type": "Bubble Tea", "has_no_ice": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
2
+ {"id": "attraction_food_dining_cafe-1", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-6DD5E6CB\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Thompson\",\n \"email\": \"richard.thompson9298@outlook.com\",\n \"city\": \"Woodbridge\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Hopelawn\",\n \"birthdate\": \"1975-10-19\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Milwaukee, WI.\n2. After seeing the attractions, ask for vietnamese restaurants in the city.\n3. After seeing the restaurant options, ask for bubble teas in the city that have black tea.\n4. After seeing the cafe options, say you will explore more later and end the conversation without ordering or booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Milwaukee", "attraction_type": "Sports", "state": "WI"}}, {"name": "search_food_and_dining", "parameters": {"city": "Milwaukee", "state": "WI", "cuisine": ["Vietnamese"]}}, {"name": "search_cafes", "parameters": {"city": "Milwaukee", "cafe_type": "Bubble Tea", "has_black_tea": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
3
+ {"id": "attraction_food_dining_cafe-2", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-E4E51482\",\n \"first_name\": \"William\",\n \"last_name\": \"Martinez\",\n \"email\": \"william.martinez1333@yahoo.com\",\n \"city\": \"McKinney\",\n \"state\": \"TX\",\n \"neighborhood\": \"Craig Ranch\",\n \"birthdate\": \"2004-05-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Tucson, AZ.\n2. After seeing the attractions, ask for bengali restaurants in the city.\n3. After seeing the restaurant options, ask for coffee shops in the city that have caramel syrup.\n4. After seeing the cafe options, say you will explore more later and end the conversation without ordering or booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tucson", "attraction_type": "Scenery", "state": "AZ"}}, {"name": "search_food_and_dining", "parameters": {"city": "Tucson", "state": "AZ", "cuisine": ["Bengali"]}}, {"name": "search_cafes", "parameters": {"city": "Tucson", "cafe_type": "Coffee Shop", "has_caramel": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
4
+ {"id": "attraction_food_dining_cafe-3", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-5391E470\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Taylor\",\n \"email\": \"patricia.taylor9643@yahoo.com\",\n \"city\": \"Carrollton\",\n \"state\": \"TX\",\n \"neighborhood\": \"Hebron\",\n \"birthdate\": \"1996-03-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"debit_cards;cryptocurrencies;gift_cards\",\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for tourist attractions in Anaheim, CA.\n2. After seeing the attractions, ask for hawaiian restaurants in the city.\n3. After seeing the restaurant options, ask for coffee shops in the city that have single origin.\n4. After seeing the cafe options, say you will explore more later and end the conversation without ordering or booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Anaheim", "attraction_type": "Tourist", "state": "CA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Anaheim", "state": "CA", "cuisine": ["Hawaiian"]}}, {"name": "search_cafes", "parameters": {"city": "Anaheim", "cafe_type": "Coffee Shop", "has_single_origin": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
5
+ {"id": "attraction_food_dining_cafe-4", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-73565C8A\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"White\",\n \"email\": \"joseph.white5591@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Park Hill\",\n \"birthdate\": \"2002-12-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in El Paso, TX.\n2. After seeing the attractions, ask for german restaurants in the city.\n3. After seeing the restaurant options, ask for bubble teas in the city that have brown sugar pearls.\n4. After seeing the cafe options, say you will explore more later and end the conversation without ordering or booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "El Paso", "attraction_type": "Historical", "state": "TX"}}, {"name": "search_food_and_dining", "parameters": {"city": "El Paso", "state": "TX", "cuisine": ["German"]}}, {"name": "search_cafes", "parameters": {"city": "El Paso", "cafe_type": "Bubble Tea", "has_brown_sugar_pearls": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
6
+ {"id": "attraction_food_dining_cafe-5", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-4CA447C0\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white9232@yahoo.com\",\n \"city\": \"Orlando\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Orlando\",\n \"birthdate\": \"1969-11-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"American Express\\\", \\\"Visa\\\", \\\"Diners Club\\\", \\\"Discover\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;cryptocurrencies;debit_cards\",\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Los Angeles, CA.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. After seeing the filtered attractions, search for comfort food restaurants in the city.\n4. Choose the restaurant with the alphabetically lowest name and book a reservation for 2 guest(s) on 2026-07-15 at 18:30 under the name Linda White.\n5. After the reservation is confirmed, search for bubble teas in the city that have fruit tea.\n6. After seeing the cafe options, say you will check them out later and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Los Angeles", "attraction_type": "Art", "state": "CA"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_food_and_dining", "parameters": {"city": "Los Angeles", "state": "CA", "cuisine": ["Comfort Food"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-4CA447C0", "restaurant_id": "FAD-843028", "primary_guest_name": "Linda White", "number_guests": 2, "price_per_person": 17.0, "reservation_date": "2026-07-15", "reservation_time": "18:30"}}, {"name": "search_cafes", "parameters": {"city": "Los Angeles", "cafe_type": "Bubble Tea", "has_fruit_tea": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
7
+ {"id": "attraction_food_dining_cafe-6", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-3E2BFD10\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Lopez\",\n \"email\": \"sandra.lopez4433@gmail.com\",\n \"city\": \"Wichita\",\n \"state\": \"KS\",\n \"neighborhood\": \"Riverside\",\n \"birthdate\": \"1946-04-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\", \\\"American Express\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Denver, CO.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. After seeing the filtered attractions, search for mediterranean restaurants in the city.\n4. Choose the restaurant with the alphabetically lowest name and book a reservation for 2 guest(s) on 2026-12-23 at 19:30 under the name Sandra Lopez.\n5. After the reservation is confirmed, search for coffee shops in the city that have vanilla syrup.\n6. After seeing the cafe options, say you will check them out later and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Denver", "attraction_type": "Historical", "state": "CO"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_food_and_dining", "parameters": {"city": "Denver", "state": "CO", "cuisine": ["Mediterranean"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-3E2BFD10", "restaurant_id": "FAD-111745", "primary_guest_name": "Sandra Lopez", "number_guests": 2, "price_per_person": 1622.0, "reservation_date": "2026-12-23", "reservation_time": "19:30"}}, {"name": "search_cafes", "parameters": {"city": "Denver", "cafe_type": "Coffee Shop", "has_vanilla": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
8
+ {"id": "attraction_food_dining_cafe-7", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-105A8C32\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson5255@yahoo.com\",\n \"city\": \"Odessa\",\n \"state\": \"TX\",\n \"neighborhood\": \"Village\",\n \"birthdate\": \"1992-11-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"debit_cards;credit_cards\",\n \"bubble_tea_loyalty_membership\": \"Pearl Path:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Philadelphia, PA.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. After seeing the filtered attractions, search for romanian restaurants in the city.\n4. Choose the restaurant with the alphabetically lowest name and book a reservation for 3 guest(s) on 2026-08-11 at 19:00 under the name Robert Thompson.\n5. After the reservation is confirmed, search for coffee shops in the city that have medium roast.\n6. After seeing the cafe options, say you will check them out later and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Philadelphia", "attraction_type": "Culture", "state": "PA"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_food_and_dining", "parameters": {"city": "Philadelphia", "state": "PA", "cuisine": ["Romanian"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-105A8C32", "restaurant_id": "FAD-289702", "primary_guest_name": "Robert Thompson", "number_guests": 3, "price_per_person": 51.0, "reservation_date": "2026-08-11", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Philadelphia", "cafe_type": "Coffee Shop", "has_medium_roast": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
9
+ {"id": "attraction_food_dining_cafe-8", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-23E8579E\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Taylor\",\n \"email\": \"patricia.taylor5525@gmail.com\",\n \"city\": \"Honolulu\",\n \"state\": \"HI\",\n \"neighborhood\": \"Waikiki\",\n \"birthdate\": \"1977-08-11\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for tourist attractions in Oklahoma City, OK.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.5.\n3. After seeing the filtered attractions, search for thai restaurants in the city.\n4. Choose the restaurant with the alphabetically lowest name and book a reservation for 3 guest(s) on 2026-06-09 at 18:30 under the name Patricia Taylor.\n5. After the reservation is confirmed, search for coffee shops in the city that have vanilla syrup.\n6. After seeing the cafe options, say you will check them out later and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Oklahoma City", "attraction_type": "Tourist", "state": "OK"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.5}}, {"name": "search_food_and_dining", "parameters": {"city": "Oklahoma City", "state": "OK", "cuisine": ["Thai"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "restaurant_id": "FAD-254436", "primary_guest_name": "Patricia Taylor", "number_guests": 3, "price_per_person": 91.0, "reservation_date": "2026-06-09", "reservation_time": "18:30"}}, {"name": "search_cafes", "parameters": {"city": "Oklahoma City", "cafe_type": "Coffee Shop", "has_vanilla": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
10
+ {"id": "attraction_food_dining_cafe-9", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-DFCC0DA9\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Lopez\",\n \"email\": \"nancy.lopez1221@yahoo.com\",\n \"city\": \"Chico\",\n \"state\": \"CA\",\n \"neighborhood\": \"South Campus\",\n \"birthdate\": \"1999-11-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"JCB\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;debit_cards;cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": \"The Coffee Camp:Gold\",\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for food attractions in Seattle, WA.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. After seeing the filtered attractions, search for korean restaurants in the city.\n4. Choose the restaurant with the alphabetically lowest name and book a reservation for 3 guest(s) on 2026-12-14 at 19:00 under the name Nancy Lopez.\n5. After the reservation is confirmed, search for coffee shops in the city that have dark roast.\n6. After seeing the cafe options, say you will check them out later and end the conversation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Seattle", "attraction_type": "Food", "state": "WA"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_food_and_dining", "parameters": {"city": "Seattle", "state": "WA", "cuisine": ["Korean"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-DFCC0DA9", "restaurant_id": "FAD-218602", "primary_guest_name": "Nancy Lopez", "number_guests": 3, "price_per_person": 5.0, "reservation_date": "2026-12-14", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Seattle", "cafe_type": "Coffee Shop", "has_dark_roast": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
11
+ {"id": "attraction_food_dining_cafe-10", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-2381B2C3\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin8891@gmail.com\",\n \"city\": \"Thousand Oaks\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Thousand Oaks\",\n \"birthdate\": \"1959-01-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"Visa\\\", \\\"Diners Club\\\", \\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"credit_cards;debit_cards\",\n \"bubble_tea_loyalty_membership\": \"Boba Buddy:Basic\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for the top attractions in Madison, WI.\n2. After seeing the attractions, search for american restaurants in the city.\n3. After seeing the restaurant options, search for coffee shops in the city that have light roast.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Latte using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Madison", "state": "WI"}}, {"name": "search_food_and_dining", "parameters": {"city": "Madison", "state": "WI", "cuisine": ["American"]}}, {"name": "search_cafes", "parameters": {"city": "Madison", "cafe_type": "Coffee Shop", "has_light_roast": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-2381B2C3", "cafe_id": "CFE-3708A6", "items": [{"item_id": "CMI-64599F", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
12
+ {"id": "attraction_food_dining_cafe-11", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-7666DB58\",\n \"first_name\": \"John\",\n \"last_name\": \"Davis\",\n \"email\": \"john.davis9424@outlook.com\",\n \"city\": \"Cedar Rapids\",\n \"state\": \"IA\",\n \"neighborhood\": \"Downtown Cedar Rapids\",\n \"birthdate\": \"1995-12-18\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": \"cryptocurrencies;credit_cards\",\n \"coffee_shop_loyalty_membership\": \"The Espresso Bar:Silver\",\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for the top attractions in Pittsburgh, PA.\n2. After seeing the attractions, search for moroccan restaurants in the city.\n3. After seeing the restaurant options, search for bubble teas in the city that have oat milk.\n4. Choose the cafe with the alphabetically lowest name and place an order for 2x Aloe Vera Green Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Pittsburgh", "state": "PA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Pittsburgh", "state": "PA", "cuisine": ["Moroccan"]}}, {"name": "search_cafes", "parameters": {"city": "Pittsburgh", "cafe_type": "Bubble Tea", "has_oat": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-7666DB58", "cafe_id": "BTE-B52FD1", "items": [{"item_id": "CMI-0A1D61", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
13
+ {"id": "attraction_food_dining_cafe-12", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-9C508A3B\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4165@outlook.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"Downtown St. Louis\",\n \"birthdate\": \"1983-02-09\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for the top attractions in Irvine, CA.\n2. After seeing the attractions, search for thai restaurants in the city.\n3. After seeing the restaurant options, search for coffee shops in the city that have mocha.\n4. Choose the cafe with the alphabetically lowest name and place an order for 1x Nitro Cold Brew using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Irvine", "state": "CA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Irvine", "state": "CA", "cuisine": ["Thai"]}}, {"name": "search_cafes", "parameters": {"city": "Irvine", "cafe_type": "Coffee Shop", "has_mocha": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-9C508A3B", "cafe_id": "CFE-8D6B41", "items": [{"item_id": "CMI-03C986", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
14
+ {"id": "attraction_food_dining_cafe-13", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-B1F5C26D\",\n \"first_name\": \"James\",\n \"last_name\": \"Thomas\",\n \"email\": \"james.thomas7278@icloud.com\",\n \"city\": \"Orlando\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Orlando\",\n \"birthdate\": \"2006-07-17\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"debit_cards;cryptocurrencies;gift_cards\",\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for the top attractions in Saint Paul, MN.\n2. After seeing the attractions, search for german restaurants in the city.\n3. After seeing the restaurant options, search for bubble teas in the city that have lychee jelly.\n4. Choose the cafe with the alphabetically lowest name and place an order for 2x Matcha Milk Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Saint Paul", "state": "MN"}}, {"name": "search_food_and_dining", "parameters": {"city": "Saint Paul", "state": "MN", "cuisine": ["German"]}}, {"name": "search_cafes", "parameters": {"city": "Saint Paul", "cafe_type": "Bubble Tea", "has_lychee_jelly": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-B1F5C26D", "cafe_id": "BTE-F9AF84", "items": [{"item_id": "CMI-27BCC2", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
15
+ {"id": "attraction_food_dining_cafe-14", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-61C99C07\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Ramirez\",\n \"email\": \"barbara.ramirez4971@icloud.com\",\n \"city\": \"Rancho Cucamonga\",\n \"state\": \"CA\",\n \"neighborhood\": \"Rancho Etiwanda\",\n \"birthdate\": \"2004-10-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for the top attractions in Anaheim, CA.\n2. After seeing the attractions, search for bistro restaurants in the city.\n3. After seeing the restaurant options, search for coffee shops in the city that have hazelnut syrup.\n4. Choose the cafe with the alphabetically lowest name and place an order for 2x Americano using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Anaheim", "state": "CA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Anaheim", "state": "CA", "cuisine": ["Bistro"]}}, {"name": "search_cafes", "parameters": {"city": "Anaheim", "cafe_type": "Coffee Shop", "has_hazelnut": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-61C99C07", "cafe_id": "CFE-1137E1", "items": [{"item_id": "CMI-727BF6", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
16
+ {"id": "attraction_food_dining_cafe-15", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-F5C5476D\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Harris\",\n \"email\": \"mary.harris7632@yahoo.com\",\n \"city\": \"Norman\",\n \"state\": \"OK\",\n \"neighborhood\": \"East Norman\",\n \"birthdate\": \"1992-12-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"]}\",\n \"coffee_shop_payment_methods\": \"credit_cards;debit_cards;gift_cards\",\n \"coffee_shop_loyalty_membership\": \"Espresso Emporium:Basic\",\n \"bubble_tea_payment_methods\": \"credit_cards;debit_cards\",\n \"bubble_tea_loyalty_membership\": \"The Sweet Spot:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for tourist attractions in Durham, NC.\n2. After seeing the attractions, search for greek restaurants in the city.\n3. Choose the restaurant with the alphabetically lowest name and book a reservation for 2 guest(s) on 2026-08-28 at 18:30 under the name Mary Harris.\n4. After the reservation is confirmed, search for bubble teas in the city that have taro.\n5. Choose the cafe with the alphabetically lowest name and place an order for 1x Cheese Foam Green Tea using credit_card.\n6. After the cafe order is confirmed, cancel it — you changed your mind.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Durham", "attraction_type": "Tourist", "state": "NC"}}, {"name": "search_food_and_dining", "parameters": {"city": "Durham", "state": "NC", "cuisine": ["Greek"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-F5C5476D", "restaurant_id": "FAD-251277", "primary_guest_name": "Mary Harris", "number_guests": 2, "price_per_person": 29.0, "reservation_date": "2026-08-28", "reservation_time": "18:30"}}, {"name": "search_cafes", "parameters": {"city": "Durham", "cafe_type": "Bubble Tea", "has_taro": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-F5C5476D", "cafe_id": "BTE-84A129", "items": [{"item_id": "CMI-2E24ED", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-F5C5476D", "order_id": "CAF-1913964E"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
17
+ {"id": "attraction_food_dining_cafe-16", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-8B4698C7\",\n \"first_name\": \"David\",\n \"last_name\": \"Lee\",\n \"email\": \"david.lee5969@yahoo.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Gunbarrel\",\n \"birthdate\": \"2004-08-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Mastercard\\\", \\\"Diners Club\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"JCB\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"credit_cards\",\n \"bubble_tea_loyalty_membership\": \"Boba Theory:Silver\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Tucson, AZ.\n2. After seeing the attractions, search for taiwanese restaurants in the city.\n3. Choose the restaurant with the alphabetically lowest name and book a reservation for 2 guest(s) on 2026-12-14 at 18:00 under the name David Lee.\n4. After the reservation is confirmed, search for bubble teas in the city that have coconut milk.\n5. Choose the cafe with the alphabetically lowest name and place an order for 2x Brown Sugar Boba Milk using credit_card.\n6. After the cafe order is confirmed, cancel it — you changed your mind.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tucson", "attraction_type": "Historical", "state": "AZ"}}, {"name": "search_food_and_dining", "parameters": {"city": "Tucson", "state": "AZ", "cuisine": ["Taiwanese"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-8B4698C7", "restaurant_id": "FAD-171362", "primary_guest_name": "David Lee", "number_guests": 2, "price_per_person": 45.0, "reservation_date": "2026-12-14", "reservation_time": "18:00"}}, {"name": "search_cafes", "parameters": {"city": "Tucson", "cafe_type": "Bubble Tea", "has_coconut": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-8B4698C7", "cafe_id": "BTE-FDB886", "items": [{"item_id": "CMI-D5A177", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-8B4698C7", "order_id": "CAF-E46BB0D7"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
18
+ {"id": "attraction_food_dining_cafe-17", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-A865108A\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Williams\",\n \"email\": \"betty.williams8917@icloud.com\",\n \"city\": \"Lakeland\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Lakeland\",\n \"birthdate\": \"1997-12-25\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Litecoin\\\", \\\"USDC\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Oakland, CA.\n2. After seeing the attractions, search for chinese restaurants in the city.\n3. Choose the restaurant with the alphabetically lowest name and book a reservation for 4 guest(s) on 2026-12-27 at 19:00 under the name Betty Williams.\n4. After the reservation is confirmed, search for bubble teas in the city that have black tea.\n5. Choose the cafe with the alphabetically lowest name and place an order for 1x Cheese Foam Green Tea using credit_card.\n6. After the cafe order is confirmed, cancel it — you changed your mind.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Oakland", "attraction_type": "Scenery", "state": "CA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Oakland", "state": "CA", "cuisine": ["Chinese"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A865108A", "restaurant_id": "FAD-726606", "primary_guest_name": "Betty Williams", "number_guests": 4, "price_per_person": 36.0, "reservation_date": "2026-12-27", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Oakland", "cafe_type": "Bubble Tea", "has_black_tea": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-A865108A", "cafe_id": "BTE-B30C2B", "items": [{"item_id": "CMI-0F3887", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-A865108A", "order_id": "CAF-5E8081CA"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
19
+ {"id": "attraction_food_dining_cafe-18", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-CD9F6526\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Garcia\",\n \"email\": \"michael.garcia6226@yahoo.com\",\n \"city\": \"Everett\",\n \"state\": \"WA\",\n \"neighborhood\": \"Downtown Everett\",\n \"birthdate\": \"2002-05-27\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"USDC\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": null,\n \"bubble_tea_loyalty_membership\": null\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for food attractions in Bakersfield, CA.\n2. After seeing the attractions, search for soul food restaurants in the city.\n3. Choose the restaurant with the alphabetically lowest name and book a reservation for 1 guest(s) on 2026-11-26 at 19:00 under the name Michael Garcia.\n4. After the reservation is confirmed, search for coffee shops in the city that have oat milk.\n5. Choose the cafe with the alphabetically lowest name and place an order for 2x Avocado Toast using credit_card.\n6. After the cafe order is confirmed, cancel it — you changed your mind.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Bakersfield", "attraction_type": "Food", "state": "CA"}}, {"name": "search_food_and_dining", "parameters": {"city": "Bakersfield", "state": "CA", "cuisine": ["Soul Food"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-CD9F6526", "restaurant_id": "FAD-223872", "primary_guest_name": "Michael Garcia", "number_guests": 1, "price_per_person": 75.0, "reservation_date": "2026-11-26", "reservation_time": "19:00"}}, {"name": "search_cafes", "parameters": {"city": "Bakersfield", "cafe_type": "Coffee Shop", "has_oat": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-CD9F6526", "cafe_id": "CFE-3336A4", "items": [{"item_id": "CMI-9F693A", "quantity": 2}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-CD9F6526", "order_id": "CAF-6475AD93"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
20
+ {"id": "attraction_food_dining_cafe-19", "domain": "attraction_food_dining_cafe", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover local attractions, enjoy a great meal, and find a nice cafe to relax at.\n\n## USER\n{\n \"user_id\": \"USR-C2D720DD\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Harris\",\n \"email\": \"michael.harris4054@icloud.com\",\n \"city\": \"Cambridge\",\n \"state\": \"MA\",\n \"neighborhood\": \"MIT\",\n \"birthdate\": \"1982-01-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"Diners Club\\\", \\\"American Express\\\"]}\",\n \"coffee_shop_payment_methods\": null,\n \"coffee_shop_loyalty_membership\": null,\n \"bubble_tea_payment_methods\": \"credit_cards;debit_cards;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"Sip & Slide:Basic\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Baltimore, MD.\n2. After seeing the attractions, search for icelandic restaurants in the city.\n3. Choose the restaurant with the alphabetically lowest name and book a reservation for 1 guest(s) on 2026-06-12 at 19:30 under the name Michael Harris.\n4. After the reservation is confirmed, search for coffee shops in the city that have caramel syrup.\n5. Choose the cafe with the alphabetically lowest name and place an order for 1x Avocado Toast using credit_card.\n6. After the cafe order is confirmed, cancel it — you changed your mind.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Baltimore", "attraction_type": "Sports", "state": "MD"}}, {"name": "search_food_and_dining", "parameters": {"city": "Baltimore", "state": "MD", "cuisine": ["Icelandic"]}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-C2D720DD", "restaurant_id": "FAD-988364", "primary_guest_name": "Michael Harris", "number_guests": 1, "price_per_person": 312.0, "reservation_date": "2026-06-12", "reservation_time": "19:30"}}, {"name": "search_cafes", "parameters": {"city": "Baltimore", "cafe_type": "Coffee Shop", "has_caramel": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-C2D720DD", "cafe_id": "CFE-BAB11D", "items": [{"item_id": "CMI-9F693A", "quantity": 1}], "payment_method": "credit_card"}}, {"name": "cancel_cafe_order", "parameters": {"user_id": "USR-C2D720DD", "order_id": "CAF-458F4350"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}, "cross_domain_coordination": {"description": "The assistant correctly coordinates across the attraction, food and dining, and cafe domains, keeping city and preferences consistent.", "scale": {"1": "No coordination: domains are handled in isolation with conflicting cities or preferences.", "2": "Minimal coordination: some details carry over but major inconsistencies remain.", "3": "Partial coordination: most details are consistent but minor mismatches occur.", "4": "Good coordination: details are consistent with only trivial lapses.", "5": "Fully coordinated: city and context are coherent end-to-end across all three domains."}}}}}}
output_jsonl/bar.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "bar-0", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-A172BF4F\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Robinson\",\n \"email\": \"richard.robinson4808@yahoo.com\",\n \"city\": \"Virginia Beach\",\n \"state\": \"VA\",\n \"neighborhood\": \"Pembroke\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in New Orleans that have happy hour.\n2. After seeing the results, narrow them down to places that offer a budget of up to $75 per person, using the results from the previous search.\n3. After seeing the filtered results, say you need some time to think about it and end the conversation without making a booking.\n", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "New Orleans", "has_happy_hour": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 75}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "bar-1", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-000D2EBB\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"anthony.rodriguez9546@yahoo.com\",\n \"city\": \"Oxnard\",\n \"state\": \"CA\",\n \"neighborhood\": \"Colonia\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Amarillo within a budget of $30 per person that have pool tables.\n2. After seeing the results, narrow them down to places that offer waterfront view, using the results from the previous search.\n3. After seeing the filtered results, let the assistant know you'll think it over and close the conversation without booking.\n", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Amarillo", "budget": 30, "has_pool_tables": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_waterfront_view": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "bar-2", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-FBDE13A9\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"linda.rodriguez8062@gmail.com\",\n \"city\": \"Murrieta\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cal Oaks\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Temecula within a budget of $60 per person that have live music.\n2. After seeing the results, narrow them down to places that offer a rating of at least [3.8, 5.0], using the results from the previous search.\n3. After seeing the filtered results, tell the assistant you're not ready to decide yet and end the conversation.\n", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Temecula", "has_live_music": true, "budget": 60}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "rating": [3.8, 5.0]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "bar-3", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-29B743A5\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Sanchez\",\n \"email\": \"matthew.sanchez6025@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Oakland within a budget of $30 per person that have pool tables.\n2. After seeing the results, narrow them down to places that in Temescal neighborhood, using the results from the previous search.\n3. After seeing the filtered results, say you want to think about your options and wrap up the conversation without booking.\n", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Oakland", "budget": 30, "has_pool_tables": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Temescal"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "bar-4", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-61C99C07\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Ramirez\",\n \"email\": \"barbara.ramirez4971@icloud.com\",\n \"city\": \"Rancho Cucamonga\",\n \"state\": \"CA\",\n \"neighborhood\": \"Rancho Etiwanda\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Rialto within a budget of $20 per person.\n2. After seeing the results, narrow them down to places that offer craft beer, using the results from the previous search.\n3. After seeing the filtered results, mention you need to think about it and politely end the conversation.\n", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Rialto", "budget": 20}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_craft_beer": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "bar-5", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"3286\\\"}]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Temecula that have mocktails.\n2. After seeing the results, narrow them down to places that offer a budget of up to $50 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results (Barrel & Bond) and book a reservation for 6 guests under the name Sarah Thomas for 2026-07-25 22:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Temecula", "has_mocktails": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 50}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR7808", "event_datetime": "2026-07-25 22:00", "primary_guest_name": "Thomas Lee", "number_guests": 6, "credit_card_last_four": "3286", "has_drivers_license": true, "user_id": "USR-752486EC"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "bar-6", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-8A0701DC\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Davis\",\n \"email\": \"betty.davis7012@gmail.com\",\n \"city\": \"Charlotte\",\n \"state\": \"NC\",\n \"neighborhood\": \"Plaza Midwood\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"2679\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in St. Louis that have waterfront view.\n2. After seeing the results, narrow them down to places that offer a budget of up to $75 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results (Blue Note Social) and book a reservation for 4 guests under the name Betty Davis for 2026-05-20 19:30.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "St. Louis", "has_waterfront_view": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 75}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR2131", "primary_guest_name": "Betty Davis", "number_guests": 4, "credit_card_last_four": "2679", "has_drivers_license": true, "user_id": "USR-8A0701DC", "event_datetime": "2026-05-20 19:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "bar-7", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-088F7CA3\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white8618@yahoo.com\",\n \"city\": \"Olathe\",\n \"state\": \"KS\",\n \"neighborhood\": \"Olathe Station\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"9935\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Hayward that have dj.\n2. After seeing the results, narrow them down to places that offer a budget of up to $25 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 5 guests under the name Linda White for 2026-07-11 21:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Hayward", "has_dj": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 25}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR4705", "primary_guest_name": "Linda White", "number_guests": 5, "credit_card_last_four": "9935", "has_drivers_license": true, "user_id": "USR-088F7CA3", "event_datetime": "2026-07-11 21:00"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "bar-8", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-99A0E8E5\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Miller\",\n \"email\": \"betty.miller4112@yahoo.com\",\n \"city\": \"Newark\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Downtown Newark\",\n \"birthdate\": \"1986-04-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"2424\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"5506\\\"}],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\",\\\"Litecoin\\\",\\\"Solana\\\"]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Montgomery that have signature mixology.\n2. After seeing the results, narrow them down to places that offer a budget of up to $90 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 7 guests under the name Robert Sanchez for 2026-05-20 19:30.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Montgomery", "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 90}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR3700", "primary_guest_name": "Betty Miller", "number_guests": 7, "credit_card_last_four": "2424", "has_drivers_license": true, "user_id": "USR-99A0E8E5", "event_datetime": "2026-05-20 19:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "bar-9", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-77DB14E4\",\n \"first_name\": \"William\",\n \"last_name\": \"Jackson\",\n \"email\": \"william.jackson1779@gmail.com\",\n \"city\": \"Dearborn\",\n \"state\": \"MI\",\n \"neighborhood\": \"Southwest Dearborn\",\n \"birthdate\": \"1961-10-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"7912\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"4657\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"3286\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"2679\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"9935\\\"},{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"2424\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"7912\\\"}],\\\"debit_cards\\\": [\\\"Visa Debit\\\",\\\"Mastercard Debit\\\"],\\\"cryptocurrencies\\\": [\\\"USDC\\\",\\\"Solana\\\",\\\"Ethereum\\\"]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Lexington that have craft beer.\n2. After seeing the results, narrow them down to places that offer a budget of up to $50 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 6 guests under the name William Jackson for 2026-06-15 19:30.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Lexington", "has_craft_beer": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 50}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR1662", "primary_guest_name": "William Jackson", "number_guests": 6, "credit_card_last_four": "7912", "has_drivers_license": true, "user_id": "USR-77DB14E4", "event_datetime": "2026-06-15 19:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "bar-10", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-2DAD1395\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Martin\",\n \"email\": \"richard.martin9077@gmail.com\",\n \"city\": \"Santa Rosa\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cherry Street District\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"1520\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Yuma.\n2. After seeing the results, narrow them down to places that offer signature mixology, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 8 guests under the name Richard Martin for 2026-08-08 20:00.\n4. Once the booking is confirmed, ask to change the time to 2026-07-11 19:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Yuma"}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_signature_mixology": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR9218", "primary_guest_name": "Richard Martin", "number_guests": 8, "event_datetime": "2026-08-08 20:00", "credit_card_last_four": "1520", "has_drivers_license": true, "user_id": "USR-2DAD1395"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-60A5C998", "new_event_datetime": "2026-07-11 19:00", "user_id": "USR-2DAD1395"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "bar-11", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-A56E2675\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Moore\",\n \"email\": \"daniel.moore5404@gmail.com\",\n \"city\": \"Fort Wayne\",\n \"state\": \"IN\",\n \"neighborhood\": \"Southwest Fort Wayne\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"1488\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Cary that have live music.\n2. After seeing the results, narrow them down to places that offer a budget of up to $80 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 8 guests under the name Daniel Moore for 2026-07-11 22:00.\n4. Once the booking is confirmed, ask to change the time to 2026-08-01 22:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Cary", "has_live_music": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 80}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR4070", "primary_guest_name": "Daniel Moore", "number_guests": 8, "credit_card_last_four": "1488", "has_drivers_license": true, "user_id": "USR-A56E2675", "event_datetime": "2026-07-11 22:00"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-E98AA98A", "new_event_datetime": "2026-08-01 22:00", "user_id": "USR-A56E2675"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "bar-12", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"2535\\\"}]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Pasadena that have dj.\n2. After seeing the results, narrow them down to places that offer a budget of up to $40 per person, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 4 guests under the name Thomas Lee for 2026-07-25 21:00.\n4. Once the booking is confirmed, ask to change the time to 2026-07-11 20:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Pasadena", "has_dj": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "budget": 40}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR5085", "event_datetime": "2026-07-25 21:00", "number_guests": 4, "primary_guest_name": "Thomas Lee", "credit_card_last_four": "2535", "has_drivers_license": true, "user_id": "USR-752486EC"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-43949934", "new_event_datetime": "2026-07-11 20:00", "user_id": "USR-752486EC"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "bar-13", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-1878B581\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson2002@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Ludlow Park\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"4582\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Amarillo within a budget of $30 per person.\n2. After seeing the results, narrow them down to places that offer trivia, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 4 guests under the name Robert Jackson for 2026-07-25 21:00.\n4. Once the booking is confirmed, ask to change the time to 2026-07-04 20:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Amarillo", "budget": 30}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_trivia": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR3375", "primary_guest_name": "Robert Jackson", "number_guests": 4, "credit_card_last_four": "4582", "has_drivers_license": true, "user_id": "USR-1878B581", "event_datetime": "2026-07-25 21:00"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-0DB4269D", "new_event_datetime": "2026-07-04 20:00", "user_id": "USR-1878B581"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "bar-14", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-5286BC86\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Perez\",\n \"email\": \"anthony.perez850@yahoo.com\",\n \"city\": \"Clarksville\",\n \"state\": \"TN\",\n \"neighborhood\": \"North Clarksville\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"4811\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Lancaster within a budget of $50 per person.\n2. After seeing the results, narrow them down to places that offer dance floor, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 2 guests under the name Anthony Perez for 2026-07-25 21:00.\n4. Once the booking is confirmed, ask to change the time to 2026-07-25 22:00.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Lancaster", "budget": 50}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_dance_floor": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR4389", "primary_guest_name": "Anthony Perez", "number_guests": 2, "event_datetime": "2026-07-25 21:00", "credit_card_last_four": "4811", "has_drivers_license": true, "user_id": "USR-5286BC86"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-7B06B6A9", "new_event_datetime": "2026-07-25 22:00", "user_id": "USR-5286BC86"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "bar-15", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-F4162A95\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Taylor\",\n \"email\": \"joseph.taylor1746@icloud.com\",\n \"city\": \"Gilbert\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Downtown Gilbert\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"9279\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Concord within a budget of $30 per person that have dance floor.\n2. After seeing the results, narrow them down to places that offer the Downtown Concord neighborhood, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 3 guests under the name Joseph Taylor for 2026-05-20 19:30.\n4. Once the booking is confirmed, ask to update the guest count to 7.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Concord", "budget": 30, "has_dance_floor": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "neighborhood": ["Downtown Concord"]}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR6490", "primary_guest_name": "Joseph Taylor", "number_guests": 3, "credit_card_last_four": "9279", "has_drivers_license": true, "user_id": "USR-F4162A95", "event_datetime": "2026-05-20 19:30"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-EDD08DA1", "new_number_guests": 7, "user_id": "USR-F4162A95"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "bar-16", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-C8594786\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Martinez\",\n \"email\": \"joseph.martinez5503@icloud.com\",\n \"city\": \"Clearwater\",\n \"state\": \"FL\",\n \"neighborhood\": \"Island Estates\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"1434\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in South Fulton within a budget of $40 per person that have mocktails.\n2. After seeing the results, narrow them down to places that offer live music, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 3 guests under the name Joseph Martinez for 2026-07-01 20:00.\n4. Once the booking is confirmed, ask to update the guest count to 7.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "South Fulton", "budget": 40, "has_mocktails": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_live_music": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR7715", "primary_guest_name": "Joseph Martinez", "number_guests": 3, "credit_card_last_four": "1434", "has_drivers_license": true, "user_id": "USR-C8594786", "event_datetime": "2026-07-01 20:00"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-6BF9E7A0", "new_number_guests": 7, "user_id": "USR-C8594786"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "bar-17", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-D9993005\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis1612@icloud.com\",\n \"city\": \"Glendale\",\n \"state\": \"CA\",\n \"neighborhood\": \"Glendale Galleria\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"4257\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Santa Ana that have happy hour.\n2. After seeing the results, narrow them down to places that offer a rating of at least [4.0, 5.0], using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 2 guests under the name Jessica Davis for 2026-07-04 19:00.\n4. Once the booking is confirmed, ask to update the guest count to 4.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Santa Ana", "has_happy_hour": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "rating": [4.0, 5.0]}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR1831", "primary_guest_name": "Jessica Davis", "number_guests": 2, "credit_card_last_four": "4257", "has_drivers_license": true, "user_id": "USR-D9993005", "event_datetime": "2026-07-04 19:00"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-BFB5F223", "new_number_guests": 4, "user_id": "USR-D9993005"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "bar-18", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-BDEA6550\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Davis\",\n \"email\": \"betty.davis232@gmail.com\",\n \"city\": \"El Monte\",\n \"state\": \"CA\",\n \"neighborhood\": \"South El Monte\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"9928\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Sterling Heights within a budget of $20 per person that have signature mixology.\n2. After seeing the results, narrow them down to places that offer sports games, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 5 guests under the name Betty Davis for 2026-07-01 20:00.\n4. Once the booking is confirmed, ask to update the guest count to 6.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Sterling Heights", "budget": 20, "has_signature_mixology": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_sports_games": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR5911", "primary_guest_name": "Betty Davis", "number_guests": 5, "credit_card_last_four": "9928", "has_drivers_license": true, "user_id": "USR-BDEA6550", "event_datetime": "2026-07-01 20:00"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-99750769", "new_number_guests": 6, "user_id": "USR-BDEA6550"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "bar-19", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"7873\\\"}]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Augusta within a budget of $60 per person.\n2. After seeing the results, narrow them down to places that offer live music, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 7 guests under the name Thomas Lee for 2026-07-04 19:00.\n4. Once the booking is confirmed, ask to update the guest count to 6.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Augusta", "budget": 60}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_live_music": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR3488", "primary_guest_name": "Thomas Lee", "number_guests": 7, "event_datetime": "2026-07-04 19:00", "credit_card_last_four": "7873", "has_drivers_license": true, "user_id": "USR-752486EC"}}, {"name": "modify_bar_reservation", "parameters": {"reservation_id": "RES-A923221C", "new_number_guests": 6, "user_id": "USR-752486EC"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "bar-20", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-5D7D6AEF\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Lewis\",\n \"email\": \"nancy.lewis522@yahoo.com\",\n \"city\": \"San Antonio\",\n \"state\": \"TX\",\n \"neighborhood\": \"Alamo Heights\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"4611\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Alexandria within a budget of $20 per person.\n2. After seeing the results, narrow them down to places that offer dance floor, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 3 guests under the name Nancy Lewis for 2026-08-22 19:00.\n4. Once confirmed, cancel the reservation, giving the reason: Plans changed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Alexandria", "budget": 20}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_dance_floor": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR4743", "primary_guest_name": "Nancy Lewis", "number_guests": 3, "credit_card_last_four": "4611", "has_drivers_license": true, "user_id": "USR-5D7D6AEF", "event_datetime": "2026-08-22 19:00"}}, {"name": "cancel_bar_reservation", "parameters": {"reservation_id": "RES-9CE11760", "reason": "Plans changed", "user_id": "USR-5D7D6AEF"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "bar-21", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"8359\\\"}]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Vancouver within a budget of $60 per person that have waterfront view.\n2. After seeing the results, narrow them down to places that offer live music, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 6 guests under the name Thomas Lee for 2026-07-11 21:00.\n4. Once confirmed, cancel the reservation, giving the reason: Plans changed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Vancouver", "budget": 60, "has_waterfront_view": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_live_music": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR3669", "primary_guest_name": "Thomas Lee", "number_guests": 6, "event_datetime": "2026-07-11 21:00", "credit_card_last_four": "8359", "has_drivers_license": true, "user_id": "USR-752486EC"}}, {"name": "cancel_bar_reservation", "parameters": {"reservation_id": "RES-CA629B5A", "reason": "Plans changed", "user_id": "USR-752486EC"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "bar-22", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-1A3D0B15\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Robinson\",\n \"email\": \"mary.robinson9416@gmail.com\",\n \"city\": \"Woodbridge\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Woodbridge Township\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"5557\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Burbank that have pool tables.\n2. After seeing the results, narrow them down to places that offer dj, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 4 guests under the name Mary Robinson for 2026-07-18 19:00.\n4. Once confirmed, cancel the reservation, giving the reason: Found a better option.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Burbank", "has_pool_tables": true}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_dj": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR8884", "primary_guest_name": "Mary Robinson", "number_guests": 4, "credit_card_last_four": "5557", "has_drivers_license": true, "user_id": "USR-1A3D0B15", "event_datetime": "2026-07-18 19:00"}}, {"name": "cancel_bar_reservation", "parameters": {"reservation_id": "RES-F9E20089", "reason": "Found a better option", "user_id": "USR-1A3D0B15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "bar-23", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-ECD3CE4A\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4652@yahoo.com\",\n \"city\": \"Tacoma\",\n \"state\": \"WA\",\n \"neighborhood\": \"Stadium District\",\n \"has_drivers_license\": true,\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"1106\\\"}]}\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in New Orleans within a budget of $100 per person that have karaoke.\n2. After seeing the results, narrow them down to places that offer a rating of at least [4.6, 5.0], using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 3 guests under the name Sarah Martin for 2026-07-04 20:00.\n4. Once confirmed, cancel the reservation, giving the reason: Change of plans.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "New Orleans", "has_karaoke": true, "budget": 100}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "rating": [4.6, 5.0]}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR1494", "primary_guest_name": "Sarah Martin", "number_guests": 3, "event_datetime": "2026-07-04 20:00", "credit_card_last_four": "1106", "has_drivers_license": true, "user_id": "USR-ECD3CE4A"}}, {"name": "cancel_bar_reservation", "parameters": {"reservation_id": "RES-3C5D331C", "reason": "Change of plans", "user_id": "USR-ECD3CE4A"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "bar-24", "domain": "bar", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable bar reservation service.\n\n## USER\n{\n \"user_id\": \"USR-99A0E8E5\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Miller\",\n \"email\": \"betty.miller4112@yahoo.com\",\n \"city\": \"Newark\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Downtown Newark\",\n \"birthdate\": \"1986-04-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"3615\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"4611\\\"}],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\",\\\"Litecoin\\\",\\\"Solana\\\"]}\",\n \"has_drivers_license\": true\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bars in Antioch within a budget of $100 per person.\n2. After seeing the results, narrow them down to places that offer live music, using the results from the previous search.\n3. Choose the bar with the alphabetically lowest name from the results and book a reservation for 8 guests under the name Betty Miller for 2026-07-18 20:00.\n4. Once confirmed, cancel the reservation, giving the reason: Plans changed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bars", "parameters": {"city": "Antioch", "budget": 100}}, {"name": "filter_bars", "parameters": {"cache_key": "search_bars_results_0", "has_live_music": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR6908", "primary_guest_name": "Betty Miller", "number_guests": 8, "credit_card_last_four": "3615", "has_drivers_license": true, "user_id": "USR-99A0E8E5", "event_datetime": "2026-07-18 20:00"}}, {"name": "cancel_bar_reservation", "parameters": {"reservation_id": "RES-498883F3", "reason": "Plans changed", "user_id": "USR-99A0E8E5"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/cafe.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "cafe-0", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-F2E01098\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Brown\",\n \"email\": \"anthony.brown6170@yahoo.com\",\n \"city\": \"Pearland\",\n \"state\": \"TX\",\n \"neighborhood\": \"Pearland Town Center\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Cleveland that have oat milk.\n2. After seeing the results, ask a follow-up question about one of the coffee shops (e.g., what roasts they offer or if they have specific milk options).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Cleveland", "cafe_type": "Coffee Shop", "has_oat": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "cafe-1", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-AD927DE1\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Garcia\",\n \"email\": \"richard.garcia2243@outlook.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"The Hill\",\n \"coffee_shop_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": \"The Coffee House:Gold\",\n \"coffee_shop_signup_date\": \"2024-02-04\",\n \"bubble_tea_payment_methods\": \"credit_cards;cryptocurrencies;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"The Popping Pip:Basic\",\n \"bubble_tea_signup_date\": \"2025-09-09\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Kent that have dark roast.\n2. After seeing the results, ask a follow-up question about one of the coffee shops (e.g., what roasts they offer or if they have specific milk options).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Kent", "cafe_type": "Coffee Shop", "has_dark_roast": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "cafe-2", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-FBDE13A9\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"linda.rodriguez8062@gmail.com\",\n \"city\": \"Murrieta\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cal Oaks\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Dayton that have no-sugar option.\n2. After seeing the results, ask a follow-up question about one of the coffee shops (e.g., what roasts they offer or if they have specific milk options).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Dayton", "cafe_type": "Coffee Shop", "has_no_sugar": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "cafe-3", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-5EED2793\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Jackson\",\n \"email\": \"joseph.jackson2622@icloud.com\",\n \"city\": \"Elk Grove\",\n \"state\": \"CA\",\n \"neighborhood\": \"Laguna\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": \"credit_cards;debit_cards;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"The Taro Trip:Silver\",\n \"bubble_tea_signup_date\": \"2025-01-23\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Sugar Land that have almond milk.\n2. After seeing the results, ask a follow-up question about one of the coffee shops (e.g., what roasts they offer or if they have specific milk options).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Sugar Land", "cafe_type": "Coffee Shop", "has_almond": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "cafe-4", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-29B743A5\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Sanchez\",\n \"email\": \"matthew.sanchez6025@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Pembroke Pines that have oat milk.\n2. After seeing the results, ask a follow-up question about one of the coffee shops (e.g., what roasts they offer or if they have specific milk options).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Pembroke Pines", "cafe_type": "Coffee Shop", "has_oat": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "cafe-5", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-B1F401B5\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Jackson\",\n \"email\": \"thomas.jackson2188@gmail.com\",\n \"city\": \"Fort Collins\",\n \"state\": \"CO\",\n \"neighborhood\": \"Downtown Fort Collins\",\n \"coffee_shop_payment_methods\": \"cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": \"Aroma Avenue:Gold\",\n \"coffee_shop_signup_date\": \"2026-01-05\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Charleston that have cheese foam.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., what toppings they offer or what tea bases are available).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Charleston", "cafe_type": "Bubble Tea", "has_cheese_foam": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "cafe-6", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-2D9F8C36\",\n \"first_name\": \"James\",\n \"last_name\": \"Clark\",\n \"email\": \"james.clark7627@gmail.com\",\n \"city\": \"Visalia\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Visalia\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Santa Maria that have coconut milk.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., what toppings they offer or what tea bases are available).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Santa Maria", "cafe_type": "Bubble Tea", "has_coconut": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "cafe-7", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-9DA078FE\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Lopez\",\n \"email\": \"barbara.lopez6342@outlook.com\",\n \"city\": \"Wichita\",\n \"state\": \"KS\",\n \"neighborhood\": \"Downtown Wichita\",\n \"coffee_shop_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": \"The Espresso Edge:Silver\",\n \"coffee_shop_signup_date\": \"2023-10-19\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Tempe that have cheese foam.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., what toppings they offer or what tea bases are available).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Tempe", "cafe_type": "Bubble Tea", "has_cheese_foam": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "cafe-8", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-D9993005\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis1612@icloud.com\",\n \"city\": \"Glendale\",\n \"state\": \"CA\",\n \"neighborhood\": \"Glendale Galleria\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Sugar Land that have jasmine green tea.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., what toppings they offer or what tea bases are available).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Sugar Land", "cafe_type": "Bubble Tea", "has_jasmine_green": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "cafe-9", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-088F7CA3\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white8618@yahoo.com\",\n \"city\": \"Olathe\",\n \"state\": \"KS\",\n \"neighborhood\": \"Olathe Station\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Quincy that have coconut milk.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., what toppings they offer or what tea bases are available).\n3. After the assistant answers, say you need to 'think about it' and end the conversation without ordering.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Quincy", "cafe_type": "Bubble Tea", "has_coconut": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "cafe-10", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-041A898E\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Williams\",\n \"email\": \"anthony.williams8937@outlook.com\",\n \"city\": \"Lansing\",\n \"state\": \"MI\",\n \"neighborhood\": \"Genesee\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Albuquerque that have soy milk.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and place an order for 2x Iced Coffee using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Albuquerque", "cafe_type": "Coffee Shop", "has_soy": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-041A898E", "cafe_id": "CFE-EA8A95", "items": [{"item_id": "CMI-B5F50F", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "cafe-11", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-3656D238\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"thomas.gonzalez3972@yahoo.com\",\n \"city\": \"Cedar Rapids\",\n \"state\": \"IA\",\n \"neighborhood\": \"Czech Village\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": \"debit_cards;credit_cards;gift_cards\",\n \"bubble_tea_loyalty_membership\": \"Sip Station:Silver\",\n \"bubble_tea_signup_date\": \"2025-03-03\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Miami Gardens that have medium roast.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and place an order for 1x Banana Bread using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Miami Gardens", "cafe_type": "Coffee Shop", "has_medium_roast": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-3656D238", "cafe_id": "CFE-CAF036", "items": [{"item_id": "CMI-FC58CB", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "cafe-12", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-71064A1E\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Garcia\",\n \"email\": \"jessica.garcia8789@gmail.com\",\n \"city\": \"St. George\",\n \"state\": \"UT\",\n \"neighborhood\": \"Sunbrook\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Mesquite that have almond milk.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and place an order for 2x Latte using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Mesquite", "cafe_type": "Coffee Shop", "has_almond": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-71064A1E", "cafe_id": "CFE-80127C", "items": [{"item_id": "CMI-64599F", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "cafe-13", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-FF766E5C\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Sanchez\",\n \"email\": \"robert.sanchez8949@gmail.com\",\n \"city\": \"Santa Ana\",\n \"state\": \"CA\",\n \"neighborhood\": \"French Park\",\n \"coffee_shop_payment_methods\": \"debit_cards;cryptocurrencies;credit_cards\",\n \"coffee_shop_loyalty_membership\": \"Bean There:Basic\",\n \"coffee_shop_signup_date\": \"2024-08-13\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Chattanooga that have light roast.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and place an order for 2x Blueberry Muffin using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Chattanooga", "cafe_type": "Coffee Shop", "has_light_roast": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-FF766E5C", "cafe_id": "CFE-0ED503", "items": [{"item_id": "CMI-359D4C", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "cafe-14", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-CA392043\",\n \"first_name\": \"Charles\",\n \"last_name\": \"Robinson\",\n \"email\": \"charles.robinson9117@outlook.com\",\n \"city\": \"Bellevue\",\n \"state\": \"WA\",\n \"neighborhood\": \"Downtown Bellevue\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Beaumont that have no-sugar option.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and place an order for 1x Latte using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Beaumont", "cafe_type": "Coffee Shop", "has_no_sugar": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-CA392043", "cafe_id": "CFE-7AE2EE", "items": [{"item_id": "CMI-64599F", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "cafe-15", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-C4592CD9\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Jones\",\n \"email\": \"patricia.jones7808@icloud.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"North Shore\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": \"cryptocurrencies\",\n \"bubble_tea_loyalty_membership\": \"Tea Grove:Basic\",\n \"bubble_tea_signup_date\": \"2024-10-08\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Newark that have taro.\n2. After seeing the results, choose the shop with the alphabetically lowest name and place an order for 2x Peach Oolong Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Newark", "cafe_type": "Bubble Tea", "has_taro": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-C4592CD9", "cafe_id": "BTE-E48BC4", "items": [{"item_id": "CMI-A51DD1", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "cafe-16", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-DFEDBA29\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Sanchez\",\n \"email\": \"michael.sanchez7342@gmail.com\",\n \"city\": \"Richmond\",\n \"state\": \"VA\",\n \"neighborhood\": \"Church Hill\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": \"debit_cards;cryptocurrencies\",\n \"bubble_tea_loyalty_membership\": \"Matcha Magic:Gold\",\n \"bubble_tea_signup_date\": \"2025-09-28\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Winston-Salem that have black tea.\n2. After seeing the results, choose the shop with the alphabetically lowest name and place an order for 1x Mango Fruit Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Winston-Salem", "cafe_type": "Bubble Tea", "has_black_tea": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-DFEDBA29", "cafe_id": "BTE-26021A", "items": [{"item_id": "CMI-EFA24F", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "cafe-17", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-1CF8B070\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Taylor\",\n \"email\": \"robert.taylor7655@outlook.com\",\n \"city\": \"Wilmington\",\n \"state\": \"NC\",\n \"neighborhood\": \"Downtown Wilmington\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Buckeye that have matcha.\n2. After seeing the results, choose the shop with the alphabetically lowest name and place an order for 1x Cheese Foam Green Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Buckeye", "cafe_type": "Bubble Tea", "has_matcha": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-1CF8B070", "cafe_id": "BTE-685B49", "items": [{"item_id": "CMI-0F3887", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "cafe-18", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-B1F401B5\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Jackson\",\n \"email\": \"thomas.jackson2188@gmail.com\",\n \"city\": \"Fort Collins\",\n \"state\": \"CO\",\n \"neighborhood\": \"Downtown Fort Collins\",\n \"coffee_shop_payment_methods\": \"cryptocurrencies\",\n \"coffee_shop_loyalty_membership\": \"Aroma Avenue:Gold\",\n \"coffee_shop_signup_date\": \"2026-01-05\",\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Laredo that have taro.\n2. After seeing the results, choose the shop with the alphabetically lowest name and place an order for 1x Jasmine Green Milk Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Laredo", "cafe_type": "Bubble Tea", "has_taro": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-B1F401B5", "cafe_id": "BTE-5B2BBE", "items": [{"item_id": "CMI-EE7F86", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "cafe-19", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-EFCC2B79\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Williams\",\n \"email\": \"thomas.williams6725@yahoo.com\",\n \"city\": \"Rancho Cucamonga\",\n \"state\": \"CA\",\n \"neighborhood\": \"Victoria Gardens\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble tea shops in Newport News that have fruit tea.\n2. After seeing the results, choose the shop with the alphabetically lowest name and place an order for 2x Cheese Foam Green Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Newport News", "cafe_type": "Bubble Tea", "has_fruit_tea": true}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-EFCC2B79", "cafe_id": "BTE-82EC79", "items": [{"item_id": "CMI-7E6E6F", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "cafe-20", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-3E2BFD10\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Lopez\",\n \"email\": \"sandra.lopez4433@gmail.com\",\n \"city\": \"Wichita\",\n \"state\": \"KS\",\n \"neighborhood\": \"Riverside\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble teas in El Paso that have black tea.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Oolong Milk Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "El Paso", "cafe_type": "Bubble Tea", "has_black_tea": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "BTE-A4C7FA"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-3E2BFD10", "cafe_id": "BTE-A4C7FA", "items": [{"item_id": "CMI-01EFE9", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "cafe-21", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-1878B581\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Jackson\",\n \"email\": \"robert.jackson2002@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Ludlow Park\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in Buffalo that have caramel syrup.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 1x Latte using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Buffalo", "cafe_type": "Coffee Shop", "has_caramel": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-431FD2"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-1878B581", "cafe_id": "CFE-431FD2", "items": [{"item_id": "CMI-64599F", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "cafe-22", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-479C0754\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Clark\",\n \"email\": \"jessica.clark5239@icloud.com\",\n \"city\": \"El Monte\",\n \"state\": \"CA\",\n \"neighborhood\": \"South El Monte\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble teas in El Paso that have jasmine green tea.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 1x Oolong Milk Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "El Paso", "cafe_type": "Bubble Tea", "has_jasmine_green": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "BTE-A4C7FA"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-479C0754", "cafe_id": "BTE-A4C7FA", "items": [{"item_id": "CMI-01EFE9", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "cafe-23", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-5286BC86\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Perez\",\n \"email\": \"anthony.perez850@yahoo.com\",\n \"city\": \"Clarksville\",\n \"state\": \"TN\",\n \"neighborhood\": \"North Clarksville\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for coffee shops in McAllen that have dark roast.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Americano using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "McAllen", "cafe_type": "Coffee Shop", "has_dark_roast": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "CFE-F5E6F1"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-5286BC86", "cafe_id": "CFE-F5E6F1", "items": [{"item_id": "CMI-727BF6", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "cafe-24", "domain": "cafe", "user_template": "## PERSONA\nYou are a customer looking for a great cafe experience, whether it's a quality coffee shop or a fun bubble tea spot.\n\n## USER\n{\n \"user_id\": \"USR-31A8C943\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Martinez\",\n \"email\": \"margaret.martinez9164@yahoo.com\",\n \"city\": \"Brownsville\",\n \"state\": \"TX\",\n \"neighborhood\": \"Sunrise Mall\",\n \"coffee_shop_payment_methods\": NaN,\n \"coffee_shop_loyalty_membership\": NaN,\n \"coffee_shop_signup_date\": NaN,\n \"bubble_tea_payment_methods\": NaN,\n \"bubble_tea_loyalty_membership\": NaN,\n \"bubble_tea_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bubble teas in Ontario that have taro.\n2. After seeing the results, choose the cafe with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Cheese Foam Green Tea using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cafes", "parameters": {"city": "Ontario", "cafe_type": "Bubble Tea", "has_taro": true}}, {"name": "get_cafe_menu", "parameters": {"cafe_id": "BTE-BE2629"}}, {"name": "place_cafe_order", "parameters": {"user_id": "USR-31A8C943", "cafe_id": "BTE-BE2629", "items": [{"item_id": "CMI-7E6E6F", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/cruise.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "cruise-0", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-77DB14E4\",\n \"first_name\": \"William\",\n \"last_name\": \"Jackson\",\n \"email\": \"william.jackson1779@gmail.com\",\n \"city\": \"Dearborn\",\n \"state\": \"MI\",\n \"neighborhood\": \"Southwest Dearborn\",\n \"birthdate\": \"1961-10-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"2824\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"1409\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"5506\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"5012\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"4657\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"3286\\\"}], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to browse cruise options. First I will ask about cruises to Caribbean - Eastern. Then I will specify departure from Miami, cabin type interior, and a budget of 2000 dollars per person. After you show me the options, I will ask a follow-up question about itinerary details, then say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Miami", "cabin_type": "interior", "price_per_person_max": 2000}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "cruise-1", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-B2D3F3B1\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"sandra.rodriguez1635@yahoo.com\",\n \"city\": \"Salt Lake City\",\n \"state\": \"UT\",\n \"neighborhood\": \"Marmalade District\",\n \"birthdate\": \"2002-10-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"2679\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nI want to browse cruise options. First I will ask about cruises to Alaska. Then I will specify departure from Seattle, cabin type balcony, and a budget of 5000 dollars per person. After you show me the options, I will ask a follow-up question about itinerary details, then say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Alaska", "departure_port": "Seattle", "cabin_type": "balcony", "price_per_person_max": 5000}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "cruise-2", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-AF614428\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Anderson\",\n \"email\": \"linda.anderson8379@gmail.com\",\n \"city\": \"Santa Maria\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Maria\",\n \"birthdate\": \"1961-02-23\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"9935\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"2424\\\"}], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to browse cruise options. First I will ask about cruises to Mediterranean - Western. Then I will specify departure from Fort Lauderdale, cabin type ocean view, and a budget of 4000 dollars per person. After you show me the options, I will ask a follow-up question about itinerary details, then say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Mediterranean - Western", "departure_port": "Fort Lauderdale", "cabin_type": "ocean_view", "price_per_person_max": 4000}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "cruise-3", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-C2D88816\",\n \"first_name\": \"William\",\n \"last_name\": \"Miller\",\n \"email\": \"william.miller7459@outlook.com\",\n \"city\": \"Chicago\",\n \"state\": \"IL\",\n \"neighborhood\": \"Bucktown\",\n \"birthdate\": \"1990-06-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"7912\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"1520\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nI want to browse cruise options. First I will ask about cruises to Bahamas. Then I will specify departure from Port Canaveral, cabin type interior, and a budget of 1500 dollars per person. After you show me the options, I will ask a follow-up question about itinerary details, then say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Bahamas", "departure_port": "Port Canaveral", "cabin_type": "interior", "price_per_person_max": 1500}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "cruise-4", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-08450110\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Smith\",\n \"email\": \"thomas.smith2715@icloud.com\",\n \"city\": \"Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Downtown Charleston\",\n \"birthdate\": \"1960-01-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"1488\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"2535\\\"}], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to browse cruise options. First I will ask about cruises to Caribbean - Western. Then I will specify departure from Galveston, cabin type balcony, and a budget of 3000 dollars per person. After you show me the options, I will ask a follow-up question about itinerary details, then say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Western", "departure_port": "Galveston", "cabin_type": "balcony", "price_per_person_max": 3000}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "cruise-5", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-10D28CDE\",\n \"first_name\": \"Charles\",\n \"last_name\": \"White\",\n \"email\": \"charles.white5614@gmail.com\",\n \"city\": \"Long Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Peninsula\",\n \"birthdate\": \"1964-06-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"4582\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to find a cruise to Caribbean - Eastern departing from Miami. After you show me initial results, I will ask to filter for cabin type interior, budget under 2000 per person. Then I will say I need more time to decide.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Miami"}}, {"name": "filter_cruises", "parameters": {"cabin_type": "interior", "price_per_person_max": 2000, "cache_key": "search_cruises_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "cruise-6", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson5735@outlook.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"4811\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"9279\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"1434\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"4257\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"9928\\\"}], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to find a cruise to Alaska departing from Seattle. After you show me initial results, I will ask to filter for cabin type balcony, budget under 6000 per person. Then I will say I need more time to decide.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Alaska", "departure_port": "Seattle"}}, {"name": "filter_cruises", "parameters": {"cabin_type": "balcony", "price_per_person_max": 6000, "cache_key": "search_cruises_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "cruise-7", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-2D9F8C36\",\n \"first_name\": \"James\",\n \"last_name\": \"Clark\",\n \"email\": \"james.clark7627@gmail.com\",\n \"city\": \"Visalia\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Visalia\",\n \"birthdate\": \"1969-04-08\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"7873\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"4611\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"8359\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"5557\\\"}]}\"\n}\n\n## GOAL\nI want to find a cruise to Hawaii. After you show me initial results, I will ask to filter for cabin type ocean view, budget under 4000 per person. Then I will say I need more time to decide.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Hawaii"}}, {"name": "filter_cruises", "parameters": {"cabin_type": "ocean_view", "price_per_person_max": 4000, "cache_key": "search_cruises_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "cruise-8", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-54C48FCA\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Martinez\",\n \"email\": \"robert.martinez1391@outlook.com\",\n \"city\": \"San Mateo\",\n \"state\": \"CA\",\n \"neighborhood\": \"Central Park\",\n \"birthdate\": \"1960-08-10\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"1106\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"3615\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to find a cruise to Bermuda departing from New York. After you show me initial results, I will ask to filter for cabin type suite, budget under 8000 per person. Then I will say I need more time to decide.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Bermuda", "departure_port": "New York"}}, {"name": "filter_cruises", "parameters": {"cabin_type": "suite", "price_per_person_max": 8000, "cache_key": "search_cruises_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "cruise-9", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-29B743A5\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Sanchez\",\n \"email\": \"matthew.sanchez6025@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"birthdate\": \"1992-03-10\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"7924\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6574\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"5552\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"3547\\\"}]}\"\n}\n\n## GOAL\nI want to find a cruise to Caribbean - Southern departing from Fort Lauderdale. After you show me initial results, I will ask to filter for cabin type interior, budget under 2500 per person. Then I will say I need more time to decide.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Southern", "departure_port": "Fort Lauderdale"}}, {"name": "filter_cruises", "parameters": {"cabin_type": "interior", "price_per_person_max": 2500, "cache_key": "search_cruises_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "cruise-10", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-5286BC86\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Perez\",\n \"email\": \"anthony.perez850@yahoo.com\",\n \"city\": \"Clarksville\",\n \"state\": \"TN\",\n \"neighborhood\": \"North Clarksville\",\n \"birthdate\": \"1999-08-03\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"4527\\\"}], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\", \\\"USDC\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise. Help me find cruises to Caribbean - Eastern departing from Miami with interior cabin under 2000 per person. Once you show me options, I will choose the first one (ID CR000015) and book it for Anthony Perez with 2 guests, departing 2026-10-18. I have a valid passport and will pay with my credit card ending in 4527.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Miami", "cabin_type": "interior", "price_per_person_max": 2000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-5286BC86", "cruise_id": "CR000015", "departure_date": "2026-10-18", "number_guests": 2, "primary_guest_name": "Anthony Perez", "cabin_type": "interior", "credit_card_last_four": "4527", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "cruise-11", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-A6347365\",\n \"first_name\": \"William\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"william.rodriguez6327@outlook.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"El Cid\",\n \"birthdate\": \"2006-03-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"6514\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"2674\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"2519\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"7224\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"2584\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise. Help me find cruises to Alaska departing from Seattle with balcony cabin under 6000 per person. Once you show me options, I will choose the first one (ID CR000151) and book it for William Rodriguez with 2 guests, departing 2026-06-11. I have a valid passport and will pay with my credit card ending in 6514.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Alaska", "departure_port": "Seattle", "cabin_type": "balcony", "price_per_person_max": 6000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-A6347365", "cruise_id": "CR000151", "departure_date": "2026-06-11", "number_guests": 2, "primary_guest_name": "William Rodriguez", "cabin_type": "balcony", "credit_card_last_four": "6514", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "cruise-12", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-A0399742\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Martin\",\n \"email\": \"daniel.martin6077@yahoo.com\",\n \"city\": \"Rockford\",\n \"state\": \"IL\",\n \"neighborhood\": \"Downtown Rockford\",\n \"birthdate\": \"1999-07-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"6881\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6635\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"5333\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"1711\\\"}], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise. Help me find cruises to Caribbean - Western departing from Galveston with interior cabin under 1500 per person. Once you show me options, I will choose the first one (ID CR000052) and book it for Daniel Martin with 2 guests, departing 2026-08-16. I have a valid passport and will pay with my credit card ending in 6881.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Western", "departure_port": "Galveston", "cabin_type": "interior", "price_per_person_max": 1500}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-A0399742", "cruise_id": "CR000052", "departure_date": "2026-08-16", "number_guests": 2, "primary_guest_name": "Daniel Martin", "cabin_type": "interior", "credit_card_last_four": "6881", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "cruise-13", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-19BBD5F9\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Garcia\",\n \"email\": \"linda.garcia5920@yahoo.com\",\n \"city\": \"Montgomery\",\n \"state\": \"AL\",\n \"neighborhood\": \"Capitol Heights\",\n \"birthdate\": \"1987-07-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"8527\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"9785\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"3045\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"7201\\\"}], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Interac\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise. Help me find cruises to Bermuda departing from New York with ocean view cabin under 5000 per person. Once you show me options, I will choose the first one (ID CR000455) and book it for Linda Garcia with 2 guests, departing 2027-01-02. I have a valid passport and will pay with my credit card ending in 8527.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Bermuda", "departure_port": "New York", "cabin_type": "ocean_view", "price_per_person_max": 5000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-19BBD5F9", "cruise_id": "CR000455", "departure_date": "2027-01-02", "number_guests": 2, "primary_guest_name": "Linda Garcia", "cabin_type": "ocean_view", "credit_card_last_four": "8527", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "cruise-14", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-0BEE2483\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Miller\",\n \"email\": \"margaret.miller1269@yahoo.com\",\n \"city\": \"Goodyear\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Downtown Goodyear\",\n \"birthdate\": \"1953-10-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"2291\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"5803\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6925\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"4150\\\"}], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise. Help me find cruises to Mediterranean - Western departing from Fort Lauderdale with balcony cabin under 8000 per person. Once you show me options, I will choose the first one (ID CR000207) and book it for Margaret Miller with 2 guests, departing 2026-12-01. I have a valid passport and will pay with my credit card ending in 2291.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Mediterranean - Western", "departure_port": "Fort Lauderdale", "cabin_type": "balcony", "price_per_person_max": 8000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-0BEE2483", "cruise_id": "CR000207", "departure_date": "2026-12-01", "number_guests": 2, "primary_guest_name": "Margaret Miller", "cabin_type": "balcony", "credit_card_last_four": "2291", "has_passport": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "cruise-15", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-B0F81477\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Clark\",\n \"email\": \"linda.clark6316@outlook.com\",\n \"city\": \"Suffolk\",\n \"state\": \"VA\",\n \"neighborhood\": \"Downtown Suffolk\",\n \"birthdate\": \"1946-07-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"2139\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"1750\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"4733\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"5741\\\"}]}\"\n}\n\n## GOAL\nI want to book a cruise to Caribbean - Eastern from Fort Lauderdale, interior cabin, under 2500 per person. I will book cruise CR000007 for Linda Clark with 2 guests departing 2026-09-30, paying with card ending 2139. I have my passport. After booking is confirmed (reservation RES-CR000007), I realize I need to change the departure date to 2026-12-15.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Fort Lauderdale", "cabin_type": "interior", "price_per_person_max": 2500}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-B0F81477", "cruise_id": "CR000007", "departure_date": "2026-09-30", "number_guests": 2, "primary_guest_name": "Linda Clark", "cabin_type": "interior", "credit_card_last_four": "2139", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-B0F81477", "reservation_id": "RES-CR000007", "new_departure_date": "2026-12-15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "cruise-16", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-D55757E7\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Lee\",\n \"email\": \"christopher.lee9225@yahoo.com\",\n \"city\": \"Killeen\",\n \"state\": \"TX\",\n \"neighborhood\": \"South Killeen\",\n \"birthdate\": \"1988-02-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"2307\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"4814\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"2654\\\"}]}\"\n}\n\n## GOAL\nI want to book a cruise to Bahamas from Miami, balcony cabin, under 3000 per person. I will book cruise CR000320 for Christopher Lee with 2 guests departing 2026-09-13, paying with card ending 2307. I have my passport. After booking is confirmed (reservation RES-CR000320), I realize I need to change the departure date to 2026-11-20.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Bahamas", "departure_port": "Miami", "cabin_type": "balcony", "price_per_person_max": 3000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-D55757E7", "cruise_id": "CR000320", "departure_date": "2026-09-13", "number_guests": 2, "primary_guest_name": "Christopher Lee", "cabin_type": "balcony", "credit_card_last_four": "2307", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-D55757E7", "reservation_id": "RES-CR000320", "new_departure_date": "2026-11-20"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "cruise-17", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"5554\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"8428\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"6977\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"3664\\\"}], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Caribbean - Western from Galveston, ocean view cabin, under 2000 per person. I will book cruise CR000052 for Sandra Sanchez with 2 guests departing 2026-08-16, paying with card ending 5554. I have my passport. After booking is confirmed (reservation RES-CR000052), I realize I need to change the departure date to 2027-01-10.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Western", "departure_port": "Galveston", "cabin_type": "ocean_view", "price_per_person_max": 2000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-973C38E4", "cruise_id": "CR000052", "departure_date": "2026-08-16", "number_guests": 2, "primary_guest_name": "Sandra Sanchez", "cabin_type": "ocean_view", "credit_card_last_four": "5554", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-973C38E4", "reservation_id": "RES-CR000052", "new_departure_date": "2027-01-10"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "cruise-18", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-41C162F5\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Sanchez\",\n \"email\": \"barbara.sanchez1184@yahoo.com\",\n \"city\": \"Buckeye\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Tartesso\",\n \"birthdate\": \"1980-03-24\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"6820\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"4432\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"5374\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"2169\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"USDC\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Alaska from Seattle, interior cabin, under 4000 per person. I will book cruise CR000151 for Barbara Sanchez with 2 guests departing 2026-06-11, paying with card ending 6820. I have my passport. After booking is confirmed (reservation RES-CR000151), I realize I need to change the departure date to 2026-08-15.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Alaska", "departure_port": "Seattle", "cabin_type": "interior", "price_per_person_max": 4000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-41C162F5", "cruise_id": "CR000151", "departure_date": "2026-06-11", "number_guests": 2, "primary_guest_name": "Barbara Sanchez", "cabin_type": "interior", "credit_card_last_four": "6820", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-41C162F5", "reservation_id": "RES-CR000151", "new_departure_date": "2026-08-15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "cruise-19", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-A7D5F9A2\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"susan.gonzalez6582@icloud.com\",\n \"city\": \"Saint Paul\",\n \"state\": \"MN\",\n \"neighborhood\": \"Summit Hill\",\n \"birthdate\": \"1948-03-03\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"3803\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"9751\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"5010\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"3677\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"8573\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"7216\\\"}], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Mexican Riviera from Los Angeles, balcony cabin, under 3500 per person. I will book cruise CR000366 for Susan Gonzalez with 2 guests departing 2026-05-29, paying with card ending 3803. I have my passport. After booking is confirmed (reservation RES-CR000366), I realize I need to change the departure date to 2026-09-01.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Mexican Riviera", "departure_port": "Los Angeles", "cabin_type": "balcony", "price_per_person_max": 3500}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-A7D5F9A2", "cruise_id": "CR000366", "departure_date": "2026-05-29", "number_guests": 2, "primary_guest_name": "Susan Gonzalez", "cabin_type": "balcony", "credit_card_last_four": "3803", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-A7D5F9A2", "reservation_id": "RES-CR000366", "new_departure_date": "2026-09-01"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "cruise-20", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-BFEA9099\",\n \"first_name\": \"David\",\n \"last_name\": \"Thomas\",\n \"email\": \"david.thomas4439@yahoo.com\",\n \"city\": \"Tallahassee\",\n \"state\": \"FL\",\n \"neighborhood\": \"Frenchtown\",\n \"birthdate\": \"2007-01-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"4598\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6313\\\"}, {\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"1916\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"4752\\\"}], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Caribbean - Eastern from Miami, interior cabin, under 2000 per person. Book cruise CR000015 for David Thomas with 2 guests, departing 2026-10-18, card ending 4598. I have a passport. After confirmation (reservation RES-CR000015), I need to add more guests. Please modify the reservation to 4 guests total.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Eastern", "departure_port": "Miami", "cabin_type": "interior", "price_per_person_max": 2000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-BFEA9099", "cruise_id": "CR000015", "departure_date": "2026-10-18", "number_guests": 2, "primary_guest_name": "David Thomas", "cabin_type": "interior", "credit_card_last_four": "4598", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-BFEA9099", "reservation_id": "RES-CR000015", "new_number_guests": 4}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "cruise-21", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-4D8252DD\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Martin\",\n \"email\": \"betty.martin9297@outlook.com\",\n \"city\": \"Centennial\",\n \"state\": \"CO\",\n \"neighborhood\": \"Eagle Ridge\",\n \"birthdate\": \"1949-05-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"1525\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6168\\\"}], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Bahamas from Port Canaveral, ocean view cabin, under 2500 per person. Book cruise CR000315 for Betty Martin with 2 guests, departing 2027-03-07, card ending 1525. I have a passport. After confirmation (reservation RES-CR000315), I need to add more guests. Please modify the reservation to 3 guests total.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Bahamas", "departure_port": "Port Canaveral", "cabin_type": "ocean_view", "price_per_person_max": 2500}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-4D8252DD", "cruise_id": "CR000315", "departure_date": "2027-03-07", "number_guests": 2, "primary_guest_name": "Betty Martin", "cabin_type": "ocean_view", "credit_card_last_four": "1525", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-4D8252DD", "reservation_id": "RES-CR000315", "new_number_guests": 3}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "cruise-22", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-97568D1B\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Clark\",\n \"email\": \"michael.clark7119@icloud.com\",\n \"city\": \"Savannah\",\n \"state\": \"GA\",\n \"neighborhood\": \"Victorian District\",\n \"birthdate\": \"1961-03-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"5386\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"2084\\\"}]}\"\n}\n\n## GOAL\nI want to book a cruise to Caribbean - Western from Galveston, interior cabin, under 1500 per person. Book cruise CR000052 for Michael Clark with 2 guests, departing 2026-08-16, card ending 5386. I have a passport. After confirmation (reservation RES-CR000052), I need to add more guests. Please modify the reservation to 5 guests total.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Caribbean - Western", "departure_port": "Galveston", "cabin_type": "interior", "price_per_person_max": 1500}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-97568D1B", "cruise_id": "CR000052", "departure_date": "2026-08-16", "number_guests": 2, "primary_guest_name": "Michael Clark", "cabin_type": "interior", "credit_card_last_four": "5386", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-97568D1B", "reservation_id": "RES-CR000052", "new_number_guests": 5}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "cruise-23", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"6155\\\"}, {\\\"name\\\": \\\"JCB\\\", \\\"credit_card_last_four\\\": \\\"4483\\\"}, {\\\"name\\\": \\\"Discover\\\", \\\"credit_card_last_four\\\": \\\"9179\\\"}], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to book a cruise to Mediterranean - Eastern from Fort Lauderdale, balcony cabin, under 5000 per person. Book cruise CR000252 for Betty Jones with 2 guests, departing 2026-09-22, card ending 6155. I have a passport. After confirmation (reservation RES-CR000252), I need to add more guests. Please modify the reservation to 3 guests total.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Mediterranean - Eastern", "departure_port": "Fort Lauderdale", "cabin_type": "balcony", "price_per_person_max": 5000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-73AA85E7", "cruise_id": "CR000252", "departure_date": "2026-09-22", "number_guests": 2, "primary_guest_name": "Betty Jones", "cabin_type": "balcony", "credit_card_last_four": "6155", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-73AA85E7", "reservation_id": "RES-CR000252", "new_number_guests": 3}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "cruise-24", "domain": "cruise", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online cruise booking service.\n\n## USER\n{\n \"user_id\": \"USR-98D5DA8B\",\n \"first_name\": \"John\",\n \"last_name\": \"Johnson\",\n \"email\": \"john.johnson1896@yahoo.com\",\n \"city\": \"Quincy\",\n \"state\": \"MA\",\n \"neighborhood\": \"Merrymount\",\n \"birthdate\": \"1969-11-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\", \\\"credit_card_last_four\\\": \\\"8517\\\"}, {\\\"name\\\": \\\"Visa\\\", \\\"credit_card_last_four\\\": \\\"3340\\\"}, {\\\"name\\\": \\\"Mastercard\\\", \\\"credit_card_last_four\\\": \\\"5339\\\"}, {\\\"name\\\": \\\"American Express\\\", \\\"credit_card_last_four\\\": \\\"3287\\\"}]}\"\n}\n\n## GOAL\nI want to book a cruise to Alaska from Seattle, ocean view cabin, under 4000 per person. Book cruise CR000153 for John Johnson with 2 guests, departing 2027-02-24, card ending 8517. I have a passport. After confirmation (reservation RES-CR000153), I need to add more guests. Please modify the reservation to 4 guests total.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_cruises", "parameters": {"destination": "Alaska", "departure_port": "Seattle", "cabin_type": "ocean_view", "price_per_person_max": 4000}}, {"name": "book_cruise_reservation", "parameters": {"user_id": "USR-98D5DA8B", "cruise_id": "CR000153", "departure_date": "2027-02-24", "number_guests": 2, "primary_guest_name": "John Johnson", "cabin_type": "ocean_view", "credit_card_last_four": "8517", "has_passport": true}}, {"name": "modify_cruise_reservation", "parameters": {"user_id": "USR-98D5DA8B", "reservation_id": "RES-CR000153", "new_number_guests": 4}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/dessert.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "dessert-0", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-C2DAA182\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Moore\",\n \"email\": \"susan.moore2977@yahoo.com\",\n \"city\": \"Corpus Christi\",\n \"state\": \"TX\",\n \"neighborhood\": \"Flour Bluff\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Bakersfield that have cupcakes.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., dietary options or toppings).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Bakersfield", "has_cupcakes": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "dessert-1", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-DD8B8490\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Taylor\",\n \"email\": \"karen.taylor7757@yahoo.com\",\n \"city\": \"Palm Coast\",\n \"state\": \"FL\",\n \"neighborhood\": \"Palm Harbor\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Denton that have donuts.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., dietary options or toppings).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Denton", "has_donuts": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "dessert-2", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-556B28F0\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin3222@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"dessert_shop_payment_methods\": \"cryptocurrencies;credit_cards;gift_cards\",\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": \"2024-09-20\",\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Chattanooga that have donuts.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., dietary options or toppings).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Chattanooga", "has_donuts": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "dessert-3", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-ECD3CE4A\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4652@yahoo.com\",\n \"city\": \"Tacoma\",\n \"state\": \"WA\",\n \"neighborhood\": \"Stadium District\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"cryptocurrencies;credit_cards;debit_cards;gift_cards\",\n \"bakery_loyalty_membership\": \"The Flour Frame:Gold\",\n \"bakery_signup_date\": \"2024-10-03\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Santa Ana that have vegan friendly.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., dietary options or toppings).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Santa Ana", "has_is_vegan_friendly": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "dessert-4", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-DFEDBA29\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Sanchez\",\n \"email\": \"michael.sanchez7342@gmail.com\",\n \"city\": \"Richmond\",\n \"state\": \"VA\",\n \"neighborhood\": \"Church Hill\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"debit_cards;cryptocurrencies;gift_cards\",\n \"bakery_loyalty_membership\": \"Honey & Harvest:Basic\",\n \"bakery_signup_date\": \"2023-12-06\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Shreveport that have cookies.\n2. After seeing the results, ask a follow-up question about one of the shops (e.g., dietary options or toppings).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Shreveport", "has_cookies": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "dessert-5", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-B8CCD3AA\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"thomas.gonzalez5564@yahoo.com\",\n \"city\": \"Stockton\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Stockton\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in New Haven that have gluten free options.\n2. After seeing the results, ask a follow-up question about one of the bakeries (e.g., specialties or custom orders).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "New Haven", "has_has_gluten_free_options": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "dessert-6", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-2046FEC8\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Wilson\",\n \"email\": \"christopher.wilson1222@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Park Hill\",\n \"dessert_shop_payment_methods\": \"debit_cards;gift_cards\",\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": \"2025-12-31\",\n \"bakery_payment_methods\": \"debit_cards;gift_cards\",\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": \"2025-12-20\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Pomona that have custom orders.\n2. After seeing the results, ask a follow-up question about one of the bakeries (e.g., specialties or custom orders).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Pomona", "has_custom_orders": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "dessert-7", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-B991CC9E\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Brown\",\n \"email\": \"christopher.brown1064@yahoo.com\",\n \"city\": \"Albuquerque\",\n \"state\": \"NM\",\n \"neighborhood\": \"Uptown\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Boston that have viennoiserie.\n2. After seeing the results, ask a follow-up question about one of the bakeries (e.g., specialties or custom orders).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Boston", "has_viennoiserie": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "dessert-8", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-F384355C\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Lee\",\n \"email\": \"christopher.lee1932@outlook.com\",\n \"city\": \"Pembroke Pines\",\n \"state\": \"FL\",\n \"neighborhood\": \"Silver Lakes\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in New York that have artisan bread.\n2. After seeing the results, ask a follow-up question about one of the bakeries (e.g., specialties or custom orders).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "New York", "has_artisan_bread": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "dessert-9", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-2424B310\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Anderson\",\n \"email\": \"richard.anderson9553@gmail.com\",\n \"city\": \"Jersey City\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Downtown Jersey City\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"debit_cards\",\n \"bakery_loyalty_membership\": \"Honey & Heat:Gold\",\n \"bakery_signup_date\": \"2025-06-30\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in El Monte that have gluten free options.\n2. After seeing the results, ask a follow-up question about one of the bakeries (e.g., specialties or custom orders).\n3. Say you need to think about it and end the conversation without placing an order.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "El Monte", "has_has_gluten_free_options": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "dessert-10", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-DCF12502\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Robinson\",\n \"email\": \"patricia.robinson417@gmail.com\",\n \"city\": \"Sunnyvale\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Sunnyvale\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Coral Springs that have custom toppings bar.\n2. Choose the shop with the alphabetically lowest name and place an order for 3x Chocolate Lava Cake using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Coral Springs", "has_custom_toppings_bar": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-DCF12502", "shop_id": "DST-93059E", "items": [{"item_id": "DMI-07729E", "quantity": 3}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "dessert-11", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-3886AB36\",\n \"first_name\": \"John\",\n \"last_name\": \"Robinson\",\n \"email\": \"john.robinson6027@icloud.com\",\n \"city\": \"Fayetteville\",\n \"state\": \"AR\",\n \"neighborhood\": \"Fayette Junction\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Santa Rosa that have cupcakes.\n2. Choose the shop with the alphabetically lowest name and place an order for 1x Peanut Butter Milkshake using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Santa Rosa", "has_cupcakes": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-3886AB36", "shop_id": "DST-9B4082", "items": [{"item_id": "DMI-7B1C31", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "dessert-12", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-6F45DA0F\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Lee\",\n \"email\": \"mark.lee1016@yahoo.com\",\n \"city\": \"Indianapolis\",\n \"state\": \"IN\",\n \"neighborhood\": \"Mass Ave\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"cryptocurrencies;debit_cards;gift_cards\",\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": \"2024-02-10\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in New York that have gelato.\n2. Choose the shop with the alphabetically lowest name and place an order for 3x Mango Sorbet using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "New York", "has_gelato": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-6F45DA0F", "shop_id": "DST-52623B", "items": [{"item_id": "DMI-DB43F9", "quantity": 3}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "dessert-13", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-4D8252DD\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Martin\",\n \"email\": \"betty.martin9297@outlook.com\",\n \"city\": \"Centennial\",\n \"state\": \"CO\",\n \"neighborhood\": \"Eagle Ridge\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"credit_cards;cryptocurrencies;gift_cards\",\n \"bakery_loyalty_membership\": \"The Flour Field:Basic\",\n \"bakery_signup_date\": \"2024-04-02\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Bridgeport that have frozen yogurt.\n2. Choose the shop with the alphabetically lowest name and place an order for 1x Banana Split using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Bridgeport", "has_frozen_yogurt": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-4D8252DD", "shop_id": "DST-05228E", "items": [{"item_id": "DMI-7E31A8", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "dessert-14", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-1D415C84\",\n \"first_name\": \"David\",\n \"last_name\": \"Thomas\",\n \"email\": \"david.thomas4219@gmail.com\",\n \"city\": \"Cleveland\",\n \"state\": \"OH\",\n \"neighborhood\": \"Gordon Square\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"debit_cards\",\n \"bakery_loyalty_membership\": \"The Dough Dash:Gold\",\n \"bakery_signup_date\": \"2023-11-28\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in League City that have cupcakes.\n2. Choose the shop with the alphabetically lowest name and place an order for 3x S'mores Sundae using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "League City", "has_cupcakes": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-1D415C84", "shop_id": "DST-DE98ED", "items": [{"item_id": "DMI-8AA8ED", "quantity": 3}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "dessert-15", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-68756950\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Anderson\",\n \"email\": \"matthew.anderson5191@gmail.com\",\n \"city\": \"Rio Rancho\",\n \"state\": \"NM\",\n \"neighborhood\": \"Vista Hills\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Yonkers that have viennoiserie.\n2. Choose the bakery with the alphabetically lowest name and place an order for 3x Custom Birthday Cake (6-inch) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Yonkers", "has_viennoiserie": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-68756950", "shop_id": "BKY-61FF46", "items": [{"item_id": "DMI-A99A29", "quantity": 3}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "dessert-16", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-A6ED4CCC\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Wilson\",\n \"email\": \"susan.wilson2168@outlook.com\",\n \"city\": \"Tulsa\",\n \"state\": \"OK\",\n \"neighborhood\": \"Downtown Tulsa\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": \"2024-10-10\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Bridgeport that have viennoiserie.\n2. Choose the bakery with the alphabetically lowest name and place an order for 2x Rye Bread Loaf using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Bridgeport", "has_viennoiserie": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-A6ED4CCC", "shop_id": "BKY-C12CC3", "items": [{"item_id": "DMI-8763B4", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "dessert-17", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-2A5DC7AF\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Ramirez\",\n \"email\": \"mary.ramirez1980@yahoo.com\",\n \"city\": \"Lincoln\",\n \"state\": \"NE\",\n \"neighborhood\": \"Haymarket\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"cryptocurrencies;credit_cards;debit_cards;gift_cards\",\n \"bakery_loyalty_membership\": \"Honey & Harvest:Silver\",\n \"bakery_signup_date\": \"2024-09-30\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Menifee that have wedding cakes.\n2. Choose the bakery with the alphabetically lowest name and place an order for 3x Sourdough Loaf using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Menifee", "has_wedding_cakes": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-2A5DC7AF", "shop_id": "BKY-0F01CC", "items": [{"item_id": "DMI-21C1CB", "quantity": 3}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "dessert-18", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": \"2025-11-24\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Port St. Lucie that have artisan bread.\n2. Choose the bakery with the alphabetically lowest name and place an order for 1x Rye Bread Loaf using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Port St. Lucie", "has_artisan_bread": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-CADDA835", "shop_id": "BKY-6A35E1", "items": [{"item_id": "DMI-14C4F8", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "dessert-19", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-5EED2793\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Jackson\",\n \"email\": \"joseph.jackson2622@icloud.com\",\n \"city\": \"Elk Grove\",\n \"state\": \"CA\",\n \"neighborhood\": \"Laguna\",\n \"dessert_shop_payment_methods\": \"credit_cards;debit_cards\",\n \"dessert_shop_loyalty_membership\": \"Candy Craft:Gold\",\n \"dessert_shop_signup_date\": \"2024-02-14\",\n \"bakery_payment_methods\": \"credit_cards;debit_cards\",\n \"bakery_loyalty_membership\": \"Sugar Station:Basic\",\n \"bakery_signup_date\": \"2024-07-28\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for bakeries in Macon that have sourdough.\n2. Choose the bakery with the alphabetically lowest name and place an order for 2x Rye Bread Loaf using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_bakeries", "parameters": {"city": "Macon", "has_sourdough": true}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-5EED2793", "shop_id": "BKY-4311EE", "items": [{"item_id": "DMI-14C4F8", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "dessert-20", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-7C6A65F7\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Ramirez\",\n \"email\": \"michael.ramirez3446@outlook.com\",\n \"city\": \"Rochester\",\n \"state\": \"NY\",\n \"neighborhood\": \"High Falls District\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in New Bedford that have sugar free options.\n2. Choose the shop with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 1x Chocolate Lava Cake using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "New Bedford", "has_has_sugar_free_options": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-0109EA"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-7C6A65F7", "shop_id": "DST-0109EA", "items": [{"item_id": "DMI-07729E", "quantity": 1}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "dessert-21", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-B19BFAA0\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Taylor\",\n \"email\": \"mark.taylor8579@icloud.com\",\n \"city\": \"Henderson\",\n \"state\": \"NV\",\n \"neighborhood\": \"MacDonald Highlands\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Syracuse that have dairy free scoops.\n2. Choose the shop with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Tiramisu using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Syracuse", "has_has_dairy_free_scoops": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-426320"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-B19BFAA0", "shop_id": "DST-426320", "items": [{"item_id": "DMI-AF84F8", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "dessert-22", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-0384482F\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Lopez\",\n \"email\": \"anthony.lopez7902@icloud.com\",\n \"city\": \"Savannah\",\n \"state\": \"GA\",\n \"neighborhood\": \"Victorian District\",\n \"dessert_shop_payment_methods\": \"credit_cards;cryptocurrencies\",\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": \"2025-04-01\",\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in San Mateo that have seasonal flavors.\n2. Choose the shop with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Mochi Ice Cream (3 pcs) using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "San Mateo", "has_seasonal_flavors": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-925558"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-0384482F", "shop_id": "DST-925558", "items": [{"item_id": "DMI-54D3E3", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "dessert-23", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-E7924A5D\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Sanchez\",\n \"email\": \"betty.sanchez3280@outlook.com\",\n \"city\": \"Moreno Valley\",\n \"state\": \"CA\",\n \"neighborhood\": \"Moreno\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": \"credit_cards;debit_cards;cryptocurrencies\",\n \"bakery_loyalty_membership\": \"The Flour Form:Gold\",\n \"bakery_signup_date\": \"2025-09-30\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in Pomona that have ice cream.\n2. Choose the shop with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Chocolate Fudge Brownie using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "Pomona", "has_ice_cream": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-7D3022"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-E7924A5D", "shop_id": "DST-7D3022", "items": [{"item_id": "DMI-69A5B8", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "dessert-24", "domain": "dessert", "user_template": "## PERSONA\nYou are a customer looking for a great dessert or bakery experience, whether it's ice cream, pastries, or a custom cake.\n\n## USER\n{\n \"user_id\": \"USR-441FF613\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis7223@yahoo.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"Flamingo Park\",\n \"dessert_shop_payment_methods\": NaN,\n \"dessert_shop_loyalty_membership\": NaN,\n \"dessert_shop_signup_date\": NaN,\n \"bakery_payment_methods\": NaN,\n \"bakery_loyalty_membership\": NaN,\n \"bakery_signup_date\": NaN\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for dessert shops in West Covina that have custom toppings bar.\n2. Choose the shop with the alphabetically lowest name and ask to see its menu.\n3. After seeing the menu, place an order for 2x Vanilla Bean Ice Cream using credit_card.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_dessert_shops", "parameters": {"city": "West Covina", "has_custom_toppings_bar": true}}, {"name": "get_shop_menu", "parameters": {"shop_id": "DST-772C57"}}, {"name": "place_dessert_order", "parameters": {"user_id": "USR-441FF613", "shop_id": "DST-772C57", "items": [{"item_id": "DMI-982D6C", "quantity": 2}], "payment_method": "credit_card"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/flight.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "flight-0", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-458407D2\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Lewis\",\n \"email\": \"matthew.lewis143@icloud.com\",\n \"city\": \"Simi Valley\",\n \"state\": \"CA\",\n \"neighborhood\": \"Madera\",\n \"birthdate\": \"1959-07-08\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"1739\\\"}],\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"]}\"\n}\n\n## GOAL\nI want to browse flight options. First I want to find flight from Harrisburg to Portland, departing on 2026-05-30 and airline operated by CloudNine Air, then I will say I need to think about it and will not book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Harrisburg", "arrival_city": "Portland", "airline": ["CloudNine Air"], "departure_date": "2026-05-30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "flight-1", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-793365F1\",\n \"first_name\": \"William\",\n \"last_name\": \"Miller\",\n \"email\": \"william.miller3038@outlook.com\",\n \"city\": \"Dayton\",\n \"state\": \"OH\",\n \"neighborhood\": \"South Park\",\n \"birthdate\": \"1999-02-18\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"5953\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"6681\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"3666\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"2804\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"8957\\\"}],\\\"debit_cards\\\": [\\\"Visa Debit\\\"],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\",\\\"USDC\\\"]}\"\n}\n\n## GOAL\nFirst, I will ask for flights from Houston to Wichita with a price limit of 448 and a departure date of 2026-05-10. After seeing the options, finally I will say I need to think about it without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Houston", "arrival_city": "Wichita", "price_max": 448, "departure_date": "2026-05-10"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "flight-2", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-F232E469\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Wilson\",\n \"email\": \"karen.wilson1407@yahoo.com\",\n \"city\": \"Tulsa\",\n \"state\": \"OK\",\n \"neighborhood\": \"Brookside\",\n \"birthdate\": \"2002-08-26\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\"],\\\"credit_cards\\\": []}\"\n}\n\n## GOAL\nI want to browse flight options from city Punta Gorda to Tampa with a price ceiling of 373 and prefer flights that depart before 17:00. Finally say I need to think about it without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Punta Gorda", "arrival_city": "Tampa", "price_max": 373, "departure_time_before": "17:00"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "flight-3", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-C66AA04C\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Hernandez\",\n \"email\": \"jessica.hernandez5639@gmail.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Whittier\",\n \"birthdate\": \"1994-04-02\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\",\\\"Litecoin\\\",\\\"USDC\\\",\\\"Ethereum\\\",\\\"Bitcoin\\\"],\\\"credit_cards\\\": []}\"\n}\n\n## GOAL\nI want to browse flight options. First, I will tell you my departure city Newark and arrival city Columbia. After you show me the results, and then I will say I need to think about it without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Newark", "arrival_city": "Columbia"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "flight-4", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-08065962\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"White\",\n \"email\": \"nancy.white6612@gmail.com\",\n \"city\": \"Denton\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Denton\",\n \"birthdate\": \"1969-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"4001\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"7829\\\"}],\\\"cryptocurrencies\\\": [\\\"USDC\\\",\\\"Litecoin\\\",\\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to browse flight options. First, I’ll tell you my departure city Springfield and arrival city Fort Lauderdale. After the search, later I filter the options with a maximum price 318 and a preferred departure date 2026-05-15. I’ll say I need to think about it and won’t book.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Springfield", "arrival_city": "Fort Lauderdale"}}, {"name": "filter_flight", "parameters": {"cache_key": "search_flight_results_0", "price_max": 318, "departure_date": "2026-05-15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "flight-5", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-B991CC9E\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Brown\",\n \"email\": \"christopher.brown1064@yahoo.com\",\n \"city\": \"Albuquerque\",\n \"state\": \"NM\",\n \"neighborhood\": \"Uptown\",\n \"birthdate\": \"1967-04-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"9047\\\"}],\\\"cryptocurrencies\\\": [\\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want to find a flight from my departure city of St. Louis to Chicago. After that I’d like to narrow the results to flights that cost no more than 282. Next, I prefer to fly with Heartland Air. Finally, I need a flight on 2026-05-23 for Christopher Brown passengers, booked under the name Christopher Brown for 1 passenger. Once a suitable flight is identified, I want to complete the booking and choose the flight with the lowest `flight_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "St. Louis", "arrival_city": "Chicago", "price_max": 282, "airline": ["Heartland Air"], "departure_date": "2026-05-23"}}, {"name": "book_flight", "parameters": {"user_id": "USR-B991CC9E", "flight_id": "FL1344", "passenger_names": ["Christopher Brown"], "number_passengers": 1, "credit_card_last_four": "9047", "departure_city": "St. Louis", "arrival_city": "Chicago", "departure_date": "2026-05-23", "ticket_class": "Economy"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "flight-6", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-167B7986\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Anderson\",\n \"email\": \"betty.anderson7339@icloud.com\",\n \"city\": \"Concord\",\n \"state\": \"NC\",\n \"neighborhood\": \"Odell\",\n \"birthdate\": \"1953-05-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"4646\\\"}],\\\"debit_cards\\\": [\\\"Visa Debit\\\",\\\"Interac\\\",\\\"Maestro\\\"],\\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nFirst, I want to know what flights are available from Spokane to Missoula. I will give my preferred departure date 2026-07-01 and a price ceiling 720. Once a suitable flight is identified, I want to complete the booking and choose the flight with the lowest `flight_id` under the name Betty Anderson for 1 person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Spokane", "arrival_city": "Missoula", "departure_date": "2026-07-01", "price_max": 720}}, {"name": "book_flight", "parameters": {"user_id": "USR-167B7986", "flight_id": "FL1347", "passenger_names": ["Betty Anderson"], "number_passengers": 1, "credit_card_last_four": "4646", "departure_city": "Spokane", "arrival_city": "Missoula", "departure_date": "2026-07-01", "ticket_class": "First"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "flight-7", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-A6B6E86E\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Thompson\",\n \"email\": \"anthony.thompson7550@gmail.com\",\n \"city\": \"Santa Clarita\",\n \"state\": \"CA\",\n \"neighborhood\": \"Saugus\",\n \"birthdate\": \"2004-06-27\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Visa Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"1111\\\"}]}\"\n}\n\n## GOAL\nI would like to book a flight. I am traveling from Washington to Charlotte on 2026-04-16. Once we find a suitable option, I will provide my passenger name Anthony Thompson and the number of passengers one to complete the booking. I want to complete the booking and choose the flight with the lowest `flight_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Washington", "arrival_city": "Charlotte", "departure_date": "2026-04-16"}}, {"name": "book_flight", "parameters": {"user_id": "USR-A6B6E86E", "flight_id": "FL017", "passenger_names": ["Anthony Thompson"], "number_passengers": 1, "credit_card_last_four": "1111", "departure_city": "Washington", "arrival_city": "Charlotte", "departure_date": "2026-04-16", "ticket_class": "Economy"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "flight-8", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-71235713\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Johnson\",\n \"email\": \"christopher.johnson4379@yahoo.com\",\n \"city\": \"Hillsboro\",\n \"state\": \"OR\",\n \"neighborhood\": \"Jackson School\",\n \"birthdate\": \"1961-06-28\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"3508\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"5291\\\"}],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI need to book a flight. First, I will tell you I want to travel from Oakland to Louisville, my preferred departure date 2026-05-29 and a maximum price 374. When I find a suitable flight, choose the flight with the lowest `flight_id`, my name Christopher Johnson, and 1 passenger, and complete the booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Oakland", "arrival_city": "Louisville", "departure_date": "2026-05-29", "price_max": 374}}, {"name": "book_flight", "parameters": {"user_id": "USR-71235713", "flight_id": "FL1353", "passenger_names": ["Christopher Johnson"], "number_passengers": 1, "credit_card_last_four": "3508", "departure_city": "Oakland", "arrival_city": "Louisville", "departure_date": "2026-05-29", "ticket_class": "First"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "flight-9", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-000D2EBB\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"anthony.rodriguez9546@yahoo.com\",\n \"city\": \"Oxnard\",\n \"state\": \"CA\",\n \"neighborhood\": \"Colonia\",\n \"birthdate\": \"1962-02-16\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"6418\\\"}],\\\"debit_cards\\\": [\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\",\\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI want to fly from Seattle to Denver. Then after the search, I want to filter by 2026-05-01 with airline Prairie Sky and the price to be no more than 310. After the filter, I will book the flight with the lowest `flight_id` under Anthony Rodriguez.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Seattle", "arrival_city": "Denver"}}, {"name": "filter_flight", "parameters": {"cache_key": "search_flight_results_0", "departure_date": "2026-05-01", "airline": ["Prairie Sky"], "price_max": 310}}, {"name": "book_flight", "parameters": {"user_id": "USR-000D2EBB", "flight_id": "FL1356", "passenger_names": ["Anthony Rodriguez"], "number_passengers": 1, "credit_card_last_four": "6418", "departure_city": "Seattle", "arrival_city": "Denver", "departure_date": "2026-05-01", "ticket_class": "Economy"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "flight-10", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-9E951E43\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson6332@icloud.com\",\n \"city\": \"Chicago\",\n \"state\": \"IL\",\n \"neighborhood\": \"Wicker Park\",\n \"birthdate\": \"1954-07-31\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\",\\\"Visa Debit\\\"],\\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"6418\\\"}]}\"\n}\n\n## GOAL\nI would like to find a flight from Portland to San Francisco for 2026-07-31 with a maximum price of 229. Once I see a suitable flight, I will book the flight with the lowest `flight_id` for myself, Robert Thompson, traveling alone.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Portland", "arrival_city": "San Francisco", "departure_date": "2026-07-31", "price_max": 229}}, {"name": "book_flight", "parameters": {"user_id": "USR-9E951E43", "flight_id": "FL1359", "passenger_names": ["Robert Thompson"], "number_passengers": 1, "credit_card_last_four": "6418", "departure_city": "Portland", "arrival_city": "San Francisco", "departure_date": "2026-07-31", "ticket_class": "Business"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "flight-11", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-122EDA3E\",\n \"first_name\": \"David\",\n \"last_name\": \"Johnson\",\n \"email\": \"david.johnson4643@icloud.com\",\n \"city\": \"Quincy\",\n \"state\": \"MA\",\n \"neighborhood\": \"Wollaston\",\n \"birthdate\": \"1959-04-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"9453\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"5566\\\"}],\\\"cryptocurrencies\\\": [\\\"Solana\\\",\\\"Litecoin\\\",\\\"USDC\\\",\\\"Ethereum\\\",\\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nI need to travel from Chicago to Cedar Rapids and my preferred departure date 2026-07-21. Once I pick a flight with the lowest `flight_id`, I will provide my name David Johnson and confirm that I am traveling alone and ask you to book it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Chicago", "arrival_city": "Cedar Rapids", "departure_date": "2026-07-21"}}, {"name": "book_flight", "parameters": {"user_id": "USR-122EDA3E", "flight_id": "FL1362", "passenger_names": ["David Johnson"], "number_passengers": 1, "credit_card_last_four": "9453", "departure_city": "Chicago", "arrival_city": "Cedar Rapids", "departure_date": "2026-07-21", "ticket_class": "Business"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "flight-12", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-A6347365\",\n \"first_name\": \"William\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"william.rodriguez6327@outlook.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"El Cid\",\n \"birthdate\": \"2006-03-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"5820\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"5265\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"3376\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"3127\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"6869\\\"}],\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Visa Debit\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"]}\"\n}\n\n## GOAL\nI need to fly from Chicago to Sacramento, my preferred departure date 2026-05-19. I am traveling alone and the reservation should be made under the name William Rodriguez. After I select a flight, please book it using the flight with the lowest `flight_id`. When the booking is confirmed, the system will provide a reservation identifier.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Chicago", "arrival_city": "Sacramento", "departure_date": "2026-05-19"}}, {"name": "book_flight", "parameters": {"user_id": "USR-A6347365", "flight_id": "FL1365", "passenger_names": ["William Rodriguez"], "number_passengers": 1, "credit_card_last_four": "5820", "departure_city": "Chicago", "arrival_city": "Sacramento", "departure_date": "2026-05-19", "ticket_class": "Business"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "flight-13", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-057FC5AA\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Thomas\",\n \"email\": \"patricia.thomas1288@gmail.com\",\n \"city\": \"Vallejo\",\n \"state\": \"CA\",\n \"neighborhood\": \"North Vallejo\",\n \"birthdate\": \"1964-11-15\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"5820\\\"}]}\"\n}\n\n## GOAL\nI want to find a flight from Seattle to Denver, my preferred departure date of 2026-07-30 and a maximum price I'm willing to pay of 689. When you present the options, I'll choose the flight with the lowest `flight_id`. I will then book that flight for Patricia Thomas.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Seattle", "arrival_city": "Denver", "departure_date": "2026-07-30", "price_max": 689}}, {"name": "book_flight", "parameters": {"user_id": "USR-057FC5AA", "flight_id": "FL1368", "passenger_names": ["Patricia Thomas"], "number_passengers": 1, "departure_city": "Seattle", "arrival_city": "Denver", "departure_date": "2026-07-30", "credit_card_last_four": "5820", "ticket_class": "Economy"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "flight-14", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-8CF0E436\",\n \"first_name\": \"Jennifer\",\n \"last_name\": \"Smith\",\n \"email\": \"jennifer.smith8142@gmail.com\",\n \"city\": \"Philadelphia\",\n \"state\": \"PA\",\n \"neighborhood\": \"Fishtown\",\n \"birthdate\": \"2006-11-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"3993\\\"}],\\\"cryptocurrencies\\\": [\\\"USDC\\\",\\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nI want like to find a flight from Panama City to St. Louis on 2026-05-19 with Blue River Air airline. I will be traveling alone. After we book the flight with the lowest `flight_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Panama City", "arrival_city": "St. Louis", "departure_date": "2026-05-19", "airline": ["Blue River Air"]}}, {"name": "book_flight", "parameters": {"user_id": "USR-8CF0E436", "flight_id": "FL535", "passenger_names": ["Jennifer Smith"], "number_passengers": 1, "departure_city": "Panama City", "arrival_city": "St. Louis", "departure_date": "2026-05-19", "credit_card_last_four": "3993", "ticket_class": "Economy"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "flight-15", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-4ED86ACA\",\n \"first_name\": \"Elizabeth\",\n \"last_name\": \"Jackson\",\n \"email\": \"elizabeth.jackson6311@outlook.com\",\n \"city\": \"Lewisville\",\n \"state\": \"TX\",\n \"neighborhood\": \"Castle Hills\",\n \"birthdate\": \"1976-02-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"8489\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"9886\\\"}],\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"],\\\"cryptocurrencies\\\": [\\\"Bitcoin\\\",\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to travel from Charlotte to Asheville and depart around 2026-06-12 with the price to be no more than 314. My name is Elizabeth Jackson and I initially need Elizabeth Jackson ticket(s). Pick the flight with the lowest `flight_id`. After the booking is confirmed, I realize I need to add more travelers, so I would like to change the reservation to Elizabeth Jackson and Michael Jackson. Please help me find a flight, book it, and then modify the passenger count.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Charlotte", "arrival_city": "Asheville", "departure_date": "2026-06-12", "price_max": 314}}, {"name": "book_flight", "parameters": {"user_id": "USR-4ED86ACA", "flight_id": "FL1374", "passenger_names": ["Elizabeth Jackson"], "number_passengers": 1, "credit_card_last_four": "8489", "departure_city": "Charlotte", "arrival_city": "Asheville", "departure_date": "2026-06-12", "ticket_class": "Economy"}}, {"name": "modify_flight_reservation", "parameters": {"user_id": "USR-4ED86ACA", "reservation_id": "RES-FL1374", "new_number_passengers": 2, "passenger_names": ["Elizabeth Jackson", "Michael Jackson"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "flight-16", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-8B4698C7\",\n \"first_name\": \"David\",\n \"last_name\": \"Lee\",\n \"email\": \"david.lee5969@yahoo.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Gunbarrel\",\n \"birthdate\": \"2004-08-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"4564\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"4687\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"1809\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"9364\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"1184\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"3692\\\"}]}\"\n}\n\n## GOAL\nI need to travel from El Paso to McAllen that cost no more than 347 and are operated by Heartland Air. Once I pick a suitable flight with the lowest `flight_id`, I want to book it for David Lee.. After the booking is confirmed, I realize that two more friends are joining the trip, so I need to modify the reservation to have a total of 2 passengers and add James Brown.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "El Paso", "arrival_city": "McAllen", "price_max": 347, "airline": ["Heartland Air"]}}, {"name": "book_flight", "parameters": {"user_id": "USR-8B4698C7", "flight_id": "FL1377", "passenger_names": ["David Lee"], "number_passengers": 1, "credit_card_last_four": "4564", "departure_city": "El Paso", "arrival_city": "McAllen", "departure_date": "2026-06-10", "ticket_class": "Economy"}}, {"name": "modify_flight_reservation", "parameters": {"user_id": "USR-8B4698C7", "reservation_id": "RES-FL1377", "new_number_passengers": 1, "passenger_names": ["David Lee", "James Brown"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "flight-17", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-BFEA9099\",\n \"first_name\": \"David\",\n \"last_name\": \"Thomas\",\n \"email\": \"david.thomas4439@yahoo.com\",\n \"city\": \"Tallahassee\",\n \"state\": \"FL\",\n \"neighborhood\": \"Frenchtown\",\n \"birthdate\": \"2007-01-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"2281\\\"},{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"3717\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"2675\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"8752\\\"}],\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Maestro\\\"],\\\"cryptocurrencies\\\": [\\\"Solana\\\",\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nI want to find a flight from Wilmington to Baltimore for a price no higher than 400. Once I see options, pick the flight with the lowest `flight_id` and book it for David Thomas passenger(s) under the name David Thomas using my card ending in 9943. After booking, I will receive a reservation ID. Then I realize more people are joining, so I need to change the reservation, adding Thomas Law.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Wilmington", "arrival_city": "Baltimore", "price_max": 400}}, {"name": "book_flight", "parameters": {"user_id": "USR-BFEA9099", "flight_id": "FL856", "passenger_names": ["David Thomas"], "number_passengers": 1, "credit_card_last_four": "2281", "departure_city": "Wilmington", "arrival_city": "Baltimore", "departure_date": "2026-04-20", "ticket_class": "First"}}, {"name": "modify_flight_reservation", "parameters": {"user_id": "USR-BFEA9099", "reservation_id": "RES-FL856", "new_number_passengers": 2, "passenger_names": ["David Thomas", "Thomas Law"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "flight-18", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-D6D588C8\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white1727@outlook.com\",\n \"city\": \"South Fulton\",\n \"state\": \"GA\",\n \"neighborhood\": \"Fulton Industrial\",\n \"birthdate\": \"2007-01-07\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"3201\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"9125\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"8338\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"2423\\\"}],\\\"debit_cards\\\": [\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Visa Debit\\\",\\\"Maestro\\\"]}\"\n}\n\n## GOAL\nI want to find a flight from Atlanta to Orlando on a travel date 2026-07-11 and a budget not exceeding 415. After reviewing the options, I would like to book the chosen flight with the lowest `flight_id` for 1 passenger under the name Linda White. Once the reservation is confirmed (reservation ID), I realize more people are joining the trip, so I need to modify the reservation to 2 passengers, please add Rose White.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Atlanta", "arrival_city": "Orlando", "departure_date": "2026-07-11", "price_max": 415}}, {"name": "book_flight", "parameters": {"user_id": "USR-D6D588C8", "flight_id": "FL1383", "passenger_names": ["Linda White"], "number_passengers": 1, "credit_card_last_four": "3201", "departure_city": "Atlanta", "arrival_city": "Orlando", "departure_date": "2026-07-11", "ticket_class": "Economy"}}, {"name": "modify_flight_reservation", "parameters": {"user_id": "USR-D6D588C8", "reservation_id": "RES-FL1383", "new_number_passengers": 2, "passenger_names": ["Linda White", "Rose White"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "flight-19", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-0BB8AAE9\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Smith\",\n \"email\": \"margaret.smith5243@gmail.com\",\n \"city\": \"Salem\",\n \"state\": \"OR\",\n \"neighborhood\": \"East Lancaster\",\n \"birthdate\": \"1961-07-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"7798\\\"},{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"3653\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"9442\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"5664\\\"},{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"4774\\\"}],\\\"cryptocurrencies\\\": [\\\"Litecoin\\\",\\\"Ethereum\\\",\\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to find a flight from Sacramento to Savannah for the departure date on 27 April 2026. Once we have a suitable flight with the lowest `flight_id`, I’d like to book it for Margaret Smith passenger(s) under the name Margaret Smith. After the booking is confirmed, I’ll realize more people are joining the trip, so I need to modify the reservation to increase the passenger count to 3. Add Alexander Smith and Alyna Smith.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Sacramento", "arrival_city": "Savannah", "departure_date": "2026-04-27"}}, {"name": "book_flight", "parameters": {"user_id": "USR-0BB8AAE9", "flight_id": "FL1148", "passenger_names": ["Margaret Smith"], "number_passengers": 1, "credit_card_last_four": "7798", "departure_city": "Sacramento", "arrival_city": "Savannah", "departure_date": "2026-04-27", "ticket_class": "Economy"}}, {"name": "modify_flight_reservation", "parameters": {"user_id": "USR-0BB8AAE9", "reservation_id": "RES-FL1148", "new_number_passengers": 3, "passenger_names": ["Margaret Smith", "Alexander Smith", "Alyna Smith"]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "flight-20", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-5E8248C4\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"Lopez\",\n \"email\": \"lisa.lopez4078@gmail.com\",\n \"city\": \"Salem\",\n \"state\": \"OR\",\n \"neighborhood\": \"North Salem\",\n \"birthdate\": \"1991-04-22\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\",\\\"Interac\\\",\\\"Mastercard Debit\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"3653\\\"}]}\"\n}\n\n## GOAL\nI want to find a flight from Fort Myers to Charlotte, my preferred airline Heartland Air and the maximum price I am willing to pay 600 for travel date 2026-05-21. Once I pick a suitable flight with the lowest `flight_id`, I will book it for Lisa Lopez. After the booking is confirmed and I receive a reservation identifier, I will decide to cancel the reservation, giving the reason Found a better option.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Fort Myers", "arrival_city": "Charlotte", "price_max": 600, "airline": ["Heartland Air"]}}, {"name": "book_flight", "parameters": {"user_id": "USR-5E8248C4", "flight_id": "FL1389", "passenger_names": ["Lisa Lopez"], "number_passengers": 1, "credit_card_last_four": "3653", "departure_city": "Fort Myers", "arrival_city": "Charlotte", "departure_date": "2026-05-21", "ticket_class": "Economy"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-5E8248C4", "reservation_id": "RES-FL1389", "reason": "Found a better option"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "flight-21", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-881CC336\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Martinez\",\n \"email\": \"barbara.martinez4935@outlook.com\",\n \"city\": \"Coral Springs\",\n \"state\": \"FL\",\n \"neighborhood\": \"Ramblewood\",\n \"birthdate\": \"1980-10-07\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\",\\\"Mastercard Debit\\\",\\\"Visa Debit\\\",\\\"Interac\\\"],\\\"cryptocurrencies\\\": [\\\"USDC\\\",\\\"Bitcoin\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"3653\\\"}]}\"\n}\n\n## GOAL\nI want to search a flight from Houston to Cleveland on 2026-05-15 with SkyReach Airways. Once I see a suitable flight with the lowest `flight_id` book the flight for Barbara Martinez. After booking I will receive a reservation ID. Later I realize I cannot travel and will cancel the reservation, providing a reason \"Health issue\".", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Houston", "arrival_city": "Cleveland", "airline": ["SkyReach Airways"], "departure_date": "2026-05-15"}}, {"name": "book_flight", "parameters": {"user_id": "USR-881CC336", "flight_id": "FL1392", "passenger_names": ["Barbara Martinez"], "number_passengers": 1, "credit_card_last_four": "3653", "departure_city": "Houston", "arrival_city": "Cleveland", "departure_date": "2026-05-15", "ticket_class": "Economy"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-881CC336", "reservation_id": "RES-FL1392", "reason": "Health issue"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "flight-22", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-08450110\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Smith\",\n \"email\": \"thomas.smith2715@icloud.com\",\n \"city\": \"Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Downtown Charleston\",\n \"birthdate\": \"1960-01-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Discover\\\",\\\"credit_card_last_four\\\": \\\"3186\\\"},{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"5894\\\"}],\\\"debit_cards\\\": [\\\"Mastercard Debit\\\"],\\\"cryptocurrencies\\\": [\\\"Ethereum\\\",\\\"USDC\\\",\\\"Solana\\\"]}\"\n}\n\n## GOAL\nI want to travel from Orlando to Appleton, my preferred airline Nimbus Airlines and the travel date 2026-06-23. Once I see a suitable option with the lowest `flight_id`, I’d like to book the flight under the name Thomas Smith. After the booking is confirmed, I need to cancel the reservation with ID because Work conflict.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Orlando", "arrival_city": "Appleton", "departure_date": "2026-06-23", "airline": ["Nimbus Airlines"]}}, {"name": "book_flight", "parameters": {"user_id": "USR-08450110", "flight_id": "FL1395", "passenger_names": ["Thomas Smith"], "number_passengers": 1, "credit_card_last_four": "3186", "departure_city": "Orlando", "arrival_city": "Appleton", "departure_date": "2026-06-23", "ticket_class": "Business"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-08450110", "reservation_id": "RES-FL1395", "reason": "Work conflict"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "flight-23", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson5735@outlook.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [{\\\"name\\\": \\\"Diners Club\\\",\\\"credit_card_last_four\\\": \\\"3371\\\"},{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"4703\\\"},{\\\"name\\\": \\\"American Express\\\",\\\"credit_card_last_four\\\": \\\"2593\\\"},{\\\"name\\\": \\\"Mastercard\\\",\\\"credit_card_last_four\\\": \\\"9640\\\"},{\\\"name\\\": \\\"Visa\\\",\\\"credit_card_last_four\\\": \\\"7398\\\"}],\\\"cryptocurrencies\\\": [\\\"Litecoin\\\",\\\"Bitcoin\\\",\\\"Ethereum\\\",\\\"USDC\\\",\\\"Solana\\\"]}\"\n}\n\n## GOAL\nI would like to find a flight from Myrtle Beach to Cedar Rapids, my preferred travel date 2026-06-21 and my maximum budget 117. Once you present a suitable option with the lowest `flight_id`, I will provide my name Karen Thompson, and confirm the booking. After the booking is confirmed I will request to cancel the reservation using reservation ID for the reason Found a better option. My user identifier for the cancellation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Myrtle Beach", "arrival_city": "Cedar Rapids", "departure_date": "2026-06-21", "price_max": 117}}, {"name": "book_flight", "parameters": {"user_id": "USR-067C983B", "flight_id": "FL1398", "passenger_names": ["Karen Thompson"], "number_passengers": 1, "credit_card_last_four": "3371", "departure_city": "Myrtle Beach", "arrival_city": "Cedar Rapids", "departure_date": "2026-06-21", "ticket_class": "Economy"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-067C983B", "reservation_id": "RES-FL1398", "reason": "Found a better option"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "flight-24", "domain": "flight", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online flight booking service.\n\n## USER\n{\n \"user_id\": \"USR-3516FFA9\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"sarah.rodriguez4122@gmail.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"St. Elmo\",\n \"birthdate\": \"1970-11-12\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"],\\\"cryptocurrencies\\\": [\\\"Solana\\\",\\\"Bitcoin\\\",\\\"Litecoin\\\",\\\"Ethereum\\\"],\\\"credit_cards\\\": [{\\\"name\\\": \\\"JCB\\\",\\\"credit_card_last_four\\\": \\\"4703\\\"}]}\"\n}\n\n## GOAL\nI want to find a flight from Anchorage to Syracuse on 2026-05-02. Once I pick a flight with the lowest `flight_id`, I’ll book it for named Sarah Rodriguez. After the booking is confirmed, I realize I can’t make the trip, so I need to cancel the reservation and provide a reason: Change of plans.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Anchorage", "arrival_city": "Syracuse", "departure_date": "2026-05-02"}}, {"name": "book_flight", "parameters": {"user_id": "USR-3516FFA9", "flight_id": "FL1401", "passenger_names": ["Sarah Rodriguez"], "number_passengers": 1, "credit_card_last_four": "4703", "departure_city": "Anchorage", "arrival_city": "Syracuse", "departure_date": "2026-05-02", "ticket_class": "Economy"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-3516FFA9", "reservation_id": "RES-FL1401", "reason": "Change of plans"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/flight_hotel_attraction_rental.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
output_jsonl/flight_hotel_bar.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "flight_hotel_bar-0", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-4ED86ACA\",\n \"first_name\": \"Elizabeth\",\n \"last_name\": \"Jackson\",\n \"email\": \"elizabeth.jackson6311@outlook.com\",\n \"city\": \"Indianapolis\",\n \"state\": \"IN\",\n \"neighborhood\": \"Downtown Indianapolis\",\n \"birthdate\": \"1976-02-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"7618\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"7238\\\"}],\\\"debit_cards\\\":[\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"],\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Platinum\",\n \"hotel_reward_points_balance\": \"Nomad: 70176\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Indianapolis to Chicago with a maximum price of $350.\n2. After seeing the flight options, ask for hotels in Chicago that have pool.\n3. After seeing the hotel options, ask for bars in Chicago that have dance floor.\n4. After seeing the bar options, say you need to think about everything and end the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Indianapolis", "arrival_city": "Chicago", "price_max": 350}}, {"name": "search_hotel", "parameters": {"city": "Chicago", "has_pool": true}}, {"name": "search_bars", "parameters": {"city": "Chicago", "has_dance_floor": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "flight_hotel_bar-1", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-B19BFAA0\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Taylor\",\n \"email\": \"mark.taylor8579@icloud.com\",\n \"city\": \"McAllen\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown McAllen\",\n \"birthdate\": \"1986-08-10\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"USDC\\\",\\\"Litecoin\\\",\\\"Ethereum\\\",\\\"Solana\\\"],\\\"credit_cards\\\":[]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Gold\",\n \"hotel_reward_points_balance\": \"Apex: 36501\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from McAllen to St. Louis with a maximum price of $600.\n2. After seeing the flight options, ask for hotels in St. Louis that have gym. Also, ask for bars in St. Louis that have waterfront view.\n3. After seeing these options, say you need to think about everything and end the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "McAllen", "arrival_city": "St. Louis", "price_max": 600}}, {"name": "search_hotel", "parameters": {"city": "St. Louis", "has_gym": true}}, {"name": "search_bars", "parameters": {"city": "St. Louis", "has_waterfront_view": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "flight_hotel_bar-2", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-B19BFAA0\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Taylor\",\n \"email\": \"mark.taylor8579@icloud.com\",\n \"city\": \"Portland\",\n \"state\": \"OR\",\n \"neighborhood\": \"Pearl District\",\n \"birthdate\": \"1986-08-10\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"USDC\\\",\\\"Litecoin\\\",\\\"Ethereum\\\",\\\"Solana\\\"],\\\"credit_cards\\\":[]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Gold\",\n \"hotel_reward_points_balance\": \"Apex: 36501\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Portland to Los Angeles with a maximum price of $300.\n2. After seeing the flight options, ask for hotels in Los Angeles that have pool.\n3. After seeing the hotel options, ask for bars in Los Angeles that have happy hour.\n4. After seeing the bar options, say you need to think about everything and end the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Portland", "arrival_city": "Los Angeles", "price_max": 300}}, {"name": "search_hotel", "parameters": {"city": "Los Angeles", "has_pool": true}}, {"name": "search_bars", "parameters": {"city": "Los Angeles", "has_happy_hour": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "flight_hotel_bar-3", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-A6347365\",\n \"first_name\": \"William\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"william.rodriguez6327@outlook.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"El Cid\",\n \"birthdate\": \"2006-03-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"4278\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"3929\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"4772\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"5070\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"3183\\\"}],\\\"debit_cards\\\":[\\\"Interac\\\",\\\"Visa Debit\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Platinum\",\n \"hotel_reward_points_balance\": \"Nomad: 99280\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from West Palm Beach to Washington with a maximum price of $600.\n2. After seeing the flight options, ask for hotels in Washington that have shuttle service.\n3. After seeing the hotel options, ask for bars in Washington that have mocktails.\n4. After seeing the bar options, say you need to think about everything and end the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "West Palm Beach", "arrival_city": "Washington", "price_max": 600}}, {"name": "search_hotel", "parameters": {"city": "Washington", "has_shuttle_service": true}}, {"name": "search_bars", "parameters": {"city": "Washington", "has_mocktails": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "flight_hotel_bar-4", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-5EA284DE\",\n \"first_name\": \"John\",\n \"last_name\": \"Johnson\",\n \"email\": \"john.johnson7405@yahoo.com\",\n \"city\": \"Billings\",\n \"state\": \"MT\",\n \"neighborhood\": \"Lockwood\",\n \"birthdate\": \"1996-09-21\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"2418\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"5114\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"7276\\\"}],\\\"debit_cards\\\":[\\\"Interac\\\"],\\\"cryptocurrencies\\\":[\\\"Solana\\\",\\\"USDC\\\",\\\"Ethereum\\\",\\\"Bitcoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Gold\",\n \"hotel_reward_points_balance\": \"Nomad: 46650\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Billings to Denver with a maximum price of $500.\n2. After seeing the flight options, ask for hotels in Denver that have shuttle service.\n3. After seeing the hotel options, ask for bars in Denver that have sports games.\n4. After seeing the bar options, say you need to think about everything and end the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Billings", "arrival_city": "Denver", "price_max": 500}}, {"name": "search_hotel", "parameters": {"city": "Denver", "has_shuttle_service": true}}, {"name": "search_bars", "parameters": {"city": "Denver", "has_sports_games": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "flight_hotel_bar-5", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-2A125F77\",\n \"first_name\": \"Charles\",\n \"last_name\": \"Garcia\",\n \"email\": \"charles.garcia7202@outlook.com\",\n \"city\": \"Lexington\",\n \"state\": \"KY\",\n \"neighborhood\": \"Downtown Lexington\",\n \"birthdate\": \"1979-05-02\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"7618\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"9696\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Silver\",\n \"hotel_reward_points_balance\": \"Apex: 41266\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Lexington to San Antonio departing on 2026-05-20 with a maximum price of $350.\n2. After seeing the results, book flight FL389 for 2 passenger(s) under the names Charles Garcia and James Carter, paying with credit card ending in 7618.\n3. Once the flight is booked, ask for hotels in San Antonio that have pool.\n4. After seeing the hotel options, narrow them down to hotels that also have digital key.\n5. After seeing the filtered hotels, search for bars in San Antonio that have sports games within a budget of $50 per person.\n6. Say you need to think about which hotel and bar to pick and end the conversation without booking either.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Lexington", "arrival_city": "San Antonio", "departure_date": "2026-05-20", "price_max": 350}}, {"name": "book_flight", "parameters": {"user_id": "USR-2A125F77", "flight_id": "FL389", "passenger_names": ["Charles Garcia", "James Carter"], "number_passengers": 2, "credit_card_last_four": "7618", "departure_city": "Lexington", "arrival_city": "San Antonio", "departure_date": "2026-05-20", "ticket_class": "First"}}, {"name": "search_hotel", "parameters": {"city": "San Antonio", "has_pool": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_digital_key": true}}, {"name": "search_bars", "parameters": {"city": "San Antonio", "has_sports_games": true, "budget": 50}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "flight_hotel_bar-6", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-458407D2\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Lewis\",\n \"email\": \"matthew.lewis143@icloud.com\",\n \"city\": \"Asheville\",\n \"state\": \"NC\",\n \"neighborhood\": \"Downtown Asheville\",\n \"birthdate\": \"1959-07-08\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"7238\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"9824\\\"}],\\\"debit_cards\\\":[\\\"Interac\\\",\\\"Mastercard Debit\\\",\\\"Maestro\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Diamond\",\n \"hotel_reward_points_balance\": \"Apex: 95380\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Asheville to Sacramento departing on 2026-04-08 with a maximum price of $450.\n2. After seeing the results, book flight FL682 for 2 passenger(s) under the names Matthew Lewis and James Carter, paying with credit card ending in 7238.\n3. Once the flight is booked, ask for hotels in Sacramento that have gym.\n4. After seeing the hotel options, narrow them down to hotels that also have EV charging.\n5. After seeing the filtered hotels, search for bars in Sacramento that have live music within a budget of $50 per person.\n6. Say you need to think about which hotel and bar to pick and end the conversation without booking either.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Asheville", "arrival_city": "Sacramento", "departure_date": "2026-04-08", "price_max": 450}}, {"name": "book_flight", "parameters": {"user_id": "USR-458407D2", "flight_id": "FL682", "passenger_names": ["Matthew Lewis", "James Carter"], "number_passengers": 2, "credit_card_last_four": "7238", "departure_city": "Asheville", "arrival_city": "Sacramento", "departure_date": "2026-04-08", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Sacramento", "has_gym": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_electric_vehicle_charging": true}}, {"name": "search_bars", "parameters": {"city": "Sacramento", "has_live_music": true, "budget": 50}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "flight_hotel_bar-7", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-46160FBD\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"linda.gonzalez5360@gmail.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"Cherokee Street\",\n \"birthdate\": \"1950-12-23\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"Solana\\\",\\\"Litecoin\\\"],\\\"credit_cards\\\":[{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"4278\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Platinum\",\n \"hotel_reward_points_balance\": \"Aura: 66520\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from St. Louis to Chicago departing on 2026-07-03 with a maximum price of $350.\n2. After seeing the results, book flight FL1154 for 3 passenger(s) under the names Linda Gonzalez, Emily Thompson, and Michael Brown, paying with credit card ending in 4278.\n3. Once the flight is booked, ask for hotels in Chicago that have pet friendly.\n4. After seeing the hotel options, narrow them down to hotels that also have gym.\n5. After seeing the filtered hotels, search for bars in Chicago that have signature mixology within a budget of $50 per person.\n6. Say you need to think about which hotel and bar to pick and end the conversation without booking either.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "St. Louis", "arrival_city": "Chicago", "departure_date": "2026-07-03", "price_max": 350}}, {"name": "book_flight", "parameters": {"user_id": "USR-46160FBD", "flight_id": "FL1154", "passenger_names": ["Linda Gonzalez", "Emily Thompson", "Michael Brown"], "number_passengers": 3, "credit_card_last_four": "4278", "departure_city": "St. Louis", "arrival_city": "Chicago", "departure_date": "2026-07-03", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Chicago", "is_pet_friendly": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "search_bars", "parameters": {"city": "Chicago", "has_signature_mixology": true, "budget": 50}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "flight_hotel_bar-8", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-3886AB36\",\n \"first_name\": \"John\",\n \"last_name\": \"Robinson\",\n \"email\": \"john.robinson6027@icloud.com\",\n \"city\": \"Fayetteville\",\n \"state\": \"AR\",\n \"neighborhood\": \"Fayette Junction\",\n \"birthdate\": \"1987-11-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"UnionPay\\\",\\\"credit_card_last_four\\\":\\\"3929\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"9016\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"4268\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"7908\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"4550\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"7127\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"7358\\\"}],\\\"debit_cards\\\":[\\\"Maestro\\\",\\\"Mastercard Debit\\\",\\\"Interac\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Member\",\n \"hotel_reward_points_balance\": \"Nomad: 18459\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Fayetteville to Phoenix departing on 2026-05-17 with a maximum price of $450.\n2. After seeing the results, book flight FL278 for 2 passenger(s) under the names John Robinson and Sarah Johnson, paying with credit card ending in 3929.\n3. Once the flight is booked, ask for hotels in Phoenix that have valet parking.\n4. After seeing the hotel options, narrow them down to hotels that also have gym.\n5. After seeing the filtered hotels, search for bars in Phoenix that have pool tables within a budget of $30 per person.\n6. Say you need to think about which hotel and bar to pick and end the conversation without booking either.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Fayetteville", "arrival_city": "Phoenix", "departure_date": "2026-05-17", "price_max": 450}}, {"name": "book_flight", "parameters": {"user_id": "USR-3886AB36", "flight_id": "FL278", "passenger_names": ["John Robinson", "Sarah Johnson"], "number_passengers": 2, "credit_card_last_four": "3929", "departure_city": "Fayetteville", "arrival_city": "Phoenix", "departure_date": "2026-05-17", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Phoenix", "has_valet_parking": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "search_bars", "parameters": {"city": "Phoenix", "has_pool_tables": true, "budget": 30}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "flight_hotel_bar-9", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-441FF613\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Davis\",\n \"email\": \"jessica.davis7223@yahoo.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"Flamingo Park\",\n \"birthdate\": \"1956-09-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"4772\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"4483\\\"}],\\\"debit_cards\\\":[\\\"Maestro\\\",\\\"Mastercard Debit\\\",\\\"Visa Debit\\\",\\\"Interac\\\"],\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"USDC\\\",\\\"Ethereum\\\",\\\"Solana\\\",\\\"Litecoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Diamond\",\n \"hotel_reward_points_balance\": \"Verve: 104755\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from West Palm Beach to Orlando departing on 2026-05-25 with a maximum price of $350.\n2. After seeing the results, book flight FL219 for 1 passenger(s) under the name Jessica Davis, paying with credit card ending in 4772.\n3. Once the flight is booked, ask for hotels in Orlando that have business center.\n4. After seeing the hotel options, narrow them down to hotels that also have pet friendly.\n5. After seeing the filtered hotels, search for bars in Orlando that have pool tables within a budget of $50 per person.\n6. Say you need to think about which hotel and bar to pick and end the conversation without booking either.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "West Palm Beach", "arrival_city": "Orlando", "departure_date": "2026-05-25", "price_max": 350}}, {"name": "book_flight", "parameters": {"user_id": "USR-441FF613", "flight_id": "FL219", "passenger_names": ["Jessica Davis"], "number_passengers": 1, "credit_card_last_four": "4772", "departure_city": "West Palm Beach", "arrival_city": "Orlando", "departure_date": "2026-05-25", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Orlando", "has_business_center": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}, {"name": "search_bars", "parameters": {"city": "Orlando", "has_pool_tables": true, "budget": 50}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "flight_hotel_bar-10", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-5EA284DE\",\n \"first_name\": \"John\",\n \"last_name\": \"Johnson\",\n \"email\": \"john.johnson7405@yahoo.com\",\n \"city\": \"Billings\",\n \"state\": \"MT\",\n \"neighborhood\": \"Lockwood\",\n \"birthdate\": \"1996-09-21\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"5070\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"8560\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"3932\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"6551\\\"}],\\\"debit_cards\\\":[\\\"Interac\\\"],\\\"cryptocurrencies\\\":[\\\"Solana\\\",\\\"USDC\\\",\\\"Ethereum\\\",\\\"Bitcoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Gold\",\n \"hotel_reward_points_balance\": \"Nomad: 46650\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Billings to Tampa departing on 2026-07-03 with a maximum price of $500.\n2. After seeing the options, book flight FL697 for 1 passenger(s) under the name John Johnson, paying with credit card ending in 5070.\n3. Once the flight is confirmed, search for hotels in Tampa that have EV charging.\n4. Check room availability at hotel H267 for 1 guest(s) from 2026-07-21 to 2026-07-24.\n5. Book room HR22196, paying with credit_card.\n6. Once the hotel is confirmed, search for bars in Tampa that have dance floor.\n7. Choose the bar with the alphabetically lowest name and book a reservation for 2 guests under the name John Johnson for 2026-07-18 21:00, paying with credit card ending in 5070.\n8. After the bar is booked, cancel the bar reservation, giving the reason: Group decided to stay in.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Billings", "arrival_city": "Tampa", "departure_date": "2026-07-03", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-5EA284DE", "flight_id": "FL697", "passenger_names": ["John Johnson"], "number_passengers": 1, "credit_card_last_four": "5070", "departure_city": "Billings", "arrival_city": "Tampa", "departure_date": "2026-07-03", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Tampa", "has_electric_vehicle_charging": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H267", "check_in_date": "2026-07-21", "check_out_date": "2026-07-24", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-5EA284DE", "hotel_id": "H267", "room_id": "HR22196", "check_in_date": "2026-07-21", "check_out_date": "2026-07-24", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Tampa", "has_dance_floor": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR1409", "primary_guest_name": "John Johnson", "number_guests": 2, "event_datetime": "2026-07-18 21:00", "credit_card_last_four": "5070", "has_drivers_license": true, "user_id": "USR-5EA284DE"}}, {"name": "cancel_bar_reservation", "parameters": {"user_id": "USR-5EA284DE", "reservation_id": "RES-F9B28BB1", "reason": "Group decided to stay in"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "flight_hotel_bar-11", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-CA392043\",\n \"first_name\": \"Charles\",\n \"last_name\": \"Robinson\",\n \"email\": \"charles.robinson9117@outlook.com\",\n \"city\": \"Louisville\",\n \"state\": \"KY\",\n \"neighborhood\": \"NuLu\",\n \"birthdate\": \"2004-03-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"3183\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"9662\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"2438\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"8684\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"6183\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"7596\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"1698\\\"}],\\\"debit_cards\\\":[\\\"Mastercard Debit\\\",\\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Gold\",\n \"hotel_reward_points_balance\": \"Aura: 50775\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Louisville to Springfield departing on 2026-06-30 with a maximum price of $500.\n2. After seeing the options, book flight FL377 for 2 passenger(s) under the names Charles Robinson and Robert Davis, paying with credit card ending in 3183.\n3. Once the flight is confirmed, search for hotels in Springfield that have gym.\n4. Check room availability at hotel H1539 for 2 guest(s) from 2026-12-30 to 2027-01-03.\n5. Book room HR126438, paying with credit_card.\n6. Once the hotel is confirmed, search for bars in Springfield that have mocktails.\n7. Choose the bar with the alphabetically lowest name and book a reservation for 3 guests under the name Charles Robinson for 2026-08-08 20:00, paying with credit card ending in 3183.\n8. After the bar is booked, cancel the bar reservation, giving the reason: Feeling under the weather.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Louisville", "arrival_city": "Springfield", "departure_date": "2026-06-30", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-CA392043", "flight_id": "FL377", "passenger_names": ["Charles Robinson", "Robert Davis"], "number_passengers": 2, "credit_card_last_four": "3183", "departure_city": "Louisville", "arrival_city": "Springfield", "departure_date": "2026-06-30", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Springfield", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H1539", "check_in_date": "2026-12-30", "check_out_date": "2027-01-03", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CA392043", "hotel_id": "H1539", "room_id": "HR126438", "check_in_date": "2026-12-30", "check_out_date": "2027-01-03", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Springfield", "has_mocktails": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR4794", "primary_guest_name": "Charles Robinson", "number_guests": 3, "event_datetime": "2026-08-08 20:00", "credit_card_last_four": "3183", "has_drivers_license": true, "user_id": "USR-CA392043"}}, {"name": "cancel_bar_reservation", "parameters": {"user_id": "USR-CA392043", "reservation_id": "RES-B6981F40", "reason": "Feeling under the weather"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "flight_hotel_bar-12", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-E93292DF\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Robinson\",\n \"email\": \"thomas.robinson8842@icloud.com\",\n \"city\": \"McAllen\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown McAllen\",\n \"birthdate\": \"1968-07-28\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"Solana\\\",\\\"USDC\\\"],\\\"credit_cards\\\":[{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"2418\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Silver\",\n \"hotel_reward_points_balance\": \"Aura: 17806\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from McAllen to St. Louis departing on 2026-07-05 with a maximum price of $500.\n2. After seeing the options, book flight FL204 for 2 passenger(s) under the names Thomas Robinson and Jennifer Wilson, paying with credit card ending in 2418.\n3. Once the flight is confirmed, search for hotels in St. Louis that have digital key.\n4. Check room availability at hotel H403 for 2 guest(s) from 2027-01-13 to 2027-01-17.\n5. Book room HR33538, paying with credit_card.\n6. Once the hotel is confirmed, search for bars in St. Louis that have mocktails.\n7. Choose the bar with the alphabetically lowest name and book a reservation for 2 guests under the name Thomas Robinson for 2026-07-25 22:00, paying with credit card ending in 2418.\n8. After the bar is booked, cancel the bar reservation, giving the reason: Plans changed.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "McAllen", "arrival_city": "St. Louis", "departure_date": "2026-07-05", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-E93292DF", "flight_id": "FL204", "passenger_names": ["Thomas Robinson", "Jennifer Wilson"], "number_passengers": 2, "credit_card_last_four": "2418", "departure_city": "McAllen", "arrival_city": "St. Louis", "departure_date": "2026-07-05", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "St. Louis", "has_digital_key": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H403", "check_in_date": "2027-01-13", "check_out_date": "2027-01-17", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-E93292DF", "hotel_id": "H403", "room_id": "HR33538", "check_in_date": "2027-01-13", "check_out_date": "2027-01-17", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "St. Louis", "has_mocktails": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR2127", "primary_guest_name": "Thomas Robinson", "number_guests": 2, "event_datetime": "2026-07-25 22:00", "credit_card_last_four": "2418", "has_drivers_license": true, "user_id": "USR-E93292DF"}}, {"name": "cancel_bar_reservation", "parameters": {"user_id": "USR-E93292DF", "reservation_id": "RES-C460817E", "reason": "Plans changed"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "flight_hotel_bar-13", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-AD927DE1\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Garcia\",\n \"email\": \"richard.garcia2243@outlook.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"The Hill\",\n \"birthdate\": \"1962-10-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"5114\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"1124\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"7966\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"4338\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"6939\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"9754\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"2324\\\"}],\\\"cryptocurrencies\\\":[\\\"Litecoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Gold\",\n \"hotel_reward_points_balance\": \"Verve: 53433\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from St. Louis to Santa Ana departing on 2026-07-09 with a maximum price of $500.\n2. After seeing the options, book flight FL1155 for 3 passenger(s) under the names Richard Garcia, William Martinez, and Ashley Anderson, paying with credit card ending in 5114.\n3. Once the flight is confirmed, search for hotels in Santa Ana that have gym.\n4. Check room availability at hotel H340 for 3 guest(s) from 2026-10-16 to 2026-10-19.\n5. Book room HR28275, paying with credit_card.\n6. Once the hotel is confirmed, search for bars in Santa Ana that have waterfront view.\n7. Choose the bar with the alphabetically lowest name and book a reservation for 2 guests under the name Richard Garcia for 2026-08-08 22:00, paying with credit card ending in 5114.\n8. After the bar is booked, cancel the bar reservation, giving the reason: Group decided to stay in.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "St. Louis", "arrival_city": "Santa Ana", "departure_date": "2026-07-09", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-AD927DE1", "flight_id": "FL1155", "passenger_names": ["Richard Garcia", "William Martinez", "Ashley Anderson"], "number_passengers": 3, "credit_card_last_four": "5114", "departure_city": "St. Louis", "arrival_city": "Santa Ana", "departure_date": "2026-07-09", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Santa Ana", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H340", "check_in_date": "2026-10-16", "check_out_date": "2026-10-19", "occupancy": 3}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-AD927DE1", "hotel_id": "H340", "room_id": "HR28275", "check_in_date": "2026-10-16", "check_out_date": "2026-10-19", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Santa Ana", "has_waterfront_view": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR1831", "primary_guest_name": "Richard Garcia", "number_guests": 2, "event_datetime": "2026-08-08 22:00", "credit_card_last_four": "5114", "has_drivers_license": true, "user_id": "USR-AD927DE1"}}, {"name": "cancel_bar_reservation", "parameters": {"user_id": "USR-AD927DE1", "reservation_id": "RES-78A2C298", "reason": "Group decided to stay in"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "flight_hotel_bar-14", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-1CB6260F\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Jackson\",\n \"email\": \"sandra.jackson3708@gmail.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"birthdate\": \"1958-11-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"7276\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"9497\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"4245\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"8580\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"1840\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"6857\\\"}],\\\"cryptocurrencies\\\":[\\\"Litecoin\\\",\\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Silver\",\n \"hotel_reward_points_balance\": \"Aura: 27772\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Fresno to San Francisco departing on 2026-05-19 with a maximum price of $500.\n2. After seeing the options, book flight FL1256 for 3 passenger(s) under the names Sandra Jackson, Daniel Taylor, and Amanda Moore, paying with credit card ending in 7276.\n3. Once the flight is confirmed, search for hotels in San Francisco that have shuttle service.\n4. Check room availability at hotel H069 for 3 guest(s) from 2026-11-16 to 2026-11-18.\n5. Book room HR5495, paying with credit_card.\n6. Once the hotel is confirmed, search for bars in San Francisco that have waterfront view.\n7. Choose the bar with the alphabetically lowest name and book a reservation for 4 guests under the name Sandra Jackson for 2026-08-01 19:00, paying with credit card ending in 7276.\n8. After the bar is booked, cancel the bar reservation, giving the reason: Feeling under the weather.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Fresno", "arrival_city": "San Francisco", "departure_date": "2026-05-19", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-1CB6260F", "flight_id": "FL1256", "passenger_names": ["Sandra Jackson", "Daniel Taylor", "Amanda Moore"], "number_passengers": 3, "credit_card_last_four": "7276", "departure_city": "Fresno", "arrival_city": "San Francisco", "departure_date": "2026-05-19", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "San Francisco", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H069", "check_in_date": "2026-11-16", "check_out_date": "2026-11-18", "occupancy": 3}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-1CB6260F", "hotel_id": "H069", "room_id": "HR5495", "check_in_date": "2026-11-16", "check_out_date": "2026-11-18", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "San Francisco", "has_waterfront_view": true}}, {"name": "book_bar_reservation", "parameters": {"venue_id": "BAR0495", "primary_guest_name": "Sandra Jackson", "number_guests": 4, "event_datetime": "2026-08-01 19:00", "credit_card_last_four": "7276", "has_drivers_license": true, "user_id": "USR-1CB6260F"}}, {"name": "cancel_bar_reservation", "parameters": {"user_id": "USR-1CB6260F", "reservation_id": "RES-8302D78E", "reason": "Feeling under the weather"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "flight_hotel_bar-15", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-0350B121\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Miller\",\n \"email\": \"sarah.miller772@outlook.com\",\n \"city\": \"Asheville\",\n \"state\": \"NC\",\n \"neighborhood\": \"Downtown Asheville\",\n \"birthdate\": \"1996-09-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"9696\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"4536\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"3634\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"8237\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"3910\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"9244\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"3883\\\"}],\\\"debit_cards\\\":[\\\"Mastercard Debit\\\",\\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Silver\",\n \"hotel_reward_points_balance\": \"Apex: 23054\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Asheville to Syracuse departing on 2026-07-29 with a maximum price of $500.\n2. After seeing the options, book flight FL683 for 1 passenger(s) under the name Sarah Miller, paying with credit card ending in 9696.\n3. Once the flight is confirmed, search for hotels in Syracuse that have spa.\n4. Check room availability at hotel H1054 for 1 guest(s) from 2026-08-20 to 2026-08-23.\n5. Book room HR86469, paying with credit_card.\n6. Once the hotel is confirmed, also search for bars in Syracuse that have happy hour (just for fun, no booking needed).\n7. After seeing the bar results, ask to extend the hotel stay by one night -- change the check-out date to 2026-08-24.\n8. Once the hotel is modified, cancel the flight reservation, giving the reason: Decided to drive back instead.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Asheville", "arrival_city": "Syracuse", "departure_date": "2026-07-29", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-0350B121", "flight_id": "FL683", "passenger_names": ["Sarah Miller"], "number_passengers": 1, "credit_card_last_four": "9696", "departure_city": "Asheville", "arrival_city": "Syracuse", "departure_date": "2026-07-29", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Syracuse", "has_spa": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H1054", "check_in_date": "2026-08-20", "check_out_date": "2026-08-23", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-0350B121", "hotel_id": "H1054", "room_id": "HR86469", "check_in_date": "2026-08-20", "check_out_date": "2026-08-23", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Syracuse", "has_happy_hour": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-0350B121", "reservation_id": "RES-BA89A0EB", "new_check_out_date": "2026-08-24"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-0350B121", "reservation_id": "RES-FL683", "reason": "Decided to drive back instead"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "flight_hotel_bar-16", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-25881641\",\n \"first_name\": \"Mary\",\n \"last_name\": \"White\",\n \"email\": \"mary.white4822@icloud.com\",\n \"city\": \"Hartford\",\n \"state\": \"CT\",\n \"neighborhood\": \"Downtown Hartford\",\n \"birthdate\": \"1999-06-17\",\n \"payment_wallet\": \"{\\\"debit_cards\\\":[\\\"Interac\\\",\\\"Visa Debit\\\",\\\"Maestro\\\",\\\"Mastercard Debit\\\"],\\\"credit_cards\\\":[{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"9824\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Gold\",\n \"hotel_reward_points_balance\": \"Verve: 70917\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Hartford to St. Louis departing on 2026-05-21 with a maximum price of $400.\n2. After seeing the options, book flight FL424 for 3 passenger(s) under the names Mary White, Christopher Lee, and Stephanie Harris, paying with credit card ending in 9824.\n3. Once the flight is confirmed, search for hotels in St. Louis that have shuttle service.\n4. Check room availability at hotel H405 for 3 guest(s) from 2026-09-23 to 2026-09-25.\n5. Book room HR33690, paying with credit_card.\n6. Once the hotel is confirmed, also search for bars in St. Louis that have DJ (just for fun, no booking needed).\n7. After seeing the bar results, ask to extend the hotel stay by one night -- change the check-out date to 2026-09-26.\n8. Once the hotel is modified, cancel the flight reservation, giving the reason: Decided to drive back instead.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Hartford", "arrival_city": "St. Louis", "departure_date": "2026-05-21", "price_max": 400}}, {"name": "book_flight", "parameters": {"user_id": "USR-25881641", "flight_id": "FL424", "passenger_names": ["Mary White", "Christopher Lee", "Stephanie Harris"], "number_passengers": 3, "credit_card_last_four": "9824", "departure_city": "Hartford", "arrival_city": "St. Louis", "departure_date": "2026-05-21", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "St. Louis", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H405", "check_in_date": "2026-09-23", "check_out_date": "2026-09-25", "occupancy": 3}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-25881641", "hotel_id": "H405", "room_id": "HR33690", "check_in_date": "2026-09-23", "check_out_date": "2026-09-25", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "St. Louis", "has_dj": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-25881641", "reservation_id": "RES-439CE619", "new_check_out_date": "2026-09-26"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-25881641", "reservation_id": "RES-FL424", "reason": "Decided to drive back instead"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "flight_hotel_bar-17", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-46160FBD\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"linda.gonzalez5360@gmail.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"Cherokee Street\",\n \"birthdate\": \"1950-12-23\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\":[\\\"Bitcoin\\\",\\\"Solana\\\",\\\"Litecoin\\\"],\\\"credit_cards\\\":[{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"2471\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Platinum\",\n \"hotel_reward_points_balance\": \"Aura: 66520\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from St. Louis to Boston departing on 2026-06-22 with a maximum price of $400.\n2. After seeing the options, book flight FL1586 for 1 passenger(s) under the name Linda Gonzalez, paying with credit card ending in 2471.\n3. Once the flight is confirmed, search for hotels in Boston that have EV charging.\n4. Check room availability at hotel H128 for 1 guest(s) from 2027-02-22 to 2027-02-25.\n5. Book room HR10601, paying with credit_card.\n6. Once the hotel is confirmed, also search for bars in Boston that have live music (just for fun, no booking needed).\n7. After seeing the bar results, ask to extend the hotel stay by one night -- change the check-out date to 2027-02-26.\n8. Once the hotel is modified, cancel the flight reservation, giving the reason: Change of plans.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "St. Louis", "arrival_city": "Boston", "departure_date": "2026-06-22", "price_max": 400}}, {"name": "book_flight", "parameters": {"user_id": "USR-46160FBD", "flight_id": "FL1586", "passenger_names": ["Linda Gonzalez"], "number_passengers": 1, "credit_card_last_four": "2471", "departure_city": "St. Louis", "arrival_city": "Boston", "departure_date": "2026-06-22", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Boston", "has_electric_vehicle_charging": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H128", "check_in_date": "2027-02-22", "check_out_date": "2027-02-25", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-46160FBD", "hotel_id": "H128", "room_id": "HR10601", "check_in_date": "2027-02-22", "check_out_date": "2027-02-25", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Boston", "has_live_music": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-46160FBD", "reservation_id": "RES-CBD1618A", "new_check_out_date": "2027-02-26"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-46160FBD", "reservation_id": "RES-FL1586", "reason": "Change of plans"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "flight_hotel_bar-18", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-CD9DE964\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"White\",\n \"email\": \"lisa.white7030@icloud.com\",\n \"city\": \"Dallas\",\n \"state\": \"TX\",\n \"neighborhood\": \"Uptown Dallas\",\n \"birthdate\": \"1972-07-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"9016\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"3804\\\"},{\\\"name\\\":\\\"Mastercard\\\",\\\"credit_card_last_four\\\":\\\"8761\\\"},{\\\"name\\\":\\\"Diners Club\\\",\\\"credit_card_last_four\\\":\\\"7865\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"2329\\\"},{\\\"name\\\":\\\"JCB\\\",\\\"credit_card_last_four\\\":\\\"7970\\\"},{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"2409\\\"}]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Platinum\",\n \"hotel_reward_points_balance\": \"Apex: 87648\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Dallas to Atlanta departing on 2026-06-09 with a maximum price of $300.\n2. After seeing the options, book flight FL769 for 2 passenger(s) under the names Lisa White and Kevin Clark, paying with credit card ending in 9016.\n3. Once the flight is confirmed, search for hotels in Atlanta that have gym.\n4. Check room availability at hotel H195 for 2 guest(s) from 2026-12-20 to 2026-12-25.\n5. Book room HR16070, paying with credit_card.\n6. Once the hotel is confirmed, also search for bars in Atlanta that have live music (just for fun, no booking needed).\n7. After seeing the bar results, ask to extend the hotel stay by one night -- change the check-out date to 2026-12-26.\n8. Once the hotel is modified, cancel the flight reservation, giving the reason: Change of plans.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Dallas", "arrival_city": "Atlanta", "departure_date": "2026-06-09", "price_max": 300}}, {"name": "book_flight", "parameters": {"user_id": "USR-CD9DE964", "flight_id": "FL769", "passenger_names": ["Lisa White", "Kevin Clark"], "number_passengers": 2, "credit_card_last_four": "9016", "departure_city": "Dallas", "arrival_city": "Atlanta", "departure_date": "2026-06-09", "ticket_class": "Economy"}}, {"name": "search_hotel", "parameters": {"city": "Atlanta", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H195", "check_in_date": "2026-12-20", "check_out_date": "2026-12-25", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CD9DE964", "hotel_id": "H195", "room_id": "HR16070", "check_in_date": "2026-12-20", "check_out_date": "2026-12-25", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Atlanta", "has_live_music": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-CD9DE964", "reservation_id": "RES-779A34A3", "new_check_out_date": "2026-12-26"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-CD9DE964", "reservation_id": "RES-FL769", "reason": "Change of plans"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "flight_hotel_bar-19", "domain": "flight_hotel_bar", "user_template": "## PERSONA\nYou are a customer planning a trip to a new city. You want to book flights and a hotel, then find a bar to enjoy once you arrive.\n\n## USER\n{\n \"user_id\": \"USR-088F7CA3\",\n \"first_name\": \"Linda\",\n \"last_name\": \"White\",\n \"email\": \"linda.white8618@yahoo.com\",\n \"city\": \"Wilmington\",\n \"state\": \"DE\",\n \"neighborhood\": \"Downtown Wilmington\",\n \"birthdate\": \"1978-02-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\":[{\\\"name\\\":\\\"Discover\\\",\\\"credit_card_last_four\\\":\\\"4268\\\"},{\\\"name\\\":\\\"Visa\\\",\\\"credit_card_last_four\\\":\\\"6075\\\"},{\\\"name\\\":\\\"American Express\\\",\\\"credit_card_last_four\\\":\\\"1092\\\"}],\\\"debit_cards\\\":[\\\"Visa Debit\\\"],\\\"cryptocurrencies\\\":[\\\"Solana\\\",\\\"Ethereum\\\",\\\"USDC\\\",\\\"Bitcoin\\\",\\\"Litecoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 11938\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for flights from Wilmington to Denver departing on 2026-06-06 with a maximum price of $500.\n2. After seeing the options, book flight FL373 for 2 passenger(s) under the names Linda White and Rachel Walker, paying with credit card ending in 4268.\n3. Once the flight is confirmed, search for hotels in Denver that have shuttle service.\n4. Check room availability at hotel H081 for 2 guest(s) from 2026-05-10 to 2026-05-14.\n5. Book room HR6417, paying with credit_card.\n6. Once the hotel is confirmed, also search for bars in Denver that have pool tables (just for fun, no booking needed).\n7. After seeing the bar results, ask to extend the hotel stay by one night -- change the check-out date to 2026-05-15.\n8. Once the hotel is modified, cancel the flight reservation, giving the reason: Found a better deal.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_flight", "parameters": {"departure_city": "Wilmington", "arrival_city": "Denver", "departure_date": "2026-06-06", "price_max": 500}}, {"name": "book_flight", "parameters": {"user_id": "USR-088F7CA3", "flight_id": "FL373", "passenger_names": ["Linda White", "Rachel Walker"], "number_passengers": 2, "credit_card_last_four": "4268", "departure_city": "Wilmington", "arrival_city": "Denver", "departure_date": "2026-06-06", "ticket_class": "Business"}}, {"name": "search_hotel", "parameters": {"city": "Denver", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H081", "check_in_date": "2026-05-10", "check_out_date": "2026-05-14", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-088F7CA3", "hotel_id": "H081", "room_id": "HR6417", "check_in_date": "2026-05-10", "check_out_date": "2026-05-14", "payment_method": "credit_card"}}, {"name": "search_bars", "parameters": {"city": "Denver", "has_pool_tables": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-088F7CA3", "reservation_id": "RES-D34C77AB", "new_check_out_date": "2026-05-15"}}, {"name": "cancel_flight", "parameters": {"user_id": "USR-088F7CA3", "reservation_id": "RES-FL373", "reason": "Found a better deal"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/food_and_dining.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "food_and_dining-0", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who always looks up a specific restaurant, checks the menu, and applies a promo on pickup.\n\n## USER\n{\n \"user_id\": \"USR-8946B3D2\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Davis\",\n \"email\": \"mary.davis6670@gmail.com\",\n \"city\": \"Chandler\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Ocotillo\",\n \"address\": \"3972 Elm St, Chandler, AZ 85765\",\n \"birthdate\": \"1972-08-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"JCB\\\"]}\"\n}\n\n## GOAL\nHead to Bistro 101 in your city and place a pickup order for 1 of each item paying with Visa. Once confirmed, bump everything to 2 of each and switch to American Express, then scale back to 1 of each item, then change the payment to JCB - and finally cancel.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Chandler", "restaurant_name": ["Bistro 101"], "state": "AZ", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-235586"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "restaurant_id": "FAD-235586", "items": [{"item_id": "ITEM-33466", "quantity": 1}, {"item_id": "ITEM-33467", "quantity": 1}, {"item_id": "ITEM-33468", "quantity": 1}, {"item_id": "ITEM-33469", "quantity": 1}, {"item_id": "ITEM-33470", "quantity": 1}], "payment_methods": ["Visa"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-95B6F5A3", "items": [{"item_id": "ITEM-33466", "quantity": 2}, {"item_id": "ITEM-33467", "quantity": 2}, {"item_id": "ITEM-33468", "quantity": 2}, {"item_id": "ITEM-33469", "quantity": 2}, {"item_id": "ITEM-33470", "quantity": 2}], "payment_methods": ["American Express"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-95B6F5A3", "items": [{"item_id": "ITEM-33466", "quantity": 1}, {"item_id": "ITEM-33467", "quantity": 1}, {"item_id": "ITEM-33468", "quantity": 1}, {"item_id": "ITEM-33469", "quantity": 1}, {"item_id": "ITEM-33470", "quantity": 1}]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-95B6F5A3", "payment_methods": ["JCB"]}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-95B6F5A3"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "food_and_dining-1", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who picks their go-to spot, browses the menu, and uses a promo on every pickup order.\n\n## USER\n{\n \"user_id\": \"USR-8946B3D2\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Davis\",\n \"email\": \"mary.davis6670@gmail.com\",\n \"city\": \"Chandler\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Ocotillo\",\n \"address\": \"3972 Elm St, Chandler, AZ 85765\",\n \"birthdate\": \"1972-08-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"JCB\\\"]}\"\n}\n\n## GOAL\nBrowse Plated Perfection in your town and place a pickup order for 1 of each item with American Express. After it's in, double the quantities and switch to Visa, then cut back to 1 of each, then change the payment to JCB - then cancel.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Chandler", "restaurant_name": ["Plated Perfection"], "state": "AZ", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-252896"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "restaurant_id": "FAD-252896", "items": [{"item_id": "ITEM-33371", "quantity": 1}, {"item_id": "ITEM-33372", "quantity": 1}, {"item_id": "ITEM-33373", "quantity": 1}, {"item_id": "ITEM-33374", "quantity": 1}, {"item_id": "ITEM-33375", "quantity": 1}], "payment_methods": ["American Express"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-3A29A7BF", "items": [{"item_id": "ITEM-33371", "quantity": 2}, {"item_id": "ITEM-33372", "quantity": 2}, {"item_id": "ITEM-33373", "quantity": 2}, {"item_id": "ITEM-33374", "quantity": 2}, {"item_id": "ITEM-33375", "quantity": 2}], "payment_methods": ["Visa"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-3A29A7BF", "items": [{"item_id": "ITEM-33371", "quantity": 1}, {"item_id": "ITEM-33372", "quantity": 1}, {"item_id": "ITEM-33373", "quantity": 1}, {"item_id": "ITEM-33374", "quantity": 1}, {"item_id": "ITEM-33375", "quantity": 1}]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-3A29A7BF", "payment_methods": ["JCB"]}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8946B3D2", "order_id": "PO-3A29A7BF"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "food_and_dining-2", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who checks the menu before placing a pickup order and never forgets to apply a promo code.\n\n## USER\n{\n \"user_id\": \"USR-F384355C\",\n \"first_name\": \"Christopher\",\n \"last_name\": \"Lee\",\n \"email\": \"christopher.lee1932@outlook.com\",\n \"city\": \"Pembroke Pines\",\n \"state\": \"FL\",\n \"neighborhood\": \"Silver Lakes\",\n \"address\": \"9913 Washington Blvd, Pembroke Pines, FL 39005\",\n \"birthdate\": \"1998-04-04\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nLook up Roots & Rye in your town and place a pickup order for 1 of each item using Ethereum. Once placed, change to 2 of each and pay with USDC, then drop back to 1 of each, then switch to Solana - and cancel.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Pembroke Pines", "restaurant_name": ["Roots & Rye"], "state": "FL", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-169868"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-F384355C", "restaurant_id": "FAD-169868", "items": [{"item_id": "ITEM-68436", "quantity": 1}, {"item_id": "ITEM-68437", "quantity": 1}, {"item_id": "ITEM-68438", "quantity": 1}, {"item_id": "ITEM-68439", "quantity": 1}, {"item_id": "ITEM-68440", "quantity": 1}], "payment_methods": ["Ethereum"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-F384355C", "order_id": "PO-CDEF0B44", "items": [{"item_id": "ITEM-68436", "quantity": 2}, {"item_id": "ITEM-68437", "quantity": 2}, {"item_id": "ITEM-68438", "quantity": 2}, {"item_id": "ITEM-68439", "quantity": 2}, {"item_id": "ITEM-68440", "quantity": 2}], "payment_methods": ["USDC"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-F384355C", "order_id": "PO-CDEF0B44", "items": [{"item_id": "ITEM-68436", "quantity": 1}, {"item_id": "ITEM-68437", "quantity": 1}, {"item_id": "ITEM-68438", "quantity": 1}, {"item_id": "ITEM-68439", "quantity": 1}, {"item_id": "ITEM-68440", "quantity": 1}]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-F384355C", "order_id": "PO-CDEF0B44", "payment_methods": ["Solana"]}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-F384355C", "order_id": "PO-CDEF0B44"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "food_and_dining-3", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who orders pickup from a specific spot and always uses a promo code.\n\n## USER\n{\n \"user_id\": \"USR-B2D3F3B1\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"sandra.rodriguez1635@yahoo.com\",\n \"city\": \"Salt Lake City\",\n \"state\": \"UT\",\n \"neighborhood\": \"Marmalade District\",\n \"address\": \"588 Maple Dr, Salt Lake City, UT 84458\",\n \"birthdate\": \"2002-10-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nFind Pantry Point in your city and place a pickup order for 1 of each item with American Express. Keep changing your mind - double the quantities and switch to Interac, then cut back to 1 of each, then swap to Mastercard Debit, and finally cancel.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Salt Lake City", "restaurant_name": ["Pantry Point"], "state": "UT", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-318694"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B2D3F3B1", "restaurant_id": "FAD-318694", "items": [{"item_id": "ITEM-50346", "quantity": 1}, {"item_id": "ITEM-50347", "quantity": 1}, {"item_id": "ITEM-50348", "quantity": 1}, {"item_id": "ITEM-50349", "quantity": 1}, {"item_id": "ITEM-50350", "quantity": 1}], "payment_methods": ["American Express"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B2D3F3B1", "order_id": "PO-F00F71A7", "items": [{"item_id": "ITEM-50346", "quantity": 2}, {"item_id": "ITEM-50347", "quantity": 2}, {"item_id": "ITEM-50348", "quantity": 2}, {"item_id": "ITEM-50349", "quantity": 2}, {"item_id": "ITEM-50350", "quantity": 2}], "payment_methods": ["Interac"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B2D3F3B1", "order_id": "PO-F00F71A7", "items": [{"item_id": "ITEM-50346", "quantity": 1}, {"item_id": "ITEM-50347", "quantity": 1}, {"item_id": "ITEM-50348", "quantity": 1}, {"item_id": "ITEM-50349", "quantity": 1}, {"item_id": "ITEM-50350", "quantity": 1}]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B2D3F3B1", "order_id": "PO-F00F71A7", "payment_methods": ["Mastercard Debit"]}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B2D3F3B1", "order_id": "PO-F00F71A7"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "food_and_dining-4", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who places a pickup order for a group and applies a promo code at checkout.\n\n## USER\n{\n \"user_id\": \"USR-B1F401B5\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Jackson\",\n \"email\": \"thomas.jackson2188@gmail.com\",\n \"city\": \"Fort Collins\",\n \"state\": \"CO\",\n \"neighborhood\": \"Downtown Fort Collins\",\n \"address\": \"690 Lincoln Ave, Fort Collins, CO 80342\",\n \"birthdate\": \"1947-12-12\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nCheck out Metro Grub in your town and place a pickup order for 1 of each item using Solana. Modify three times: 2 of each with Solana, then 1 of each - then cancel.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Fort Collins", "restaurant_name": ["Metro Grub"], "state": "CO", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-835165"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B1F401B5", "restaurant_id": "FAD-835165", "items": [{"item_id": "ITEM-68921", "quantity": 1}, {"item_id": "ITEM-68922", "quantity": 1}, {"item_id": "ITEM-68923", "quantity": 1}, {"item_id": "ITEM-68924", "quantity": 1}, {"item_id": "ITEM-68925", "quantity": 1}], "payment_methods": ["Solana"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B1F401B5", "order_id": "PO-4F705700", "items": [{"item_id": "ITEM-68921", "quantity": 2}, {"item_id": "ITEM-68922", "quantity": 2}, {"item_id": "ITEM-68923", "quantity": 2}, {"item_id": "ITEM-68924", "quantity": 2}, {"item_id": "ITEM-68925", "quantity": 2}], "payment_methods": ["Solana"]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B1F401B5", "order_id": "PO-4F705700", "items": [{"item_id": "ITEM-68921", "quantity": 1}, {"item_id": "ITEM-68922", "quantity": 1}, {"item_id": "ITEM-68923", "quantity": 1}, {"item_id": "ITEM-68924", "quantity": 1}, {"item_id": "ITEM-68925", "quantity": 1}]}}, {"name": "modify_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B1F401B5", "order_id": "PO-4F705700", "payment_methods": ["Solana"]}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-B1F401B5", "order_id": "PO-4F705700"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "food_and_dining-5", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who orders pasta pickup on a whim, checks the order status, then cancels it.\n\n## USER\n{\n \"user_id\": \"USR-8A0701DC\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Davis\",\n \"email\": \"betty.davis7012@gmail.com\",\n \"city\": \"Charlotte\",\n \"state\": \"NC\",\n \"neighborhood\": \"Plaza Midwood\",\n \"address\": \"9774 Madison Dr, Charlotte, NC 27152\",\n \"birthdate\": \"1996-10-11\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"USDC\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nFind a Pasta restaurant in Cary. Select the first restaurant from the list, then place a pickup order for 1 of each item on the menu paying with Visa Debit. Verify the order, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Cary", "cuisine": ["Pasta"], "state": "NC", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-205286"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A0701DC", "restaurant_id": "FAD-205286", "items": [{"item_id": "ITEM-65121", "quantity": 1}, {"item_id": "ITEM-65122", "quantity": 1}, {"item_id": "ITEM-65123", "quantity": 1}, {"item_id": "ITEM-65124", "quantity": 1}, {"item_id": "ITEM-65125", "quantity": 1}], "payment_methods": ["Visa Debit"]}}, {"name": "get_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A0701DC", "order_id": "PO-EB9058DD"}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A0701DC", "order_id": "PO-EB9058DD"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "food_and_dining-6", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who places a sushi pickup order, verifies it went through, and then cancels.\n\n## USER\n{\n \"user_id\": \"USR-A0F69B6C\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Thomas\",\n \"email\": \"nancy.thomas6637@outlook.com\",\n \"city\": \"Abilene\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Abilene\",\n \"address\": \"3570 Forest Dr, Abilene, TX 74295\",\n \"birthdate\": \"1959-03-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Diners Club\\\", \\\"Mastercard\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nFind a Sushi restaurant in your city. Select the first restaurant from the list, then place a pickup order for 1 of each item on the menu paying with American Express. Verify the order, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Abilene", "cuisine": ["Sushi"], "state": "TX", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-119417"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "restaurant_id": "FAD-119417", "items": [{"item_id": "ITEM-100146", "quantity": 1}, {"item_id": "ITEM-100147", "quantity": 1}, {"item_id": "ITEM-100148", "quantity": 1}, {"item_id": "ITEM-100149", "quantity": 1}, {"item_id": "ITEM-100150", "quantity": 1}], "payment_methods": ["American Express"]}}, {"name": "get_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "order_id": "PO-2069318C"}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "order_id": "PO-2069318C"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "food_and_dining-7", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who places a donut pickup order, checks the status, then decides to cancel.\n\n## USER\n{\n \"user_id\": \"USR-8A5B30DB\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Wilson\",\n \"email\": \"michael.wilson9168@outlook.com\",\n \"city\": \"Sterling Heights\",\n \"state\": \"MI\",\n \"neighborhood\": \"Sterling Heights Township\",\n \"address\": \"3730 Jefferson St, Sterling Heights, MI 48498\",\n \"birthdate\": \"1953-01-30\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nFind a Colombian restaurant in your city. Select the last restaurant from the list, then place a pickup order for 1 of each item on the menu paying with Ethereum. Verify the order, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Sterling Heights", "cuisine": ["Colombian"], "state": "MI", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-118733"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A5B30DB", "restaurant_id": "FAD-118733", "items": [{"item_id": "ITEM-96621", "quantity": 1}, {"item_id": "ITEM-96622", "quantity": 1}, {"item_id": "ITEM-96623", "quantity": 1}, {"item_id": "ITEM-96624", "quantity": 1}, {"item_id": "ITEM-96625", "quantity": 1}], "payment_methods": ["Ethereum"]}}, {"name": "get_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A5B30DB", "order_id": "PO-35BB3D0D"}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8A5B30DB", "order_id": "PO-35BB3D0D"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "food_and_dining-8", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who orders pickup for an exotic cuisine, verifies the order, then cancels last minute.\n\n## USER\n{\n \"user_id\": \"USR-8F846BD7\",\n \"first_name\": \"Jennifer\",\n \"last_name\": \"Martinez\",\n \"email\": \"jennifer.martinez3255@outlook.com\",\n \"city\": \"Anaheim\",\n \"state\": \"CA\",\n \"neighborhood\": \"The Anaheim Resort\",\n \"address\": \"5864 Sunset Blvd, Anaheim, CA 95438\",\n \"birthdate\": \"1973-08-24\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nFind a Lithuanian restaurant in your town. Select the last restaurant from the list, then place a pickup order for 1 of each item on the menu paying with Visa Debit. Verify the order, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Anaheim", "cuisine": ["Lithuanian"], "state": "CA", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-329583"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8F846BD7", "restaurant_id": "FAD-329583", "items": [{"item_id": "ITEM-23751", "quantity": 1}, {"item_id": "ITEM-23752", "quantity": 1}, {"item_id": "ITEM-23753", "quantity": 1}, {"item_id": "ITEM-23754", "quantity": 1}, {"item_id": "ITEM-23755", "quantity": 1}], "payment_methods": ["Visa Debit"]}}, {"name": "get_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8F846BD7", "order_id": "PO-3445A722"}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-8F846BD7", "order_id": "PO-3445A722"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "food_and_dining-9", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who orders burritos for pickup, checks the status, but then backs out and cancels.\n\n## USER\n{\n \"user_id\": \"USR-A0F69B6C\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Thomas\",\n \"email\": \"nancy.thomas6637@outlook.com\",\n \"city\": \"Abilene\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Abilene\",\n \"address\": \"3570 Forest Dr, Abilene, TX 74295\",\n \"birthdate\": \"1959-03-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Diners Club\\\", \\\"Mastercard\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nFind a Burritos restaurant in your town. Select the first restaurant from the list, then place a pickup order for 1 of each item on the menu paying with American Express. Verify the order, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Abilene", "cuisine": ["Burritos"], "state": "TX", "is_open": true}}, {"name": "get_food_and_dining_menu", "parameters": {"restaurant_id": "FAD-127941"}}, {"name": "place_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "restaurant_id": "FAD-127941", "items": [{"item_id": "ITEM-100031", "quantity": 1}, {"item_id": "ITEM-100032", "quantity": 1}, {"item_id": "ITEM-100033", "quantity": 1}, {"item_id": "ITEM-100034", "quantity": 1}, {"item_id": "ITEM-100035", "quantity": 1}], "payment_methods": ["American Express"]}}, {"name": "get_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "order_id": "PO-BAB310A0"}}, {"name": "cancel_food_and_dining_pickup_order", "parameters": {"user_id": "USR-A0F69B6C", "order_id": "PO-BAB310A0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "food_and_dining-10", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a restaurant reservation, verifies it, then cancels.\n\n## USER\n{\n \"user_id\": \"USR-23E8579E\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Johnson\",\n \"email\": \"joseph.johnson4664@gmail.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"St. Elmo\",\n \"address\": \"3264 Jefferson St, Chattanooga, TN 37637\",\n \"birthdate\": \"1982-03-31\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"JCB\\\", \\\"Diners Club\\\", \\\"Mastercard\\\", \\\"American Express\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nYou're looking for a barbecue restaurant in your city. Book a table for 6 on 2026-06-22 at 20:30 at the last restaurant from the list you're shown at $32/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Chattanooga", "cuisine": ["Barbecue"], "state": "TN", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "restaurant_id": "FAD-227809", "primary_guest_name": "Joseph Johnson", "number_guests": 6, "price_per_person": 32.0, "reservation_date": "2026-06-22", "reservation_time": "20:30"}}, {"name": "get_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "reservation_id": "RES-8BC52F37"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "reservation_id": "RES-8BC52F37"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "food_and_dining-11", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a dinner reservation, checks the confirmation, then decides to cancel it.\n\n## USER\n{\n \"user_id\": \"USR-23E8579E\",\n \"first_name\": \"Patricia\",\n \"last_name\": \"Taylor\",\n \"email\": \"patricia.taylor5525@gmail.com\",\n \"city\": \"Honolulu\",\n \"state\": \"HI\",\n \"neighborhood\": \"Waikiki\",\n \"address\": \"5853 Valley Rd, Honolulu, HI 96754\",\n \"birthdate\": \"1977-08-11\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nYou're looking for a Soup restaurant in your city. Book a table for 4 on 2026-06-20 at 19:30 at the last restaurant from the list you're shown at $47/person. Verify the reservation, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Honolulu", "cuisine": ["Soup"], "state": "HI", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "restaurant_id": "FAD-220527", "primary_guest_name": "Patricia Taylor", "number_guests": 4, "price_per_person": 47.0, "reservation_date": "2026-06-20", "reservation_time": "19:30"}}, {"name": "get_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "reservation_id": "RES-63B893C9"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-23E8579E", "reservation_id": "RES-63B893C9"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "food_and_dining-12", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a reservation for a specific cuisine, checks it, then modifies the guest count.\n\n## USER\n{\n \"user_id\": \"USR-0787286B\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Perez\",\n \"email\": \"sandra.perez8104@outlook.com\",\n \"city\": \"Boston\",\n \"state\": \"MA\",\n \"neighborhood\": \"Beacon Hill\",\n \"address\": \"5717 Park Ave, Boston, MA 02532\",\n \"birthdate\": \"2002-06-03\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"American Express\\\"]}\"\n}\n\n## GOAL\nFind an Asian Fusion restaurant in Lowell. Book a table for 3 at the first restaurant from the list under your name on 2026-07-13 at 12:00 at $30/person. Verify the reservation, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Lowell", "cuisine": ["Asian Fusion"], "state": "MA", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-0787286B", "restaurant_id": "FAD-167895", "primary_guest_name": "Sandra Perez", "number_guests": 3, "price_per_person": 30.0, "reservation_date": "2026-07-13", "reservation_time": "12:00"}}, {"name": "get_food_and_dining_reservation", "parameters": {"user_id": "USR-0787286B", "reservation_id": "RES-28E96A22"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-0787286B", "reservation_id": "RES-28E96A22"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "food_and_dining-13", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a restaurant reservation, verifies it, then cancels it.\n\n## USER\n{\n \"user_id\": \"USR-8F846BD7\",\n \"first_name\": \"Jennifer\",\n \"last_name\": \"Martinez\",\n \"email\": \"jennifer.martinez3255@outlook.com\",\n \"city\": \"Anaheim\",\n \"state\": \"CA\",\n \"neighborhood\": \"The Anaheim Resort\",\n \"address\": \"5864 Sunset Blvd, Anaheim, CA 95438\",\n \"birthdate\": \"1973-08-24\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nYou are looking for a Bangladeshi restaurant in your city. Book a reservation at the first restaurant from the list under your name for 3 people on 2026-07-15 at 12:00 at $44/person. Verify the reservation, then cancel it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Anaheim", "cuisine": ["Bangladeshi"], "state": "CA", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-8F846BD7", "restaurant_id": "FAD-305317", "primary_guest_name": "Jennifer Martinez", "number_guests": 3, "price_per_person": 44.0, "reservation_date": "2026-07-15", "reservation_time": "12:00"}}, {"name": "get_food_and_dining_reservation", "parameters": {"user_id": "USR-8F846BD7", "reservation_id": "RES-6D0509A4"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-8F846BD7", "reservation_id": "RES-6D0509A4"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "food_and_dining-14", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a reservation, verifies the details, and then adjusts the guest count.\n\n## USER\n{\n \"user_id\": \"USR-88615430\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Harris\",\n \"email\": \"linda.harris9602@outlook.com\",\n \"city\": \"Lakeland\",\n \"state\": \"FL\",\n \"neighborhood\": \"Downtown Lakeland\",\n \"address\": \"5078 River Rd, Lakeland, FL 34443\",\n \"birthdate\": \"1958-12-02\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Diners Club\\\", \\\"American Express\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nFind a Balkan restaurant in Cape Coral. Book a table for 5 at the first restaurant from the list under your name on 2026-06-01 at 13:30 at $38/person. Verify the reservation, then update the guest count to 7.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Cape Coral", "cuisine": ["Balkan"], "state": "FL", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-88615430", "restaurant_id": "FAD-905649", "primary_guest_name": "Linda Harris", "number_guests": 5, "price_per_person": 38.0, "reservation_date": "2026-06-01", "reservation_time": "13:30"}}, {"name": "get_food_and_dining_reservation", "parameters": {"user_id": "USR-88615430", "reservation_id": "RES-C6645B45"}}, {"name": "modify_food_and_dining_reservation", "parameters": {"user_id": "USR-88615430", "reservation_id": "RES-C6645B45", "new_number_guests": 7}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "food_and_dining-15", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone looking to make a dinner reservation at a specific restaurant for a large group.\n\n## USER\n{\n \"user_id\": \"USR-4BB0EEF4\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Ramirez\",\n \"email\": \"mary.ramirez3215@outlook.com\",\n \"city\": \"Cincinnati\",\n \"state\": \"OH\",\n \"neighborhood\": \"Mount Adams\",\n \"address\": \"9517 River Rd, Cincinnati, OH 44583\",\n \"birthdate\": \"1954-12-19\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nBook a table for 8 at District Dining in your city on 2026-06-03 at 18:00 under your name at $70/person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Cincinnati", "restaurant_name": ["District Dining"], "state": "OH", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-4BB0EEF4", "restaurant_id": "FAD-579966", "primary_guest_name": "Mary Ramirez", "number_guests": 8, "price_per_person": 70.0, "reservation_date": "2026-06-03", "reservation_time": "18:00"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "food_and_dining-16", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who wants to book a dinner reservation at a specific restaurant for a group.\n\n## USER\n{\n \"user_id\": \"USR-1F9F137B\",\n \"first_name\": \"William\",\n \"last_name\": \"Smith\",\n \"email\": \"william.smith5853@icloud.com\",\n \"city\": \"Allen\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Allen\",\n \"address\": \"4664 Maple Dr, Allen, TX 75573\",\n \"birthdate\": \"1967-12-31\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Diners Club\\\", \\\"Visa\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nBook a table for 7 at Daily Grub in your city on 2026-06-14 at 19:00 under your name at $53/person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Allen", "restaurant_name": ["Daily Grub"], "state": "TX", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-1F9F137B", "restaurant_id": "FAD-756536", "primary_guest_name": "William Smith", "number_guests": 7, "price_per_person": 53.0, "reservation_date": "2026-06-14", "reservation_time": "19:00"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "food_and_dining-17", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone looking to make a dinner reservation at a specific restaurant for a group.\n\n## USER\n{\n \"user_id\": \"USR-A6347365\",\n \"first_name\": \"William\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"william.rodriguez6327@outlook.com\",\n \"city\": \"West Palm Beach\",\n \"state\": \"FL\",\n \"neighborhood\": \"El Cid\",\n \"address\": \"850 Lake Rd, West Palm Beach, FL 35741\",\n \"birthdate\": \"2006-03-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"JCB\\\", \\\"Visa\\\", \\\"Mastercard\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"]}\"\n}\n\n## GOAL\nBook a table for 5 at Blue Olive Bistro in Cape Coral on 2026-06-24 at 21:30 under your name at $1199/person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Cape Coral", "restaurant_name": ["Blue Olive Bistro"], "state": "FL", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A6347365", "restaurant_id": "FAD-331739", "primary_guest_name": "William Rodriguez", "number_guests": 5, "price_per_person": 1199.0, "reservation_date": "2026-06-24", "reservation_time": "21:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "food_and_dining-18", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who wants to book a lunch reservation for a group at a local spot.\n\n## USER\n{\n \"user_id\": \"USR-2E7E7666\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"White\",\n \"email\": \"lisa.white3073@icloud.com\",\n \"city\": \"Albany\",\n \"state\": \"NY\",\n \"neighborhood\": \"Center Square\",\n \"address\": \"4515 Meadow Ln, Albany, NY 10165\",\n \"birthdate\": \"1960-08-09\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nBook a table for 6 at Relish Eats in your city on 2026-06-20 at 12:30 under your name at $48/person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Albany", "restaurant_name": ["Relish Eats"], "state": "NY", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-2E7E7666", "restaurant_id": "FAD-322146", "primary_guest_name": "Lisa White", "number_guests": 6, "price_per_person": 48.0, "reservation_date": "2026-06-20", "reservation_time": "12:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "food_and_dining-19", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who wants to reserve a table for a big group at a neighborhood restaurant.\n\n## USER\n{\n \"user_id\": \"USR-A801EE58\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Lopez\",\n \"email\": \"robert.lopez9180@yahoo.com\",\n \"city\": \"Edison\",\n \"state\": \"NJ\",\n \"neighborhood\": \"Oak Tree\",\n \"address\": \"1601 Park Ave, Edison, NJ 07134\",\n \"birthdate\": \"1951-09-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"American Express\\\", \\\"JCB\\\", \\\"Mastercard\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nBook a table for 8 at Everyday Eats in your town on 2026-06-05 at 12:30 under your name at $76/person.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Edison", "restaurant_name": ["Everyday Eats"], "state": "NJ"}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A801EE58", "restaurant_id": "FAD-499296", "primary_guest_name": "Robert Lopez", "number_guests": 8, "price_per_person": 76.0, "reservation_date": "2026-06-05", "reservation_time": "12:30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "food_and_dining-20", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a dinner reservation but then decides to cancel it.\n\n## USER\n{\n \"user_id\": \"USR-A0F69B6C\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Thomas\",\n \"email\": \"nancy.thomas6637@outlook.com\",\n \"city\": \"Abilene\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Abilene\",\n \"address\": \"3570 Forest Dr, Abilene, TX 74295\",\n \"birthdate\": \"1959-03-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Diners Club\\\", \\\"Mastercard\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nBook a table for 7 at Flyby Food Co. in your town on 2026-08-06 at 19:00 under your name at $16/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Abilene", "restaurant_name": ["Flyby Food Co."], "state": "TX", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-A0F69B6C", "restaurant_id": "FAD-145416", "primary_guest_name": "Nancy Thomas", "number_guests": 7, "price_per_person": 16.0, "reservation_date": "2026-08-06", "reservation_time": "19:00"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-A0F69B6C", "reservation_id": "RES-0D641A82"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "food_and_dining-21", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who reserves a table for a large group but ends up cancelling the booking.\n\n## USER\n{\n \"user_id\": \"USR-E2A69308\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Johnson\",\n \"email\": \"joseph.johnson4664@gmail.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"St. Elmo\",\n \"address\": \"3264 Jefferson St, Chattanooga, TN 37637\",\n \"birthdate\": \"1982-03-31\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"JCB\\\", \\\"Diners Club\\\", \\\"Mastercard\\\", \\\"American Express\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nBook a table for 8 at Main Street Munch in your town on 2026-09-27 at 19:30 under your name at $1320/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Chattanooga", "restaurant_name": ["Main Street Munch"], "state": "TN", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-E2A69308", "restaurant_id": "FAD-264019", "primary_guest_name": "Joseph Johnson", "number_guests": 8, "price_per_person": 1320.0, "reservation_date": "2026-09-27", "reservation_time": "19:30"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-E2A69308", "reservation_id": "RES-CB7ADB76"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "food_and_dining-22", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who makes a reservation for two but changes your mind and cancels.\n\n## USER\n{\n \"user_id\": \"USR-1F9F137B\",\n \"first_name\": \"William\",\n \"last_name\": \"Smith\",\n \"email\": \"william.smith5853@icloud.com\",\n \"city\": \"Allen\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Allen\",\n \"address\": \"4664 Maple Dr, Allen, TX 75573\",\n \"birthdate\": \"1967-12-31\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Diners Club\\\", \\\"Visa\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nBook a table for 2 at Heart & Hub Eats in your town on 2026-07-28 at 12:00 under your name at $86/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Allen", "restaurant_name": ["Heart & Hub Eats"], "state": "TX", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-1F9F137B", "restaurant_id": "FAD-276865", "primary_guest_name": "William Smith", "number_guests": 2, "price_per_person": 86.0, "reservation_date": "2026-07-28", "reservation_time": "12:00"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-1F9F137B", "reservation_id": "RES-04E0A2A5"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "food_and_dining-23", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who books a late dinner reservation for a big party but then cancels.\n\n## USER\n{\n \"user_id\": \"USR-19C8410B\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Thomas\",\n \"email\": \"mary.thomas8523@yahoo.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"Southside\",\n \"address\": \"1204 Oak Ave, Chattanooga, TN 37641\",\n \"birthdate\": \"1950-10-06\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"Visa\\\"]}\"\n}\n\n## GOAL\nBook a table for 8 at The Velvet Onion in your town on 2026-06-08 at 21:00 under your name at $26/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Chattanooga", "restaurant_name": ["The Velvet Onion"], "state": "TN", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-19C8410B", "restaurant_id": "FAD-237660", "primary_guest_name": "Mary Thomas", "number_guests": 8, "price_per_person": 26.0, "reservation_date": "2026-06-08", "reservation_time": "21:00"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-19C8410B", "reservation_id": "RES-3911E2C6"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "food_and_dining-24", "domain": "food_and_dining", "user_template": "## PERSONA\nYou are someone who reserves a private dining table for a group but cancels the reservation.\n\n## USER\n{\n \"user_id\": \"USR-FA4F9F90\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"michael.rodriguez3557@outlook.com\",\n \"city\": \"Colorado Springs\",\n \"state\": \"CO\",\n \"neighborhood\": \"Briargate\",\n \"address\": \"7353 River Rd, Colorado Springs, CO 80802\",\n \"birthdate\": \"1991-05-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Diners Club\\\"]}\"\n}\n\n## GOAL\nBook a private dining table for 6 at Velocity Savors in your city on 2026-06-01 at 18:00 under your name at $82/person, then cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_food_and_dining", "parameters": {"city": "Colorado Springs", "restaurant_name": ["Velocity Savors"], "state": "CO", "is_open": true}}, {"name": "book_food_and_dining_reservation", "parameters": {"user_id": "USR-FA4F9F90", "restaurant_id": "FAD-224443", "primary_guest_name": "Michael Rodriguez", "number_guests": 6, "price_per_person": 82.0, "has_private_dining": true, "reservation_date": "2026-06-01", "reservation_time": "18:00"}}, {"name": "cancel_food_and_dining_reservation", "parameters": {"user_id": "USR-FA4F9F90", "reservation_id": "RES-3955BE1F"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/hotel.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
output_jsonl/hotel_attraction_rental.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "hotel_attraction_rental-0", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Nashville. Start off the conversation by asking for hotels in Nashville with pool. In the next conversation turn, then narrow them down to ones that also have gym and valet parking and in the same utterance, you should ask about the top attractions in Nashville. In the next conversation turn with the assistant, ask to look at car rentals in Nashville. In the subsequent turn, ask to filter the rentals with cars that have gps. After browsing all three domains, let the assistant know you need more time to decide and end the conversation without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_pool": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true, "has_valet_parking": true}}, {"name": "get_top_attractions", "parameters": {"city": "Nashville"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "hotel_attraction_rental-1", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-0BEDC644\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Martinez\",\n \"email\": \"nancy.martinez5649@gmail.com\",\n \"city\": \"North Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Northwoods Mall\",\n \"birthdate\": \"1984-06-10\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Silver\",\n \"hotel_reward_points_balance\": \"Verve: 16650\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Denver. Start off the conversation by asking for hotels in Denver with a gym, digital keys and electric vehicle charging stations. In the next turn, narrow down the hotel results to ones that also have spa and in the same turn ask look at car rentals in Denver. In the subsequent turn, when looking at the car rental options, ask to filter for cars with automatic. After that turn, ask about the top attractions in Denver. In the last turn, after browsing all three areas, let the assistant know you need more time to decide and end the conversation without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_gym": true, "has_digital_key": true, "has_electric_vehicle_charging": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_spa": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "get_top_attractions", "parameters": {"city": "Denver"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "hotel_attraction_rental-2", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-B6D5CE4C\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Garcia\",\n \"email\": \"robert.garcia8420@gmail.com\",\n \"city\": \"Chesapeake\",\n \"state\": \"VA\",\n \"neighborhood\": \"Greenbrier\",\n \"birthdate\": \"1957-03-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"Diners Club\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Member\",\n \"hotel_reward_points_balance\": \"Aura: 11093\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Chicago. Start the conversation by asking about the top attractions in Chicago. In the next turn, ask to look at car rentals in Chicago which include insurance. Afterwards, in the subsequent turn, filter the car results for ones which also have unlimited mileage. Afterwards, in the next turn, ask for hotels in Chicago with both a spa and a business center. Once you are presented with these hotels, narrow them down to ones that also have pet friendly. After browsing all three, let the assistant know you need more time to decide and end the conversation without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Chicago"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Chicago", "category": "car", "has_insurance_included": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "search_hotel", "parameters": {"city": "Chicago", "has_spa": true, "has_business_center": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "hotel_attraction_rental-3", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-77DB14E4\",\n \"first_name\": \"William\",\n \"last_name\": \"Jackson\",\n \"email\": \"william.jackson1779@gmail.com\",\n \"city\": \"Dearborn\",\n \"state\": \"MI\",\n \"neighborhood\": \"Southwest Dearborn\",\n \"birthdate\": \"1961-10-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Gold\",\n \"hotel_reward_points_balance\": \"Nomad: 55440\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a leisure trip to San Antonio. Start by asking for car rentals in San Antonio, then in the same turn also ask about hotels with business center. After seeing the car options, ask to filter them for ones which are both pet friendly and have insurance included. Afterwards, in the next turn, ask to filter the hotels to narrow down to ones with digital key. Afterwards, in the next turn, ask for the top attractions in San Antonio. End the conversation without booking anything.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "San Antonio", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "San Antonio", "has_business_center": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true, "has_insurance_included": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_digital_key": true}}, {"name": "get_top_attractions", "parameters": {"city": "San Antonio"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "hotel_attraction_rental-4", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-A9E436D1\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Sanchez\",\n \"email\": \"daniel.sanchez8586@icloud.com\",\n \"city\": \"El Paso\",\n \"state\": \"TX\",\n \"neighborhood\": \"Westside\",\n \"birthdate\": \"1958-11-05\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are visiting Oklahoma City. Begin by asking for the top attractions in Oklahoma City. After seeing those, ask about hotels with valet parking and car rentals which have a GPS in Oklahoma City in the same message. Once you see the hotel results, ask to filter them to ones that also have electric vehicle charging. Then in the next turn, ask to filter the car rentals to ones with insurance included. After you are presented with those results, wrap up by saying you'll think it over without booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Oklahoma City"}}, {"name": "search_hotel", "parameters": {"city": "Oklahoma City", "has_valet_parking": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Oklahoma City", "category": "car", "has_gps": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_electric_vehicle_charging": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "hotel_attraction_rental-5", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-A56E2675\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Moore\",\n \"email\": \"daniel.moore5404@gmail.com\",\n \"city\": \"Fort Wayne\",\n \"state\": \"IN\",\n \"neighborhood\": \"Southwest Fort Wayne\",\n \"birthdate\": \"1978-07-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Washington. In your first message, ask for pet-friendly hotels in Washington and also ask to search for scenic attractions with a minimum rating of 4.0 at the same time. After seeing the hotel results, filter them to ones that also have a business center. Select the hotel with the lexicographically smallest `hotel_id`. Then check room availability at this hotel for 2026-07-10 to 2026-07-14 for 2 guests. Once you are presented with the room results, book the room with the lexicographically smallest `room_id` using debit_card. In the next turn, ask for car rentals in Washington that include a GPS and a child-seat option. When you are presented with the car results, just say you are all set and do not need to book one now.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Washington", "is_pet_friendly": true}}, {"name": "search_attractions", "parameters": {"city": "Washington", "attraction_type": "Scenery", "min_rating": 4.0}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_business_center": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H109", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-A56E2675", "hotel_id": "H109", "room_id": "HR8886", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "payment_method": "debit_card"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Washington", "category": "car", "has_gps": true, "has_child_seat_option": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "hotel_attraction_rental-6", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-C66AA04C\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Hernandez\",\n \"email\": \"jessica.hernandez5639@gmail.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Whittier\",\n \"birthdate\": \"1994-04-02\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\", \\\"USDC\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Silver\",\n \"hotel_reward_points_balance\": \"Aura: 16564\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Atlanta. Start the conversation by asking for hotels in Atlanta with shuttle service. In the next turn, ask to filter to ones that also have a pool. Once presented with the results, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-08-05 to 2026-08-09 for 2 guests. When presented with all the rooms, book the room with the lexicographically smallest `room_id` using debit_card. Once the hotel reservation is confirmed, ask for car rentals in Atlanta that include a GPS and also ask for tourist attractions in Atlanta as well in the same utterance. In the last turn, after being presented with this information, end the conversation without booking a car.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Atlanta", "has_shuttle_service": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_pool": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H199", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-C66AA04C", "hotel_id": "H199", "room_id": "HR16431", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "payment_method": "debit_card"}}, {"name": "search_attractions", "parameters": {"city": "Atlanta", "attraction_type": "Tourist", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Atlanta", "category": "car", "has_gps": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "hotel_attraction_rental-7", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-57D01018\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Taylor\",\n \"email\": \"linda.taylor9937@gmail.com\",\n \"city\": \"Buckeye\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sundance\",\n \"birthdate\": \"1946-11-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"USDC\\\", \\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"cryptocurrencies\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Houston. Start by asking for hotels in Houston with a pool. In the next turn, filter the results to ones that also have a gym. Select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-09-15 to 2026-09-19 for 2 guests. Choose the room with the lexicographically smallest `room_id` and book it using credit_card. Then ask to search for Art attractions in Houston with a minimum rating of 3.0, and in the same turn ask for car rentals in Houston. End the conversation without booking a rental.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Houston", "has_pool": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H012", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-57D01018", "hotel_id": "H012", "room_id": "HR738", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "payment_method": "credit_card"}}, {"name": "search_attractions", "parameters": {"city": "Houston", "attraction_type": "Art", "min_rating": 3.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Houston", "category": "car"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "hotel_attraction_rental-8", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Phoenix. Start by asking for hotels in Phoenix with a gym. In the next turn, filter down to ones that also have a spa. Select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-10-20 to 2026-10-24 for 2 guests. Choose the room with the lexicographically smallest `room_id` and book it using debit_card. After the booking is confirmed, in a single message ask to search for Sports attractions in Phoenix with a minimum rating of 4.0 and also ask for car rentals in Phoenix. In the next turn, ask to filter the car rentals further by asking for ones with child seat options, GPS and includes insurance. End the conversation without booking a car.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_gym": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_spa": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H016", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "hotel_id": "H016", "room_id": "HR1077", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "payment_method": "debit_card"}}, {"name": "search_attractions", "parameters": {"city": "Phoenix", "attraction_type": "Sports", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true, "has_child_seat_option": true, "has_insurance_included": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "hotel_attraction_rental-9", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-2AE10CA1\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"Thompson\",\n \"email\": \"lisa.thompson9468@icloud.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Downtown Yonkers\",\n \"birthdate\": \"1986-05-07\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"Discover\\\", \\\"Diners Club\\\", \\\"American Express\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Gold\",\n \"hotel_reward_points_balance\": \"Apex: 24303\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Austin. In your first message, ask for car rentals in Austin and also ask for hotels in Austin with a spa at the same time. In the next turn, after seeing both sets of results, filter the hotels to ones that are also pet friendly. From these results, in the following turn, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-11-12 to 2026-11-16 for 2 guests. In the next turn, from the resulting rooms, select the room with the lexicographically smallest `room_id` and book it using debit_card. After the room has been booked, in the next turn, ask to search for Scenery attractions in Austin with a minimum rating of 3.0.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Austin", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "Austin", "has_spa": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H042", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-2AE10CA1", "hotel_id": "H042", "room_id": "HR3190", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "payment_method": "debit_card"}}, {"name": "search_attractions", "parameters": {"city": "Austin", "attraction_type": "Scenery", "min_rating": 3.0}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "hotel_attraction_rental-10", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-2381B2C3\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin8891@gmail.com\",\n \"city\": \"Thousand Oaks\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Thousand Oaks\",\n \"birthdate\": \"1959-01-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"Visa\\\", \\\"Diners Club\\\", \\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"cryptocurrencies\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Gold\",\n \"hotel_reward_points_balance\": \"Apex: 40833\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Seattle. In your opening message, ask for the top attractions in Seattle and also ask for hotels in Seattle with valet parking. In the next turn, from the resulting hotels, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-07-10 to 2026-07-14 for 2 guests. In the next turn, from the resulting hotel rooms that come up in the search results, select the room with the lexicographically smallest `room_id` and book it using debit_card. Then in the next message ask for details on Chihuly Garden and Glass and also ask for car rentals in Seattle. In the next turn, from the resulting car rental options, filter the rentals for ones that are automatic and include a GPS. In the following turn, from those car rental options, book the one with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "Seattle"}}, {"name": "search_hotel", "parameters": {"city": "Seattle", "has_valet_parking": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H073", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-2381B2C3", "hotel_id": "H073", "room_id": "HR5780", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "payment_method": "debit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "Chihuly Garden and Glass", "city": "Seattle"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Seattle", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true, "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-2381B2C3", "vehicle_id": "VEH-00E47302", "start_date": "2026-07-10", "end_date": "2026-07-14", "primary_driver_name": "Sarah Martin", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "hotel_attraction_rental-11", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-21508F8E\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"michael.gonzalez3077@gmail.com\",\n \"city\": \"Birmingham\",\n \"state\": \"AL\",\n \"neighborhood\": \"Downtown Birmingham\",\n \"birthdate\": \"1982-06-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"American Express\\\", \\\"Discover\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Apex: Gold\",\n \"hotel_reward_points_balance\": \"Apex: 31779\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Boston. Start by asking for car rentals in Boston. Then in a single message ask for pet-friendly hotels in Boston and also ask for the top attractions in Boston. In the next turn, from the resulting hotels, select the hotel with the lexicographically smallest `hotel_id` and for that hotel, check room availability for 2026-08-05 to 2026-08-09 for 2 guests. In the following turn, from the resulting rooms, choose the room with the lexicographically smallest `room_id` and book it using credit_card. Then in the next turn, ask for details about Quincy Market. After seeing the results in the next turn, follow up on the car rental results and ask to filter the car rentals for ones with unlimited mileage. In the next turn, from the resulting car rental options, book the rental car with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Boston", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "Boston", "is_pet_friendly": true}}, {"name": "get_top_attractions", "parameters": {"city": "Boston"}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H129", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-21508F8E", "hotel_id": "H129", "room_id": "HR10689", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "payment_method": "credit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "Quincy Market", "city": "Boston"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-21508F8E", "vehicle_id": "VEH-1A3631A7", "start_date": "2026-08-05", "end_date": "2026-08-09", "primary_driver_name": "Michael Gonzalez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "hotel_attraction_rental-12", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-D755208B\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Sanchez\",\n \"email\": \"linda.sanchez4161@yahoo.com\",\n \"city\": \"Milwaukee\",\n \"state\": \"WI\",\n \"neighborhood\": \"Bay View\",\n \"birthdate\": \"1985-01-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Discover\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"USDC\\\", \\\"Litecoin\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Nomad: Silver\",\n \"hotel_reward_points_balance\": \"Nomad: 12272\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Sacramento. Start by asking for hotels in Sacramento with shuttle service. Select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-09-15 to 2026-09-19 for 2 guests. In the next turn, choose the room with the lexicographically smallest `room_id` and book it using credit_card. After this, in the next turn, in a single message ask for the top attractions in Sacramento and also ask for car rentals there. Then in the next message, ask for details on the Crocker Art Museum and also filter the car rentals for pet-friendly ones. In the next turn, from the resulting filtered car rentals, book the rental with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Sacramento", "has_shuttle_service": true}}, {"name": "get_top_attractions", "parameters": {"city": "Sacramento"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Sacramento", "category": "car"}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H185", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-D755208B", "hotel_id": "H185", "room_id": "HR15088", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "payment_method": "credit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "Crocker Art Museum", "city": "Sacramento"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-D755208B", "vehicle_id": "VEH-07D54BA4", "start_date": "2026-09-15", "end_date": "2026-09-19", "primary_driver_name": "Linda Sanchez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "hotel_attraction_rental-13", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-FA4F9F90\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"michael.rodriguez3557@outlook.com\",\n \"city\": \"Colorado Springs\",\n \"state\": \"CO\",\n \"neighborhood\": \"Briargate\",\n \"birthdate\": \"1991-05-15\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Diners Club\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Silver\",\n \"hotel_reward_points_balance\": \"Aura: 34610\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Dallas. In your first message, ask for car rentals in Dallas and also ask for hotels in Dallas with a pool. In the next turn, from the resulting hotels provided to you, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-10-20 to 2026-10-24 for 2 guests. In the next turn, from the provided rooms, choose the room with the lexicographically smallest `room_id` and book it using credit_card. After booking the hotel room, in the following turn, ask for the top attractions in Dallas and follow up with details on the Dallas World Aquarium. Afterwards, in the next turn, go back to the car rentals search results that have been provided and ask to filter on these car rentals for ones with insurance included. In the subsequent turn, from the resulting car rentals in the search results, book the one with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Dallas", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "Dallas", "has_pool": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H036", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-FA4F9F90", "hotel_id": "H036", "room_id": "HR2681", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "payment_method": "credit_card"}}, {"name": "get_top_attractions", "parameters": {"city": "Dallas"}}, {"name": "get_attraction_details", "parameters": {"name": "Dallas World Aquarium", "city": "Dallas"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-FA4F9F90", "vehicle_id": "VEH-14355BC8", "start_date": "2026-10-20", "end_date": "2026-10-24", "primary_driver_name": "Michael Rodriguez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "hotel_attraction_rental-14", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-105A8C32\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson5255@yahoo.com\",\n \"city\": \"Odessa\",\n \"state\": \"TX\",\n \"neighborhood\": \"Village\",\n \"birthdate\": \"1992-11-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Interac\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Aura: Gold\",\n \"hotel_reward_points_balance\": \"Aura: 15951\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to San Diego. Start by asking for the top attractions in San Diego. Then in the next turn, in a single message ask for hotels in San Diego with a gym and also ask for car rentals there. In the next turn, from the resulting hotels provided to you, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-11-12 to 2026-11-16 for 2 guests. From the resulting rooms in the next turn, choose the room with the lexicographically smallest `room_id` and book it using credit_card. After the room has been booked, in the next turn, ask for details on La Jolla Cove. Once you get this information, go back to the car rentals and ask to filter those results for GPS-equipped ones. From those resulting rentals, in the subsequent turn, book the one with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "get_top_attractions", "parameters": {"city": "San Diego"}}, {"name": "search_hotel", "parameters": {"city": "San Diego", "has_gym": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "San Diego", "category": "car"}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H030", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-105A8C32", "hotel_id": "H030", "room_id": "HR2200", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "payment_method": "credit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "La Jolla Cove", "city": "San Diego"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-105A8C32", "vehicle_id": "VEH-0C7CCE34", "start_date": "2026-11-12", "end_date": "2026-11-16", "primary_driver_name": "Robert Thompson", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "hotel_attraction_rental-15", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-CBC3E881\",\n \"first_name\": \"William\",\n \"last_name\": \"Martinez\",\n \"email\": \"william.martinez1871@icloud.com\",\n \"city\": \"Denver\",\n \"state\": \"CO\",\n \"neighborhood\": \"Larimer Square\",\n \"birthdate\": \"1971-01-12\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to El Paso. Start by asking for Social attractions in El Paso and also ask for car rentals in El Paso in the same message. Then in the next turn, ask for hotels in El Paso with a business center. From those hotel results, in the next turn, filter the results to ones that also have a spa. In the following turn from those resulting hotels, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-07-10 to 2026-07-14 for 2 guests. In the next turn, from the resulting rooms in the search results, choose the room with the lexicographically smallest `room_id` and book it using debit_card. Afterwards, in your next turn, ask for details on the El Paso Downtown Artist and Farmers Market, then book the car rental with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "El Paso", "attraction_type": "Social"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "El Paso", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "El Paso", "has_business_center": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_spa": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H122", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CBC3E881", "hotel_id": "H122", "room_id": "HR10087", "check_in_date": "2026-07-10", "check_out_date": "2026-07-14", "payment_method": "debit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "El Paso Downtown Artist and Farmers Market", "city": "El Paso"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-CBC3E881", "vehicle_id": "VEH-0F1581C6", "start_date": "2026-07-10", "end_date": "2026-07-14", "primary_driver_name": "William Martinez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "hotel_attraction_rental-16", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-F7316CC6\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Lopez\",\n \"email\": \"anthony.lopez7210@gmail.com\",\n \"city\": \"Lynn\",\n \"state\": \"MA\",\n \"neighborhood\": \"West Lynn\",\n \"birthdate\": \"1972-05-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Colorado Springs. Start by asking for hotels in Colorado Springs with valet parking and filter the results to pet-friendly ones. In your next turn, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-08-05 to 2026-08-09 for 2 guests. In the following turn, from the resulting hotel rooms, choose the room with the lexicographically smallest `room_id` and book it using credit_card. Then in a single message ask for historical attractions in Colorado Springs and also ask for car rentals there. In your subsequent turns, from the resulting historical attraction results in Colorado Springs, ask for details on Manitou Cliff Dwellings. Afterwards, in your next turn, then book the car rental from the resulting cars in the search results with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Colorado Springs", "has_valet_parking": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H212", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-F7316CC6", "hotel_id": "H212", "room_id": "HR17424", "check_in_date": "2026-08-05", "check_out_date": "2026-08-09", "payment_method": "credit_card"}}, {"name": "search_attractions", "parameters": {"city": "Colorado Springs", "attraction_type": "Historical"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Colorado Springs", "category": "car"}}, {"name": "get_attraction_details", "parameters": {"name": "Manitou Cliff Dwellings", "city": "Colorado Springs"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-F7316CC6", "vehicle_id": "VEH-0C15210C", "start_date": "2026-08-05", "end_date": "2026-08-09", "primary_driver_name": "Anthony Lopez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "hotel_attraction_rental-17", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-25881641\",\n \"first_name\": \"Mary\",\n \"last_name\": \"White\",\n \"email\": \"mary.white4822@icloud.com\",\n \"city\": \"Temecula\",\n \"state\": \"CA\",\n \"neighborhood\": \"Old Town\",\n \"birthdate\": \"1999-06-17\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Gold\",\n \"hotel_reward_points_balance\": \"Verve: 70917\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Raleigh. Start by asking for car rentals in Raleigh. Then in your next turn, ask for pet-friendly hotels in Raleigh. In the subsequent turn, from those resulting hotels, filter to ones that also have a digital key. In your next turn, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-09-15 to 2026-09-19 for 2 guests. In your next turn, from the resulting rooms, select the room with the lexicographically smallest `room_id` and book it using debit_card. Afterwards in your next turn, search for Historical attractions in Raleigh. From those results in your following turn, ask for details on the North Carolina State Capitol. Afterwards, in the following turn, decide to book the car rental with the lexicographically smallest `vehicle_id` and provide all the necessary information from what the assistant asks.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Raleigh", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "Raleigh", "is_pet_friendly": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_digital_key": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H224", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-25881641", "hotel_id": "H224", "room_id": "HR18473", "check_in_date": "2026-09-15", "check_out_date": "2026-09-19", "payment_method": "debit_card"}}, {"name": "search_attractions", "parameters": {"city": "Raleigh", "attraction_type": "Historical"}}, {"name": "get_attraction_details", "parameters": {"name": "North Carolina State Capitol", "city": "Raleigh"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-25881641", "vehicle_id": "VEH-1DD016DA", "start_date": "2026-09-15", "end_date": "2026-09-19", "primary_driver_name": "Mary White", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "hotel_attraction_rental-18", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-98AABC38\",\n \"first_name\": \"Jennifer\",\n \"last_name\": \"Davis\",\n \"email\": \"jennifer.davis4298@outlook.com\",\n \"city\": \"Reno\",\n \"state\": \"NV\",\n \"neighborhood\": \"Riverside\",\n \"birthdate\": \"1967-07-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Solana\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\", \\\"reward_points\\\"]\",\n \"hotel_membership_level\": \"Verve: Diamond\",\n \"hotel_reward_points_balance\": \"Verve: 42680\",\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Nashville. In your opening message ask for scenic attractions in Nashville and also ask for hotels in Nashville with shuttle service. In your next turn, filter the hotel results to ones that also have electric vehicle charging. From those results, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-10-20 to 2026-10-24 for 2 guests. In the following turn, choose the room with the lexicographically smallest `room_id` and book it using credit_card. In the subsequent turn, ask for car rentals in Nashville. From those results, book the one with the lexicographically smallest `vehicle_id`. At the very end after this booking, in the next utterance, ask for details on Edwin Warner Park.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Nashville", "attraction_type": "Scenery"}}, {"name": "search_hotel", "parameters": {"city": "Nashville", "has_shuttle_service": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_electric_vehicle_charging": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H098", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-98AABC38", "hotel_id": "H098", "room_id": "HR7914", "check_in_date": "2026-10-20", "check_out_date": "2026-10-24", "payment_method": "credit_card"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-98AABC38", "vehicle_id": "VEH-09D13A0F", "start_date": "2026-10-20", "end_date": "2026-10-24", "primary_driver_name": "Jennifer Davis", "has_drivers_license": true}}, {"name": "get_attraction_details", "parameters": {"name": "Edwin Warner Park", "city": "Nashville"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "hotel_attraction_rental-19", "domain": "hotel_attraction_rental", "user_template": "## PERSONA\nYou are a customer planning a relaxing vacation.\n\n## USER\n{\n \"user_id\": \"USR-3516FFA9\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"sarah.rodriguez4122@gmail.com\",\n \"city\": \"Chattanooga\",\n \"state\": \"TN\",\n \"neighborhood\": \"St. Elmo\",\n \"birthdate\": \"1970-11-12\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"Ethereum\\\"]}\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\"]\",\n \"hotel_membership_level\": NaN,\n \"hotel_reward_points_balance\": NaN,\n \"rental_has_drivers_license\": true\n}\n\n## GOAL\nYou are planning a trip to Memphis. Start by asking for cultural attractions in Memphis and also ask for car rentals in Memphis in the same message. In the next turn, ask for hotels in Memphis with a pool. In the following turn, once you are presented with these hotels, filter to ones that also have childcare services. From these results, select the hotel with the lexicographically smallest `hotel_id` and check room availability for 2026-11-12 to 2026-11-16 for 2 guests. From the resulting hotel rooms, choose the room with the lexicographically smallest `room_id` and book it using debit_card. After this reservation, ask for details on the Stax Museum of American Soul Music. In the following turn, book the car rental based on the rental vehicle options that were presented earlier with the lexicographically smallest `vehicle_id`.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Memphis", "attraction_type": "Culture"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Memphis", "category": "car"}}, {"name": "search_hotel", "parameters": {"city": "Memphis", "has_pool": true}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_childcare_services": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H154", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-3516FFA9", "hotel_id": "H154", "room_id": "HR12563", "check_in_date": "2026-11-12", "check_out_date": "2026-11-16", "payment_method": "debit_card"}}, {"name": "get_attraction_details", "parameters": {"name": "Stax Museum of American Soul Music", "city": "Memphis"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-3516FFA9", "vehicle_id": "VEH-04FB1064", "start_date": "2026-11-12", "end_date": "2026-11-16", "primary_driver_name": "Sarah Rodriguez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/hotel_rental.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "hotel_rental-0", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Denver, that you need hotels with a pool, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a gym. In your next message, tell the assistant you only want rental cars with GPS. Decide you are still comparing options and do not make any booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_pool": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "hotel_rental-1", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Denver, that you want hotels with a business center, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a shuttle service. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-07-05 to 2026-07-10 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are insurance included, then book the lexicographically lowest vehicle ID for Sandra Sanchez from 2026-07-05 to 2026-07-10.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_business_center": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H081", "check_in_date": "2026-07-05", "check_out_date": "2026-07-10", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "hotel_id": "H081", "room_id": "HR6417", "check_in_date": "2026-07-05", "check_out_date": "2026-07-10", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "vehicle_id": "VEH-23C949E9", "start_date": "2026-07-05", "end_date": "2026-07-10", "primary_driver_name": "Sandra Sanchez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "hotel_rental-2", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Denver, that you want hotels with a spa, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have valet parking. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-07-18 to 2026-07-23 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are automatic transmission, then book the lexicographically lowest vehicle ID for Sandra Sanchez from 2026-07-18 to 2026-07-23. After both are booked, tell the assistant your trip plans have changed and you need to cancel the hotel reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_spa": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_valet_parking": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H081", "check_in_date": "2026-07-18", "check_out_date": "2026-07-23", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "hotel_id": "H081", "room_id": "HR6422", "check_in_date": "2026-07-18", "check_out_date": "2026-07-23", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "vehicle_id": "VEH-23C949E9", "start_date": "2026-07-18", "end_date": "2026-07-23", "primary_driver_name": "Sandra Sanchez", "has_drivers_license": true}}, {"name": "cancel_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "reservation_id": "RES-391BC635"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "hotel_rental-3", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Denver, that you want hotels with childcare services, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have EV charging. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-08-02 to 2026-08-08 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are pet-friendly, then book the lexicographically lowest vehicle ID for Sandra Sanchez from 2026-08-02 to 2026-08-08. After both are booked, tell the assistant you need to extend the car rental and ask to change the return date to 2026-08-12.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_childcare_services": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_electric_vehicle_charging": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H081", "check_in_date": "2026-08-02", "check_out_date": "2026-08-08", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "hotel_id": "H081", "room_id": "HR6418", "check_in_date": "2026-08-02", "check_out_date": "2026-08-08", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "vehicle_id": "VEH-23C949E9", "start_date": "2026-08-02", "end_date": "2026-08-08", "primary_driver_name": "Sandra Sanchez", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "reservation_id": "REN-CFC6EF1B", "new_end_date": "2026-08-12"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "hotel_rental-4", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-973C38E4\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Sanchez\",\n \"email\": \"sandra.sanchez5268@icloud.com\",\n \"city\": \"Huntington Beach\",\n \"state\": \"CA\",\n \"neighborhood\": \"Huntington Harbour\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1981-09-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Denver, that you want hotels with a gym, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have digital key access. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-08-15 to 2026-08-21 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are unlimited mileage, then book the lexicographically lowest vehicle ID for Sandra Sanchez from 2026-08-15 to 2026-08-21. After both are booked, tell the assistant you need to adjust the hotel dates - ask to change check-in to 2026-08-17 and check-out to 2026-08-23. After the hotel is confirmed, tell the assistant your plans changed and you want to cancel the car rental.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Denver", "has_gym": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Denver", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_digital_key": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H082", "check_in_date": "2026-08-15", "check_out_date": "2026-08-21", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "hotel_id": "H082", "room_id": "HR6513", "check_in_date": "2026-08-15", "check_out_date": "2026-08-21", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "vehicle_id": "VEH-24AB70F6", "start_date": "2026-08-15", "end_date": "2026-08-21", "primary_driver_name": "Sandra Sanchez", "has_drivers_license": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-973C38E4", "reservation_id": "RES-FB1F4D42", "new_check_in_date": "2026-08-17", "new_check_out_date": "2026-08-23"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-973C38E4", "reservation_id": "REN-7523075B"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "hotel_rental-5", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Nashville, that you want hotels with a spa, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that have digital key access. In your next message, tell the assistant you only want cars with automatic transmission. Decide you are still comparing options and do not make any booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_spa": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_digital_key": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "hotel_rental-6", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Nashville, that you want hotels with a shuttle service, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have valet parking. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-08-01 to 2026-08-06 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are GPS, then book the lexicographically lowest vehicle ID for Betty Jones from 2026-08-01 to 2026-08-06.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_shuttle_service": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_valet_parking": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H098", "check_in_date": "2026-08-01", "check_out_date": "2026-08-06", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "hotel_id": "H098", "room_id": "HR7927", "check_in_date": "2026-08-01", "check_out_date": "2026-08-06", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "vehicle_id": "VEH-21BD95E3", "start_date": "2026-08-01", "end_date": "2026-08-06", "primary_driver_name": "Betty Jones", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "hotel_rental-7", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Nashville, that you want hotels with a pool, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a gym. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-09-05 to 2026-09-10 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are pet-friendly, then book the lexicographically lowest vehicle ID for Betty Jones from 2026-09-05 to 2026-09-10. After both are booked, tell the assistant your trip plans have changed and you need to cancel the hotel reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_pool": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H098", "check_in_date": "2026-09-05", "check_out_date": "2026-09-10", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "hotel_id": "H098", "room_id": "HR7914", "check_in_date": "2026-09-05", "check_out_date": "2026-09-10", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "vehicle_id": "VEH-3286F970", "start_date": "2026-09-05", "end_date": "2026-09-10", "primary_driver_name": "Betty Jones", "has_drivers_license": true}}, {"name": "cancel_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "reservation_id": "RES-CA2DC63C"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "hotel_rental-8", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Nashville, that you want hotels with valet parking, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a business center. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-09-20 to 2026-09-26 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are insurance included, then book the lexicographically lowest vehicle ID for Betty Jones from 2026-09-20 to 2026-09-26. After both are booked, tell the assistant you need to extend the car rental and ask to change the return date to 2026-09-30.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_valet_parking": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_business_center": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H098", "check_in_date": "2026-09-20", "check_out_date": "2026-09-26", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "hotel_id": "H098", "room_id": "HR7914", "check_in_date": "2026-09-20", "check_out_date": "2026-09-26", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "vehicle_id": "VEH-3286F970", "start_date": "2026-09-20", "end_date": "2026-09-26", "primary_driver_name": "Betty Jones", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "reservation_id": "REN-4EA87520", "new_end_date": "2026-09-30"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "hotel_rental-9", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"hotel_payment_methods\": \"[\\\"credit_card\\\", \\\"debit_card\\\"]\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Nashville, that you want hotels with digital key access, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a shuttle service. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-10-03 to 2026-10-09 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are a child seat option, then book the lexicographically lowest vehicle ID for Betty Jones from 2026-10-03 to 2026-10-09. After both are booked, tell the assistant you need to adjust the hotel dates - ask to change check-in to 2026-10-06 and check-out to 2026-10-12. After the hotel is confirmed, tell the assistant your plans changed and you want to cancel the car rental.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Nashville", "has_digital_key": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Nashville", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H098", "check_in_date": "2026-10-03", "check_out_date": "2026-10-09", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "hotel_id": "H098", "room_id": "HR7912", "check_in_date": "2026-10-03", "check_out_date": "2026-10-09", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_child_seat_option": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "vehicle_id": "VEH-0C289C7A", "start_date": "2026-10-03", "end_date": "2026-10-09", "primary_driver_name": "Betty Jones", "has_drivers_license": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-73AA85E7", "reservation_id": "RES-45AE018F", "new_check_in_date": "2026-10-06", "new_check_out_date": "2026-10-12"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-73AA85E7", "reservation_id": "REN-B307431A"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "hotel_rental-10", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Charlotte, that you need hotels with a gym, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have EV charging. In your next message, tell the assistant you only want cars that have a child seat option. Decide you are still comparing options and do not make any booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Charlotte", "has_gym": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Charlotte", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_electric_vehicle_charging": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_child_seat_option": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "hotel_rental-11", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Charlotte, that you want hotels with pet-friendly, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a gym. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-09-12 to 2026-09-17 for 1 guest, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are GPS, then book the lexicographically lowest vehicle ID for Nancy Wilson from 2026-09-12 to 2026-09-17.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Charlotte", "is_pet_friendly": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Charlotte", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_gym": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H057", "check_in_date": "2026-09-12", "check_out_date": "2026-09-17", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "hotel_id": "H057", "room_id": "HR4463", "check_in_date": "2026-09-12", "check_out_date": "2026-09-17", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "vehicle_id": "VEH-196CA7C1", "start_date": "2026-09-12", "end_date": "2026-09-17", "primary_driver_name": "Nancy Wilson", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "hotel_rental-12", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Charlotte, that you want hotels with a pool, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have pet-friendly. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-09-25 to 2026-09-30 for 1 guest, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are unlimited mileage, then book the lexicographically lowest vehicle ID for Nancy Wilson from 2026-09-25 to 2026-09-30. After both are booked, tell the assistant your trip plans have changed and you need to cancel the hotel reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Charlotte", "has_pool": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Charlotte", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H057", "check_in_date": "2026-09-25", "check_out_date": "2026-09-30", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "hotel_id": "H057", "room_id": "HR4463", "check_in_date": "2026-09-25", "check_out_date": "2026-09-30", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "vehicle_id": "VEH-4701EE67", "start_date": "2026-09-25", "end_date": "2026-09-30", "primary_driver_name": "Nancy Wilson", "has_drivers_license": true}}, {"name": "cancel_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "reservation_id": "RES-3D2F30FD"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "hotel_rental-13", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Charlotte, that you want hotels with a business center, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have childcare services. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-10-08 to 2026-10-14 for 1 guest, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are automatic transmission, then book the lexicographically lowest vehicle ID for Nancy Wilson from 2026-10-08 to 2026-10-14. After both are booked, tell the assistant you need to extend the car rental and ask to change the return date to 2026-10-18.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Charlotte", "has_business_center": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Charlotte", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_childcare_services": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H060", "check_in_date": "2026-10-08", "check_out_date": "2026-10-14", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "hotel_id": "H060", "room_id": "HR4717", "check_in_date": "2026-10-08", "check_out_date": "2026-10-14", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "vehicle_id": "VEH-50EA1BF8", "start_date": "2026-10-08", "end_date": "2026-10-14", "primary_driver_name": "Nancy Wilson", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "reservation_id": "REN-43B4EE03", "new_end_date": "2026-10-18"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "hotel_rental-14", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-CADDA835\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Wilson\",\n \"email\": \"nancy.wilson614@outlook.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1995-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Charlotte, that you want hotels with childcare services, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have pet-friendly. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-10-20 to 2026-10-26 for 1 guest, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are pet-friendly, then book the lexicographically lowest vehicle ID for Nancy Wilson from 2026-10-20 to 2026-10-26. After both are booked, tell the assistant you need to adjust the hotel dates - ask to change check-in to 2026-10-22 and check-out to 2026-10-28. After the hotel is confirmed, tell the assistant your plans changed and you want to cancel the car rental.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Charlotte", "has_childcare_services": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Charlotte", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "is_pet_friendly": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H058", "check_in_date": "2026-10-20", "check_out_date": "2026-10-26", "occupancy": 1}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "hotel_id": "H058", "room_id": "HR4539", "check_in_date": "2026-10-20", "check_out_date": "2026-10-26", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "vehicle_id": "VEH-48AE59AE", "start_date": "2026-10-20", "end_date": "2026-10-26", "primary_driver_name": "Nancy Wilson", "has_drivers_license": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-CADDA835", "reservation_id": "RES-E030FC29", "new_check_in_date": "2026-10-22", "new_check_out_date": "2026-10-28"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-CADDA835", "reservation_id": "REN-BD254833"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "hotel_rental-15", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-4381D389\",\n \"first_name\": \"John\",\n \"last_name\": \"Brown\",\n \"email\": \"john.brown1645@gmail.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1980-10-20\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Phoenix, that you want hotels with valet parking, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a spa. In your next message, tell the assistant you only want cars with unlimited mileage. Decide you are still comparing options and do not make any booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_valet_parking": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_spa": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "hotel_rental-16", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-4381D389\",\n \"first_name\": \"John\",\n \"last_name\": \"Brown\",\n \"email\": \"john.brown1645@gmail.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1980-10-20\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Phoenix, that you want hotels with a spa, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a business center. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-10-20 to 2026-10-25 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are GPS, then book the lexicographically lowest vehicle ID for John Brown from 2026-10-20 to 2026-10-25.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_spa": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_business_center": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H016", "check_in_date": "2026-10-20", "check_out_date": "2026-10-25", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "hotel_id": "H016", "room_id": "HR1077", "check_in_date": "2026-10-20", "check_out_date": "2026-10-25", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "vehicle_id": "VEH-1D43BBB2", "start_date": "2026-10-20", "end_date": "2026-10-25", "primary_driver_name": "John Brown", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "hotel_rental-17", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-4381D389\",\n \"first_name\": \"John\",\n \"last_name\": \"Brown\",\n \"email\": \"john.brown1645@gmail.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1980-10-20\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Phoenix, that you want hotels with a business center, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have childcare services. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-11-01 to 2026-11-07 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are a child seat option, then book the lexicographically lowest vehicle ID for John Brown from 2026-11-01 to 2026-11-07. After both are booked, tell the assistant your trip plans have changed and you need to cancel the hotel reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_business_center": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_childcare_services": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H016", "check_in_date": "2026-11-01", "check_out_date": "2026-11-07", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "hotel_id": "H016", "room_id": "HR1091", "check_in_date": "2026-11-01", "check_out_date": "2026-11-07", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_child_seat_option": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "vehicle_id": "VEH-367E02BB", "start_date": "2026-11-01", "end_date": "2026-11-07", "primary_driver_name": "John Brown", "has_drivers_license": true}}, {"name": "cancel_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "reservation_id": "RES-73A46732"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "hotel_rental-18", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-4381D389\",\n \"first_name\": \"John\",\n \"last_name\": \"Brown\",\n \"email\": \"john.brown1645@gmail.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1980-10-20\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Phoenix, that you want hotels with digital key access, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have valet parking. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-11-14 to 2026-11-20 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are insurance included, then book the lexicographically lowest vehicle ID for John Brown from 2026-11-14 to 2026-11-20. After both are booked, tell the assistant you need to extend the car rental and ask to change the return date to 2026-11-24.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_digital_key": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_valet_parking": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H017", "check_in_date": "2026-11-14", "check_out_date": "2026-11-20", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "hotel_id": "H017", "room_id": "HR1134", "check_in_date": "2026-11-14", "check_out_date": "2026-11-20", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "vehicle_id": "VEH-1D43BBB2", "start_date": "2026-11-14", "end_date": "2026-11-20", "primary_driver_name": "John Brown", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "reservation_id": "REN-27CC7EEB", "new_end_date": "2026-11-24"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "hotel_rental-19", "domain": "hotel_rental", "user_template": "## PERSONA\nYou are a customer planning a trip who wants to book both a hotel stay and a rental vehicle for the same city.\n\n## USER\n{\n \"user_id\": \"USR-4381D389\",\n \"first_name\": \"John\",\n \"last_name\": \"Brown\",\n \"email\": \"john.brown1645@gmail.com\",\n \"city\": \"Santa Clara\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Clara\",\n \"hotel_payment_methods\": \"[\\\"debit_card\\\", \\\"credit_card\\\"]\",\n \"birthdate\": \"1980-10-20\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your opening message, tell the assistant you are planning a trip to Phoenix, that you want hotels with childcare services, and that you will also need a car rental there. Once the assistant shows results for both, tell it you only want hotels that also have a shuttle service. In your next message, select the hotel with the lexicographically lowest hotel_id, inquire about room availability for 2026-12-01 to 2026-12-06 for 2 guests, select the room with the lexicographically lowest room_id, and book it using credit card. After the hotel is booked, tell the assistant you only want cars that are automatic transmission, then book the lexicographically lowest vehicle ID for John Brown from 2026-12-01 to 2026-12-06. After both are booked, tell the assistant you need to adjust the hotel dates - ask to change check-in to 2026-12-03 and check-out to 2026-12-08. After the hotel is confirmed, tell the assistant your plans changed and you want to cancel the car rental.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_hotel", "parameters": {"city": "Phoenix", "has_childcare_services": true}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Phoenix", "category": "car"}}, {"name": "filter_hotel", "parameters": {"cache_key": "search_hotel_results_0", "has_shuttle_service": true}}, {"name": "get_hotel_room_inventory", "parameters": {"hotel_id": "H016", "check_in_date": "2026-12-01", "check_out_date": "2026-12-06", "occupancy": 2}}, {"name": "book_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "hotel_id": "H016", "room_id": "HR1101", "check_in_date": "2026-12-01", "check_out_date": "2026-12-06", "payment_method": "credit_card"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "vehicle_id": "VEH-367E02BB", "start_date": "2026-12-01", "end_date": "2026-12-06", "primary_driver_name": "John Brown", "has_drivers_license": true}}, {"name": "modify_hotel_reservation", "parameters": {"user_id": "USR-4381D389", "reservation_id": "RES-17AF2422", "new_check_in_date": "2026-12-03", "new_check_out_date": "2026-12-08"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-4381D389", "reservation_id": "REN-5C1A16D3"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/hotel_rental_food_bar.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
output_jsonl/kayak_rental.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "kayak_rental-0", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-50BA7EB5\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Lee\",\n \"email\": \"jessica.lee8766@gmail.com\",\n \"city\": \"Peoria\",\n \"state\": \"IL\",\n \"neighborhood\": \"Peoria Heights\",\n \"birthdate\": \"1988-06-28\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nYou want to start by broadly searching for kayak rentals in New Orleans. After receiving a list, you will ask the assistant to filter the results by vessel type SUP and a maximum price of 66.02 per hour. Finally, you will say you need to check with your friends and end the conversation without making a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "New Orleans"}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["SUP"], "price_per_hour": [0.0, 66.02], "cache_key": "search_kayak_rentals_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "kayak_rental-1", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-F84004A5\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"robert.gonzalez7911@yahoo.com\",\n \"city\": \"Portland\",\n \"state\": \"OR\",\n \"neighborhood\": \"Hawthorne District\",\n \"birthdate\": \"2001-05-23\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Diners Club\\\", \\\"American Express\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Interac\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"USDC\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nYou want to start by broadly searching for kayak rentals in Fargo. After receiving a list, you will ask the assistant to FILTER the results by specifying a Tandem and a maximum price of 54.25 per hour. Finally, you will say you need to check with your partner and end the conversation without making a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Fargo"}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["Tandem"], "price_per_hour": [0.0, 54.25], "cache_key": "search_kayak_rentals_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "kayak_rental-2", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-41C162F5\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Sanchez\",\n \"email\": \"barbara.sanchez1184@yahoo.com\",\n \"city\": \"Buckeye\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Tartesso\",\n \"birthdate\": \"1980-03-24\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"USDC\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Des Moines, then filter the results to only show Tandem kayaks priced up to 57.15 per hour, and finally indicate that you need to check with your partner and will not proceed to booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Des Moines"}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["Tandem"], "price_per_hour": [0.0, 57.15], "cache_key": "search_kayak_rentals_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "kayak_rental-3", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-1D6F2DDF\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Perez\",\n \"email\": \"linda.perez1058@gmail.com\",\n \"city\": \"Oceanside\",\n \"state\": \"CA\",\n \"neighborhood\": \"Mira Costa\",\n \"birthdate\": \"1997-07-01\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nI want to start by searching for kayak rentals in Grand Prairie. Once I get a list, please filter the results to only show Fishing Kayak kayaks priced at or below 79.03 per hour. After that I’ll need to check with my friends, so I won’t be making a reservation right now.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Grand Prairie"}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["Fishing Kayak"], "price_per_hour": [0.0, 79.03], "cache_key": "search_kayak_rentals_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "kayak_rental-4", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-61C99C07\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Ramirez\",\n \"email\": \"barbara.ramirez4971@icloud.com\",\n \"city\": \"Rancho Cucamonga\",\n \"state\": \"CA\",\n \"neighborhood\": \"Rancho Etiwanda\",\n \"birthdate\": \"2004-10-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Lowell. After receiving the list, filter the results to only include Fishing Kayak kayaks with a price per hour not exceeding 57.16. Then mention you need to check with your friends and end the conversation without making a reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Lowell"}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["Fishing Kayak"], "price_per_hour": [0.0, 57.16], "cache_key": "search_kayak_rentals_results_0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "kayak_rental-5", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-08450110\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Smith\",\n \"email\": \"thomas.smith2715@icloud.com\",\n \"city\": \"Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Downtown Charleston\",\n \"birthdate\": \"1960-01-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nSearch for highly rated (4.4) Fishing Kayak rentals in the Riverview neighborhood of Evansville. After receiving results, request the exact details (address, exact price) of the rental with ID KYK-23664. Conclude that the location is too far and abandon the process.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Evansville", "neighborhood": ["Riverview"], "vessel_type": ["Fishing Kayak"], "rating": [4.4, 5.0]}}, {"name": "get_rental_details", "parameters": {"rental_id": "KYK-23664"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "kayak_rental-6", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-08450110\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Smith\",\n \"email\": \"thomas.smith2715@icloud.com\",\n \"city\": \"Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Downtown Charleston\",\n \"birthdate\": \"1960-01-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\"\n}\n\n## GOAL\nSearch for highly rated (4.4) Fishing Kayak rentals in the Riverview neighborhood of Evansville. Conclude that the location is too far and abandon the process.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Evansville", "neighborhood": ["Riverview"], "vessel_type": ["Fishing Kayak"], "rating": [4.4, 5.0]}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "kayak_rental-7", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-FC3B062C\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Lopez\",\n \"email\": \"margaret.lopez7532@outlook.com\",\n \"city\": \"Everett\",\n \"state\": \"WA\",\n \"neighborhood\": \"Holly\",\n \"birthdate\": \"1999-04-28\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\"]}\"\n}\n\n## GOAL\nSearch for highly rated (3.5) Canoe rentals in the Cultural District of Fort Worth. After receiving the search results, ask for the exact details (address, exact price) of the business identified by KYK-39819. Conclude that the location is too far and abandon the process.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Fort Worth", "neighborhood": ["Cultural District"], "vessel_type": ["Canoe"], "rating": [3.5, 5.0]}}, {"name": "get_rental_details", "parameters": {"rental_id": "KYK-39819"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "kayak_rental-8", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-9EEC6320\",\n \"first_name\": \"James\",\n \"last_name\": \"Thomas\",\n \"email\": \"james.thomas6694@outlook.com\",\n \"city\": \"Manchester\",\n \"state\": \"NH\",\n \"neighborhood\": \"North End\",\n \"birthdate\": \"1979-10-15\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\"]}\"\n}\n\n## GOAL\nSearch for highly rated (3.7) Single (Sit-In) rentals in the Newport of Jersey City. After the assistant responds, ask for the exact details (address and price) of the rental with ID KYK-44036. Conclude that the location is too far and abandon.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Jersey City", "state": "NJ", "neighborhood": ["Newport"], "vessel_type": ["Single (Sit-In)"], "rating": [3.7, 5.0]}}, {"name": "get_rental_details", "parameters": {"rental_id": "KYK-44036"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "kayak_rental-9", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-52CDE8EE\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"nancy.rodriguez9533@icloud.com\",\n \"city\": \"Orange\",\n \"state\": \"CA\",\n \"neighborhood\": \"Old Towne\",\n \"birthdate\": \"1953-09-04\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"Discover\\\"]}\"\n}\n\n## GOAL\nSearch for highly rated (4.4) SUP rentals in the Five Points of Athens. After receiving the search results, ask for the exact details (address, exact price) of the business identified by KYK-28811. Decide the location is too far and abandon the interaction.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Athens", "neighborhood": ["Five Points"], "vessel_type": ["SUP"], "rating": [4.4, 5.0]}}, {"name": "get_rental_details", "parameters": {"rental_id": "KYK-28811"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "kayak_rental-10", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-EF0427DE\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Ramirez\",\n \"email\": \"sandra.ramirez3773@gmail.com\",\n \"city\": \"Denver\",\n \"state\": \"CO\",\n \"neighborhood\": \"Cherry Creek\",\n \"birthdate\": \"1993-03-16\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nFind a Single (Sit-on-Top) rental in Edinburg that costs under 23.98 per hour in one search, and immediately book the one at Cameron Park Shoreline Adventures for 2026-06-19 at 08:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Edinburg", "vessel_type": ["Single (Sit-on-Top)"], "price_per_hour": [0.0, 23.98]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-EF0427DE", "rental_id": "KYK-25164", "vessel_type": "Single (Sit-on-Top)", "date": "2026-06-19", "start_time": "08:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "kayak_rental-11", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-9C508A3B\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4165@outlook.com\",\n \"city\": \"St. Louis\",\n \"state\": \"MO\",\n \"neighborhood\": \"Downtown St. Louis\",\n \"birthdate\": \"1983-02-09\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"]}\"\n}\n\n## GOAL\nFind a Canoe kayak rental in San Mateo priced under 44.01 per hour and book the one at Bay Meadows Paddle Outpost for 2026-06-22 at 14:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "San Mateo", "vessel_type": ["Canoe"], "price_per_hour": [0.0, 44.01]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-9C508A3B", "rental_id": "KYK-21288", "vessel_type": "Canoe", "date": "2026-06-22", "start_time": "14:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "kayak_rental-12", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nSearch for Tandem rentals in Torrance. Once you get results, filter them down to only those in Old Town Torrance with a rating of at least 4.3 stars and a price under 33.78 per hour. Then immediately book the one at Old Town Torrance Currents Co. for 2026-06-18 at 11:00 for 3 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Torrance", "vessel_type": ["Tandem"]}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Old Town Torrance"], "vessel_type": ["Tandem"], "rating": [4.3, 5.0], "price_per_hour": [0.0, 33.78], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-752486EC", "rental_id": "KYK-33983", "vessel_type": "Tandem", "date": "2026-06-18", "start_time": "11:00", "duration": 3}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "kayak_rental-13", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-C66AA04C\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Hernandez\",\n \"email\": \"jessica.hernandez5639@gmail.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Whittier\",\n \"birthdate\": \"1994-04-02\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\", \\\"USDC\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nFind a SUP rental in Santa Ana under 66.34 per hour and immediately book the one at Downtown Santa Ana Aqua Hub for 2026-06-24 at 12:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Santa Ana", "vessel_type": ["SUP"], "price_per_hour": [0.0, 66.34]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-C66AA04C", "rental_id": "KYK-36098", "vessel_type": "SUP", "date": "2026-06-24", "start_time": "12:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "kayak_rental-14", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-6114334A\",\n \"first_name\": \"David\",\n \"last_name\": \"Davis\",\n \"email\": \"david.davis258@gmail.com\",\n \"city\": \"Mesa\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Red Mountain Ranch\",\n \"birthdate\": \"2007-04-13\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"Solana\\\", \\\"USDC\\\"]}\"\n}\n\n## GOAL\nSearch for SUP rentals in Houston. After getting the initial results, filter them to only show rentals in Montrose with a rating of at least 4.2 and a price under 61.51 per hour. Then immediately book the one at Montrose Currents Watersports for 2026-06-24 at 08:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Houston", "state": "TX", "neighborhood": ["Montrose"], "vessel_type": ["SUP"], "price_per_hour": [0.0, 61.51], "rating": [4.2, 5.0]}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Montrose"], "vessel_type": ["SUP"], "price_per_hour": [0.0, 61.51], "rating": [4.2, 5.0], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-6114334A", "rental_id": "KYK-20016", "vessel_type": "SUP", "date": "2026-06-24", "start_time": "08:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "kayak_rental-15", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-1CB6260F\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Jackson\",\n \"email\": \"sandra.jackson3708@gmail.com\",\n \"city\": \"Fresno\",\n \"state\": \"CA\",\n \"neighborhood\": \"Figarden\",\n \"birthdate\": \"1958-11-12\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"Mastercard\\\", \\\"Discover\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Virginia Beach. Once you get results, filter them down to Single (Sit-In) options that meet your fitness equipment criteria in Oceanfront with a rating of at least 3.8 and a price under 55.8 per hour. Book the one at Oceanfront Currents Watersports for a session.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Virginia Beach", "vessel_type": ["Single (Sit-In)"], "rating": [3.8, 5.0], "price_per_hour": [0.0, 55.8], "neighborhood": ["Oceanfront"]}}, {"name": "filter_kayak_rentals", "parameters": {"vessel_type": ["Single (Sit-In)"], "rating": [3.8, 5.0], "price_per_hour": [0.0, 55.8], "neighborhood": ["Oceanfront"], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-1CB6260F", "rental_id": "KYK-42588", "vessel_type": "Single (Sit-In)", "date": "2026-05-27", "start_time": "13:00", "duration": 1}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "kayak_rental-16", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-556B28F0\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin3222@yahoo.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Sam Hughes\",\n \"birthdate\": \"1967-03-02\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Meridian. After getting the initial results, filter them to only show Tandem options within a quiet neighborhood (Downtown Meridian) that meet your quality standards (4.7 stars) and are priced below 29.05 per hour. Book the one at Downtown Meridian Paddle Rentals for 2026-05-29 starting at 12:00 for 3 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Meridian"}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Downtown Meridian"], "vessel_type": ["Tandem"], "rating": [4.7, 5.0], "price_per_hour": [0.0, 29.05], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-556B28F0", "rental_id": "KYK-20851", "vessel_type": "Tandem", "date": "2026-05-29", "start_time": "12:00", "duration": 3}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "kayak_rental-17", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-ACC7B729\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Harris\",\n \"email\": \"richard.harris9175@yahoo.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Gunbarrel\",\n \"birthdate\": \"1956-04-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Discover\\\"]}\"\n}\n\n## GOAL\nFind a Canoe in Lubbock (preferably in Overton) with a rating of at least 4.9 and a price no more than 29.57 per hour. Book the one at Overton River Adventures for 2026-06-05 starting at 09:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Lubbock", "vessel_type": ["Canoe"], "rating": [4.9, 5.0], "price_per_hour": [0.0, 29.57], "neighborhood": ["Overton"]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-ACC7B729", "rental_id": "KYK-21678", "vessel_type": "Canoe", "date": "2026-06-05", "start_time": "09:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "kayak_rental-18", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-ECD3CE4A\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Martin\",\n \"email\": \"sarah.martin4652@yahoo.com\",\n \"city\": \"Tacoma\",\n \"state\": \"WA\",\n \"neighborhood\": \"Stadium District\",\n \"birthdate\": \"1989-04-20\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"USDC\\\", \\\"Litecoin\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Lowell. Once you get results, filter them to only show Single (Sit-In) options in Belvidere that meet your fitness training needs. Book the one at Belvidere Paddle Hub for 2026-05-31 starting at 08:00 for 2 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Lowell", "vessel_type": ["Single (Sit-In)"], "neighborhood": ["Belvidere"]}}, {"name": "filter_kayak_rentals", "parameters": {"rating": [3.2, 5.0], "price_per_hour": [0.0, 65.89], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-ECD3CE4A", "rental_id": "KYK-22364", "vessel_type": "Single (Sit-In)", "date": "2026-05-31", "start_time": "08:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "kayak_rental-19", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-0350B121\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Miller\",\n \"email\": \"sarah.miller772@outlook.com\",\n \"city\": \"Murrieta\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Murrieta\",\n \"birthdate\": \"1996-09-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Mastercard\\\", \\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\"]}\"\n}\n\n## GOAL\nFind the cheapest kayak in Palmdale (preferably in Downtown Palmdale) of type Single (Sit-on-Top) with a price_per_hour not exceeding 42.85 and a rating of at least 3.0. Book the one at Downtown Palmdale Aqua Co. for user USR-0350B121 on 2026-06-05 starting at 13:00 for 3 hour(s).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Palmdale", "neighborhood": ["Downtown Palmdale"], "vessel_type": ["Single (Sit-on-Top)"], "price_per_hour": [0.0, 42.85], "rating": [3.0, 5.0]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-0350B121", "rental_id": "KYK-44378", "vessel_type": "Single (Sit-on-Top)", "date": "2026-06-05", "start_time": "13:00", "duration": 3}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "kayak_rental-20", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-105A8C32\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson5255@yahoo.com\",\n \"city\": \"Odessa\",\n \"state\": \"TX\",\n \"neighborhood\": \"Village\",\n \"birthdate\": \"1992-11-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Interac\\\"]}\"\n}\n\n## GOAL\nFind a prestigious Canoe rental in El Cajon (preferably in Rancho San Diego) from the brand Rancho San Diego Aqua Rentals with a rating of at least 3.3 and price not exceeding 42.16 per hour, and ask for the request in one request. Book it for 2026-06-10 starting at 09:00 for an initial duration of 1 hours.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "El Cajon", "neighborhood": ["Rancho San Diego"], "vessel_type": ["Canoe"], "rating": [3.3, 5.0], "price_per_hour": [0.0, 42.16], "business_name": ["Rancho San Diego Aqua Rentals"]}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-105A8C32", "rental_id": "KYK-30477", "vessel_type": "Canoe", "date": "2026-06-10", "start_time": "09:00", "duration": 1}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "kayak_rental-21", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-C9FE6F8B\",\n \"first_name\": \"James\",\n \"last_name\": \"Robinson\",\n \"email\": \"james.robinson3357@icloud.com\",\n \"city\": \"Baton Rouge\",\n \"state\": \"LA\",\n \"neighborhood\": \"Old South Baton Rouge\",\n \"birthdate\": \"2006-09-30\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Interac\\\"]}\"\n}\n\n## GOAL\nSearch for Single (Sit-In) rentals in Greeley. After getting results, filter them to only show prestigious options from the brand Garden City Splash Outpost. Request the exact details (address, price, specs) for rental KYK-40847. Once satisfied, book it.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Greeley", "state": "CO", "neighborhood": ["Garden City"], "vessel_type": ["Single (Sit-In)"], "rating": [2.6, 5.0], "price_per_hour": [0.0, 84.13], "business_name": ["Garden City Splash Outpost"]}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Garden City"], "vessel_type": ["Single (Sit-In)"], "rating": [2.6, 5.0], "price_per_hour": [0.0, 84.13], "business_name": ["Garden City Splash Outpost"], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "get_rental_details", "parameters": {"rental_id": "KYK-40847"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-C9FE6F8B", "rental_id": "KYK-40847", "vessel_type": "Single (Sit-In)", "date": "2026-06-12", "start_time": "13:00", "duration": 2}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "kayak_rental-22", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-6F05A92E\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Jackson\",\n \"email\": \"nancy.jackson1596@yahoo.com\",\n \"city\": \"Conroe\",\n \"state\": \"TX\",\n \"neighborhood\": \"Woodforest\",\n \"birthdate\": \"1995-09-30\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Interac\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Hillsboro. After getting results, filter them to only show Canoe options within Tanasbourne at a price under 67.39 and rating above 3.8. Book the one at Tanasbourne Splash Hub.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Hillsboro", "neighborhood": ["Tanasbourne"], "vessel_type": ["Canoe"], "price_per_hour": [0.0, 67.39], "rating": [3.8, 5.0]}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Tanasbourne"], "vessel_type": ["Canoe"], "price_per_hour": [0.0, 67.39], "rating": [3.8, 5.0], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-6F05A92E", "rental_id": "KYK-21187", "vessel_type": "Canoe", "date": "2026-06-18", "start_time": "11:00", "duration": 1}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "kayak_rental-23", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-17F72617\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"Brown\",\n \"email\": \"joseph.brown4447@gmail.com\",\n \"city\": \"Stockton\",\n \"state\": \"CA\",\n \"neighborhood\": \"Pacific\",\n \"birthdate\": \"2007-12-01\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\"]}\"\n}\n\n## GOAL\nSearch for a fishing kayak rental in Davie, preferably in the quiet neighborhood Hollywood Lakes. Filter results to show only vessels of type Fishing Kayak with a rating of at least 4.4 and a price per hour no greater than 28.5. Select the rental with ID KYK-33046 and book it for user USR-17F72617 on 2026-05-29 starting at 09:00 for 1 hours. After the reservation is confirmed and you receive booking ID.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Davie", "neighborhood": ["Hollywood Lakes"], "vessel_type": ["Fishing Kayak"], "rating": [4.4, 5.0], "price_per_hour": [0.0, 28.5]}}, {"name": "filter_kayak_rentals", "parameters": {"neighborhood": ["Hollywood Lakes"], "vessel_type": ["Fishing Kayak"], "rating": [4.4, 5.0], "price_per_hour": [0.0, 28.5], "cache_key": "search_kayak_rentals_results_0"}}, {"name": "book_kayak_reservation", "parameters": {"user_id": "USR-17F72617", "rental_id": "KYK-33046", "vessel_type": "Fishing Kayak", "date": "2026-05-29", "start_time": "09:00", "duration": 1}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "kayak_rental-24", "domain": "kayak_rental", "user_template": "## PERSONA\nYou are a regular person who enjoys being outdoors and wants to go kayaking.\n\n## USER\n{\n \"user_id\": \"USR-73AA85E7\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Jones\",\n \"email\": \"betty.jones8185@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Columbia Heights\",\n \"birthdate\": \"1958-12-22\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"JCB\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\"\n}\n\n## GOAL\nSearch for kayak rentals in Newport News. And, say thank you and leave.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_kayak_rentals", "parameters": {"city": "Newport News"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/live_show.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
output_jsonl/live_show_food_dining.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
output_jsonl/vehicle_rental.jsonl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "vehicle_rental-0", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-76AAFA5C\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"sarah.gonzalez8005@icloud.com\",\n \"city\": \"Little Rock\",\n \"state\": \"AR\",\n \"neighborhood\": \"River Market District\",\n \"birthdate\": \"1986-06-06\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Cedar Rapids. After the assistant shows you the options, in your next message ask to see only the pet friendly ones. After the assistant shows you those, in your next message change your mind and ask to see cars with insurance included from the original search results instead. Decide you need to think about it and do not make a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Cedar Rapids", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "vehicle_rental-1", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-C6F22114\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Harris\",\n \"email\": \"susan.harris7849@icloud.com\",\n \"city\": \"Winston-Salem\",\n \"state\": \"NC\",\n \"neighborhood\": \"Buena Vista\",\n \"birthdate\": \"1997-10-30\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Ventura. After the assistant shows you the options, in your next message ask to narrow them down to only those with unlimited mileage. Decide you need to think about it and do not proceed with a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Ventura", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "vehicle_rental-2", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-19BBD5F9\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Garcia\",\n \"email\": \"linda.garcia5920@yahoo.com\",\n \"city\": \"Montgomery\",\n \"state\": \"AL\",\n \"neighborhood\": \"Capitol Heights\",\n \"birthdate\": \"1987-07-30\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Diners Club\\\", \\\"Visa\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Interac\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Bridgeport. After the assistant shows you the options, in your next message ask to see only the automatic ones. After the assistant shows you those, in your next message change your mind and ask to see pet friendly bikes from the original search results instead. Decide you need to think about it and do not make a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Bridgeport", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "vehicle_rental-3", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-0BEE2483\",\n \"first_name\": \"Margaret\",\n \"last_name\": \"Miller\",\n \"email\": \"margaret.miller1269@yahoo.com\",\n \"city\": \"Goodyear\",\n \"state\": \"AZ\",\n \"neighborhood\": \"Downtown Goodyear\",\n \"birthdate\": \"1953-10-26\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Gainesville. After the assistant shows you the options, in your next message ask to narrow them down to only those with a child seat option. Decide you need to think about it and do not make a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Gainesville", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_child_seat_option": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "vehicle_rental-4", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-3D193E7F\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Jackson\",\n \"email\": \"mary.jackson7118@outlook.com\",\n \"city\": \"Tucson\",\n \"state\": \"AZ\",\n \"neighborhood\": \"El Presidio San Agustín del Tucson\",\n \"birthdate\": \"1991-12-18\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Bitcoin\\\", \\\"USDC\\\", \\\"Litecoin\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for truck rentals in Mesa. After the assistant shows you the options, in your next message ask to see only the automatic ones. After the assistant shows you those, in your next message change your mind and ask to see pet friendly trucks from the original search results instead. Decide you need to think about it and do not make a booking.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Mesa", "category": "truck"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "vehicle_rental-5", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-752486EC\",\n \"first_name\": \"Thomas\",\n \"last_name\": \"Lee\",\n \"email\": \"thomas.lee1924@gmail.com\",\n \"city\": \"Akron\",\n \"state\": \"OH\",\n \"neighborhood\": \"West Hill\",\n \"birthdate\": \"1978-08-08\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Maestro\\\", \\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Charleston. After the assistant shows you the options, in your next message ask to see only the ones with GPS. After the assistant shows you those, in your next message change your mind - unlimited mileage matters more for the long road trip. Ask to see cars with unlimited mileage from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-15 to 2026-06-26 under the name Mary Harris.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Charleston", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-752486EC", "start_date": "2026-06-15", "end_date": "2026-06-26", "primary_driver_name": "Thomas Lee", "has_drivers_license": true, "vehicle_id": "VEH-31E8A11F"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "vehicle_rental-6", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-067C983B\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Thompson\",\n \"email\": \"karen.thompson5735@outlook.com\",\n \"city\": \"Nashville\",\n \"state\": \"TN\",\n \"neighborhood\": \"Downtown Nashville\",\n \"birthdate\": \"2006-03-14\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"Visa\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Spokane Valley. After the assistant shows you the options, in your next message ask to see only the pet friendly ones. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-16 to 2026-06-21 under your name Karen Thompson.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Spokane Valley", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-067C983B", "vehicle_id": "VEH-343F4857", "primary_driver_name": "Karen Thompson", "start_date": "2026-06-16", "end_date": "2026-06-21", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "vehicle_rental-7", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-77DB14E4\",\n \"first_name\": \"William\",\n \"last_name\": \"Jackson\",\n \"email\": \"william.jackson1779@gmail.com\",\n \"city\": \"Dearborn\",\n \"state\": \"MI\",\n \"neighborhood\": \"Southwest Dearborn\",\n \"birthdate\": \"1961-10-25\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"JCB\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Plano. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-14 to 2026-06-28 under the driver name Richard Thompson.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Plano", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-77DB14E4", "start_date": "2026-06-14", "end_date": "2026-06-28", "primary_driver_name": "William Jackson", "has_drivers_license": true, "vehicle_id": "VEH-0ECA8F35"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "vehicle_rental-8", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-08065962\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"White\",\n \"email\": \"nancy.white6612@gmail.com\",\n \"city\": \"Denton\",\n \"state\": \"TX\",\n \"neighborhood\": \"Downtown Denton\",\n \"birthdate\": \"1969-04-13\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Litecoin\\\", \\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Toledo. After the assistant shows you the options, in your next message ask to see only those with insurance included. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-17 to 2026-06-24 under your name Nancy White.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Toledo", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-08065962", "vehicle_id": "VEH-14CBD54C", "primary_driver_name": "Nancy White", "start_date": "2026-06-17", "end_date": "2026-06-24", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "vehicle_rental-9", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-C1DEF8E3\",\n \"first_name\": \"Karen\",\n \"last_name\": \"White\",\n \"email\": \"karen.white4445@icloud.com\",\n \"city\": \"Mobile\",\n \"state\": \"AL\",\n \"neighborhood\": \"Spring Hill\",\n \"birthdate\": \"1964-10-19\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for truck rentals in Jurupa Valley. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-13 to 2026-06-24 under the name Karen White, confirming you have a valid driver's license.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Jurupa Valley", "category": "truck"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-C1DEF8E3", "start_date": "2026-06-13", "end_date": "2026-06-24", "primary_driver_name": "Karen White", "has_drivers_license": true, "vehicle_id": "VEH-0DDC2CF2"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "vehicle_rental-10", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-ACC7B729\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Harris\",\n \"email\": \"richard.harris9175@yahoo.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Gunbarrel\",\n \"birthdate\": \"1956-04-11\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Discover\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Orange. After the assistant shows you the options, in your next message ask to see only the automatic ones. After the assistant shows you those, in your next message change your mind - you need a pet friendly car so you can bring your dog. Ask to see pet friendly cars from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-19 to 2026-06-28 under your name Richard Harris. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-10 through 2026-07-24.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Orange", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-ACC7B729", "start_date": "2026-06-19", "end_date": "2026-06-28", "primary_driver_name": "Richard Harris", "has_drivers_license": true, "vehicle_id": "VEH-022B30AD"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-ACC7B729", "reservation_id": "REN-3C8E3888", "new_start_date": "2026-07-10", "new_end_date": "2026-07-24"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "vehicle_rental-11", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-8A0701DC\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Davis\",\n \"email\": \"betty.davis7012@gmail.com\",\n \"city\": \"Charlotte\",\n \"state\": \"NC\",\n \"neighborhood\": \"Plaza Midwood\",\n \"birthdate\": \"1996-10-11\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"USDC\\\", \\\"Litecoin\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Joliet. After the assistant shows you the options, in your next message ask to see only the ones with GPS. After the assistant shows you those, in your next message change your mind - insurance included matters more for peace of mind. Ask to see cars with insurance included from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-14 to 2026-06-24 under the name John Moore. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-15 through 2026-07-27.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Joliet", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-8A0701DC", "start_date": "2026-06-14", "end_date": "2026-06-24", "primary_driver_name": "Betty Davis", "has_drivers_license": true, "vehicle_id": "VEH-6FFCD162"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-8A0701DC", "reservation_id": "REN-1AF73E87", "new_start_date": "2026-07-15", "new_end_date": "2026-07-27"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "vehicle_rental-12", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-F7316CC6\",\n \"first_name\": \"Anthony\",\n \"last_name\": \"Lopez\",\n \"email\": \"anthony.lopez7210@gmail.com\",\n \"city\": \"Lynn\",\n \"state\": \"MA\",\n \"neighborhood\": \"West Lynn\",\n \"birthdate\": \"1972-05-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Providence. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those, in your next message change your mind - pet friendly is more important so you can bring your dog on trail rides. Ask to see pet friendly bikes from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-12 to 2026-06-24 under the primary driver name Anthony Lopez. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-14 through 2026-07-24.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Providence", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-F7316CC6", "start_date": "2026-06-12", "end_date": "2026-06-24", "primary_driver_name": "Anthony Lopez", "has_drivers_license": true, "vehicle_id": "VEH-01132BB4"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-F7316CC6", "reservation_id": "REN-F7A32A59", "new_start_date": "2026-07-14", "new_end_date": "2026-07-24"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "vehicle_rental-13", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-B2D3F3B1\",\n \"first_name\": \"Sandra\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"sandra.rodriguez1635@yahoo.com\",\n \"city\": \"Salt Lake City\",\n \"state\": \"UT\",\n \"neighborhood\": \"Marmalade District\",\n \"birthdate\": \"2002-10-09\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in San Jose. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-11 to 2026-06-26 under your name David Johnson. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-14 through 2026-07-26.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "San Jose", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "start_date": "2026-06-11", "end_date": "2026-06-26", "primary_driver_name": "Sandra Rodriguez", "has_drivers_license": true, "vehicle_id": "VEH-15761FCE"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-B2D3F3B1", "reservation_id": "REN-AAB2A29D", "new_start_date": "2026-07-14", "new_end_date": "2026-07-26"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "vehicle_rental-14", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-9797478C\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"Garcia\",\n \"email\": \"lisa.garcia3541@yahoo.com\",\n \"city\": \"Tampa\",\n \"state\": \"FL\",\n \"neighborhood\": \"Ybor City\",\n \"birthdate\": \"1962-05-07\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Diners Club\\\", \\\"American Express\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for truck rentals in Menifee. After the assistant shows you the options, in your next message ask to filter to only those with automatic transmission. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-15 to 2026-06-27 under your name Lisa Garcia. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-16 through 2026-07-25.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Menifee", "category": "truck"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-9797478C", "start_date": "2026-06-15", "end_date": "2026-06-27", "primary_driver_name": "Lisa Garcia", "has_drivers_license": true, "vehicle_id": "VEH-343235BF"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-9797478C", "reservation_id": "REN-09C02353", "new_start_date": "2026-07-16", "new_end_date": "2026-07-25"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "vehicle_rental-15", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-20999542\",\n \"first_name\": \"Elizabeth\",\n \"last_name\": \"Smith\",\n \"email\": \"elizabeth.smith5414@gmail.com\",\n \"city\": \"Elk Grove\",\n \"state\": \"CA\",\n \"neighborhood\": \"Sheldon\",\n \"birthdate\": \"1963-04-23\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for classic car rentals in Columbia. After the assistant shows you the options, in your next message ask to filter to only the pet friendly ones. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-11 to 2026-06-22 under your name Elizabeth Smith. Once the assistant confirms the booking, in your next message ask to modify the reservation to new dates 2026-07-10 through 2026-07-22.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Columbia", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true, "price_tier": "classic"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-20999542", "start_date": "2026-06-11", "end_date": "2026-06-22", "primary_driver_name": "Elizabeth Smith", "has_drivers_license": true, "vehicle_id": "VEH-039AA287"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-20999542", "reservation_id": "REN-5C730376", "new_start_date": "2026-07-10", "new_end_date": "2026-07-22"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "vehicle_rental-16", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-C9FE6F8B\",\n \"first_name\": \"James\",\n \"last_name\": \"Robinson\",\n \"email\": \"james.robinson3357@icloud.com\",\n \"city\": \"Baton Rouge\",\n \"state\": \"LA\",\n \"neighborhood\": \"Old South Baton Rouge\",\n \"birthdate\": \"2006-09-30\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Interac\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for basic car rentals in Indianapolis. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those, in your next message change your mind - unlimited mileage is more important for the multi-day trip. Ask to see cars with unlimited mileage from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-18 to 2026-06-21 under your name Margaret Lewis. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-10 through 2026-07-15.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Indianapolis", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-C9FE6F8B", "start_date": "2026-06-18", "end_date": "2026-06-21", "primary_driver_name": "James Robinson", "has_drivers_license": true, "vehicle_id": "VEH-715B973C"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-C9FE6F8B", "reservation_id": "REN-C08B4705", "new_start_date": "2026-07-10", "new_end_date": "2026-07-15"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "vehicle_rental-17", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-105A8C32\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson5255@yahoo.com\",\n \"city\": \"Odessa\",\n \"state\": \"TX\",\n \"neighborhood\": \"Village\",\n \"birthdate\": \"1992-11-04\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Interac\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for basic bike rentals in Gilbert. After the assistant shows you the options, in your next message ask to filter to only those with GPS. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-18 to 2026-06-27 under your name Robert Thompson. Once the assistant confirms the booking, in your next message ask to modify the vehicle to a convertible and change the dates to 2026-07-17 through 2026-07-22.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Gilbert", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_gps": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-105A8C32", "start_date": "2026-06-18", "end_date": "2026-06-27", "primary_driver_name": "Robert Thompson", "has_drivers_license": true, "vehicle_id": "VEH-1BF5ED99"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-105A8C32", "reservation_id": "REN-E574D111", "new_start_date": "2026-07-17", "new_end_date": "2026-07-22"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "vehicle_rental-18", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-C2D88816\",\n \"first_name\": \"William\",\n \"last_name\": \"Miller\",\n \"email\": \"william.miller7459@outlook.com\",\n \"city\": \"Chicago\",\n \"state\": \"IL\",\n \"neighborhood\": \"Bucktown\",\n \"birthdate\": \"1990-06-20\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Maestro\\\", \\\"Mastercard Debit\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for basic bike rentals in Tempe. After the assistant shows you the options, in your next message ask to filter to only the automatic ones. After the assistant shows you those, in your next message change your mind - insurance included is more important before committing. Ask to see bikes with insurance included from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-14 to 2026-06-25 under the name Linda Perez. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-17 through 2026-07-25.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Tempe", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-C2D88816", "start_date": "2026-06-14", "end_date": "2026-06-25", "primary_driver_name": "William Miller", "has_drivers_license": true, "vehicle_id": "VEH-2AEAC226"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-C2D88816", "reservation_id": "REN-7576E02A", "new_start_date": "2026-07-17", "new_end_date": "2026-07-25"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "vehicle_rental-19", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-2B4E3029\",\n \"first_name\": \"Betty\",\n \"last_name\": \"Sanchez\",\n \"email\": \"betty.sanchez4019@outlook.com\",\n \"city\": \"Abilene\",\n \"state\": \"TX\",\n \"neighborhood\": \"West Abilene\",\n \"birthdate\": \"2003-08-29\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Mastercard\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Interac\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for truck rentals in Goodyear. After the assistant shows you the options, in your next message ask to see only the pet friendly ones. After the assistant shows you those, in your next message change your mind - unlimited mileage is actually more important for the haul. Ask to see trucks with unlimited mileage from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-11 to 2026-06-26 under your name Betty Sanchez. Once the assistant confirms the booking, in your next message ask to change the dates to 2026-07-20 through 2026-07-22.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Goodyear", "category": "truck"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-2B4E3029", "start_date": "2026-06-11", "end_date": "2026-06-26", "primary_driver_name": "Betty Sanchez", "has_drivers_license": true, "vehicle_id": "VEH-090C54B6"}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-2B4E3029", "reservation_id": "REN-9DFFB23A", "new_start_date": "2026-07-20", "new_end_date": "2026-07-22"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
21
+ {"id": "vehicle_rental-20", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-5DB74A3D\",\n \"first_name\": \"Susan\",\n \"last_name\": \"Jackson\",\n \"email\": \"susan.jackson2571@yahoo.com\",\n \"city\": \"Waco\",\n \"state\": \"TX\",\n \"neighborhood\": \"Baylor University Area\",\n \"birthdate\": \"1967-10-13\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Elk Grove. After the assistant shows you the options, in your next message ask to filter to only those with a child seat option. After the assistant shows you those, in your next message change your mind - pet friendly is actually more important. Ask to see pet friendly cars from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-16 to 2026-06-24 under your name Susan Jackson. Once the assistant confirms the booking, in your next message cite a family emergency as the reason and ask to cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Elk Grove", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_child_seat_option": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-5DB74A3D", "start_date": "2026-06-16", "end_date": "2026-06-24", "primary_driver_name": "Susan Jackson", "has_drivers_license": true, "vehicle_id": "VEH-15EB0D38"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-5DB74A3D", "reservation_id": "REN-66F75E13"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
22
+ {"id": "vehicle_rental-21", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-F94D2D53\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Martinez\",\n \"email\": \"mary.martinez6138@outlook.com\",\n \"city\": \"Centennial\",\n \"state\": \"CO\",\n \"neighborhood\": \"Eagle Ridge\",\n \"birthdate\": \"1997-03-25\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Ethereum\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for car rentals in Visalia. After the assistant shows you the options, in your next message ask to see only those with unlimited mileage. After the assistant shows you those, in your next message change your mind - automatic transmission is more important for the long drive. Ask to see automatic cars from the original search results instead. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-15 to 2026-06-22 under your name Mary Martinez. Once the assistant confirms the booking, in your next message explain that your plans have changed and ask to cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Visalia", "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_unlimited_mileage": true}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "is_automatic": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-F94D2D53", "start_date": "2026-06-15", "end_date": "2026-06-22", "primary_driver_name": "Mary Martinez", "has_drivers_license": true, "vehicle_id": "VEH-9726E55A"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-F94D2D53", "reservation_id": "REN-2D24750C"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
23
+ {"id": "vehicle_rental-22", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-4BB0EEF4\",\n \"first_name\": \"Mary\",\n \"last_name\": \"Ramirez\",\n \"email\": \"mary.ramirez3215@outlook.com\",\n \"city\": \"Cincinnati\",\n \"state\": \"OH\",\n \"neighborhood\": \"Mount Adams\",\n \"birthdate\": \"1954-12-19\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Lee's Summit and ask to see only Trek bikes with insurance included. After the assistant shows you the options, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-20 to 2026-06-21 under your name Mary Ramirez. Once the assistant confirms the booking, in your next message explain that your plans have changed and ask to cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Lee's Summit", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "make": ["Trek"], "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4BB0EEF4", "start_date": "2026-06-20", "end_date": "2026-06-21", "primary_driver_name": "Mary Ramirez", "has_drivers_license": true, "vehicle_id": "VEH-BE3327E4"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-4BB0EEF4", "reservation_id": "REN-59B75C21"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
24
+ {"id": "vehicle_rental-23", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-DD8B8490\",\n \"first_name\": \"Karen\",\n \"last_name\": \"Taylor\",\n \"email\": \"karen.taylor7757@yahoo.com\",\n \"city\": \"Palm Coast\",\n \"state\": \"FL\",\n \"neighborhood\": \"Palm Harbor\",\n \"birthdate\": \"1975-10-17\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Visa\\\", \\\"Discover\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for bike rentals in Thousand Oaks and ask to see only Merida bikes. After the assistant shows you those results, in your next message ask to also filter to only the pet friendly ones. After the assistant shows you those, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-12 to 2026-06-27 under your name Karen Taylor. Once the assistant confirms the booking, in your next message explain that you found a better option and ask to cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Thousand Oaks", "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "make": ["Merida"]}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "make": ["Merida"], "is_pet_friendly": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-DD8B8490", "start_date": "2026-06-12", "end_date": "2026-06-27", "primary_driver_name": "Karen Taylor", "has_drivers_license": true, "vehicle_id": "VEH-3B5F3343"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-DD8B8490", "reservation_id": "REN-6B98C8C0"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
25
+ {"id": "vehicle_rental-24", "domain": "vehicle_rental", "user_template": "## PERSONA\nYou are a customer looking for a convenient and reliable online vehicle rental service to book a vehicle rental.\n\n## USER\n{\n \"user_id\": \"USR-5D7D6AEF\",\n \"first_name\": \"Nancy\",\n \"last_name\": \"Lewis\",\n \"email\": \"nancy.lewis522@yahoo.com\",\n \"city\": \"San Antonio\",\n \"state\": \"TX\",\n \"neighborhood\": \"Alamo Heights\",\n \"birthdate\": \"1947-02-27\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Visa Debit\\\", \\\"Interac\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"Solana\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": true\n}\n## GOAL\nIn your first message, tell the assistant you are looking for truck rentals in Topeka. After the assistant shows you the options, in your next message ask to filter to only Freightbrook trucks with insurance included. After the assistant shows you those results, in your next message book the one with the lexicographically lowest vehicle ID from 2026-06-14 to 2026-06-27 under your name Nancy Lewis. Once the assistant confirms the booking, in your next message cite a family emergency as the reason and ask to cancel the reservation.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_vehicle_rentals", "parameters": {"city": "Topeka", "category": "truck"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true, "make": ["Freightbrook"]}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-5D7D6AEF", "start_date": "2026-06-14", "end_date": "2026-06-27", "primary_driver_name": "Nancy Lewis", "has_drivers_license": true, "vehicle_id": "VEH-1F1357AB"}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-5D7D6AEF", "reservation_id": "REN-82CEF59F"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
output_jsonl/vehicle_rental_attraction.jsonl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "vehicle_rental_attraction-0", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-73565C8A\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"White\",\n \"email\": \"joseph.white5591@gmail.com\",\n \"city\": \"Yonkers\",\n \"state\": \"NY\",\n \"neighborhood\": \"Park Hill\",\n \"birthdate\": \"2002-12-06\",\n \"address\": \"2880 Maple Dr, Yonkers, NY 10564\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"JCB\\\", \\\"Mastercard\\\", \\\"Visa\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"QuickShift:gold;DriveMax:silver\",\n \"rental_preferred_payment\": \"Mastercard\",\n \"rental_signup_date\": \"2026-03-19\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Tulsa.\n2. After seeing the attractions, search for truck rentals in Tulsa that have GPS.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-08-10 to 2025-08-13 under Joseph White.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Tulsa", "attraction_type": "Culture"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Tulsa", "has_gps": true, "category": "truck"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-73565C8A", "vehicle_id": "VEH-197316EB", "start_date": "2025-08-10", "end_date": "2025-08-13", "primary_driver_name": "Joseph White", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
2
+ {"id": "vehicle_rental_attraction-1", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-2DAD1395\",\n \"first_name\": \"Richard\",\n \"last_name\": \"Martin\",\n \"email\": \"richard.martin9077@gmail.com\",\n \"city\": \"Santa Rosa\",\n \"state\": \"CA\",\n \"neighborhood\": \"Cherry Street District\",\n \"birthdate\": \"1960-07-02\",\n \"address\": \"2951 Spring St, Santa Rosa, CA 95930\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\"], \\\"cryptocurrencies\\\": [\\\"USDC\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Heavy Haul:none;Roamster:none\",\n \"rental_preferred_payment\": \"Mastercard\",\n \"rental_signup_date\": \"2025-01-04\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Saint Paul.\n2. After seeing the attractions, search for car rentals in Saint Paul that have tow hitch.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-06-08 to 2025-06-10 under Richard Martin.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Saint Paul", "attraction_type": "Culture"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Saint Paul", "has_tow_hitch": true, "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-2DAD1395", "vehicle_id": "VEH-059F2EF8", "start_date": "2025-06-08", "end_date": "2025-06-10", "primary_driver_name": "Richard Martin", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
3
+ {"id": "vehicle_rental_attraction-2", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-9DDFB327\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Thompson\",\n \"email\": \"robert.thompson2470@yahoo.com\",\n \"city\": \"Everett\",\n \"state\": \"WA\",\n \"neighborhood\": \"Holly\",\n \"birthdate\": \"1997-01-02\",\n \"address\": \"1224 Forest Dr, Everett, WA 98439\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Discover\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\", \\\"Maestro\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Swift Haulers:platinum;TrailBikes:platinum;Bikeify:silver\",\n \"rental_preferred_payment\": \"Diners Club\",\n \"rental_signup_date\": \"2025-03-15\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for art attractions in Stockton.\n2. After seeing the attractions, search for truck rentals in Stockton that have pet friendly.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-11-14 to 2025-11-21 under Robert Thompson.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Stockton", "attraction_type": "Art"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Stockton", "is_pet_friendly": true, "category": "truck"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-9DDFB327", "vehicle_id": "VEH-1777B524", "start_date": "2025-11-14", "end_date": "2025-11-21", "primary_driver_name": "Robert Thompson", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
4
+ {"id": "vehicle_rental_attraction-3", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-49D55818\",\n \"first_name\": \"Joseph\",\n \"last_name\": \"White\",\n \"email\": \"joseph.white4716@yahoo.com\",\n \"city\": \"Hollywood\",\n \"state\": \"FL\",\n \"neighborhood\": \"Hollywood Beach\",\n \"birthdate\": \"1988-11-25\",\n \"address\": \"1991 Cedar Ln, Hollywood, FL 33546\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Mastercard\\\", \\\"Discover\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"VanForce:none\",\n \"rental_preferred_payment\": \"Mastercard\",\n \"rental_signup_date\": \"2025-12-20\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in New York.\n2. After seeing the attractions, search for truck rentals in New York that have wheelchair accessible.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-08-11 to 2025-08-13 under Joseph White.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "New York", "attraction_type": "Historical"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "New York", "is_wheelchair_accessible": true, "category": "truck"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-49D55818", "vehicle_id": "VEH-032589BC", "start_date": "2025-08-11", "end_date": "2025-08-13", "primary_driver_name": "Joseph White", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
5
+ {"id": "vehicle_rental_attraction-4", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-4B30E235\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Robinson\",\n \"email\": \"sarah.robinson2544@outlook.com\",\n \"city\": \"Raleigh\",\n \"state\": \"NC\",\n \"neighborhood\": \"Glenwood-Brooklyn\",\n \"birthdate\": \"1974-07-12\",\n \"address\": \"7927 Cedar Ln, Raleigh, NC 27207\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Visa\\\", \\\"Discover\\\", \\\"Mastercard\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Interac\\\", \\\"Visa Debit\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"CycleHaven:silver;DriveMax:gold\",\n \"rental_preferred_payment\": \"Interac\",\n \"rental_signup_date\": \"2025-02-17\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Fresno.\n2. After seeing the attractions, search for car rentals in Fresno that have automatic transmission.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-09-06 to 2025-09-08 under Sarah Robinson.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Fresno", "attraction_type": "Social"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Fresno", "is_automatic": true, "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-4B30E235", "vehicle_id": "VEH-03468CBB", "start_date": "2025-09-06", "end_date": "2025-09-08", "primary_driver_name": "Sarah Robinson", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
6
+ {"id": "vehicle_rental_attraction-5", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-AA81554E\",\n \"first_name\": \"Charles\",\n \"last_name\": \"Jackson\",\n \"email\": \"charles.jackson6997@gmail.com\",\n \"city\": \"Milwaukee\",\n \"state\": \"WI\",\n \"neighborhood\": \"Downtown Milwaukee\",\n \"birthdate\": \"1966-02-14\",\n \"address\": \"343 Lincoln Ave, Milwaukee, WI 53489\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Visa\\\", \\\"Diners Club\\\", \\\"Mastercard\\\"], \\\"debit_cards\\\": [\\\"Interac\\\", \\\"Visa Debit\\\", \\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Pedalio:none;BlazeLine:platinum;Carpoolz:platinum\",\n \"rental_preferred_payment\": \"Visa\",\n \"rental_signup_date\": \"2024-07-08\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Lubbock.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. Once you have the filtered attractions, search for car rentals in Lubbock that have wheelchair accessible.\n4. After seeing the rental list, narrow it down to those that also have insurance included.\n5. Choose the vehicle with the alphabetically lowest ID and book it from 2025-09-05 to 2025-09-07 under Charles Jackson.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Lubbock", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Lubbock", "is_wheelchair_accessible": true, "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-AA81554E", "vehicle_id": "VEH-48B3FC42", "start_date": "2025-09-05", "end_date": "2025-09-07", "primary_driver_name": "Charles Jackson", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
7
+ {"id": "vehicle_rental_attraction-6", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-2F360C71\",\n \"first_name\": \"Matthew\",\n \"last_name\": \"Hernandez\",\n \"email\": \"matthew.hernandez2514@gmail.com\",\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"neighborhood\": \"Dupont Circle\",\n \"birthdate\": \"1975-01-28\",\n \"address\": \"1630 Lake Rd, Washington, DC 20608\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Visa Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Bikenture:platinum;Velocity Van Co.:silver;Pedalio:silver\",\n \"rental_preferred_payment\": \"Bitcoin\",\n \"rental_signup_date\": \"2025-01-09\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Kansas City.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. Once you have the filtered attractions, search for car rentals in Kansas City that have pet friendly.\n4. After seeing the rental list, narrow it down to those that also have tow hitch.\n5. Choose the vehicle with the alphabetically lowest ID and book it from 2025-06-12 to 2025-06-19 under Matthew Hernandez.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Kansas City", "attraction_type": "Social"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Kansas City", "is_pet_friendly": true, "category": "car"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_tow_hitch": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-2F360C71", "vehicle_id": "VEH-0667A737", "start_date": "2025-06-12", "end_date": "2025-06-19", "primary_driver_name": "Matthew Hernandez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
8
+ {"id": "vehicle_rental_attraction-7", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-61C99C07\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Ramirez\",\n \"email\": \"barbara.ramirez4971@icloud.com\",\n \"city\": \"Rancho Cucamonga\",\n \"state\": \"CA\",\n \"neighborhood\": \"Rancho Etiwanda\",\n \"birthdate\": \"2004-10-11\",\n \"address\": \"1495 Lake Rd, Rancho Cucamonga, CA 92940\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"Visa\\\"], \\\"debit_cards\\\": [\\\"Mastercard Debit\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Maven:silver;Europcar:gold\",\n \"rental_preferred_payment\": \"Bitcoin\",\n \"rental_signup_date\": \"2025-03-07\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Kansas City.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.0.\n3. Once you have the filtered attractions, search for bike rentals in Kansas City that have automatic transmission.\n4. After seeing the rental list, narrow it down to those that also have insurance included.\n5. Choose the vehicle with the alphabetically lowest ID and book it from 2025-09-25 to 2025-10-02 under Barbara Ramirez.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Kansas City", "attraction_type": "Culture"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Kansas City", "is_automatic": true, "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_insurance_included": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-61C99C07", "vehicle_id": "VEH-48BAB121", "start_date": "2025-09-25", "end_date": "2025-10-02", "primary_driver_name": "Barbara Ramirez", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
9
+ {"id": "vehicle_rental_attraction-8", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-71064A1E\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Garcia\",\n \"email\": \"jessica.garcia8789@gmail.com\",\n \"city\": \"St. George\",\n \"state\": \"UT\",\n \"neighborhood\": \"Sunbrook\",\n \"birthdate\": \"2002-05-08\",\n \"address\": \"2604 Lincoln Ave, St. George, UT 84364\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"Visa\\\", \\\"JCB\\\", \\\"Mastercard\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Carluxx:none\",\n \"rental_preferred_payment\": \"Mastercard\",\n \"rental_signup_date\": \"2025-10-04\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Dallas.\n2. After seeing the results, narrow them down to those with a minimum rating of 3.5.\n3. Once you have the filtered attractions, search for bike rentals in Dallas that have pet friendly.\n4. After seeing the rental list, narrow it down to those that also have tow hitch.\n5. Choose the vehicle with the alphabetically lowest ID and book it from 2025-11-27 to 2025-12-04 under Jessica Garcia.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Dallas", "attraction_type": "Social"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.5}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Dallas", "is_pet_friendly": true, "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_tow_hitch": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-71064A1E", "vehicle_id": "VEH-36D8C0EA", "start_date": "2025-11-27", "end_date": "2025-12-04", "primary_driver_name": "Jessica Garcia", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
10
+ {"id": "vehicle_rental_attraction-9", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-A0399742\",\n \"first_name\": \"Daniel\",\n \"last_name\": \"Martin\",\n \"email\": \"daniel.martin6077@yahoo.com\",\n \"city\": \"Rockford\",\n \"state\": \"IL\",\n \"neighborhood\": \"Downtown Rockford\",\n \"birthdate\": \"1999-07-25\",\n \"address\": \"1407 Lake Rd, Rockford, IL 62654\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Discover\\\", \\\"American Express\\\", \\\"Mastercard\\\", \\\"JCB\\\"], \\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Solana\\\", \\\"Bitcoin\\\", \\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"MileMight:platinum\",\n \"rental_preferred_payment\": \"USDC\",\n \"rental_signup_date\": \"2024-06-07\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Miami.\n2. After seeing the results, narrow them down to those with a minimum rating of 4.0.\n3. Once you have the filtered attractions, search for bike rentals in Miami that have pet friendly.\n4. After seeing the rental list, narrow it down to those that also have tow hitch.\n5. Choose the vehicle with the alphabetically lowest ID and book it from 2025-06-15 to 2025-06-18 under Daniel Martin.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Miami", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Miami", "is_pet_friendly": true, "category": "bike"}}, {"name": "filter_vehicle_rentals", "parameters": {"cache_key": "search_vehicle_rentals_results_0", "has_tow_hitch": true}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-A0399742", "vehicle_id": "VEH-0C704F51", "start_date": "2025-06-15", "end_date": "2025-06-18", "primary_driver_name": "Daniel Martin", "has_drivers_license": true}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
11
+ {"id": "vehicle_rental_attraction-10", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-C33E3D95\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Hernandez\",\n \"email\": \"mark.hernandez9183@yahoo.com\",\n \"city\": \"Port St. Lucie\",\n \"state\": \"FL\",\n \"neighborhood\": \"Bayshore Heights\",\n \"birthdate\": \"1967-05-17\",\n \"address\": \"5167 Madison Dr, Port St. Lucie, FL 36344\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Ace Rent A Car:none\",\n \"rental_preferred_payment\": \"Ethereum\",\n \"rental_signup_date\": \"2025-02-27\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for sports attractions in Lincoln.\n2. After seeing the attractions, search for premium car rentals in Lincoln that have insurance included.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-24 to 2025-10-31 under Mark Hernandez.\n4. After the booking is confirmed, say there are more attractions than expected and extend the rental end date to 2025-11-02.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Lincoln", "attraction_type": "Sports"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Lincoln", "has_insurance_included": true, "category": "car", "price_tier": "premium"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-C33E3D95", "vehicle_id": "VEH-16312EDC", "start_date": "2025-10-24", "end_date": "2025-10-31", "primary_driver_name": "Mark Hernandez", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-C33E3D95", "reservation_id": "REN-91974C84", "new_end_date": "2025-11-02"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
12
+ {"id": "vehicle_rental_attraction-11", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-2E7E7666\",\n \"first_name\": \"Lisa\",\n \"last_name\": \"White\",\n \"email\": \"lisa.white3073@icloud.com\",\n \"city\": \"Albany\",\n \"state\": \"NY\",\n \"neighborhood\": \"Center Square\",\n \"birthdate\": \"1960-08-09\",\n \"address\": \"4515 Meadow Ln, Albany, NY 10165\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\", \\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Pedalio:platinum\",\n \"rental_preferred_payment\": \"Ethereum\",\n \"rental_signup_date\": \"2024-06-26\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Columbus.\n2. After seeing the attractions, search for classic car rentals in Columbus that have unlimited mileage.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-28 to 2025-11-02 under Lisa White.\n4. After the booking is confirmed, say there are more attractions than expected and extend the rental end date to 2025-11-05.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Columbus", "attraction_type": "Scenery"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Columbus", "has_unlimited_mileage": true, "category": "car", "price_tier": "classic"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-2E7E7666", "vehicle_id": "VEH-29A58ECD", "start_date": "2025-10-28", "end_date": "2025-11-02", "primary_driver_name": "Lisa White", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-2E7E7666", "reservation_id": "REN-35FE427F", "new_end_date": "2025-11-05"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
13
+ {"id": "vehicle_rental_attraction-12", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-E1BA0391\",\n \"first_name\": \"Michael\",\n \"last_name\": \"Anderson\",\n \"email\": \"michael.anderson9000@outlook.com\",\n \"city\": \"El Cajon\",\n \"state\": \"CA\",\n \"neighborhood\": \"Santee\",\n \"birthdate\": \"1951-10-08\",\n \"address\": \"5818 Maple Dr, El Cajon, CA 95002\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Ethereum\\\", \\\"Solana\\\", \\\"Litecoin\\\", \\\"USDC\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Urban Gears:none\",\n \"rental_preferred_payment\": \"Bitcoin\",\n \"rental_signup_date\": \"2024-12-31\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Memphis.\n2. After seeing the attractions, search for budget truck rentals in Memphis that have unlimited mileage.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-06-24 to 2025-06-26 under Michael Anderson.\n4. After the booking is confirmed, say there are more attractions than expected and extend the rental end date to 2025-06-27.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Memphis", "attraction_type": "Historical"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Memphis", "has_unlimited_mileage": true, "category": "truck", "price_tier": "budget"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-E1BA0391", "vehicle_id": "VEH-12078F4E", "start_date": "2025-06-24", "end_date": "2025-06-26", "primary_driver_name": "Michael Anderson", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-E1BA0391", "reservation_id": "REN-692146D4", "new_end_date": "2025-06-27"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
14
+ {"id": "vehicle_rental_attraction-13", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-AF614428\",\n \"first_name\": \"Linda\",\n \"last_name\": \"Anderson\",\n \"email\": \"linda.anderson8379@gmail.com\",\n \"city\": \"Santa Maria\",\n \"state\": \"CA\",\n \"neighborhood\": \"Downtown Santa Maria\",\n \"birthdate\": \"1961-02-23\",\n \"address\": \"3911 Valley Rd, Santa Maria, CA 91434\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Diners Club\\\", \\\"JCB\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Ethereum\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"RapidRoute:silver;Vireon:platinum;Pedal Pro:gold\",\n \"rental_preferred_payment\": \"Ethereum\",\n \"rental_signup_date\": \"2024-12-26\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for culture attractions in Newark.\n2. After seeing the attractions, search for budget bike rentals in Newark that have tow hitch.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-14 to 2025-10-18 under Linda Anderson.\n4. After the booking is confirmed, say there are more attractions than expected and extend the rental end date to 2025-10-21.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Newark", "attraction_type": "Culture"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Newark", "has_tow_hitch": true, "category": "bike", "price_tier": "budget"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-AF614428", "vehicle_id": "VEH-08BC896D", "start_date": "2025-10-14", "end_date": "2025-10-18", "primary_driver_name": "Linda Anderson", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-AF614428", "reservation_id": "REN-E1A151C6", "new_end_date": "2025-10-21"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
15
+ {"id": "vehicle_rental_attraction-14", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-82634BB2\",\n \"first_name\": \"Sarah\",\n \"last_name\": \"Gonzalez\",\n \"email\": \"sarah.gonzalez3695@outlook.com\",\n \"city\": \"Columbia\",\n \"state\": \"MO\",\n \"neighborhood\": \"Downtown Columbia\",\n \"birthdate\": \"1982-10-18\",\n \"address\": \"4992 Jefferson St, Columbia, MO 63786\",\n \"payment_wallet\": \"{\\\"cryptocurrencies\\\": [\\\"Litecoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Penske Truck Rental:silver;Silvercar:gold;Ace Rent A Car:none\",\n \"rental_preferred_payment\": \"Litecoin\",\n \"rental_signup_date\": \"2025-04-26\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for social attractions in Irvine.\n2. After seeing the attractions, search for budget bike rentals in Irvine that have automatic transmission.\n3. Choose the vehicle with the alphabetically lowest ID and book it from 2025-07-11 to 2025-07-16 under Sarah Gonzalez.\n4. After the booking is confirmed, say there are more attractions than expected and extend the rental end date to 2025-07-17.", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Irvine", "attraction_type": "Social"}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Irvine", "is_automatic": true, "category": "bike", "price_tier": "budget"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-82634BB2", "vehicle_id": "VEH-688B5018", "start_date": "2025-07-11", "end_date": "2025-07-16", "primary_driver_name": "Sarah Gonzalez", "has_drivers_license": true}}, {"name": "modify_vehicle_rental_reservation", "parameters": {"user_id": "USR-82634BB2", "reservation_id": "REN-15C0120B", "new_end_date": "2025-07-17"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
16
+ {"id": "vehicle_rental_attraction-15", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-52F79910\",\n \"first_name\": \"Barbara\",\n \"last_name\": \"Williams\",\n \"email\": \"barbara.williams3079@icloud.com\",\n \"city\": \"Santa Clarita\",\n \"state\": \"CA\",\n \"neighborhood\": \"Saugus\",\n \"birthdate\": \"1973-05-28\",\n \"address\": \"7713 Meadow Ln, Santa Clarita, CA 97209\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Interac\\\", \\\"Mastercard Debit\\\", \\\"Visa Debit\\\", \\\"Maestro\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Litecoin\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Swift Haulers:gold;Rentovelo:none;CargoShyft:platinum\",\n \"rental_preferred_payment\": \"Bitcoin\",\n \"rental_signup_date\": \"2026-03-24\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Chicago.\n2. After seeing the results, narrow them down to those rated at least 4.0.\n3. Once you see the filtered attractions, search for car rentals in Chicago that have pet friendly.\n4. Choose the vehicle with the alphabetically lowest ID and book it from 2025-09-04 to 2025-09-07 under Barbara Williams.\n5. After the booking is confirmed, cancel it — you decided on a different approach (change of plans).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Chicago", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Chicago", "is_pet_friendly": true, "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-52F79910", "vehicle_id": "VEH-0408906C", "start_date": "2025-09-04", "end_date": "2025-09-07", "primary_driver_name": "Barbara Williams", "has_drivers_license": true}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-52F79910", "reservation_id": "REN-23917EBB", "reason": "change of plans"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
17
+ {"id": "vehicle_rental_attraction-16", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-A2014BA8\",\n \"first_name\": \"Jessica\",\n \"last_name\": \"Rodriguez\",\n \"email\": \"jessica.rodriguez7337@outlook.com\",\n \"city\": \"Boulder\",\n \"state\": \"CO\",\n \"neighborhood\": \"Mapleton Hill\",\n \"birthdate\": \"1950-02-23\",\n \"address\": \"8253 Meadow Ln, Boulder, CO 80334\",\n \"payment_wallet\": \"{\\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"RentoCycle:silver;HeavyGo:gold\",\n \"rental_preferred_payment\": \"Interac\",\n \"rental_signup_date\": \"2024-09-13\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for scenery attractions in Memphis.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for car rentals in Memphis that have GPS.\n4. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-24 to 2025-10-26 under Jessica Rodriguez.\n5. After the booking is confirmed, cancel it — you decided on a different approach (change of plans).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Memphis", "attraction_type": "Scenery"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Memphis", "has_gps": true, "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-A2014BA8", "vehicle_id": "VEH-1173EB53", "start_date": "2025-10-24", "end_date": "2025-10-26", "primary_driver_name": "Jessica Rodriguez", "has_drivers_license": true}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-A2014BA8", "reservation_id": "REN-C8F45E46", "reason": "change of plans"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
18
+ {"id": "vehicle_rental_attraction-17", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-C33E3D95\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Hernandez\",\n \"email\": \"mark.hernandez9183@yahoo.com\",\n \"city\": \"Port St. Lucie\",\n \"state\": \"FL\",\n \"neighborhood\": \"Bayshore Heights\",\n \"birthdate\": \"1967-05-17\",\n \"address\": \"5167 Madison Dr, Port St. Lucie, FL 36344\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\"], \\\"cryptocurrencies\\\": [\\\"Solana\\\", \\\"Ethereum\\\", \\\"Bitcoin\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Ace Rent A Car:none\",\n \"rental_preferred_payment\": \"Ethereum\",\n \"rental_signup_date\": \"2025-02-27\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for tourist attractions in Cleveland.\n2. After seeing the results, narrow them down to those rated at least 4.0.\n3. Once you see the filtered attractions, search for bike rentals in Cleveland that have unlimited mileage.\n4. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-14 to 2025-10-20 under Mark Hernandez.\n5. After the booking is confirmed, cancel it — you decided on a different approach (budget concerns).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Cleveland", "attraction_type": "Tourist"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Cleveland", "has_unlimited_mileage": true, "category": "bike"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-C33E3D95", "vehicle_id": "VEH-34B08029", "start_date": "2025-10-14", "end_date": "2025-10-20", "primary_driver_name": "Mark Hernandez", "has_drivers_license": true}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-C33E3D95", "reservation_id": "REN-FFFB939E", "reason": "budget concerns"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
19
+ {"id": "vehicle_rental_attraction-18", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-0028CEDA\",\n \"first_name\": \"Mark\",\n \"last_name\": \"Thomas\",\n \"email\": \"mark.thomas4626@icloud.com\",\n \"city\": \"Charleston\",\n \"state\": \"SC\",\n \"neighborhood\": \"Downtown Charleston\",\n \"birthdate\": \"1966-10-10\",\n \"address\": \"6907 Highland Ave, Charleston, SC 29873\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"Mastercard\\\", \\\"American Express\\\"], \\\"debit_cards\\\": [\\\"Maestro\\\", \\\"Interac\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"CycleHaven:gold;Swift Haulers:gold;ZenPedalers:gold\",\n \"rental_preferred_payment\": \"Mastercard\",\n \"rental_signup_date\": \"2025-11-17\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Saint Paul.\n2. After seeing the results, narrow them down to those rated at least 4.0.\n3. Once you see the filtered attractions, search for bike rentals in Saint Paul that have insurance included.\n4. Choose the vehicle with the alphabetically lowest ID and book it from 2025-11-19 to 2025-11-26 under Mark Thomas.\n5. After the booking is confirmed, cancel it — you decided on a different approach (trip postponed).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Saint Paul", "attraction_type": "Historical"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 4.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Saint Paul", "has_insurance_included": true, "category": "bike"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-0028CEDA", "vehicle_id": "VEH-40D02536", "start_date": "2025-11-19", "end_date": "2025-11-26", "primary_driver_name": "Mark Thomas", "has_drivers_license": true}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-0028CEDA", "reservation_id": "REN-B44461D0", "reason": "trip postponed"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}
20
+ {"id": "vehicle_rental_attraction-19", "domain": "vehicle_rental_attraction", "user_template": "## PERSONA\nYou are a visitor exploring a new city. You want to discover interesting local attractions and rent a vehicle to get around and visit them.\n\n## USER\n{\n \"user_id\": \"USR-3769F49E\",\n \"first_name\": \"Robert\",\n \"last_name\": \"Miller\",\n \"email\": \"robert.miller4800@yahoo.com\",\n \"city\": \"Carrollton\",\n \"state\": \"TX\",\n \"neighborhood\": \"Hebron\",\n \"birthdate\": \"1959-08-07\",\n \"address\": \"6753 Forest Dr, Carrollton, TX 71006\",\n \"payment_wallet\": \"{\\\"credit_cards\\\": [\\\"American Express\\\", \\\"Diners Club\\\"], \\\"debit_cards\\\": [\\\"Visa Debit\\\", \\\"Mastercard Debit\\\", \\\"Interac\\\"], \\\"cryptocurrencies\\\": [\\\"Bitcoin\\\", \\\"Litecoin\\\", \\\"USDC\\\", \\\"Solana\\\"]}\",\n \"rental_has_drivers_license\": \"True\",\n \"rental_loyalty_memberships\": \"Motowheelz:none;Ridovex:silver;DriveMax:gold\",\n \"rental_preferred_payment\": \"Interac\",\n \"rental_signup_date\": \"2025-12-11\"\n}\n\n## GOAL\nFollow these steps, one per message:\n1. Ask for historical attractions in Honolulu.\n2. After seeing the results, narrow them down to those rated at least 3.0.\n3. Once you see the filtered attractions, search for car rentals in Honolulu that have child seat option.\n4. Choose the vehicle with the alphabetically lowest ID and book it from 2025-10-29 to 2025-11-04 under Robert Miller.\n5. After the booking is confirmed, cancel it — you decided on a different approach (found better transport options).", "benchmark_success_criteria": {"exact_match": {"tool_calls": [{"name": "search_attractions", "parameters": {"city": "Honolulu", "attraction_type": "Historical"}}, {"name": "filter_attractions", "parameters": {"cache_key": "search_attractions_results_0", "min_rating": 3.0}}, {"name": "search_vehicle_rentals", "parameters": {"city": "Honolulu", "has_child_seat_option": true, "category": "car"}}, {"name": "book_vehicle_rental_reservation", "parameters": {"user_id": "USR-3769F49E", "vehicle_id": "VEH-099DF12C", "start_date": "2025-10-29", "end_date": "2025-11-04", "primary_driver_name": "Robert Miller", "has_drivers_license": true}}, {"name": "cancel_vehicle_rental_reservation", "parameters": {"user_id": "USR-3769F49E", "reservation_id": "REN-5DB1CF3C", "reason": "found better transport options"}}]}, "llm_as_judge": {"metric": {"helpfulness": {"description": "The assistant provides relevant, accurate, and actionable responses that address the user's needs.", "scale": {"1": "Unhelpful responses are irrelevant, inaccurate, or fail to address the user's needs.", "2": "Slightly helpful partially addresses the user's needs but misses key points or contains inaccuracies.", "3": "Moderately helpful addresses the user's needs adequately but lacks depth or misses some details.", "4": "Very helpful responses are relevant, accurate, and actionable with minor gaps.", "5": "Fully helpful responses are highly relevant, accurate, and directly actionable; fully satisfies the user's needs."}}, "coherence": {"description": "The conversation flows logically with consistent context maintained throughout the interaction.", "scale": {"1": "Incoherent the conversation is disjointed, contradicts itself, or loses context repeatedly.", "2": "Slightly coherent some logical flow but notable gaps, contradictions, or context loss.", "3": "Moderately coherent generally logical flow with occasional inconsistencies or minor context loss.", "4": "Very coherent the conversation flows well with consistent context and only trivial inconsistencies.", "5": "Fully coherent the conversation is seamlessly logical, maintains full context throughout, and has no contradictions."}}, "correctness": {"description": "The assistant's responses and tool usage are factually correct and grounded solely in tool-returned data, with no hallucinated names, IDs, or details.", "scale": {"1": "Incorrect the assistant fabricates information, hallucinates names or IDs, or presents tool results inaccurately.", "2": "Mostly incorrect several factual errors or hallucinations present; tool outputs are misrepresented.", "3": "Partially correct some accurate information but notable factual errors or unsupported claims.", "4": "Mostly correct responses are grounded in tool data with only minor inaccuracies or omissions.", "5": "Fully correct all stated facts match tool-returned data exactly; no hallucinations or unsupported claims."}}}}}}