sites stringclasses 12
values | task_id int64 0 811 | intent_template_id int64 4 6.1k | start_urls stringclasses 52
values | intent stringlengths 13 460 | intent_template stringlengths 14 434 | instantiation_dict stringlengths 2 352 | eval stringlengths 169 2.72k | revision int64 2 4 |
|---|---|---|---|---|---|---|---|---|
["shopping_admin"] | 0 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-1 best-selling product name(s) in 2022 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product name(s)", "n": 1, "period": "2022"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Quest Lumaflex\u2122 Band"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 1 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-1 best-selling brand name(s) in Quarter 1 2022 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "brand name(s)", "n": 1, "period": "Quarter 1 2022"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Sprite"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 2 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-1 best-selling product type name(s) in Quarter 1 2022 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product type name(s)", "n": 1, "period": "Quarter 1 2022"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [["Digital Watch", "Band", "Stasis Ball", "Yoga Strap"]], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 3 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-2 best-selling product name(s) in 2022 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product name(s)", "n": 2, "period": "2022"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Quest Lumaflex\u2122 Band", ["Sprite Stasis Ball 65 cm", "Cruise Stasis Ball 65 cm", "Sprite Stasis Ball 55 cm"]], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 4 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-3 best-selling product name(s) in Jan 2023 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product name(s)", "n": 3, "period": "Jan 2023"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Impulse Duffle", "Overnight Duffle", "Hawkeye Yoga Short-32-Blue"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 5 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-1 best-selling product type name(s) in Jan 2023 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product type name(s)", "n": 1, "period": "Jan 2023"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Duffle"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 6 | 279 | ["__SHOPPING_ADMIN__"] | Get the top-2 best-selling product name(s) in 2023 | Get the top-{{n}} best-selling {{entity}} in {{period}} | {"entity": "product name(s)", "n": 2, "period": "2023"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Sprite Yoga Strap 6 foot", ["Overnight Duffle", "Ida Workout Parachute Pant-29-Purple"]], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 7 | 79 | ["__MAP__"] | Get the name, state, and zip code of all international airports that are within a driving distance of 50 km to Carnegie Mellon University. Return a list of objects with keys "name", "state", and "postcode". (Use the OSRM direction service.) | Get the name, state, and zip code of all {{airport_type}} that are within a driving distance of {{radius}} to {{start}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"airport_type": "international airports", "radius": "50 km", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"state\", and \"postcode\"", "start": "Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"name": "Pittsburgh International Airport", "postcode": "15231", "state": "Pennsylvania"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"name": {"type": "string"}, "postcode": {"type": "string"}, "st... | 2 |
["map"] | 8 | 79 | ["__MAP__"] | Get the name, state, and zip code of all international airports that are within a driving distance of 5 km to Carnegie Mellon University. Return a list of objects with keys "name", "state", and "postcode". (Use the OSRM direction service.) | Get the name, state, and zip code of all {{airport_type}} that are within a driving distance of {{radius}} to {{start}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"airport_type": "international airports", "radius": "5 km", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"state\", and \"postcode\"", "start": "Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 9 | 79 | ["__MAP__"] | Get the name, state, and zip code of all international airports that are within a driving distance of 30 km to Carnegie Art Museum. Return a list of objects with keys "name", "state", and "postcode". (Use the OSRM direction service.) | Get the name, state, and zip code of all {{airport_type}} that are within a driving distance of {{radius}} to {{start}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"airport_type": "international airports", "radius": "30 km", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"state\", and \"postcode\"", "start": "Carnegie Art Museum"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"name": "Pittsburgh International Airport", "postcode": "15231", "state": "Pennsylvania"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"name": {"type": "string"}, "postcode": {"type": "string"}, "st... | 2 |
["map"] | 10 | 79 | ["__MAP__"] | Get the name, state, and zip code of all US international airports that are within a driving distance of 60 km to Niagara Falls. Return a list of objects with keys "name", "state", and "postcode". (Use the OSRM direction service.) | Get the name, state, and zip code of all {{airport_type}} that are within a driving distance of {{radius}} to {{start}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"airport_type": "US international airports", "radius": "60 km", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"state\", and \"postcode\"", "start": "Niagara Falls"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"name": "Niagara Falls International Airport", "postcode": "14304", "state": "New York"}, {"name": "Buffalo Niagara International Airport", "postcode": "14225", "state": "New York"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema... | 2 |
["shopping_admin"] | 11 | 288 | ["__SHOPPING_ADMIN__"] | Get the total number of reviews that our store received so far that mention term "disappointed" | Get the total number of reviews that our store received so far that mention term "{{term}}" | {"term": "disappointed"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [6], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 12 | 288 | ["__SHOPPING_ADMIN__"] | Get the total number of reviews that our store received so far that mention term "satisfied" | Get the total number of reviews that our store received so far that mention term "{{term}}" | {"term": "satisfied"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [2], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 13 | 288 | ["__SHOPPING_ADMIN__"] | Get the total number of reviews that our store received so far that mention term "decent" | Get the total number of reviews that our store received so far that mention term "{{term}}" | {"term": "decent"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [2], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 14 | 288 | ["__SHOPPING_ADMIN__"] | Get the total number of reviews that our store received so far that mention term "not useful" | Get the total number of reviews that our store received so far that mention term "{{term}}" | {"term": "not useful"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [0], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 15 | 288 | ["__SHOPPING_ADMIN__"] | Get the total number of reviews that our store received so far that mention term "best" | Get the total number of reviews that our store received so far that mention term "{{term}}" | {"term": "best"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [2], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["map"] | 16 | 73 | ["__MAP__"] | Get the time for walking and driving route from 5000 Fifth Avenue, Pittsburgh to UPMC family health center. Return a list of objects with keys "mode" (driving or walking) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service.) | Get the time for walking and driving route from {{start}} to {{end}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "UPMC family health center", "retrieved_data_format_spec": "Return a list of objects with keys \"mode\" (driving or walking) and \"duration\" (in HH:MM:SS format) only, without any additional details", "start": "5000 Fifth Avenue, Pittsburgh"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "2min", "mode": "driving"}, {"duration": "16min", "mode": "walking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "mode": {"type": "... | 2 |
["map"] | 17 | 73 | ["__MAP__"] | Get the time for walking and driving route from AMC Waterfront to Carnegie Mellon University. Return a list of objects with keys "mode" (driving or walking) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service.) | Get the time for walking and driving route from {{start}} to {{end}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Carnegie Mellon University", "retrieved_data_format_spec": "Return a list of objects with keys \"mode\" (driving or walking) and \"duration\" (in HH:MM:SS format) only, without any additional details", "start": "AMC Waterfront"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "13min", "mode": "driving"}, {"duration": "1hr 35min", "mode": "walking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "mode": {"typ... | 2 |
["map"] | 18 | 73 | ["__MAP__"] | Get the time for walking and driving route from AMC Waterfront to Univ of Pittsburgh. Return a list of objects with keys "mode" (driving or walking) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service.) | Get the time for walking and driving route from {{start}} to {{end}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Univ of Pittsburgh", "retrieved_data_format_spec": "Return a list of objects with keys \"mode\" (driving or walking) and \"duration\" (in HH:MM:SS format) only, without any additional details", "start": "AMC Waterfront"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "2min", "mode": "driving"}, {"duration": "16min", "mode": "walking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "mode": {"type": "... | 2 |
["map"] | 19 | 73 | ["__MAP__"] | Get the time for walking and driving route from Carnegie Science Center to Carnegie Mellon University. Return a list of objects with keys "mode" (driving or walking) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service.) | Get the time for walking and driving route from {{start}} to {{end}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Carnegie Mellon University", "retrieved_data_format_spec": "Return a list of objects with keys \"mode\" (driving or walking) and \"duration\" (in HH:MM:SS format) only, without any additional details", "start": "Carnegie Science Center"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "12min", "mode": "driving"}, {"duration": "1hr 44min", "mode": "walking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "mode": {"typ... | 2 |
["map"] | 20 | 73 | ["__MAP__"] | Get the time for walking and driving route from Randyland to Carnegie Mellon University. Return a list of objects with keys "mode" (driving or walking) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service.) | Get the time for walking and driving route from {{start}} to {{end}}. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Carnegie Mellon University", "retrieved_data_format_spec": "Return a list of objects with keys \"mode\" (driving or walking) and \"duration\" (in HH:MM:SS format) only, without any additional details", "start": "Randyland"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "13min", "mode": "driving"}, {"duration": "1hr 45min", "mode": "walking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "mode": {"typ... | 2 |
["shopping"] | 21 | 222 | ["__SHOPPING__/6s-wireless-headphones-over-ear-noise-canceling-hi-fi-bass-foldable-stereo-wireless-kid-headsets-earbuds-with-built-in-mic-micro-sd-tf-fm-for-iphone-samsung-ipad-pc-black-gold.html"] | Get name(s) of reviewer(s) who mention ear cups being small for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "ear cups being small"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Catso", "Dibbins", ["Anglebert Dinkherhump", "Anglebert", "Dinkherhump"], ["Michelle Davis", "Michelle DavisMichelle Davis"]], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 22 | 222 | ["__SHOPPING__/fujifilm-finepix-z200fd-10mp-digital-camera-with-5x-optical-dual-image-stabilized-zoom-black.html"] | Get name(s) of reviewer(s) who mention under water photo for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "under water photo"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["shopping"] | 23 | 222 | ["__SHOPPING__/3-pack-samsung-galaxy-s6-screen-protector-nearpow-tempered-glass-screen-protector-with-9h-hardness-crystal-clear-easy-bubble-free-installation-scratch-resist.html"] | Get name(s) of reviewer(s) who mention good fingerprint resistant for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "good fingerprint resistant"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Rachel", "T. Gannon"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 24 | 222 | ["__SHOPPING__/haflinger-men-s-wool-felt-open-back-slippers-beige-550-peat-us-7.html"] | Get name(s) of reviewer(s) who mention price being unfair for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "price being unfair"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["shopping"] | 25 | 222 | ["__SHOPPING__/epson-workforce-wf-3620-wifi-direct-all-in-one-color-inkjet-printer-copier-scanner-amazon-dash-replenishment-ready.html"] | Get name(s) of reviewer(s) who mention print quality explicitly with a rating of 3 or less stars for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "print quality explicitly with a rating of 3 or less stars"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Roxanne Brandon Coffey", "Nelson"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 26 | 222 | ["__SHOPPING__/epson-workforce-wf-3620-wifi-direct-all-in-one-color-inkjet-printer-copier-scanner-amazon-dash-replenishment-ready.html"] | Get name(s) of reviewer(s) who mention complain of the customer service for the product on the current page | Get name(s) of reviewer(s) who mention {{description}} for the product on the current page | {"description": "complain of the customer service"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["RemyRRemyR", "Bob in Vegas"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["reddit"] | 27 | 33 | ["__REDDIT__"] | In the personal finances forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. Return a list of objects with keys "username", "post_title", and "count". | In the {{forum}} forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. {{retrieved_data_format_spec}}. | {"forum": "personal finances", "retrieved_data_format_spec": "Return a list of objects with keys \"username\", \"post_title\", and \"count\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"count": 0, "post_title": "56 year old mom has no retirement. Where do I even start on her behalf?", "username": "Hammer94"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"count": {"type": "number"},... | 2 |
["reddit"] | 28 | 33 | ["__REDDIT__"] | In the Worcester forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. Return a list of objects with keys "username", "post_title", and "count". | In the {{forum}} forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. {{retrieved_data_format_spec}}. | {"forum": "Worcester", "retrieved_data_format_spec": "Return a list of objects with keys \"username\", \"post_title\", and \"count\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"count": 0, "post_title": "Best place for a foot rub?", "username": "mineinhusdson"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"count": {"type": "number"}, "post_title": {"type": "string"}, "user... | 2 |
["reddit"] | 29 | 33 | ["__REDDIT__"] | In the DIY forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. Return a list of objects with keys "username", "post_title", and "count". | In the {{forum}} forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. {{retrieved_data_format_spec}}. | {"forum": "DIY", "retrieved_data_format_spec": "Return a list of objects with keys \"username\", \"post_title\", and \"count\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"count": 0, "post_title": "How can I bring an HDMI cable from my pc downstairs to my TV upstairs?", "username": "ziostraccette"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"count": {"type": "numbe... | 2 |
["reddit"] | 30 | 33 | ["__REDDIT__"] | In the space forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. Return a list of objects with keys "username", "post_title", and "count". | In the {{forum}} forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. {{retrieved_data_format_spec}}. | {"forum": "space", "retrieved_data_format_spec": "Return a list of objects with keys \"username\", \"post_title\", and \"count\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"count": 0, "post_title": "Scientists erupt at NASA gutting funding for crucial Venus mission", "username": "Dhghomon"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"count": {"type": "number"}, "pos... | 2 |
["reddit"] | 31 | 33 | ["__REDDIT__"] | In the photoshopbattles forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. Return a list of objects with keys "username", "post_title", and "count". | In the {{forum}} forum, get the username and post title of the most recent post, and count the number of comments on that post that are not from the author and have more downvotes than upvotes. {{retrieved_data_format_spec}}. | {"forum": "photoshopbattles", "retrieved_data_format_spec": "Return a list of objects with keys \"username\", \"post_title\", and \"count\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"count": 0, "post_title": "UK Prime Minister Rishi Sunak looking at a pothole", "username": "Proud_Idiot"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"count": {"type": "number"}, "post_title": {"t... | 2 |
["map"] | 32 | 78 | ["__MAP__"] | I will arrive at Pittsburgh Airport soon. Find a Hilton hotel in the vicinity, if available, and get me its name and the walking distance to the nearest supermarket own by a local company from the hotel. Return a list of objects with keys "hotel" (hotel name) and "distance" (numeric value with unit km or m, e.g., 2.4km... | I will arrive at {{place}} soon. Find a {{target1}} in the vicinity, if available, and get me its name and the {{information}} to {{target2}} from the hotel. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"information": "walking distance", "place": "Pittsburgh Airport", "retrieved_data_format_spec": "Return a list of objects with keys \"hotel\" (hotel name) and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "target1": "Hilton hotel", "target2": "the nearest supe... | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "2km", "hotel": "DoubleTree by Hilton Hotel Pittsburgh Airport"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"distance": {"format": "distance", "type": "string"}, "hotel": {"format": "l... | 2 |
["map"] | 33 | 78 | ["__MAP__"] | I will arrive at Pittsburgh Airport soon. Find a Hilton hotel in the vicinity, if available, and get me its name and the shortest walking distance to a supermarket from the hotel. Return a list of objects with keys "hotel" (hotel name) and "distance" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without an... | I will arrive at {{place}} soon. Find a {{target1}} in the vicinity, if available, and get me its name and the {{information}} to {{target2}} from the hotel. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"information": "shortest walking distance", "place": "Pittsburgh Airport", "retrieved_data_format_spec": "Return a list of objects with keys \"hotel\" (hotel name) and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "target1": "Hilton hotel", "target2": "a super... | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "1.4km", "hotel": "DoubleTree by Hilton Hotel Pittsburgh Airport"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"distance": {"format": "distance", "type": "string"}, "hotel": {"format": ... | 2 |
["map"] | 34 | 78 | ["__MAP__"] | I will arrive at Pittsburgh Airport soon. Find a Hyatt hotel in the vicinity, if available, and get me its name and the shortest walking time to a supermarket from the hotel. Return a list of objects with keys "hotel_name" (hotel name only) and "travel_time" (in HH:MM:SS format) only, without any additional details. (U... | I will arrive at {{place}} soon. Find a {{target1}} in the vicinity, if available, and get me its name and the {{information}} to {{target2}} from the hotel. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"information": "shortest walking time", "place": "Pittsburgh Airport", "retrieved_data_format_spec": "Return a list of objects with keys \"hotel_name\" (hotel name only) and \"travel_time\" (in HH:MM:SS format) only, without any additional details", "target1": "Hyatt hotel", "target2": "a supermarket"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"hotel_name": "Hyatt Regency Pittsburgh International Airport", "travel_time": "3h 30min"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"hotel": {"format": "location-name", "type": "string"}, "infor... | 2 |
["map"] | 35 | 78 | ["__MAP__"] | I will arrive at Pittsburgh Airport soon. Find a Hyatt hotel in the vicinity, if available, and get me its name and the minimal driving time to a supermarket from the hotel. Return a list of objects with keys "hotel_name" (hotel name only) and "travel_time" (in HH:MM:SS format) only, without any additional details. (Us... | I will arrive at {{place}} soon. Find a {{target1}} in the vicinity, if available, and get me its name and the {{information}} to {{target2}} from the hotel. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"information": "minimal driving time", "place": "Pittsburgh Airport", "retrieved_data_format_spec": "Return a list of objects with keys \"hotel_name\" (hotel name only) and \"travel_time\" (in HH:MM:SS format) only, without any additional details", "target1": "Hyatt hotel", "target2": "a supermarket"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"hotel_name": "Hyatt Regency Pittsburgh International Airport", "travel_time": "15min"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"hotel": {"format": "location-name", "type": "string"}, "informat... | 2 |
["map"] | 36 | 77 | ["__MAP__"] | Determine whether the social security administration in Pittsburgh can be reached within one hour by car from Carnegie Mellon University. Return true if it can, otherwise false. (Use the OSRM direction service.) | Determine whether the {{place}} in Pittsburgh can be reached within one hour by car from {{location}}{{retrieved_data_format_spec}} (Use the OSRM direction service.) | {"location": "Carnegie Mellon University", "place": "social security administration", "retrieved_data_format_spec": ". Return true if it can, otherwise false."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [true], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "boolean"}, "type": "array"}}] | 2 |
["map"] | 37 | 77 | ["__MAP__"] | Determine whether the police station in Pittsburgh can be reached within one hour by car from gates building at CMU. Return true if it can, otherwise false. (Use the OSRM direction service.) | Determine whether the {{place}} in Pittsburgh can be reached within one hour by car from {{location}}{{retrieved_data_format_spec}} (Use the OSRM direction service.) | {"location": "gates building at CMU", "place": "police station", "retrieved_data_format_spec": ". Return true if it can, otherwise false."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [true], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "boolean"}, "type": "array"}}] | 2 |
["map"] | 38 | 77 | ["__MAP__"] | Determine whether the duquesne university in Pittsburgh can be reached within one hour by car from pittsburgh airport. Return true if it can, otherwise false. (Use the OSRM direction service.) | Determine whether the {{place}} in Pittsburgh can be reached within one hour by car from {{location}}{{retrieved_data_format_spec}} (Use the OSRM direction service.) | {"location": "pittsburgh airport", "place": "duquesne university", "retrieved_data_format_spec": ". Return true if it can, otherwise false."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [true], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "boolean"}, "type": "array"}}] | 2 |
["map"] | 39 | 77 | ["__MAP__"] | Determine whether the walmart in Pittsburgh can be reached within one hour by car from 5600 fifth avenue. Return true if it can, otherwise false. (Use the OSRM direction service.) | Determine whether the {{place}} in Pittsburgh can be reached within one hour by car from {{location}}{{retrieved_data_format_spec}} (Use the OSRM direction service.) | {"location": "5600 fifth avenue", "place": "walmart", "retrieved_data_format_spec": ". Return true if it can, otherwise false."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [true], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "boolean"}, "type": "array"}}] | 2 |
["map"] | 40 | 77 | ["__MAP__"] | Determine whether the amc theatre in Pittsburgh can be reached within one hour by car from hobart street. Return true if it can, otherwise false. (Use the OSRM direction service.) | Determine whether the {{place}} in Pittsburgh can be reached within one hour by car from {{location}}{{retrieved_data_format_spec}} (Use the OSRM direction service.) | {"location": "hobart street", "place": "amc theatre", "retrieved_data_format_spec": ". Return true if it can, otherwise false."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [true], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "boolean"}, "type": "array"}}] | 2 |
["shopping_admin"] | 41 | 285 | ["__SHOPPING_ADMIN__"] | Get the top 1 search term(s) in my store | Get the top {{n}} search term(s) in my store | {"n": "1"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["hollister"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 42 | 285 | ["__SHOPPING_ADMIN__"] | Get the top 2 search term(s) in my store | Get the top {{n}} search term(s) in my store | {"n": "2"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["hollister", "Joust Bag"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 43 | 285 | ["__SHOPPING_ADMIN__"] | Get the top 3 search term(s) in my store | Get the top {{n}} search term(s) in my store | {"n": "3"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["hollister", "Joust Bag", "nike"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["gitlab"] | 44 | 303 | ["__GITLAB__"] | Open my todos page | Open my todos page | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": ["__GITLAB__/dashboard/todos", "__GITLAB__/dashboard/todos?state=pending"]}, "ignored_query_params_... | 2 |
["gitlab"] | 45 | 300 | ["__GITLAB__/a11yproject/a11yproject.com"] | Open the issues page for the current project filtered to the most recent open issues | Open the issues page for the current project filtered to the most recent open issues | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__GITLAB__/a11yproject/a11yproject.com/-/issues"}}] | 2 |
["gitlab"] | 46 | 300 | ["__GITLAB__/primer/design"] | Open the issues page for the current project filtered to the most recent open issues | Open the issues page for the current project filtered to the most recent open issues | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": ["__GITLAB__/primer/design/-/issues", "__GITLAB__/primer/design/-/issues/?sort=created_date&state=o... | 2 |
["shopping"] | 47 | 197 | ["__SHOPPING__"] | Today is June 12, 2023. Get how many complete orders I have over the past months, and the total amount of money I spent (including shipping and handling fees). Return an object with keys "order_count" (as integer) and "amount" (as number, e.g., 10.99) only, without any additional details. | Today is June 12, 2023. Get how many complete orders I have {{period}}, and the total amount of money I spent (including shipping and handling fees). {{retrieved_data_format_spec}}. | {"period": "over the past months", "retrieved_data_format_spec": "Return an object with keys \"order_count\" (as integer) and \"amount\" (as number, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"amount": 0, "order_count": 0}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"amount": {"format": "currency", "type": "number"}, "order_count": {"type": "number"}}, "type": "object"}, "type": "array"... | 2 |
["shopping"] | 48 | 197 | ["__SHOPPING__"] | Today is June 12, 2023. Get how many complete orders I have over the past three days, and the total amount of money I spent (including shipping and handling fees). Return an object with keys "order_count" (as integer) and "amount" (as number, e.g., 10.99) only, without any additional details. | Today is June 12, 2023. Get how many complete orders I have {{period}}, and the total amount of money I spent (including shipping and handling fees). {{retrieved_data_format_spec}}. | {"period": "over the past three days", "retrieved_data_format_spec": "Return an object with keys \"order_count\" (as integer) and \"amount\" (as number, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"amount": 0, "order_count": 0}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"amount": {"format": "currency", "type": "number"}, "order_count": {"type": "number"}}, "type": "object"}, "type": "array"... | 2 |
["shopping"] | 49 | 197 | ["__SHOPPING__"] | Today is June 12, 2023. Get how many complete orders I have over the past four months, and the total amount of money I spent (including shipping and handling fees). Return an object with keys "order_count" (as integer) and "amount" (as number, e.g., 10.99) only, without any additional details. | Today is June 12, 2023. Get how many complete orders I have {{period}}, and the total amount of money I spent (including shipping and handling fees). {{retrieved_data_format_spec}}. | {"period": "over the past four months", "retrieved_data_format_spec": "Return an object with keys \"order_count\" (as integer) and \"amount\" (as number, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"amount": 845.49, "order_count": 3}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"amount": {"format": "currency", "type": "number"}, "order_count": {"type": "number"}}, "type": "object"}, "type": "a... | 2 |
["shopping"] | 50 | 197 | ["__SHOPPING__"] | Today is June 12, 2023. Get how many complete orders I have over the past year, and the total amount of money I spent (including shipping and handling fees). Return an object with keys "order_count" (as integer) and "amount" (as number, e.g., 10.99) only, without any additional details. | Today is June 12, 2023. Get how many complete orders I have {{period}}, and the total amount of money I spent (including shipping and handling fees). {{retrieved_data_format_spec}}. | {"period": "over the past year", "retrieved_data_format_spec": "Return an object with keys \"order_count\" (as integer) and \"amount\" (as number, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"amount": 6560.69, "order_count": 21}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"amount": {"format": "currency", "type": "number"}, "order_count": {"type": "number"}}, "type": "object"}, "type": ... | 2 |
["shopping"] | 51 | 197 | ["__SHOPPING__"] | Today is June 12, 2023. Get how many complete orders I have over the past six months, and the total amount of money I spent (including shipping and handling fees). Return an object with keys "order_count" (as integer) and "amount" (as number, e.g., 10.99) only, without any additional details. | Today is June 12, 2023. Get how many complete orders I have {{period}}, and the total amount of money I spent (including shipping and handling fees). {{retrieved_data_format_spec}}. | {"period": "over the past six months", "retrieved_data_format_spec": "Return an object with keys \"order_count\" (as integer) and \"amount\" (as number, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"amount": 1700.84, "order_count": 7}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"amount": {"format": "currency", "type": "number"}, "order_count": {"type": "number"}}, "type": "object"}, "type": "... | 2 |
["map"] | 52 | 68 | ["__MAP__"] | How long does it take to walk from Carnegie Mellon University to starbucks on Craig Street? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | How long does it take to walk from {{start}} to {{end}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "starbucks on Craig Street", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details", "start": "Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["7min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 53 | 68 | ["__MAP__"] | How long does it take to walk from Univ of Pittsburgh to starbucks on Craig Street? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | How long does it take to walk from {{start}} to {{end}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "starbucks on Craig Street", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details", "start": "Univ of Pittsburgh"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["18min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 54 | 68 | ["__MAP__"] | How long does it take to walk from Carnegie Mellon University to Univ of Pittsburgh? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | How long does it take to walk from {{start}} to {{end}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Univ of Pittsburgh", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details", "start": "Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["25min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 55 | 68 | ["__MAP__"] | How long does it take to walk from the Starbucks near CMU to Chatham university? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | How long does it take to walk from {{start}} to {{end}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "Chatham university", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details", "start": "the Starbucks near CMU"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["30min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 56 | 68 | ["__MAP__"] | How long does it take to walk from Carnegie Museum of Art to a library at CMU? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | How long does it take to walk from {{start}} to {{end}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"end": "a library at CMU", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details", "start": "Carnegie Museum of Art"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["11min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 57 | 69 | ["__MAP__"] | Get the closest restaurant(s) to university center at Carnegie Mellon University | Get the closest {{place1}}(s) to {{place2}} | {"place1": "restaurant", "place2": "university center at Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["El Gallo de Oro", "Back Bar Grill", "Grano", "Beefsteak", "Nourish", "Schatz Dining Room", "Au Bon Pain"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}... | 2 |
["map"] | 58 | 69 | ["__MAP__"] | Get the closest cafe(s) to CMU Hunt library | Get the closest {{place1}}(s) to {{place2}} | {"place1": "cafe", "place2": "CMU Hunt library"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["De Fer Coffee & Tea"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 59 | 69 | ["__MAP__"] | Get the closest restaurant(s) to CMU Hunt library | Get the closest {{place1}}(s) to {{place2}} | {"place1": "restaurant", "place2": "CMU Hunt library"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["The exchange"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 60 | 69 | ["__MAP__"] | Get the closest restaurant(s) to CMU Posner Hall | Get the closest {{place1}}(s) to {{place2}} | {"place1": "restaurant", "place2": "CMU Posner Hall"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["The exchange"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 61 | 69 | ["__MAP__"] | Get the closest restaurant(s) to CMU Sorrells Library | Get the closest {{place1}}(s) to {{place2}} | {"place1": "restaurant", "place2": "CMU Sorrells Library"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["La Prima Espresso"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 62 | 276 | ["__SHOPPING_ADMIN__"] | Get customer email(s) who completed the most number of orders in the entire history | Get customer email(s) who {{order_criteria}} in the entire history | {"order_criteria": "completed the most number of orders"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["janesmith456@yahoo.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 63 | 276 | ["__SHOPPING_ADMIN__"] | Get customer email(s) who completed the second most number of orders in the entire history | Get customer email(s) who {{order_criteria}} in the entire history | {"order_criteria": "completed the second most number of orders"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["helloworld@yahoo.com", "michael.nguyen@yahoo.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 64 | 276 | ["__SHOPPING_ADMIN__"] | Get customer email(s) who have 2 orders in any state in the entire history | Get customer email(s) who {{order_criteria}} in the entire history | {"order_criteria": "have 2 orders in any state"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["musiclover99@hotmail.com", "roni_cost@example.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 65 | 276 | ["__SHOPPING_ADMIN__"] | Get customer email(s) who completed the fifth most number of orders in the entire history | Get customer email(s) who {{order_criteria}} in the entire history | {"order_criteria": "completed the fifth most number of orders"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["adam.garcia@gmail.com", "jason.miller@yahoo.com", "jennifer.white@yahoo.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["reddit"] | 66 | 17 | ["__REDDIT__"] | Among the top 10 hottest posts in the "Books" forum, get the post titles from those that recommend exactly one book. | Among the top {{number}} hottest posts in the "{{forum}}" forum, get {{description}} from those that {{filter_criterion}}.{{retrieved_data_format_spec}} | {"description": "the post titles", "filter_criterion": "recommend exactly one book", "forum": "Books", "number": 10, "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["I just finished reading The Hobbit to my 6 year old daughter, and she loved it!", "Apple Books has a free audiobook of A Christmas Carol narrated by LeVar Burton!"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"typ... | 2 |
["reddit"] | 67 | 17 | ["__REDDIT__"] | Among the top 10 hottest posts in the "Books" forum, get the book titles, exactly as they appear in the post description, from those that recommend exactly one book. | Among the top {{number}} hottest posts in the "{{forum}}" forum, get {{description}} from those that {{filter_criterion}}.{{retrieved_data_format_spec}} | {"description": "the book titles, exactly as they appear in the post description,", "filter_criterion": "recommend exactly one book", "forum": "Books", "number": 10, "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["The Hobbit", "A Christmas Carol"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["reddit"] | 68 | 17 | ["__REDDIT__"] | Among the top 10 hottest posts in the "Books" forum, get the author names and book titles, exactly as they appear in the post description, from those that recommend exactly one book. Return a list of objects with keys "book" and "author". | Among the top {{number}} hottest posts in the "{{forum}}" forum, get {{description}} from those that {{filter_criterion}}.{{retrieved_data_format_spec}} | {"description": "the author names and book titles, exactly as they appear in the post description,", "filter_criterion": "recommend exactly one book", "forum": "Books", "number": 10, "retrieved_data_format_spec": " Return a list of objects with keys \"book\" and \"author\"."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"author": "Tolkien", "book": "The Hobbit"}, {"author": null, "book": "A Christmas Carol"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"author": {"type": "string"}, "book": {"type": "string"}}, "typ... | 2 |
["reddit"] | 69 | 17 | ["__REDDIT__"] | Among the top 10 hottest posts in the "Books" forum, get the URLs of any organizations involved, exactly as they appear in the post description, from those that talk about supporting local book stores. | Among the top {{number}} hottest posts in the "{{forum}}" forum, get {{description}} from those that {{filter_criterion}}.{{retrieved_data_format_spec}} | {"description": "the URLs of any organizations involved, exactly as they appear in the post description,", "filter_criterion": "talk about supporting local book stores", "forum": "Books", "number": 10, "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [["bookshop.org", "https://bookshop.org"]], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 70 | 70 | ["__MAP__"] | What is the zip code of Carnegie Mellon University? | What is the zip code of {{place}}? | {"place": "Carnegie Mellon University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["15213"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 71 | 70 | ["__MAP__"] | What is the zip code of Chatham University? | What is the zip code of {{place}}? | {"place": "Chatham University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["15232"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 72 | 70 | ["__MAP__"] | What is the zip code of Yale University? | What is the zip code of {{place}}? | {"place": "Yale University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["06516"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 73 | 70 | ["__MAP__"] | What is the zip code of Columbia University? | What is the zip code of {{place}}? | {"place": "Columbia University"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["10027"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 74 | 65 | ["__MAP__"] | Given the following locations,"Carnegie Mellon University", "apple store shadyside", "starbucks on craig street", what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.) | Given the following locations,{% for place in place_list %}"{{ place }}"{% if not loop.last %}, {% endif %}{% endfor %}, what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.) | {"place_list": ["Carnegie Mellon University", "apple store shadyside", "starbucks on craig street"]} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Carnegie Mellon University", "starbucks on craig street", "apple store shadyside"], "status": "SUCCESS", "task_type": "retrieve"}, "ordered": true, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 75 | 65 | ["__MAP__"] | Given the following locations,"Massachusetts Institute of Technology", "Harvard University", "Boston Logan International Airport", what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.... | Given the following locations,{% for place in place_list %}"{{ place }}"{% if not loop.last %}, {% endif %}{% endfor %}, what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.) | {"place_list": ["Massachusetts Institute of Technology", "Harvard University", "Boston Logan International Airport"]} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Massachusetts Institute of Technology", "Harvard University", "Boston Logan International Airport"], "status": "SUCCESS", "task_type": "retrieve"}, "ordered": true, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type"... | 2 |
["map"] | 76 | 65 | ["__MAP__"] | Given the following locations,"Princeton University", "Yale University", "Harvard University", what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.) | Given the following locations,{% for place in place_list %}"{{ place }}"{% if not loop.last %}, {% endif %}{% endfor %}, what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. (Use the OSRM direction service.) | {"place_list": ["Princeton University", "Yale University", "Harvard University"]} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Princeton University", "Yale University", "Harvard University"], "status": "SUCCESS", "task_type": "retrieve"}, "ordered": true, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 77 | 277 | ["__SHOPPING_ADMIN__"] | Get the total number of Pending reviews amongst all the reviews | Get the total number of {{status}} reviews amongst all the reviews | {"status": "Pending"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [5], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 78 | 277 | ["__SHOPPING_ADMIN__"] | Get the total number of Approved reviews amongst all the reviews | Get the total number of {{status}} reviews amongst all the reviews | {"status": "Approved"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [346], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 79 | 277 | ["__SHOPPING_ADMIN__"] | Get the total number of Not Approved reviews amongst all the reviews | Get the total number of {{status}} reviews amongst all the reviews | {"status": "Not Approved"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [0], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["map"] | 80 | 72 | ["__MAP__"] | What is the duration required to first walk from Carnegie Mellon University to Starbucks on Craig Street, and then drive to Pittsburgh International Airport? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | What is the duration required to first walk from {{place_A}} to {{place_B}}, and then drive to {{place_C}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"place_A": "Carnegie Mellon University", "place_B": "Starbucks on Craig Street", "place_C": "Pittsburgh International Airport", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["38min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 81 | 72 | ["__MAP__"] | What is the duration required to first walk from Univ of Pittsburgh to starbucks on Craig Street, and then drive to Pittsburgh International Airport? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | What is the duration required to first walk from {{place_A}} to {{place_B}}, and then drive to {{place_C}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"place_A": "Univ of Pittsburgh", "place_B": "starbucks on Craig Street", "place_C": "Pittsburgh International Airport", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["49min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 82 | 72 | ["__MAP__"] | What is the duration required to first walk from Massachusetts Institute of Technology to Harvard University, and then drive to Boston Logan International Airport? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | What is the duration required to first walk from {{place_A}} to {{place_B}}, and then drive to {{place_C}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"place_A": "Massachusetts Institute of Technology", "place_B": "Harvard University", "place_C": "Boston Logan International Airport", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["63min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 83 | 72 | ["__MAP__"] | What is the duration required to first walk from Carnegie Mellon University to apple store shadyside, and then drive to starbucks on craig street? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | What is the duration required to first walk from {{place_A}} to {{place_B}}, and then drive to {{place_C}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"place_A": "Carnegie Mellon University", "place_B": "apple store shadyside", "place_C": "starbucks on craig street", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["22min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 84 | 64 | ["__MAP__"] | From my stay at DoubleTree by Hilton New York Downtown, what's the estimated driving time to reach Keens Steakhouse? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | From my stay at {{hotel}}, what's the estimated driving time to reach {{place}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"hotel": "DoubleTree by Hilton New York Downtown", "place": "Keens Steakhouse", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["14min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 85 | 64 | ["__MAP__"] | From my stay at La Quinta Inn near the airport, what's the estimated driving time to reach Carnegie Mellon University? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | From my stay at {{hotel}}, what's the estimated driving time to reach {{place}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"hotel": "La Quinta Inn near the airport", "place": "Carnegie Mellon University", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["30min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 86 | 64 | ["__MAP__"] | From my stay at La Quinta Inn near the airport, what's the estimated driving time to reach Upitt? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | From my stay at {{hotel}}, what's the estimated driving time to reach {{place}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"hotel": "La Quinta Inn near the airport", "place": "Upitt", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["29min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 87 | 64 | ["__MAP__"] | From my stay at red roof inn, what's the estimated driving time to reach Pittsburgh science museum? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | From my stay at {{hotel}}, what's the estimated driving time to reach {{place}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"hotel": "red roof inn", "place": "Pittsburgh science museum", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["20min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 88 | 64 | ["__MAP__"] | From my stay at Homewood Suites Southpointe, what's the estimated driving time to reach PPG Paints Arena? Return the value as a string in HH:MM:SS format only, without any additional details. (Use the OSRM direction service.) | From my stay at {{hotel}}, what's the estimated driving time to reach {{place}}? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"hotel": "Homewood Suites Southpointe", "place": "PPG Paints Arena", "retrieved_data_format_spec": "Return the value as a string in HH:MM:SS format only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["34min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 89 | 67 | ["__MAP__"] | Get the relation IDs of each US state that borders Connecticut. Return a list of integers only, without any additional details. | Get the relation IDs of each US state that borders {{state}}. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of integers only, without any additional details", "state": "Connecticut"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [392915, 61315, 175905], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 3 |
["map"] | 90 | 67 | ["__MAP__"] | Get the relation IDs of each US state that borders Pennsylvania. Return a list of integers only, without any additional details. | Get the relation IDs of each US state that borders {{state}}. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of integers only, without any additional details", "state": "Pennsylvania"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [162061, 162112, 175905, 224951, 162110, 162068], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 3 |
["map"] | 91 | 67 | ["__MAP__"] | Get the relation IDs of each US state that borders Massachusetts. Return a list of integers only, without any additional details. | Get the relation IDs of each US state that borders {{state}}. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of integers only, without any additional details", "state": "Massachusetts"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [392915, 165794, 175905, 67213, 60759], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 3 |
["map"] | 92 | 67 | ["__MAP__"] | Get the relation IDs of each US state that borders Vermont. Return a list of integers only, without any additional details. | Get the relation IDs of each US state that borders {{state}}. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of integers only, without any additional details", "state": "Vermont"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [175905, 67213, 61315], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 3 |
["map"] | 93 | 67 | ["__MAP__"] | Get the relation IDs of each US state that borders New Hampshire. Return a list of integers only, without any additional details. | Get the relation IDs of each US state that borders {{state}}. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of integers only, without any additional details", "state": "New Hampshire"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [61315, 60759, 63512], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 3 |
["shopping_admin"] | 94 | 274 | ["__SHOPPING_ADMIN__"] | Get the grand total of invoice 000000001. Return the value as a number (e.g., 10.99) only, without any additional details. | Get the grand total of invoice {{id}}. {{retrieved_data_format_spec}}. | {"id": "000000001", "retrieved_data_format_spec": "Return the value as a number (e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [36.39], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "currency", "type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 95 | 274 | ["__SHOPPING_ADMIN__"] | Get the grand total of invoice 000000002. Return the value as a number (e.g., 10.99) only, without any additional details. | Get the grand total of invoice {{id}}. {{retrieved_data_format_spec}}. | {"id": "000000002", "retrieved_data_format_spec": "Return the value as a number (e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [39.64], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "currency", "type": "number"}, "type": "array"}}] | 2 |
["shopping"] | 96 | 193 | ["__SHOPPING__"] | Get the status of my latest order and when will it arrive. Return a list of objects with keys "status" and "arrival_date" (YYYY-MM-DD format or null if not available), without any additional details. | Get the status of my latest order and when will it arrive. {{retrieved_data_format_spec}}. | {"retrieved_data_format_spec": "Return a list of objects with keys \"status\" and \"arrival_date\" (YYYY-MM-DD format or null if not available), without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"arrival_date": null, "status": "canceled"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"arrival_date": {"format": "date", "type": "string"}, "status": {"type": "string"}}, "type": "object"}, "type... | 2 |
["map", "wikipedia"] | 97 | 120 | ["__MAP__", "__WIKIPEDIA__"] | Get the driving distance from Carnegie Mellon University to the 3rd ranked university worldwide by SCImago Institutions Rankings in 2019. Return the value as a string (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details. (Use the OSRM direction service and the provided wiki site to ... | Get the driving distance from Carnegie Mellon University to the 3rd ranked university worldwide by SCImago Institutions Rankings in 2019. {{retrieved_data_format_spec}}. (Use the OSRM direction service and the provided wiki site to look up any needed information.) | {"retrieved_data_format_spec": "Return the value as a string (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["914km"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "distance", "type": "string"}, "type": "array"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "^.*/routed-car/route/v1/.*/.*$"}, "ignore... | 2 |
["map"] | 98 | 66 | ["__MAP__"] | Where is the nearest tea cafe to University of Pittsburgh, and what is the walking distance to it? Return a list of objects with keys "location" and "distance" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details. (Use the OSRM direction service.) | Where is the nearest {{places}} to {{start}}, and what is the walking distance to it? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"places": "tea cafe", "retrieved_data_format_spec": "Return a list of objects with keys \"location\" and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "start": "University of Pittsburgh"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "653m", "location": {"city": "Pittsburgh", "house_number": "3716", "name": "Fuku Tea", "postcode": "15213", "state": "Pennsylvania", "street": "Forbes Avenue"}}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"item... | 2 |
["map"] | 99 | 66 | ["__MAP__"] | Where is the nearest Five Guys to 5700 Penn Ave, and what is the walking distance to it? Return a list of objects with keys "location" and "distance" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details. (Use the OSRM direction service.) | Where is the nearest {{places}} to {{start}}, and what is the walking distance to it? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"places": "Five Guys", "retrieved_data_format_spec": "Return a list of objects with keys \"location\" and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "start": "5700 Penn Ave"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "4km", "location": {"city": "Pittsburgh", "house_number": "117", "name": "Five Guys", "postcode": "15213", "state": "Pennsylvania", "street": "South Bouquet Street"}}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": ... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.