diff --git a/110/eval_descriptor.json b/110/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8ad3bb3cb9ee3e9919ff11fddc3eaf906447a214 --- /dev/null +++ b/110/eval_descriptor.json @@ -0,0 +1,24 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "January: 11 orders", + "Feburary: 16 orders", + "March: 14 orders", + "April: 7 orders", + "May: 8 orders", + "June: 13 orders", + "July: 9 orders", + "August: 8 orders", + "Sepetember: 10 orders", + "Octorbor: 4 orders", + "November: 5 orders" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "January: 11 orders Feburary: 16 orders March: 14 orders April: 7 orders May: 8 orders June: 13 orders July: 9 orders August: 8 orders Sepetember: 10 orders Octorbor: 4 orders November: 5 orders " +} \ No newline at end of file diff --git a/110/instruction.md b/110/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..79c28f8effdd389fb10624111b18910157fe7458 --- /dev/null +++ b/110/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 110 + +Presents the monthly count of successful orders from Jan to Nov 2022 in MM:COUNT format + +Start URL: __SHOPPING_ADMIN__ diff --git a/110/task.toml b/110/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..14b9d24837dc0414df0960c5760ae0448b75c762 --- /dev/null +++ b/110/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/110" +name = "WebArena — 110" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/110/verifier/run.sh b/110/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/110/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/117/instruction.md b/117/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6685b39ee9ef7921e1f9310a1de1d2bfbe3a754f --- /dev/null +++ b/117/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 117 + +What is the date when I made my first purchase on this site? + +Start URL: __SHOPPING__ diff --git a/159/eval_descriptor.json b/159/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..20a2857b393bc188f73c2de703b2abd3d2b8a7d6 --- /dev/null +++ b/159/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/game-card-holder-storage-case-for-nintendo-switch-games-or-ps-vita-game-case-or-sd-memory-cards-black.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/159/instruction.md b/159/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..040e2624cf7de9e6b6f566a9f6172a6509f7d35c --- /dev/null +++ b/159/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 159 + +I have a lot of Nintendo Switch game cards now, help me find the best storage option to fit all 31 cards + +Start URL: __SHOPPING__ diff --git a/196/eval_descriptor.json b/196/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e4153178f0932cc35623ac6152561ae1a93068f5 --- /dev/null +++ b/196/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "194.25" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "194.25" +} \ No newline at end of file diff --git a/198/eval_descriptor.json b/198/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..53c4d14c4c85b6a7fb211ea27a3868e41f8ff776 --- /dev/null +++ b/198/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Lily Potter" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Lily Potter" +} \ No newline at end of file diff --git a/198/instruction.md b/198/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..322545ce89512aa985f0c44c25ed43b24a961688 --- /dev/null +++ b/198/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 198 + +Get the customer name of the most recent cancelled order + +Start URL: __SHOPPING_ADMIN__ diff --git a/198/task.toml b/198/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e46db4008365ef35804cb8d65a4b6c9f9fe164f4 --- /dev/null +++ b/198/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/198" +name = "WebArena — 198" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/198/verifier/run.sh b/198/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/198/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/199/eval_descriptor.json b/199/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9a082464db8cf48fc2cdc3f4a2e7e49d3db494c0 --- /dev/null +++ b/199/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "299" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "299" +} \ No newline at end of file diff --git a/199/verifier/run.sh b/199/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/199/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/203/instruction.md b/203/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c3c564752246074cf9993d93326eb74ef67a913e --- /dev/null +++ b/203/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 203 + +Get the purchase date and order id of the most recent pending order + +Start URL: __SHOPPING_ADMIN__ diff --git a/241/eval_descriptor.json b/241/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ee686af9780b5fea1975dc4ddc50183692363e08 --- /dev/null +++ b/241/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/professional-medi-spa-scar-stretch-mark-reduction-system.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/241/instruction.md b/241/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8cd0ee2de58118befc8729614c4a3eace1fb2ac9 --- /dev/null +++ b/241/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 241 + +I am doing a market survey for one stop market, show me the most expensive product from skin care tool category + +Start URL: __SHOPPING__ diff --git a/241/task.toml b/241/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2dc2e589256a0fc061326b8d7b45a8ad3ab8092c --- /dev/null +++ b/241/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/241" +name = "WebArena — 241" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/241/verifier/run.sh b/241/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/241/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/252/verifier/run.sh b/252/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/252/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/265/eval_descriptor.json b/265/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f97725d519e096d968704a3be4013efd3b46c41a --- /dev/null +++ b/265/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Acadia National Park", + "457km" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Acadia National Park\n457km" +} \ No newline at end of file diff --git a/265/task.toml b/265/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5109d206d0923ef00a31e060a7805e864939b683 --- /dev/null +++ b/265/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/265" +name = "WebArena — 265" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/276/eval_descriptor.json b/276/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..34f9d9daeb0499f2e981eac2cb3cbe4bba83fc0c --- /dev/null +++ b/276/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/?q=switch+accessories", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/276/instruction.md b/276/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0c05d0c1c90560969ccf2481c7088399adb7a28c --- /dev/null +++ b/276/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 276 + +Search for "switch accessories" + +Start URL: __SHOPPING__ diff --git a/276/task.toml b/276/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0d8a93f2b5e52fa96fd35531d79b373045d2557f --- /dev/null +++ b/276/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/276" +name = "WebArena — 276" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/277/eval_descriptor.json b/277/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4e9df73600d45e33153e23dac1fc484ad6c4871f --- /dev/null +++ b/277/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/?q=iphone+13", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/277/instruction.md b/277/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..33fe4824c627c535ea10a9355bcd3b1e98c8b7e2 --- /dev/null +++ b/277/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 277 + +Search for "batteries for iphone 13" + +Start URL: __SHOPPING__ diff --git a/277/task.toml b/277/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e14617c5f892adfd8c486f1789ce8dabcd25385d --- /dev/null +++ b/277/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/277" +name = "WebArena — 277" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/277/verifier/run.sh b/277/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/277/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/279/eval_descriptor.json b/279/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..658e20ba74ad07840d3b191a865d6d8d2c4ce8e7 --- /dev/null +++ b/279/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "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-Canceling Over-Ear Headphones (Black) Basic Headphone Bundle Kit with Stylus", + "Sony Wireless Headphones WH-CH510: Wireless Bluetooth On-Ear Headset with Mic for Phone-Call, Black", + "Sony WHCH710N Wireless Bluetooth Noise Canceling Over-The-Ear Headphones (Black) with Kratos 18W PD Two-Port Power Adapter and Kratos 6-Feet Nylon Braided USB-C Cable Bundle (3 Items)", + "Sony WI-SP500 Wireless in-Ear Sports Headphones, White (WISP500/W)", + "Sony WI-SP510 Extra BASS Wireless in-Ear Headset/Headphones with mic for Phone Call Sports IPX5 Bluetooth, Black (WISP510/B)", + "Sony MDRAS600BT Active Sports Bluetooth Headset (Black)", + "Sony WH-1000XM4 Wireless Noise Canceling Over-Ear Headphones (Black) with Sony WLA-NS7 Wireless TV Adapter Bundle (2 Items)", + "Sony WI-C300 Wireless In-Ear Headphones, Red (WIC300/R)", + "Sony XB950N1 Extra Bass Wireless Noise Canceling Headphones, Black", + "SONY - H900N Hi-Res Noise Cancelling Wireless Headphone Grayish Black Renewed", + "18.99", + "406" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "These models are avaiable: 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-Canceling Over-Ear Headphones (Black) Basic Headphone Bundle Kit with Stylus Sony Wireless Headphones WH-CH510: Wireless Bluetooth On-Ear Headset with Mic for Phone-Call, Black Sony WHCH710N Wireless Bluetooth Noise Canceling Over-The-Ear Headphones (Black) with Kratos 18W PD Two-Port Power Adapter and Kratos 6-Feet Nylon Braided USB-C Cable Bundle (3 Items) Sony WI-SP500 Wireless in-Ear Sports Headphones, White (WISP500/W) Sony WI-SP510 Extra BASS Wireless in-Ear Headset/Headphones with mic for Phone Call Sports IPX5 Bluetooth, Black (WISP510/B) Sony MDRAS600BT Active Sports Bluetooth Headset (Black) Sony WH-1000XM4 Wireless Noise Canceling Over-Ear Headphones (Black) with Sony WLA-NS7 Wireless TV Adapter Bundle (2 Items) Sony WI-C300 Wireless In-Ear Headphones, Red (WIC300/R) Sony XB950N1 Extra Bass Wireless Noise Canceling Headphones, Black SONY - H900N Hi-Res Noise Cancelling Wireless Headphone Grayish Black Renewed The price ranges from $18.99 to $406 " +} \ No newline at end of file diff --git a/279/instruction.md b/279/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..43b0b722f3952b596970f562073a85b0eec0a5d5 --- /dev/null +++ b/279/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 279 + +Provide me with the complete names of Bluetooth headphones from Sony, and also share the price range for the available models + +Start URL: __SHOPPING__ diff --git a/279/task.toml b/279/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8622940a58c4333f6a4f57872fd8eaf62f8333fe --- /dev/null +++ b/279/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/279" +name = "WebArena — 279" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/279/verifier/run.sh b/279/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/279/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/323/eval_descriptor.json b/323/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..10216db459334d09461577e99f15d6bfdee5a9b9 --- /dev/null +++ b/323/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "264.49" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "264.49" +} \ No newline at end of file diff --git a/323/instruction.md b/323/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c395bf56acf55d4c1686df84d7958249c7fd547a --- /dev/null +++ b/323/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 323 + +How much refund I should expect from my order canlled in 2022/03? I only kept the AC-DC Adapter and the shop told me that I cannot get the shipping fee back + +Start URL: __SHOPPING__ diff --git a/323/task.toml b/323/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..40a6b5a506fab3fdc5853244118d84eb1c672adc --- /dev/null +++ b/323/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/323" +name = "WebArena — 323" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/323/verifier/run.sh b/323/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/323/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/441/eval_descriptor.json b/441/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a9fb719b3222d9675ef955925cea54127ed84663 --- /dev/null +++ b/441/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/index.html", + "locator": "", + "required_contents": { + "must_include": [ + "