gentaiscool commited on
Commit
682d008
·
verified ·
1 Parent(s): 9b3df9e

Upload folder using huggingface_hub

Browse files
output_jsonl/11domain.jsonl CHANGED
@@ -1,5 +1,5 @@
1
- {"id": 0, "domain_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": 1, "domain_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": 2, "domain_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": 3, "domain_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": 4, "domain_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."}}}}}}
 
1
+ {"domain_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
+ {"domain_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
+ {"domain_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
+ {"domain_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
+ {"domain_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 CHANGED
@@ -1,5 +1,5 @@
1
- {"id": 0, "domain_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": 1, "domain_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": 2, "domain_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": 3, "domain_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": 4, "domain_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."}}}}}}
 
1
+ {"domain_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
+ {"domain_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
+ {"domain_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
+ {"domain_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
+ {"domain_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 CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/attraction_cafe.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/attraction_dessert.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/attraction_food_dining_cafe.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/bar.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/cafe.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/cruise.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/dessert.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/flight.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/flight_hotel_attraction_rental.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/flight_hotel_bar.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/food_and_dining.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/hotel.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/hotel_attraction_rental.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/hotel_rental.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/hotel_rental_food_bar.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/kayak_rental.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/live_show.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/live_show_food_dining.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/vehicle_rental.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output_jsonl/vehicle_rental_attraction.jsonl CHANGED
The diff for this file is too large to render. See raw diff