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"] | 200 | 366 | ["__SHOPPING_ADMIN__"] | Get the billing name of the oldest complete order. | Get the {{attribute}} of the {{status}} order.{{retrieved_data_format_spec}} | {"attribute": "billing name", "retrieved_data_format_spec": "", "status": "oldest complete"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["John Lee"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 201 | 366 | ["__SHOPPING_ADMIN__"] | Get the customer email of the earliest fraud suspect order. | Get the {{attribute}} of the {{status}} order.{{retrieved_data_format_spec}} | {"attribute": "customer email", "retrieved_data_format_spec": "", "status": "earliest fraud suspect"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["shopping_admin"] | 202 | 366 | ["__SHOPPING_ADMIN__"] | Get the date of the most recent cancelled order.Return the date in YYYY-MM-DD format or null if not available, without any additional details | Get the {{attribute}} of the {{status}} order.{{retrieved_data_format_spec}} | {"attribute": "date", "retrieved_data_format_spec": "Return the date in YYYY-MM-DD format or null if not available, without any additional details", "status": "most recent cancelled"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["May 23 2023"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "date", "type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 203 | 366 | ["__SHOPPING_ADMIN__"] | Get the purchase date and order id of the most recent pending order.Return a list of objects with keys "purchase_date" (YYYY-MM-DD format or null if not available) and "order_id", without any additional details | Get the {{attribute}} of the {{status}} order.{{retrieved_data_format_spec}} | {"attribute": "purchase date and order id", "retrieved_data_format_spec": "Return a list of objects with keys \"purchase_date\" (YYYY-MM-DD format or null if not available) and \"order_id\", without any additional details", "status": "most recent pending"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"date": "May 31, 2023", "order_id": "000000299"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"date": {"format": "date", "type": "string"}, "order_id": {"type": "string"}}, "type": "object"}, "type"... | 2 |
["shopping_admin"] | 204 | 366 | ["__SHOPPING_ADMIN__"] | Get the product name and final price (low to high) of the most recent completed order.Return a list of objects with keys "name" (product name) and "price" (as number, e.g., 10.99) only, without any additional details | Get the {{attribute}} of the {{status}} order.{{retrieved_data_format_spec}} | {"attribute": "product name and final price (low to high)", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" (product name) and \"price\" (as number, e.g., 10.99) only, without any additional details", "status": "most recent completed"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"name": "Ida Workout Parachute Pant", "price": 38.4}, {"name": "Proteus Fitness Jackshirt", "price": 45.0}], "status": "SUCCESS", "task_type": "retrieve"}, "ordered": true, "results_schema": {"items": {"properties": {"name": {"type": "string"}, "... | 2 |
["gitlab"] | 205 | 320 | ["__GITLAB__/a11yproject/a11yproject.com"] | How many commits did kilian make on March 5, 2023 for the current project? | How many commits did {{user}} make on {{date}}{{modifier}} for the current project? | {"date": "March 5, 2023", "modifier": "", "user": "kilian"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [1], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["gitlab"] | 206 | 320 | ["__GITLAB__/a11yproject/a11yproject.com"] | How many commits did Eric make on March 2, 2023 for the current project? | How many commits did {{user}} make on {{date}}{{modifier}} for the current project? | {"date": "March 2, 2023", "modifier": "", "user": "Eric"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [2], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["gitlab"] | 207 | 320 | ["__GITLAB__/a11yproject/a11yproject.com"] | How many commits did Eric and Kilian make on January 3, 2023 in total for the current project? | How many commits did {{user}} make on {{date}}{{modifier}} for the current project? | {"date": "January 3, 2023", "modifier": " in total", "user": "Eric and Kilian"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [1], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 208 | 364 | ["__SHOPPING_ADMIN__"] | Get the customer name and email with phone number +1 2058812302. Return a list of objects with keys "name" and "email". | Get the customer name and email with phone number {{PhoneNum}}. {{retrieved_data_format_spec}}. | {"PhoneNum": "+1 2058812302", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" and \"email\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "john.smith.xyz@gmail.com", "name": "John Smith"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}}... | 2 |
["shopping_admin"] | 209 | 364 | ["__SHOPPING_ADMIN__"] | Get the customer name and email with phone number 2137418080. Return a list of objects with keys "name" and "email". | Get the customer name and email with phone number {{PhoneNum}}. {{retrieved_data_format_spec}}. | {"PhoneNum": "2137418080", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" and \"email\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "jennifer.white@yahoo.com", "name": "Jennifer White"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "arra... | 2 |
["shopping_admin"] | 210 | 364 | ["__SHOPPING_ADMIN__"] | Get the customer name and email with phone number 2065555555. Return a list of objects with keys "name" and "email". | Get the customer name and email with phone number {{PhoneNum}}. {{retrieved_data_format_spec}}. | {"PhoneNum": "2065555555", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" and \"email\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "gamingpro456@gmail.com", "name": "Adam Garcia"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}}] | 2 |
["shopping_admin"] | 211 | 364 | ["__SHOPPING_ADMIN__"] | Get the customer name and email with phone number 8015551212. Return a list of objects with keys "name" and "email". | Get the customer name and email with phone number {{PhoneNum}}. {{retrieved_data_format_spec}}. | {"PhoneNum": "8015551212", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" and \"email\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "sean.miller@gmail.com", "name": "Sean Miller"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}}] | 2 |
["shopping_admin"] | 212 | 364 | ["__SHOPPING_ADMIN__"] | Get the customer name and email with phone number 555-229-3326. Return a list of objects with keys "name" and "email". | Get the customer name and email with phone number {{PhoneNum}}. {{retrieved_data_format_spec}}. | {"PhoneNum": "555-229-3326", "retrieved_data_format_spec": "Return a list of objects with keys \"name\" and \"email\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "roni_cost@example.com", "name": "Veronica Costello"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "arra... | 2 |
["shopping_admin"] | 213 | 249 | ["__SHOPPING_ADMIN__"] | Get the title and rating for all reviews with 3 stars or below for Antonia Racer Tank. Return a list of objects with keys "title" and "rating". | Get the title and rating for all reviews with 3 stars or below for {{product}}. {{retrieved_data_format_spec}}. | {"product": "Antonia Racer Tank", "retrieved_data_format_spec": "Return a list of objects with keys \"title\" and \"rating\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"rating": "2", "title": "Zero support/modesty"}, {"rating": "3", "title": "Not for high impact"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"rating": {"type": "string"}, "title": {"type": "string"... | 2 |
["shopping_admin"] | 214 | 249 | ["__SHOPPING_ADMIN__"] | Get the title and rating for all reviews with 3 stars or below for Erica Sports Bra. Return a list of objects with keys "title" and "rating". | Get the title and rating for all reviews with 3 stars or below for {{product}}. {{retrieved_data_format_spec}}. | {"product": "Erica Sports Bra", "retrieved_data_format_spec": "Return a list of objects with keys \"title\" and \"rating\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"rating": "2", "title": "Doesn't fit me. Luma fail."}, {"rating": "1", "title": "does not fit. worthless."}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"rating": {"type": "string"}, "title": {"type... | 2 |
["shopping_admin"] | 215 | 249 | ["__SHOPPING_ADMIN__"] | Get the title and rating for all reviews with 3 stars or below for Circe ice fleece. Return a list of objects with keys "title" and "rating". | Get the title and rating for all reviews with 3 stars or below for {{product}}. {{retrieved_data_format_spec}}. | {"product": "Circe ice fleece", "retrieved_data_format_spec": "Return a list of objects with keys \"title\" and \"rating\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"rating": "1", "title": "Bad!"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"rating": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}}] | 2 |
["shopping_admin"] | 216 | 249 | ["__SHOPPING_ADMIN__"] | Get the title and rating for all reviews with 3 stars or below for Electra Bra Top. Return a list of objects with keys "title" and "rating". | Get the title and rating for all reviews with 3 stars or below for {{product}}. {{retrieved_data_format_spec}}. | {"product": "Electra Bra Top", "retrieved_data_format_spec": "Return a list of objects with keys \"title\" and \"rating\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"rating": "3", "title": "Not exactly true to size"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"rating": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}}] | 2 |
["shopping_admin"] | 217 | 249 | ["__SHOPPING_ADMIN__"] | Get the title and rating for all reviews with 3 stars or below for Pursuit Tone Band. Return a list of objects with keys "title" and "rating". | Get the title and rating for all reviews with 3 stars or below for {{product}}. {{retrieved_data_format_spec}}. | {"product": "Pursuit Tone Band", "retrieved_data_format_spec": "Return a list of objects with keys \"title\" and \"rating\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"rating": "3", "title": "Agreed. More resistance"}, {"rating": "3", "title": "Want more resistance"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"rating": {"type": "string"}, "title": {"type": "str... | 2 |
["map"] | 218 | 41 | ["__MAP__"] | Get the name of the hotel and walking distance of nearby hotels to CMU, Pittsburgh that take at most 5 minutes. Use "hotel" for the name and "distance" for the distance. (Use the OSRM direction service.) | Get the name of the hotel and walking distance of nearby hotels to {{location}} that take at most {{n}} minutes. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "CMU, Pittsburgh", "n": "5", "retrieved_data_format_spec": "Use \"hotel\" for the name and \"distance\" for the distance"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 219 | 41 | ["__MAP__"] | Get the name of the hotel and walking distance of nearby hotels to Pittsburgh airport that take at most 3 minutes. Use "hotel" for the name and "distance" for the distance. (Use the OSRM direction service.) | Get the name of the hotel and walking distance of nearby hotels to {{location}} that take at most {{n}} minutes. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "Pittsburgh airport", "n": "3", "retrieved_data_format_spec": "Use \"hotel\" for the name and \"distance\" for the distance"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 220 | 41 | ["__MAP__"] | Get the name of the hotel and walking distance of nearby hotels to Gardner Steel Conference Center, that take at most 5 minutes. 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. (Use the OSRM direction servi... | Get the name of the hotel and walking distance of nearby hotels to {{location}} that take at most {{n}} minutes. {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "Gardner Steel Conference Center,", "n": 5, "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"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "375m", "hotel": "Wyndham Pittsburgh University Center"}, {"distance": "338m", "hotel": "The Oaklander Hotel"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"distance": {"format": "distan... | 2 |
["map"] | 221 | 35 | ["__MAP__"] | I am at CMU Pittsburgh, how long does it take to reach the nearest USPS postal office with different transportation methods? Return a list of objects with keys "transportation_method" (Walking, Driving, or Biking) and "duration" (in HH:MM:SS format) only, without any additional details or text. (Use the OSRM direction ... | I am at CMU Pittsburgh, how long does it take to reach the nearest {{location}} with different transportation methods? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "USPS postal office", "retrieved_data_format_spec": "Return a list of objects with keys \"transportation_method\" (Walking, Driving, or Biking) and \"duration\" (in HH:MM:SS format) only, without any additional details or text"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "19min", "transportation_method": "Walking"}, {"duration": "2min", "transportation_method": "Driving"}, {"duration": "7min", "transportation_method": "Biking"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items... | 2 |
["map"] | 222 | 35 | ["__MAP__"] | I am at CMU Pittsburgh, how long does it take to reach the nearest cold stone ice cream with different transportation methods? Return duration in HH:MM:SS format. (Use the OSRM direction service.) | I am at CMU Pittsburgh, how long does it take to reach the nearest {{location}} with different transportation methods? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "cold stone ice cream", "retrieved_data_format_spec": "Return duration in HH:MM:SS format"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["3min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 223 | 35 | ["__MAP__"] | I am at CMU Pittsburgh, how long does it take to reach the nearest Mcdonald's with different transportation methods? Return duration in HH:MM:SS format. (Use the OSRM direction service.) | I am at CMU Pittsburgh, how long does it take to reach the nearest {{location}} with different transportation methods? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "Mcdonald's", "retrieved_data_format_spec": "Return duration in HH:MM:SS format"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["4min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 224 | 35 | ["__MAP__"] | I am at CMU Pittsburgh, how long does it take to reach the nearest wendys with different transportation methods? Return duration in HH:MM:SS format. (Use the OSRM direction service.) | I am at CMU Pittsburgh, how long does it take to reach the nearest {{location}} with different transportation methods? {{retrieved_data_format_spec}}. (Use the OSRM direction service.) | {"location": "wendys", "retrieved_data_format_spec": "Return duration in HH:MM:SS format"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["3min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 225 | 135 | ["__SHOPPING__"] | Return the titles for reviews with 3 stars or below for brush from sephora | Return the titles for reviews with 3 stars or below for {{product_type}} from {{manufature}} | {"manufature": "sephora", "product_type": "brush"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["shopping"] | 226 | 370 | ["__SHOPPING__"] | What is the price range for products from Amazon basic?. Return an object with keys "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | What is the price range for products from {{brand}}?. {{retrieved_data_format_spec}}. | {"brand": "Amazon basic", "retrieved_data_format_spec": "Return an object with keys \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 375.19, "min": 5.49}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"max": {"format": "currency", "type": "number"}, "min": {"format": "currency", "type": "number"}}, "type": "object"}, "type":... | 2 |
["shopping"] | 227 | 370 | ["__SHOPPING__"] | What is the price range for products from EYZUTAK?. Return an object with keys "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | What is the price range for products from {{brand}}?. {{retrieved_data_format_spec}}. | {"brand": "EYZUTAK", "retrieved_data_format_spec": "Return an object with keys \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 9.99, "min": 9.99}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"max": {"format": "currency", "type": "number"}, "min": {"format": "currency", "type": "number"}}, "type": "object"}, "type": "... | 2 |
["shopping"] | 228 | 370 | ["__SHOPPING__"] | What is the price range for products from sephora?. Return an object with keys "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | What is the price range for products from {{brand}}?. {{retrieved_data_format_spec}}. | {"brand": "sephora", "retrieved_data_format_spec": "Return an object with keys \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 94.99, "min": 18.18}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"max": {"format": "currency", "type": "number"}, "min": {"format": "currency", "type": "number"}}, "type": "object"}, "type":... | 2 |
["shopping"] | 229 | 370 | ["__SHOPPING__"] | What is the price range for products from ugreen?. Return an object with keys "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | What is the price range for products from {{brand}}?. {{retrieved_data_format_spec}}. | {"brand": "ugreen", "retrieved_data_format_spec": "Return an object with keys \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 38.99, "min": 6.99}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"max": {"format": "currency", "type": "number"}, "min": {"format": "currency", "type": "number"}}, "type": "object"}, "type": ... | 2 |
["shopping"] | 230 | 370 | ["__SHOPPING__"] | What is the price range for products from Perricone MD?. Return an object with keys "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | What is the price range for products from {{brand}}?. {{retrieved_data_format_spec}}. | {"brand": "Perricone MD", "retrieved_data_format_spec": "Return an object with keys \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 149.0, "min": 35.0}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"max": {"format": "currency", "type": "number"}, "min": {"format": "currency", "type": "number"}}, "type": "object"}, "type": ... | 2 |
["shopping"] | 231 | 213 | ["__SHOPPING__"] | Get the order number of my most recent cancelled order | Get the order number of my most recent {{status}} order | {"status": "cancelled"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["^#?\\s*0*170$"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 232 | 213 | ["__SHOPPING__"] | Get the order number of my most recent pending order | Get the order number of my most recent {{status}} order | {"status": "pending"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["^#?\\s*0*189$"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 233 | 213 | ["__SHOPPING__"] | Get the order number of my most recent complete order | Get the order number of my most recent {{status}} order | {"status": "complete"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["^#?\\s*0*180$"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 234 | 213 | ["__SHOPPING__"] | Get the order number of my most recent on hold order | Get the order number of my most recent {{status}} order | {"status": "on hold"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["shopping"] | 235 | 213 | ["__SHOPPING__"] | Get the order number of my most recent under delivery order | Get the order number of my most recent {{status}} order | {"status": "under delivery"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 236 | 39 | ["__MAP__"] | Get the name and address of the nearest pharmacy from Carnegie Mellon I can walk within 20mins (use OSRM direction service). Return a list of objects with keys "name", "house_number", "street", "city", "state", and "postcode". | Get the name and address of the nearest {{location}} from {{location2}} {{condition}}. {{retrieved_data_format_spec}}. | {"condition": "I can walk within 20mins (use OSRM direction service)", "location": "pharmacy", "location2": "Carnegie Mellon", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"house_number\", \"street\", \"city\", \"state\", and \"postcode\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"city": "Pittsburgh", "house_number": "811", "name": "Schiller's Pharmacy", "postcode": "15232", "state": "Pennsylvania", "street": "South Aiken Avenue"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": ... | 2 |
["map"] | 237 | 39 | ["__MAP__"] | Get the name and address of the nearest gas station from CMU . Return a list of objects with keys "name", "house_number", "street", "city", "state", and "postcode". | Get the name and address of the nearest {{location}} from {{location2}} {{condition}}. {{retrieved_data_format_spec}}. | {"condition": "", "location": "gas station", "location2": "CMU", "retrieved_data_format_spec": "Return a list of objects with keys \"name\", \"house_number\", \"street\", \"city\", \"state\", and \"postcode\""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"city": "Pittsburgh", "house_number": "", "name": "Sunoco", "postcode": "15213", "state": "Pennsylvania", "street": "North Craig Street"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"city": {"type"... | 2 |
["shopping"] | 238 | 138 | ["__SHOPPING__"] | I am doing a market survey for one stop market, go to the product page for the most expensive PS4 accessories | I am doing a market survey for one stop market, go to the product page for the most expensive {{product_category}} | {"product_category": "PS4 accessories"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/astro-gaming-a50-wireless-headset-base-station-gen-4-compatible-with-ps5-ps4-pc-mac-b... | 2 |
["shopping"] | 239 | 138 | ["__SHOPPING__"] | I am doing a market survey for one stop market, go to the product page for the most expensive nutrition bars and drinks | I am doing a market survey for one stop market, go to the product page for the most expensive {{product_category}} | {"product_category": "nutrition bars and drinks"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/kellogg-s-special-k-protein-meal-bars-chocolate-caramel-12-7oz-6-count.html"}}] | 2 |
["shopping"] | 240 | 138 | ["__SHOPPING__"] | I am doing a market survey for one stop market, go to the product page for the most expensive men's Uniforms, Work & Safety | I am doing a market survey for one stop market, go to the product page for the most expensive {{product_category}} | {"product_category": "men's Uniforms, Work & Safety"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/arc-teryx-beta-sv-bib-men-s-versatile-durable-gore-tex-pro-bib-for-severe-conditions.... | 2 |
["shopping"] | 241 | 138 | ["__SHOPPING__"] | I am doing a market survey for one stop market, go to the product page for the most expensive skin care | I am doing a market survey for one stop market, go to the product page for the most expensive {{product_category}} | {"product_category": "skin care"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/professional-medi-spa-scar-stretch-mark-reduction-system.html"}}] | 2 |
["shopping"] | 242 | 138 | ["__SHOPPING__"] | I am doing a market survey for one stop market, go to the product page for the most expensive Household Supplies | I am doing a market survey for one stop market, go to the product page for the most expensive {{product_category}} | {"product_category": "Household Supplies"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/lynx-battery-12v-200ah-lithium-iron-phosphate-lifepo4-prismatic-deep-cell-battery-set... | 2 |
["shopping_admin"] | 243 | 244 | ["__SHOPPING_ADMIN__"] | Get the email address of the customer who is the most unhappy with Circe fleece | Get the {{information}} of the customer who is the most unhappy with {{product}} | {"information": "email address", "product": "Circe fleece"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["hannah.lim@gmail.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 244 | 244 | ["__SHOPPING_ADMIN__"] | Get the email address of the customer who is the most unhappy with Olivia zip jacket | Get the {{information}} of the customer who is the most unhappy with {{product}} | {"information": "email address", "product": "Olivia zip jacket"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["emma.lopez@gmail.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 245 | 244 | ["__SHOPPING_ADMIN__"] | Get the name of the customer who is the most unhappy with Antonia racer tank | Get the {{information}} of the customer who is the most unhappy with {{product}} | {"information": "name", "product": "Antonia racer tank"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Shaunte"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 246 | 244 | ["__SHOPPING_ADMIN__"] | Get the name of the customer who is the most unhappy with Chloe tank | Get the {{information}} of the customer who is the most unhappy with {{product}} | {"information": "name", "product": "Chloe tank"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Teofila"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 247 | 244 | ["__SHOPPING_ADMIN__"] | Get the email address of the customer who is the most unhappy with the style of Zoe products | Get the {{information}} of the customer who is the most unhappy with {{product}} | {"information": "email address", "product": "the style of Zoe products"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 248 | 46 | ["__MAP__"] | Get the coordinates of Carnegie Mellon Café. Return an object with keys "latitude" and "longitude" (as decimal degrees) only, without any additional details. | Get the coordinates of {{location}}. {{retrieved_data_format_spec}}. | {"location": "Carnegie Mellon Caf\u00e9", "retrieved_data_format_spec": "Return an object with keys \"latitude\" and \"longitude\" (as decimal degrees) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"latitude": "40.4424191", "longitude": "-79.9397388"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "coordinates"}, "type": "array"}}] | 2 |
["map"] | 249 | 46 | ["__MAP__"] | Get the coordinates of Western Pennsylvania Hospital Heliport. Return an object with keys "latitude" and "longitude" (as decimal degrees) only, without any additional details. | Get the coordinates of {{location}}. {{retrieved_data_format_spec}}. | {"location": "Western Pennsylvania Hospital Heliport", "retrieved_data_format_spec": "Return an object with keys \"latitude\" and \"longitude\" (as decimal degrees) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"latitude": "40.46076", "longitude": "-79.94666"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "coordinates"}, "type": "array"}}] | 2 |
["map"] | 250 | 46 | ["__MAP__"] | Get the coordinates of Apple Store near Pitt. Return an object with keys "latitude" and "longitude" (as decimal degrees) only, without any additional details. | Get the coordinates of {{location}}. {{retrieved_data_format_spec}}. | {"location": "Apple Store near Pitt", "retrieved_data_format_spec": "Return an object with keys \"latitude\" and \"longitude\" (as decimal degrees) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"latitude": "40.4511693", "longitude": "-79.9334241"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "coordinates"}, "type": "array"}}] | 2 |
["map"] | 251 | 46 | ["__MAP__"] | Get the coordinates of bus stop on the Carnegie art museum side of the street near CMU. Return an object with keys "latitude" and "longitude" (as decimal degrees) only, without any additional details. | Get the coordinates of {{location}}. {{retrieved_data_format_spec}}. | {"location": "bus stop on the Carnegie art museum side of the street near CMU", "retrieved_data_format_spec": "Return an object with keys \"latitude\" and \"longitude\" (as decimal degrees) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"latitude": "40.4443", "longitude": "-79.94889"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "coordinates"}, "type": "array"}}] | 2 |
["map"] | 252 | 46 | ["__MAP__"] | Get the coordinates of Tokyo Japanese Food Store in Pittsburgh. Return an object with keys "latitude" and "longitude" (as decimal degrees) only, without any additional details. | Get the coordinates of {{location}}. {{retrieved_data_format_spec}}. | {"location": "Tokyo Japanese Food Store in Pittsburgh", "retrieved_data_format_spec": "Return an object with keys \"latitude\" and \"longitude\" (as decimal degrees) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"latitude": "40.45761", "longitude": "-79.92934"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "coordinates"}, "type": "array"}}] | 2 |
["map"] | 253 | 501 | ["__MAP__"] | Get the phone number for Carnegie Mellon Café | Get the {{information}} for {{location}}{{retrieved_data_format_spec}} | {"information": "phone number", "location": "Carnegie Mellon Caf\u00e9", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "NOT_FOUND_ERROR", "task_type": "retrieve"}, "results_schema": {"type": "null"}}] | 2 |
["map"] | 254 | 501 | ["__MAP__"] | Get the phone number for Western Pennsylvania Hospital | Get the {{information}} for {{location}}{{retrieved_data_format_spec}} | {"information": "phone number", "location": "Western Pennsylvania Hospital", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["4125785000"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 255 | 501 | ["__MAP__"] | Get the operator for PIT airport | Get the {{information}} for {{location}}{{retrieved_data_format_spec}} | {"information": "operator", "location": "PIT airport", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["Allegheny County Airport Authority"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "location-name", "type": "string"}, "type": "array"}}] | 2 |
["map"] | 256 | 501 | ["__MAP__"] | Get the website for Carnegie art museum in pittsburgh | Get the {{information}} for {{location}}{{retrieved_data_format_spec}} | {"information": "website", "location": "Carnegie art museum in pittsburgh", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["http://web.cmoa.org/"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["map"] | 257 | 501 | ["__MAP__"] | Get the hours of operation for Tokyo Japanese Food Store in Pittsburgh. Return a list of objects with keys "day", "open_time", and "close_time". | Get the {{information}} for {{location}}{{retrieved_data_format_spec}} | {"information": "hours of operation", "location": "Tokyo Japanese Food Store in Pittsburgh", "retrieved_data_format_spec": ". Return a list of objects with keys \"day\", \"open_time\", and \"close_time\"."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"close_time": "17:00", "day": "Wednesday", "open_time": "10:00"}, {"close_time": "17:00", "day": "Thursday", "open_time": "10:00"}, {"close_time": "17:00", "day": "Friday", "open_time": "10:00"}, {"close_time": "17:00", "day": "Saturday", "open_t... | 2 |
["gitlab"] | 258 | 325 | ["__GITLAB__"] | Open the public projects listing | Open the public projects listing | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"visibility_level": ["20"]}, "url": "__GITLAB__/explore"}}] | 2 |
["gitlab"] | 259 | 312 | ["__GITLAB__"] | Get me my RSS feed token | Get me my RSS feed token | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["TMN_bBn9Z48qVbUFZV45"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 260 | 211 | ["__SHOPPING__"] | Open the Video Game category page to browse products | Open the {{category}} category page to browse products | {"category": "Video Game"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/video-games.html"}}] | 2 |
["shopping"] | 261 | 211 | ["__SHOPPING__"] | Open the Headphones category page to browse products | Open the {{category}} category page to browse products | {"category": "Headphones"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/electronics/headphones.html"}}] | 2 |
["shopping"] | 262 | 211 | ["__SHOPPING__"] | Open the Men shoes category page to browse products | Open the {{category}} category page to browse products | {"category": "Men shoes"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/clothing-shoes-jewelry/men/shoes.html"}}] | 2 |
["shopping"] | 263 | 211 | ["__SHOPPING__"] | Open the Woman clothing category page to browse products | Open the {{category}} category page to browse products | {"category": "Woman clothing"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/clothing-shoes-jewelry/women/clothing.html"}}] | 2 |
["shopping"] | 264 | 211 | ["__SHOPPING__"] | Open the Cabinets, Racks & Shelves category page to browse products | Open the {{category}} category page to browse products | {"category": "Cabinets, Racks & Shelves"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/office-products/office-furniture-lighting/cabinets-racks-shelves.html"}}] | 2 |
["wikipedia", "map"] | 265 | 85 | ["__MAP__", "__WIKIPEDIA__"] | Get the relation ID of the closest national park to Boston and the distance to drive there. Return a list of objects with keys "relation_id" (integer) and "distance" (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 to look u... | Get the relation ID of the closest national park to {{city}} and the {{metric_phrase}} to {{travel_mode}} there. {{retrieved_data_format_spec}}. (Use the OSRM direction service and the provided wiki to look up any needed information and search both source and destination by coordinates from the place official page on t... | {"city": "Boston", "metric_phrase": "distance", "retrieved_data_format_spec": "Return a list of objects with keys \"relation_id\" (integer) and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "travel_mode": "drive"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "459km", "relation_id": 2176999}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"distance": {"format": "distance", "type": "string"}, "relation_id": {"type": "integer"}}, "type": "object"}... | 4 |
["wikipedia", "map"] | 266 | 85 | ["__MAP__", "__WIKIPEDIA__"] | Get the relation ID of the closest national park to the largest city in Maine and the distance to drive there. Return a list of objects with keys "relation_id" (integer) and "distance" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details. (Use the OSRM direction service and the prov... | Get the relation ID of the closest national park to {{city}} and the {{metric_phrase}} to {{travel_mode}} there. {{retrieved_data_format_spec}}. (Use the OSRM direction service and the provided wiki to look up any needed information and search both source and destination by coordinates from the place official page on t... | {"city": "the largest city in Maine", "metric_phrase": "distance", "retrieved_data_format_spec": "Return a list of objects with keys \"relation_id\" (integer) and \"distance\" (numeric value with unit km or m, e.g., 2.4km, 500m) only, without any additional details", "travel_mode": "drive"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"distance": "290km", "relation_id": 2176999}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"distance": {"format": "distance", "type": "string"}, "relation_id": {"type": "integer"}}, "type": "object"}... | 4 |
["wikipedia", "map"] | 267 | 85 | ["__MAP__", "__WIKIPEDIA__"] | Get the relation ID of the closest national park to the hometown of Stephen King and the time to drive there. Return a list of objects with keys "relation_id" (integer) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service and the provided wiki to look up any needed i... | Get the relation ID of the closest national park to {{city}} and the {{metric_phrase}} to {{travel_mode}} there. {{retrieved_data_format_spec}}. (Use the OSRM direction service and the provided wiki to look up any needed information and search both source and destination by coordinates from the place official page on t... | {"city": "the hometown of Stephen King", "metric_phrase": "time", "retrieved_data_format_spec": "Return a list of objects with keys \"relation_id\" (integer) and \"duration\" (in HH:MM:SS format) only, without any additional details", "travel_mode": "drive"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "01:33:00", "relation_id": 2176999}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "relation_id": {"type": "integer"}}, "type": "objec... | 4 |
["wikipedia", "map"] | 268 | 85 | ["__MAP__", "__WIKIPEDIA__"] | Get the relation ID of the closest national park to Vinalhaven, ME and the time to bike there. Return a list of objects with keys "relation_id" (integer) and "duration" (in HH:MM:SS format) only, without any additional details. (Use the OSRM direction service and the provided wiki to look up any needed information and ... | Get the relation ID of the closest national park to {{city}} and the {{metric_phrase}} to {{travel_mode}} there. {{retrieved_data_format_spec}}. (Use the OSRM direction service and the provided wiki to look up any needed information and search both source and destination by coordinates from the place official page on t... | {"city": "Vinalhaven, ME", "metric_phrase": "time", "retrieved_data_format_spec": "Return a list of objects with keys \"relation_id\" (integer) and \"duration\" (in HH:MM:SS format) only, without any additional details", "travel_mode": "bike"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"duration": "10:58:00", "relation_id": 2176999}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"duration": {"format": "duration", "type": "string"}, "relation_id": {"type": "integer"}}, "type": "objec... | 4 |
["shopping"] | 269 | 139 | ["__SHOPPING__"] | Open the "women shoes" category page filtered to under $25 | Open the "{{product_category}}" category page filtered to {{price_range}} | {"price_range": "under $25", "product_category": "women shoes"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"price": ["0-25"]}, "url": "__SHOPPING__/clothing-shoes-jewelry/women/shoes.html"}, "igno... | 2 |
["shopping"] | 270 | 139 | ["__SHOPPING__"] | Open the "men shoes" category page filtered to under $30 | Open the "{{product_category}}" category page filtered to {{price_range}} | {"price_range": "under $30", "product_category": "men shoes"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"price": ["0-30"]}, "url": "__SHOPPING__/clothing-shoes-jewelry/men/shoes.html"}}] | 2 |
["shopping"] | 271 | 139 | ["__SHOPPING__"] | Open the "makeup remover" category page filtered to under $46.99 | Open the "{{product_category}}" category page filtered to {{price_range}} | {"price_range": "under $46.99", "product_category": "makeup remover"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"price": ["0-46.99"]}, "url": "__SHOPPING__/beauty-personal-care/makeup/makeup-remover.ht... | 2 |
["shopping"] | 272 | 139 | ["__SHOPPING__"] | Open the "children dental care" category page filtered to under $78 | Open the "{{product_category}}" category page filtered to {{price_range}} | {"price_range": "under $78", "product_category": "children dental care"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"price": ["0-78"]}, "url": "__SHOPPING__/beauty-personal-care/oral-care/children-s-dental... | 2 |
["shopping"] | 273 | 139 | ["__SHOPPING__"] | Open the "furniture with accent" category page filtered to under $199 | Open the "{{product_category}}" category page filtered to {{price_range}} | {"price_range": "under $199", "product_category": "furniture with accent"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"price": ["0-199"]}, "url": "__SHOPPING__/home-kitchen/furniture/accent-furniture.html"}}... | 2 |
["shopping"] | 274 | 212 | ["__SHOPPING__"] | Open the search results for "usb wifi" | Open the search results for "{{keyword}}" | {"keyword": "usb wifi"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"q": ["usb wifi"]}, "url": "__SHOPPING__/catalogsearch/result/"}}] | 2 |
["shopping"] | 275 | 212 | ["__SHOPPING__"] | Open the search results for "xbox" | Open the search results for "{{keyword}}" | {"keyword": "xbox"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"q": ["xbox"]}, "url": "__SHOPPING__/catalogsearch/result/"}}] | 2 |
["shopping"] | 276 | 212 | ["__SHOPPING__"] | Open the search results for "switch accessories" | Open the search results for "{{keyword}}" | {"keyword": "switch accessories"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"q": ["switch accessories"]}, "url": "__SHOPPING__/catalogsearch/result/"}}] | 2 |
["shopping"] | 277 | 212 | ["__SHOPPING__"] | Open the search results for "batteries for iphone 13" | Open the search results for "{{keyword}}" | {"keyword": "batteries for iphone 13"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"q": ["batteries for iphone 13"]}, "url": "__SHOPPING__/catalogsearch/result/"}}] | 2 |
["shopping"] | 278 | 212 | ["__SHOPPING__"] | Open the search results for "green tea bag for weight loss" | Open the search results for "{{keyword}}" | {"keyword": "green tea bag for weight loss"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"query_params": {"q": ["green tea bag for weight loss"]}, "url": "__SHOPPING__/catalogsearch/result/"}}] | 2 |
["shopping"] | 279 | 204 | ["__SHOPPING__"] | Provide me with the full names of Bluetooth headphones from Sony, and also share the price range for the available models. Return an object with keys "names" (list of product names), "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | Provide me with the full names of {{product}}, and also share the price range for the available models. {{retrieved_data_format_spec}}. | {"product": "Bluetooth headphones from Sony", "retrieved_data_format_spec": "Return an object with keys \"names\" (list of product names), \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 406, "min": 18.99, "names": ["SONY WH1000XM3 Bluetooth Wireless Noise Canceling Headphones Silver WH-1000XM3/S (Renewed)", "Sony WH-CH710N/H Wireless Bluetooth Noise Cancelling Headphones", "Sony WH-1000XM3B Wireless Bluetooth Noise-Cancel... | 2 |
["shopping"] | 280 | 204 | ["__SHOPPING__"] | Provide me with the full names of chargers from Anker, and also share the price range for the available models. Return an object with keys "names" (list of product names), "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | Provide me with the full names of {{product}}, and also share the price range for the available models. {{retrieved_data_format_spec}}. | {"product": "chargers from Anker", "retrieved_data_format_spec": "Return an object with keys \"names\" (list of product names), \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 59.99, "min": 8.99, "names": ["Anker USB C Charger 30W, 711 Charger, Compact Fast Charger (Not Foldable) for MacBook Air/iPhone 13/13 Mini/13 Pro/13 Pro Max/12, Galaxy S21, Note 20, iPad Pro, Pixel, and More", "Anker USB C Charger 40W, 521... | 2 |
["shopping"] | 281 | 204 | ["__SHOPPING__"] | Provide me with the full names of Oral B brush heads designed for children, and also share the price range for the available models. Return an object with keys "names" (list of product names), "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | Provide me with the full names of {{product}}, and also share the price range for the available models. {{retrieved_data_format_spec}}. | {"product": "Oral B brush heads designed for children", "retrieved_data_format_spec": "Return an object with keys \"names\" (list of product names), \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 14.98, "min": 12.99, "names": ["Oral-B Kids Extra Soft Replacement Brush Heads featuring STAR WARS, 2 count", "Kids By Oral-b Stages Power Star Wars Replacement Heads 4 Pack"]}], "status": "SUCCESS", "task_type": "retrieve"}, "results_sche... | 2 |
["shopping"] | 282 | 204 | ["__SHOPPING__"] | Provide me with the full names of slide slippers from Nike, and also share the price range for the available models. Return an object with keys "names" (list of product names), "min" and "max" (as numbers, e.g., 10.99) only, without any additional details. | Provide me with the full names of {{product}}, and also share the price range for the available models. {{retrieved_data_format_spec}}. | {"product": "slide slippers from Nike", "retrieved_data_format_spec": "Return an object with keys \"names\" (list of product names), \"min\" and \"max\" (as numbers, e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"max": 90.65, "min": 27.6, "names": ["Nike Men's Air Max Camden Slide Sandal", "Nike Men's Benassi JDI Fanny Pack Slides", "Nike Victori One Mens Comfort Slide Cn9675-003 (Midnight Navy/Midnight Navy/White, Numeric_10)", "Nike Offcourt Slide Mens... | 2 |
["shopping"] | 283 | 210 | ["__SHOPPING__"] | Open the page showing the most recent Xbox controller models released between 2020-2021 | Open the page showing the most recent Xbox controller models released between 2020-2021 | {} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/microsoft-xbox-controller-carbon-black-for-series-x-series-s-xbox-one-windows-10-andr... | 2 |
["shopping"] | 284 | 207 | ["__SHOPPING__"] | View the product page for the least expensive shoe storage with a minimum storage capacity of 12 pairs. | View the product page for the least expensive {{product}} with a minimum storage capacity of {{min_storage}}. | {"min_storage": "12 pairs", "product": "shoe storage"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/onlyeasy-over-the-door-shoe-storage-organizer-hanging-shoe-rack-holder-with-24-large-... | 2 |
["shopping"] | 285 | 207 | ["__SHOPPING__"] | View the product page for the least expensive switch card holder with a minimum storage capacity of 15 cards. | View the product page for the least expensive {{product}} with a minimum storage capacity of {{min_storage}}. | {"min_storage": "15 cards", "product": "switch card holder"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/game-card-holder-storage-case-for-nintendo-switch-games-or-ps-vita-game-case-or-sd-me... | 2 |
["shopping"] | 286 | 207 | ["__SHOPPING__"] | View the product page for the least expensive ssd hard drive with a minimum storage capacity of 1TB. | View the product page for the least expensive {{product}} with a minimum storage capacity of {{min_storage}}. | {"min_storage": "1TB", "product": "ssd hard drive"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/portable-ssd-2tb-external-hard-drive-mobile-solid-state-drive-portable-hard-drive-for... | 2 |
["map"] | 287 | 47 | ["__MAP__"] | How much time does it take from Pittsburgh to Philadelphia by car? Return the value as a string in HH:MM:SS format only, without any additional details. | How much time does it take from Pittsburgh to Philadelphia by car? {{retrieved_data_format_spec}}. | {"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": ["5h 47min"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "duration", "type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 288 | 234 | ["__SHOPPING_ADMIN__"] | Get the email of the customer who has the most cancellations in the history | Get the {{attribute}} of the customer who has the most cancellations in the history{{retrieved_data_format_spec}} | {"attribute": "email", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["coolcat321@hotmail.com"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 289 | 234 | ["__SHOPPING_ADMIN__"] | Get the email address, name, phone number of the customer who has the most cancellations in the history. Return a list of objects with keys "name", "email", and "phone_number". | Get the {{attribute}} of the customer who has the most cancellations in the history{{retrieved_data_format_spec}} | {"attribute": "email address, name, phone number", "retrieved_data_format_spec": ". Return a list of objects with keys \"name\", \"email\", and \"phone_number\"."} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [{"email": "coolcat321@hotmail.com", "name": "Samantha Jones", "phone_number": "3055551212"}], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"properties": {"email": {"type": "string"}, "name": {"type": "string"}, "phon... | 2 |
["shopping_admin"] | 290 | 234 | ["__SHOPPING_ADMIN__"] | Get the product SKUs in the most recent cancelled orders of the customer who has the most cancellations in the history | Get the {{attribute}} of the customer who has the most cancellations in the history{{retrieved_data_format_spec}} | {"attribute": "product SKUs in the most recent cancelled orders", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["WSH09-29-White", "WSH09-28-Green", "MSH11-34-Blue", "WP09-29-Purple"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "string"}, "type": "array"}}] | 2 |
["shopping_admin"] | 291 | 234 | ["__SHOPPING_ADMIN__"] | Get the total spend on products in the most recent cancelled orders excluding shipping and handling of the customer who has the most cancellations in the historyReturn the value as a number (e.g., 10.99) only, without any additional details | Get the {{attribute}} of the customer who has the most cancellations in the history{{retrieved_data_format_spec}} | {"attribute": "total spend on products in the most recent cancelled orders excluding shipping and handling", "retrieved_data_format_spec": "Return the value as a number (e.g., 10.99) only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [148.8], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "currency", "type": "number"}, "type": "array"}}] | 2 |
["shopping_admin"] | 292 | 234 | ["__SHOPPING_ADMIN__"] | Get the total number of cancellations of the customer who has the most cancellations in the history | Get the {{attribute}} of the customer who has the most cancellations in the history{{retrieved_data_format_spec}} | {"attribute": "total number of cancellations", "retrieved_data_format_spec": ""} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": [9], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"type": "number"}, "type": "array"}}] | 2 |
["gitlab"] | 293 | 329 | ["__GITLAB__"] | Get the URL to clone Super_Awesome_Robot with SSH. Return the URL only, without any additional details. | Get the URL to clone {{repo}} with SSH. {{retrieved_data_format_spec}}. | {"repo": "Super_Awesome_Robot", "retrieved_data_format_spec": "Return the URL only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["git@__SSH_HOST__:convexegg/super_awesome_robot.git"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "url", "type": "string"}, "type": "array"}}] | 2 |
["gitlab"] | 294 | 329 | ["__GITLAB__"] | Get the URL to clone ChatGPT with SSH. Return the URL only, without any additional details. | Get the URL to clone {{repo}} with SSH. {{retrieved_data_format_spec}}. | {"repo": "ChatGPT", "retrieved_data_format_spec": "Return the URL only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["git@__SSH_HOST__:convexegg/chatgpt.git"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "url", "type": "string"}, "type": "array"}}] | 2 |
["gitlab"] | 295 | 329 | ["__GITLAB__"] | Get the URL to clone metaseq with SSH. Return the URL only, without any additional details. | Get the URL to clone {{repo}} with SSH. {{retrieved_data_format_spec}}. | {"repo": "metaseq", "retrieved_data_format_spec": "Return the URL only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["git@__SSH_HOST__:root/metaseq.git"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "url", "type": "string"}, "type": "array"}}] | 2 |
["gitlab"] | 296 | 329 | ["__GITLAB__"] | Get the URL to clone the best GAN python implementation with SSH. Return the URL only, without any additional details. | Get the URL to clone {{repo}} with SSH. {{retrieved_data_format_spec}}. | {"repo": "the best GAN python implementation", "retrieved_data_format_spec": "Return the URL only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["git@__SSH_HOST__:eriklindernoren/PyTorch-GAN.git"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "url", "type": "string"}, "type": "array"}}] | 2 |
["gitlab"] | 297 | 329 | ["__GITLAB__"] | Get the URL to clone the most stared Covid related project with SSH. Return the URL only, without any additional details. | Get the URL to clone {{repo}} with SSH. {{retrieved_data_format_spec}}. | {"repo": "the most stared Covid related project", "retrieved_data_format_spec": "Return the URL only, without any additional details"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": ["git@__SSH_HOST__:covid19india/covid19india-react.git"], "status": "SUCCESS", "task_type": "retrieve"}, "results_schema": {"items": {"format": "url", "type": "string"}, "type": "array"}}] | 2 |
["shopping"] | 298 | 180 | ["__SHOPPING__"] | Open the order details page for the most recent completed order | Open the order details page for the most recent {{status}} order | {"status": "completed"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/sales/order/view/order_id/180/"}}] | 2 |
["shopping"] | 299 | 180 | ["__SHOPPING__"] | Open the order details page for the most recent cancelled order | Open the order details page for the most recent {{status}} order | {"status": "cancelled"} | [{"evaluator": "AgentResponseEvaluator", "expected": {"retrieved_data": null, "status": "SUCCESS", "task_type": "navigate"}, "results_schema": {"type": "null"}}, {"evaluator": "NetworkEventEvaluator", "expected": {"url": "__SHOPPING__/sales/order/view/order_id/170/"}}] | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.