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": [ + "GIVE ME SPACE" + ] + } + } + ] +} \ No newline at end of file diff --git a/441/instruction.md b/441/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a64a832e693876fabca09f60f571ed921252c40e --- /dev/null +++ b/441/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 441 + +Update the project site's title to "GIVE ME SPACE" + +Start URL: __GITLAB__/byteblaze/gimmiethat.space diff --git a/441/task.toml b/441/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0eee597e4b46943a0e279992c18337dec6ef66a7 --- /dev/null +++ b/441/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/441" +name = "WebArena — 441" + +[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/441/verifier/run.sh b/441/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/441/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/455/eval_descriptor.json b/455/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d183cbf6a251fe7d5f8b766ab36c1930de2529a4 --- /dev/null +++ b/455/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/676/", + "locator": "document.querySelector('[name=\"product[status]\"').value", + "required_contents": { + "exact_match": "2" + } + } + ] +} \ No newline at end of file diff --git a/455/instruction.md b/455/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f773392b01333434c60162f6d04de7578a32a75d --- /dev/null +++ b/455/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 455 + +Disable lHelios Endurance Tank from the site, they are facing some quality issues. + +Start URL: __SHOPPING_ADMIN__ diff --git a/455/task.toml b/455/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..91f8fc010b2f3a0d3a81397e19c9a5ce29a7498b --- /dev/null +++ b/455/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/455" +name = "WebArena — 455" + +[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/455/verifier/run.sh b/455/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/455/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/484/task.toml b/484/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..32ab517309faffa97ed44596d308ae91b431c5e7 --- /dev/null +++ b/484/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/484" +name = "WebArena — 484" + +[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/502/eval_descriptor.json b/502/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..21dfd7df56e38e86948fb822aa4c9a3e990af0ea --- /dev/null +++ b/502/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/446/", + "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][is_in_stock]\"').value", + "required_contents": { + "exact_match": "0" + } + } + ] +} \ No newline at end of file diff --git a/502/instruction.md b/502/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1a98ad36c08ca7f836e3d4bf69ff7611e5449824 --- /dev/null +++ b/502/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 502 + +Make all Gobi HeatTec Tee as out of stock + +Start URL: __SHOPPING_ADMIN__ diff --git a/502/task.toml b/502/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..25770d199b93bcd8a4103444a375aab163189c04 --- /dev/null +++ b/502/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/502" +name = "WebArena — 502" + +[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/502/verifier/run.sh b/502/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/502/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/617/eval_descriptor.json b/617/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..fe7b35e287d8841cc07550cf80887d135517d69a --- /dev/null +++ b/617/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/earthporn", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "from /f/pics" + ] + } + }, + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "[...document.querySelector('.submission__inner').querySelectorAll('[href],[src]')].map(elem => elem.getAttribute('href') || elem.getAttribute('src')).join(' ')", + "required_contents": { + "must_include": [ + "92411be6af4e9ad5ccd3ccbaa01c10457bb00e704e99c58dd430de1a958307fd.jpg" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/617/instruction.md b/617/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8867f3a6594a05212b1391143854fbd7d90cc596 --- /dev/null +++ b/617/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 617 + +Re-post the image of Firework in this page to earthporn subreddit and note "from /f/pics" + +Start URL: __REDDIT__/f/pics diff --git a/617/task.toml b/617/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9621a1bc93535336072dc75c0fe60d293e73ee6b --- /dev/null +++ b/617/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/617" +name = "WebArena — 617" + +[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/617/verifier/run.sh b/617/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/617/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/635/task.toml b/635/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c4e2799008e13443df21a0cc5e7ebfa95cad5afd --- /dev/null +++ b/635/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/635" +name = "WebArena — 635" + +[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/635/verifier/run.sh b/635/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/635/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/681/eval_descriptor.json b/681/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ad329336e9617f24759eae50712315b798b7d3 --- /dev/null +++ b/681/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/machinelearning |OR| __REDDIT__/f/deeplearning |OR| __REDDIT__/f/technology", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "gan implementation", + "__GITLAB__/eriklindernoren/PyTorch-GAN" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/681/instruction.md b/681/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f01b2556a5b1d2a0de56e01b3d6e4df070cddecc --- /dev/null +++ b/681/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 681 + +Find a GitLab repository related to gan implementation and make a Reddit post linking to it in a relevant subreddit + +Start URL: __REDDIT__ diff --git a/681/task.toml b/681/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a8d7c25dbe3f821b209f6a87bc9b7996f58fa66d --- /dev/null +++ b/681/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/681" +name = "WebArena — 681" + +[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/682/task.toml b/682/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3c2d4f160f9befdd4ea41169e1192542fdd7656c --- /dev/null +++ b/682/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/682" +name = "WebArena — 682" + +[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/691/eval_descriptor.json b/691/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..163e61eb57b548ceff3632be6056e77cdc1e7757 --- /dev/null +++ b/691/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/contact", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[title=\"What\u2019s on your mind?\"').value", + "required_contents": { + "must_include": [ + "coupon", + "bulk purchase" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/691/instruction.md b/691/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f1f6856e57e44ff4ec920f3bdc4bf7a2061ea85b --- /dev/null +++ b/691/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 691 + +Draft an email to the shop owner via their contact us function for a coupon as I plan to make a bulk purchase + +Start URL: __SHOPPING__ diff --git a/691/task.toml b/691/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..87d17104db05fc90e4ddd6f929f5b21c17920d70 --- /dev/null +++ b/691/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/691" +name = "WebArena — 691" + +[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/691/verifier/run.sh b/691/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/691/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/729/eval_descriptor.json b/729/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c81081212108fdf32a9a70ad082dd14e242237a3 --- /dev/null +++ b/729/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/UpliftingNews/16087/same-sex-marriage-is-now-legal-in-all-of-mexico-s-states", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-downvoted" + ] + } + } + ] +} \ No newline at end of file diff --git a/729/instruction.md b/729/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bf4533b947374b41447b05d72d980e79d153ecd3 --- /dev/null +++ b/729/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 729 + +DisLike all submissions created by AdamCannon in subreddit UpliftingNews + +Start URL: __REDDIT__ diff --git a/729/task.toml b/729/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fdde34c59a631c62260341dfffe9b62f81632ccf --- /dev/null +++ b/729/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/729" +name = "WebArena — 729" + +[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/729/verifier/run.sh b/729/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/729/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/750/eval_descriptor.json b/750/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4b7fa5d88555650386b9e144ab02449783e22a5a --- /dev/null +++ b/750/eval_descriptor.json @@ -0,0 +1,36 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/agi_index", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "Private" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/agi_index", + "locator": "document.querySelector('.home-panel-description-markdown').outerText", + "required_contents": { + "must_include": [ + "Example plain HTML site using GitLab Pages: https://pages.gitlab.io/plain-html |OR| A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." + ] + } + }, + { + "url": "__GITLAB__/byteblaze/agi_index/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "Vinta Chen" + ] + } + } + ] +} \ No newline at end of file diff --git a/750/instruction.md b/750/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..76e6819c6a8c8f6f14edcc7ce36058009abad72a --- /dev/null +++ b/750/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 750 + +Start a private project agi_index with HTML template and add Vinta Chen as members + +Start URL: __GITLAB__ diff --git a/750/task.toml b/750/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1381c5a85bbea2f02c81539382242fe1105835f9 --- /dev/null +++ b/750/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/750" +name = "WebArena — 750" + +[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/750/verifier/run.sh b/750/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/750/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/781/eval_descriptor.json b/781/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4e42c06d0cde88c5f2f8aaf55de181928bb3fc18 --- /dev/null +++ b/781/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1573/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "32.88" + } + } + ] +} \ No newline at end of file diff --git a/781/task.toml b/781/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fa9b79cf2596514b57a73cfb0c06277b6d4dc97e --- /dev/null +++ b/781/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/781" +name = "WebArena — 781" + +[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/781/verifier/run.sh b/781/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/781/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"