diff --git a/0/eval_descriptor.json b/0/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b58363cead108c0ed3374edbc0d2b0eb900e0a44 --- /dev/null +++ b/0/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Quest Lumaflex\u2122 Band" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Quest Lumaflex\u2122 Band" +} \ No newline at end of file diff --git a/0/instruction.md b/0/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0d852893437ff0de7917b0ea01d0cae91bd278b8 --- /dev/null +++ b/0/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 0 + +What is the top-1 best-selling product in 2022 + +Start URL: __SHOPPING_ADMIN__ diff --git a/0/task.toml b/0/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d837f06170bd1944b39916e3fa5b3057cb0aa436 --- /dev/null +++ b/0/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/0" +name = "WebArena — 0" + +[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/0/verifier/run.sh b/0/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/0/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/103/eval_descriptor.json b/103/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f1d16dee4f9014f434cb10a8872c22ca842b726d --- /dev/null +++ b/103/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/kkroening/ffmpeg-python/-/issues/?label_name%5B%5D=question", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/103/instruction.md b/103/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6b49fe2d7335162ad573f0d988acc9980a6ee2f4 --- /dev/null +++ b/103/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 103 + +Display the list of issues in the kkroening/ffmpeg-python repository that have labels related to questions + +Start URL: __GITLAB__ diff --git a/103/task.toml b/103/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e20a80f53fcc071a07bebcef542fdea70002ca5a --- /dev/null +++ b/103/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/103" +name = "WebArena — 103" + +[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/103/verifier/run.sh b/103/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/103/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/104/eval_descriptor.json b/104/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..495432760cf5427cd8ef9bbc39f9e8bf6b4c22e1 --- /dev/null +++ b/104/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/keycloak/keycloak/-/issues/?label_name%5B%5D=flaky-test", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/104/instruction.md b/104/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..3dc5c0020473c5325036c98ecede6dc6d2fe9dfd --- /dev/null +++ b/104/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 104 + +Display the list of issues in the keycloak/keycloak repository that have labels related to flaky-test + +Start URL: __GITLAB__ diff --git a/104/task.toml b/104/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..44e16e86ccc13340a92242dd7b984f303204c57e --- /dev/null +++ b/104/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/104" +name = "WebArena — 104" + +[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/104/verifier/run.sh b/104/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/104/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/107/eval_descriptor.json b/107/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ca660c6e67649c908e18e2fb2c3c19b6008b7667 --- /dev/null +++ b/107/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "May: 8 orders", + "June: 13 orders", + "July: 9 orders", + "August: 8 orders", + "Sepetember: 10 orders", + "October: 4 orders", + "November: 5 orders", + "December: 10 orders" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "May: 8 orders June: 13 orders July: 9 orders August: 8 orders Sepetember: 10 orders Octorbor: 4 orders November: 5 orders December: 10 orders " +} \ No newline at end of file diff --git a/107/instruction.md b/107/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cfde3a371afd010a59a33e089d402c8984da625c --- /dev/null +++ b/107/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 107 + +Presents the monthly count of successful orders from May to December 2022 in MM:COUNT format + +Start URL: __SHOPPING_ADMIN__ diff --git a/107/task.toml b/107/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3de07e84ebfbbf202b8d5ffb435fa48c6720ad38 --- /dev/null +++ b/107/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/107" +name = "WebArena — 107" + +[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/107/verifier/run.sh b/107/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/107/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/11/eval_descriptor.json b/11/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..10911210be86181dd26c21dc828bfee370f2754f --- /dev/null +++ b/11/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "6" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "6" +} \ No newline at end of file diff --git a/11/instruction.md b/11/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2993c5592ddf0f1023e65db9e051399859a4c619 --- /dev/null +++ b/11/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 11 + +Tell me the the number of reviews that our store received by far that mention term "disappointed" + +Start URL: __SHOPPING_ADMIN__ diff --git a/11/task.toml b/11/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ae0a9ac26b29d39edc697cd5a8eadf08a136b659 --- /dev/null +++ b/11/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/11" +name = "WebArena — 11" + +[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/11/verifier/run.sh b/11/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/11/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/112/eval_descriptor.json b/112/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..38a140f3721a506477b9b582421017837e09c4c8 --- /dev/null +++ b/112/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Hannah Lim" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Hannah Lim" +} \ No newline at end of file diff --git a/112/instruction.md b/112/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ef59b960c5c1708ce47418146efcbfc41b632f34 --- /dev/null +++ b/112/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 112 + +Show me the customers who have expressed dissatisfaction with Circe fleece? + +Start URL: __SHOPPING_ADMIN__ diff --git a/112/task.toml b/112/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0a36ed57dc9b75bbfc7818c2d936b0163dadac33 --- /dev/null +++ b/112/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/112" +name = "WebArena — 112" + +[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/112/verifier/run.sh b/112/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/112/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/114/eval_descriptor.json b/114/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8bdc11c5d1a1befdbc88559c73320ab1ea8e05ce --- /dev/null +++ b/114/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Shaunte", + "Merrie" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Shaunte, Merrie" +} \ No newline at end of file diff --git a/114/instruction.md b/114/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b8b558362a2b3a517b7646f4496f9778ebd2777a --- /dev/null +++ b/114/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 114 + +Show me the customers who have expressed dissatisfaction with Antonia racer tank? + +Start URL: __SHOPPING_ADMIN__ diff --git a/114/task.toml b/114/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..efd28d7fc2232541950f88d88c630911c764486d --- /dev/null +++ b/114/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/114" +name = "WebArena — 114" + +[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/114/verifier/run.sh b/114/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/114/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/118/eval_descriptor.json b/118/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..30d293175509a8fef1011e03e271085ef9d373bf --- /dev/null +++ b/118/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": null, + "program_html": [ + { + "url": "last", + "locator": "", + "required_contents": { + "must_include": [ + "jaw bruxism", + "mouth guard" + ] + } + } + ] +} \ No newline at end of file diff --git a/118/instruction.md b/118/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ec00684c3300e67f9709e50fef499c367a52d412 --- /dev/null +++ b/118/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 118 + +I have jaw bruxism problem, show me something that could alleviate the problem. + +Start URL: __SHOPPING__ diff --git a/118/task.toml b/118/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..013c9f5ef4787d9d894d93de00d755e80de921df --- /dev/null +++ b/118/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/118" +name = "WebArena — 118" + +[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/118/verifier/run.sh b/118/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/118/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/12/eval_descriptor.json b/12/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7d46e6c234fc9d4cb6c903085582f32caeb9a1e3 --- /dev/null +++ b/12/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "2" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "2" +} \ No newline at end of file diff --git a/12/instruction.md b/12/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a20afbe4c4e1ac7f3775f786413bf8c92693a215 --- /dev/null +++ b/12/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 12 + +Tell me the the number of reviews that our store received by far that mention term "satisfied" + +Start URL: __SHOPPING_ADMIN__ diff --git a/12/task.toml b/12/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d85566a25f66f63f5d4243de0dfaea73a1174775 --- /dev/null +++ b/12/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/12" +name = "WebArena — 12" + +[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/12/verifier/run.sh b/12/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/12/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/121/eval_descriptor.json b/121/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..afb7b9ab23a8631c05564d60fa4248fa1a457c7e --- /dev/null +++ b/121/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Warm and comfortable. True to size." + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Warm and comfortable. True to size." +} \ No newline at end of file diff --git a/121/instruction.md b/121/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ac33918a41f1562d60c89eb179682908f758d15a --- /dev/null +++ b/121/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 121 + +Tell me the reasons why customers like Circe hooded fleece + +Start URL: __SHOPPING_ADMIN__ diff --git a/121/task.toml b/121/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b8ed6dcf16b22166b4fbfb5be226ce8d7d919b57 --- /dev/null +++ b/121/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/121" +name = "WebArena — 121" + +[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/121/verifier/run.sh b/121/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/121/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/124/eval_descriptor.json b/124/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d7c85e3b9ee7afada6cc8def2f42339ed8792abe --- /dev/null +++ b/124/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "0.14", + "745.00" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$0.14 - $745.00" +} \ No newline at end of file diff --git a/124/instruction.md b/124/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e2888295f629f8c98b2b301d562cb77e4295aaf2 --- /dev/null +++ b/124/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 124 + +What is the price range of wireless earphone in the One Stop Market? + +Start URL: __SHOPPING__ diff --git a/124/task.toml b/124/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..01073a0b60e15f92d78051c47551b0fd7a077c5e --- /dev/null +++ b/124/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/124" +name = "WebArena — 124" + +[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/124/verifier/run.sh b/124/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/124/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/126/eval_descriptor.json b/126/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..82ea9639ca8c353599e04df844dbdcf51c558e50 --- /dev/null +++ b/126/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "2.56", + "649.99" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$2.56 - $649.99" +} \ No newline at end of file diff --git a/126/instruction.md b/126/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4d544b4dd01f1e82bfd116407f7c089529b3de2e --- /dev/null +++ b/126/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 126 + +What is the price range of Canon photo printer in the One Stop Market? + +Start URL: __SHOPPING__ diff --git a/126/task.toml b/126/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3cd0d73acb6f06b0711b3bfba148a20e840fdc8f --- /dev/null +++ b/126/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/126" +name = "WebArena — 126" + +[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/126/verifier/run.sh b/126/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/126/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/128/eval_descriptor.json b/128/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..63910420b23491c8a5c6f6087c1f4e01269412ee --- /dev/null +++ b/128/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "9" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "9" +} \ No newline at end of file diff --git a/128/instruction.md b/128/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5db82c350d7d9c97d5a4755a77d9899e6fac8418 --- /dev/null +++ b/128/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 128 + +What's the total number of items sold in the most recent 2 orders? + +Start URL: __SHOPPING_ADMIN__ diff --git a/128/task.toml b/128/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..79088811749b2734d82683fffb1401e25fc3490a --- /dev/null +++ b/128/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/128" +name = "WebArena — 128" + +[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/128/verifier/run.sh b/128/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/128/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/133/eval_descriptor.json b/133/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7d46e6c234fc9d4cb6c903085582f32caeb9a1e3 --- /dev/null +++ b/133/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "2" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "2" +} \ No newline at end of file diff --git a/133/instruction.md b/133/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..82fe3405b904fa07c46ba81f9b1f0a2a132aaece --- /dev/null +++ b/133/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 133 + +How many commits did Eric make to a11yproject on 3/2? + +Start URL: __GITLAB__ diff --git a/133/task.toml b/133/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3256250f5a4a3a8a25857b72d4f789abe39bd68f --- /dev/null +++ b/133/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/133" +name = "WebArena — 133" + +[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/133/verifier/run.sh b/133/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/133/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/135/eval_descriptor.json b/135/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b6369077f83acce03043ff5cac05d45985dc0456 --- /dev/null +++ b/135/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "1" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "1" +} \ No newline at end of file diff --git a/135/instruction.md b/135/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4582b648e8eeee623617907643b37b1546c0ca09 --- /dev/null +++ b/135/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 135 + +How many commits did Eric and Kilian make to a11yproject on 1/3/2023? + +Start URL: __GITLAB__ diff --git a/135/task.toml b/135/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c0af18cabcbf6bd4de438185c58d025f14dfbd18 --- /dev/null +++ b/135/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/135" +name = "WebArena — 135" + +[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/135/verifier/run.sh b/135/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/135/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/137/eval_descriptor.json b/137/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d39f61bb75809f6cf86c92fe267ccc7de8f6769b --- /dev/null +++ b/137/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "5h 47min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "5h 47min" +} \ No newline at end of file diff --git a/137/instruction.md b/137/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2015e4b4cc1885fba50add9a650ff476d2152a29 --- /dev/null +++ b/137/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 137 + +What is the estimated driving time between the city where the Liberty Bell is located and the home city of Pirates? + +Start URL: __MAP__ diff --git a/137/task.toml b/137/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..76e9d3ae881f97a96b8df7554faae9de756d1128 --- /dev/null +++ b/137/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/137" +name = "WebArena — 137" + +[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/137/verifier/run.sh b/137/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/137/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/139/eval_descriptor.json b/139/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..bd259e7c7d1b4fd7ba5f22c070eedf582bc48dd9 --- /dev/null +++ b/139/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "3h 20min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "3h 20min" +} \ No newline at end of file diff --git a/139/instruction.md b/139/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..61260ec2151c5fa929004424c77b0dfad22b5991 --- /dev/null +++ b/139/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 139 + +What is the estimated driving time between the hometown of Joe Biden and Bridgeport? + +Start URL: __MAP__ diff --git a/139/task.toml b/139/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..05f52ed2dcc134d63937f5c0057779f1a1dab890 --- /dev/null +++ b/139/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/139" +name = "WebArena — 139" + +[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/139/verifier/run.sh b/139/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/139/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/141/eval_descriptor.json b/141/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d8be4d41887a7fe763bf083c4ec07eb711ea2718 --- /dev/null +++ b/141/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "47.41" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$47.41" +} \ No newline at end of file diff --git a/141/instruction.md b/141/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ca53af551acd7736fa64a5694dc99b4d5636c40f --- /dev/null +++ b/141/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 141 + +How much I spent on food-related shopping during March 2023 + +Start URL: __SHOPPING__ diff --git a/141/task.toml b/141/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a2c71e2b80ca7f03d77ebf05d66f58f4324b2c8e --- /dev/null +++ b/141/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/141" +name = "WebArena — 141" + +[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/141/verifier/run.sh b/141/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/141/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/144/eval_descriptor.json b/144/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/144/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "0" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "0" +} \ No newline at end of file diff --git a/144/instruction.md b/144/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..dfb97964c7e3d63a8935352b0aead46cb1ed0687 --- /dev/null +++ b/144/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 144 + +How much I spent on food shopping during from mid Jan to the end Jan 2023 + +Start URL: __SHOPPING__ diff --git a/144/task.toml b/144/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..eaa1370f86da87faa19df1ee56ea37dc7b64238f --- /dev/null +++ b/144/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/144" +name = "WebArena — 144" + +[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/144/verifier/run.sh b/144/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/144/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/148/eval_descriptor.json b/148/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..06822f04acfcdbaa7f02ae5854982b0e47acdd8e --- /dev/null +++ b/148/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Mist" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Mist" +} \ No newline at end of file diff --git a/148/instruction.md b/148/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..356dd21a4c5fc08aa67861d3229f482b173bc1b5 --- /dev/null +++ b/148/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 148 + +What is the color configuration of the picture frame I bought Sep 2022 + +Start URL: __SHOPPING__ diff --git a/148/task.toml b/148/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..169bf9dd6ec83b413c048c21b54c01e7354398d5 --- /dev/null +++ b/148/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/148" +name = "WebArena — 148" + +[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/148/verifier/run.sh b/148/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/148/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/149/eval_descriptor.json b/149/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a5538ad4a58ffe9c17ba412245c1decf9c5612b7 --- /dev/null +++ b/149/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Green-vines" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Green-vines" +} \ No newline at end of file diff --git a/149/instruction.md b/149/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c83288ab0cd9fe798989050ff23d408c63101d1a --- /dev/null +++ b/149/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 149 + +What is the color configuration of the artifical plants I bought Feb 2023 + +Start URL: __SHOPPING__ diff --git a/149/task.toml b/149/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..039eea68a473501fce94e887809da2c89f744354 --- /dev/null +++ b/149/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/149" +name = "WebArena — 149" + +[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/149/verifier/run.sh b/149/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/149/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/152/eval_descriptor.json b/152/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8683d7d6ca1833aab72afa00c7ef36f41dcc4ab3 --- /dev/null +++ b/152/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "4min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "4min" +} \ No newline at end of file diff --git a/152/instruction.md b/152/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..89cf2c8b2e955ea8fc72c1ad94f974b7dbcf527a --- /dev/null +++ b/152/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 152 + +What is the minimum travel time by car from Schenley park to Upitt? + +Start URL: __MAP__ diff --git a/152/task.toml b/152/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d3653071e340757b5c70bed492150c7f6bcee844 --- /dev/null +++ b/152/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/152" +name = "WebArena — 152" + +[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/152/verifier/run.sh b/152/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/152/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/156/eval_descriptor.json b/156/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fbc5d5c9f869f189cf614dfcee99d1209928b80 --- /dev/null +++ b/156/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/dashboard/merge_requests?assignee_username=byteblaze", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/156/instruction.md b/156/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..514d0b52058fd7eec8dd90edb80d308b7669dde7 --- /dev/null +++ b/156/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 156 + +Checkout merge requests assigned to me + +Start URL: __GITLAB__ diff --git a/156/task.toml b/156/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e422aece96170b62f8970c202b5e0d2bbf8bb262 --- /dev/null +++ b/156/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/156" +name = "WebArena — 156" + +[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/156/verifier/run.sh b/156/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/156/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/157/eval_descriptor.json b/157/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d229ec0ea8da5aba81ea9ec2e90316b6749fdb2e --- /dev/null +++ b/157/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/customer/index/", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/157/instruction.md b/157/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9a8d1301dcf1ade87338cc8399308575c49600f7 --- /dev/null +++ b/157/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 157 + +Show all customers + +Start URL: __SHOPPING_ADMIN__ diff --git a/157/task.toml b/157/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..10e03028f3e7295a9f7d9e0ee26cf98c7c2fce84 --- /dev/null +++ b/157/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/157" +name = "WebArena — 157" + +[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/157/verifier/run.sh b/157/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/157/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/161/eval_descriptor.json b/161/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7941aec793024f7baffe6c84940dcb4a94ec7b4a --- /dev/null +++ b/161/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/heiying-game-card-case-for-nintendo-switch-switch-oled-game-card-or-micro-sd-memory-cards-portable-switch-game-memory-card-storage-with-24-game-card-slots-and-24-micro-sd-card-slots-black.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/161/instruction.md b/161/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ab995fdf26e24854bcb2b0a2f27b76ba00d97e2d --- /dev/null +++ b/161/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 161 + +I have a lot of Nintendo Switch game cards now, help me find the best storage option to fit all 23 cards + +Start URL: __SHOPPING__ diff --git a/161/task.toml b/161/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5286f578ed0117c4b79c58bb52e4a1c17d45710c --- /dev/null +++ b/161/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/161" +name = "WebArena — 161" + +[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/161/verifier/run.sh b/161/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/161/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/164/eval_descriptor.json b/164/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..fb08358f48b2583076e235bc96b7ad283c226408 --- /dev/null +++ b/164/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Dry", + "Uneven color" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "DryUneven color" +} \ No newline at end of file diff --git a/164/instruction.md b/164/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..dd728e5b994b397c0ff877139a5db6f77df16f51 --- /dev/null +++ b/164/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 164 + +What are the main criticisms of this product? Please extract the relevant sentences. + +Start URL: __SHOPPING__/mineralogie-all-natural-lip-gloss-ruby-rose.html diff --git a/164/task.toml b/164/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a140999a61b3e056d4fa1084734ecf779a563c58 --- /dev/null +++ b/164/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/164" +name = "WebArena — 164" + +[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/164/verifier/run.sh b/164/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/164/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/166/eval_descriptor.json b/166/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e39858f090b9ecd652091622b5a851634ae255d4 --- /dev/null +++ b/166/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "there is no existing criticism", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/166/instruction.md b/166/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e65711715daf7de21c824c29ee67c5849ac3ddfc --- /dev/null +++ b/166/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 166 + +What are the main criticisms of this product? Please extract the relevant sentences. + +Start URL: __SHOPPING__/sensodyne-repair-protect-whitening-toothpaste-with-fluoride-3-4-oz-pack-of-3.html diff --git a/166/task.toml b/166/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..352ccc43c9cb60853821168f308979d4f41f33ae --- /dev/null +++ b/166/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/166" +name = "WebArena — 166" + +[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/166/verifier/run.sh b/166/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/166/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/169/eval_descriptor.json b/169/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1e6ab07f7daa391e56cade46164eee6c55d4a39e --- /dev/null +++ b/169/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "a11yproject.com", + "design" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "a11yproject.com, Primer/design" +} \ No newline at end of file diff --git a/169/instruction.md b/169/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..92bde96ddaa464b6838487ba3da3ceb2414e8a82 --- /dev/null +++ b/169/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 169 + +Tell me the full names of the repositories where I made contributions and they got the most stars? + +Start URL: __GITLAB__ diff --git a/169/task.toml b/169/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e3a2a350357dcf5365bb249fad2b3c57d755c3fc --- /dev/null +++ b/169/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/169" +name = "WebArena — 169" + +[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/169/verifier/run.sh b/169/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/169/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/173/eval_descriptor.json b/173/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7f9f3fed1b3ccf558993e27905a3ecaa80a2bf65 --- /dev/null +++ b/173/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "string_match", + "url_match" + ], + "reference_answers": { + "fuzzy_match": [ + "No, it is open" + ] + }, + "reference_url": "__GITLAB__/byteblaze/empathy-prompts/-/issues/8", + "program_html": [], + "reference_answer_raw_annotation": "Not closed", + "string_note": "", + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/173/instruction.md b/173/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2ccf6a9dc148e562dffd2acf7cdd8fab674e8c8a --- /dev/null +++ b/173/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 173 + +Open my latest updated issue that has keyword "better" in its title to check if it is closed + +Start URL: __GITLAB__ diff --git a/173/task.toml b/173/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..05a5a8941a611e3f44da858c84b4b5e0ed64a68f --- /dev/null +++ b/173/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/173" +name = "WebArena — 173" + +[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/173/verifier/run.sh b/173/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/173/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/176/eval_descriptor.json b/176/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3063c062ca0d723763adf69add102b6e7c915e7e --- /dev/null +++ b/176/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match", + "url_match" + ], + "reference_answers": { + "fuzzy_match": [ + "No, it is open" + ] + }, + "reference_url": "__GITLAB__/byteblaze/a11y-syntax-highlighting/-/issues/1", + "program_html": [], + "reference_answer_raw_annotation": "Not closed", + "string_note": "" +} \ No newline at end of file diff --git a/176/instruction.md b/176/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6d6643fb09dc92c247b728cf9bf6cfb1aa55d2ff --- /dev/null +++ b/176/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 176 + +Open my latest updated issue that has keyword "theme editor" in its title to check if it is closed + +Start URL: __GITLAB__ diff --git a/176/task.toml b/176/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..409ef7a506a94b971447af57778da53ddd4a79de --- /dev/null +++ b/176/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/176" +name = "WebArena — 176" + +[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/176/verifier/run.sh b/176/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/176/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/177/eval_descriptor.json b/177/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8f5ae9797f1b80ee7878182587ff23355c3825bc --- /dev/null +++ b/177/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match", + "url_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Yes, it is closed" + ] + }, + "reference_url": "__GITLAB__/a11yproject/a11yproject.com/-/issues/719", + "program_html": [], + "reference_answer_raw_annotation": "closed", + "string_note": "" +} \ No newline at end of file diff --git a/177/instruction.md b/177/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0bc8648514963750c0e7e2dd17d1a034cd7b076f --- /dev/null +++ b/177/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 177 + +Open my latest updated issue that has keyword "homepage content" in its title to check if it is closed + +Start URL: __GITLAB__ diff --git a/177/task.toml b/177/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..706f8fa4385246ef953ceb8c7e0f609072f8ddd1 --- /dev/null +++ b/177/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/177" +name = "WebArena — 177" + +[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/177/verifier/run.sh b/177/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/177/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/180/eval_descriptor.json b/180/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1ee255f77f7ec88a1fe401841fb4c10c276c76f2 --- /dev/null +++ b/180/eval_descriptor.json @@ -0,0 +1,13 @@ +{ + "eval_types": [ + "string_match", + "url_match" + ], + "reference_answers": { + "exact_match": "No" + }, + "reference_url": "__GITLAB__/byteblaze/empathy-prompts/-/issues/18", + "program_html": [], + "reference_answer_raw_annotation": "Not closed", + "string_note": "" +} \ No newline at end of file diff --git a/180/instruction.md b/180/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7e3252da5ae3a973caa9226193482f3f335129cb --- /dev/null +++ b/180/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 180 + +Open my latest created issue that has dependency in its title to check if it is closed + +Start URL: __GITLAB__ diff --git a/180/task.toml b/180/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fa4e709402eef74296c7dc94516d10250c3aeb80 --- /dev/null +++ b/180/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/180" +name = "WebArena — 180" + +[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/180/verifier/run.sh b/180/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/180/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/183/eval_descriptor.json b/183/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..35d8b87f1c8d17ebd4d9f32694537d95adda6155 --- /dev/null +++ b/183/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "There is no product that has 10 quantities left.", + "reference_answer_raw_annotation": "There is no product that has 10 quantities left." +} \ No newline at end of file diff --git a/183/instruction.md b/183/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ce67d1fa5b050a78828376a28d0dfab2f71b216e --- /dev/null +++ b/183/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 183 + +Give me the SKU of the products that have 10 units left + +Start URL: __SHOPPING_ADMIN__ diff --git a/183/task.toml b/183/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a8bcc556f8b27864bc688b3fa4a528ac4a4392ed --- /dev/null +++ b/183/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/183" +name = "WebArena — 183" + +[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/183/verifier/run.sh b/183/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/183/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/184/eval_descriptor.json b/184/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c98be3491cd8bb5443c6c96afefd2c558c800d81 --- /dev/null +++ b/184/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Sinbad Fitness Tank" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Sinbad Fitness Tank" +} \ No newline at end of file diff --git a/184/instruction.md b/184/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..65da794139999a8b922940db22a3a8c5d755d3e5 --- /dev/null +++ b/184/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 184 + +Give me the name of the products that have 0 units left + +Start URL: __SHOPPING_ADMIN__ diff --git a/184/task.toml b/184/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ce0314aadb8eb89074ccafa8b09b070fc30ea3e2 --- /dev/null +++ b/184/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/184" +name = "WebArena — 184" + +[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/184/verifier/run.sh b/184/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/184/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/185/eval_descriptor.json b/185/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..fd21ae81ca1b8fb710c63872aff9f3c8e89e4a95 --- /dev/null +++ b/185/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Eos", + "Minerva" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Eos, Minerva" +} \ No newline at end of file diff --git a/185/instruction.md b/185/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..56bd19daa6bb0cb8a5351466860dac3ade80d1c8 --- /dev/null +++ b/185/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 185 + +Give me the brand of the products that have 3 units left + +Start URL: __SHOPPING_ADMIN__ diff --git a/185/task.toml b/185/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..978b5bd746dd0bd65087aca744f3b51e8fab5a97 --- /dev/null +++ b/185/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/185" +name = "WebArena — 185" + +[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/185/verifier/run.sh b/185/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/185/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/187/eval_descriptor.json b/187/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..12207e25ab40570e94c4483f456edc46b7c71253 --- /dev/null +++ b/187/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "WH11-S-Blue", + "WS08-XS-Blue" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "WH11-S-Blue, WS08-XS-Blue" +} \ No newline at end of file diff --git a/187/instruction.md b/187/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b0f3c2327c966019f00e125684b7b75185115a70 --- /dev/null +++ b/187/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 187 + +Give me the SKU of the products that have 1-3 units left + +Start URL: __SHOPPING_ADMIN__ diff --git a/187/task.toml b/187/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..bb163ed20340490a848023fb8a1c6d28477182f7 --- /dev/null +++ b/187/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/187" +name = "WebArena — 187" + +[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/187/verifier/run.sh b/187/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/187/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/194/eval_descriptor.json b/194/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1f2f2d5a2bbffbb03d503b151354498170def39e --- /dev/null +++ b/194/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "555.2" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "555.2" +} \ No newline at end of file diff --git a/194/instruction.md b/194/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..36d86265a50ce36a51586fc86a3d75d73fb799d5 --- /dev/null +++ b/194/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 194 + +Get the total payment amount of the last 5 completed orders + +Start URL: __SHOPPING_ADMIN__ diff --git a/194/task.toml b/194/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e88a6bb0247573205bb27b9a56053bce977420b8 --- /dev/null +++ b/194/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/194" +name = "WebArena — 194" + +[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/194/verifier/run.sh b/194/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/194/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/20/eval_descriptor.json b/20/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..512eb0350f14be7c3f67dc22af7920257db1125c --- /dev/null +++ b/20/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "driving: 13min", + "walking: 1h 45min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "driving: 13min, walking: 1h 45min." +} \ No newline at end of file diff --git a/20/instruction.md b/20/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a675dafe74b7a9fcbaf70ac5056ddde403e6473c --- /dev/null +++ b/20/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 20 + +Compare the difference in time for walking and driving route from Randyland to Carnegie Mellon University + +Start URL: __MAP__ diff --git a/20/task.toml b/20/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5e2e8b438848374660dda95152768c836580db9b --- /dev/null +++ b/20/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/20" +name = "WebArena — 20" + +[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/20/verifier/run.sh b/20/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/20/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/208/eval_descriptor.json b/208/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..eb0bebf99f61945e03b7fee56fa4a968bfb5e9de --- /dev/null +++ b/208/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "John Smith", + "john.smith.xyz@gmail.com" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "John Smith, john.smith.xyz@gmail.com" +} \ No newline at end of file diff --git a/208/instruction.md b/208/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cb097f0964aff1a0587f1263a82475515379d5a1 --- /dev/null +++ b/208/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 208 + +Find the customer name and email with phone number +1 2058812302 + +Start URL: __SHOPPING_ADMIN__ diff --git a/208/task.toml b/208/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3df1222b2e18a480ced2f26cc619edcb58460d8d --- /dev/null +++ b/208/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/208" +name = "WebArena — 208" + +[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/208/verifier/run.sh b/208/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/208/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/209/eval_descriptor.json b/209/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..dad4705f5e669fec2a0a3a0da132fac3636ec529 --- /dev/null +++ b/209/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Jennifer White", + "jennifer.white@yahoo.com" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Jennifer White, jennifer.white@yahoo.com" +} \ No newline at end of file diff --git a/209/instruction.md b/209/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..82e03c0a701a17e451ed4eeb4d5ef8c47ea869af --- /dev/null +++ b/209/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 209 + +Find the customer name and email with phone number 2137418080 + +Start URL: __SHOPPING_ADMIN__ diff --git a/209/task.toml b/209/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..238819861706a3a10e972d5e498373e655812175 --- /dev/null +++ b/209/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/209" +name = "WebArena — 209" + +[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/209/verifier/run.sh b/209/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/209/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/21/instruction.md b/21/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0bb6efc851e747687dd28718697b6ba192069d44 --- /dev/null +++ b/21/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 21 + +List out reviewers, if exist, who mention about ear cups being small + +Start URL: __SHOPPING__/6s-wireless-headphones-over-ear-noise-canceling-hi-fi-bass-foldable-stereo-wireless-kid-headsets-earbuds-with-built-in-mic-micro-sd-tf-fm-for-iphone-samsung-ipad-pc-black-gold.html diff --git a/21/task.toml b/21/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7c0f6a8afa9068fa8309acf22c495550f528426a --- /dev/null +++ b/21/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/21" +name = "WebArena — 21" + +[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/213/eval_descriptor.json b/213/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..cc25f1c4fc42bacb674cd102147917f4254e735a --- /dev/null +++ b/213/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Not suitable for high-impact workouts" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Not suitable for high-impact workouts" +} \ No newline at end of file diff --git a/213/instruction.md b/213/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..34f6598de123f720bb46c4f353eb2d70b7d7be8e --- /dev/null +++ b/213/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 213 + +What are the key aspects that the customers don't like about Antonia Racer Tank + +Start URL: __SHOPPING_ADMIN__ diff --git a/213/task.toml b/213/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1a6ada510a84efe13fa3542d4a514cbe592ce9d8 --- /dev/null +++ b/213/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/213" +name = "WebArena — 213" + +[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/213/verifier/run.sh b/213/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/213/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/216/eval_descriptor.json b/216/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d4cb3411ba1831b2eb9dc84d9dcc0eee2038026b --- /dev/null +++ b/216/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Not true to size" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Not true to size" +} \ No newline at end of file diff --git a/216/instruction.md b/216/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..869a4b83f96317a599622d9d0a5f54e6df086147 --- /dev/null +++ b/216/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 216 + +What are the key aspects that the customers don't like about Electra Bra Top + +Start URL: __SHOPPING_ADMIN__ diff --git a/216/task.toml b/216/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..dd3334fd65bc3f7251765baef8f5fc2f886fa748 --- /dev/null +++ b/216/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/216" +name = "WebArena — 216" + +[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/216/verifier/run.sh b/216/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/216/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/217/eval_descriptor.json b/217/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c5e44bb20fa1debd61d2be7e8e2073ce61e67aac --- /dev/null +++ b/217/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Insufficient resistance for their workouts." + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Insufficient resistance for their workouts." +} \ No newline at end of file diff --git a/217/instruction.md b/217/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6d1ccbdf3167504928c37d6f5b291f4cba600b7d --- /dev/null +++ b/217/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 217 + +What are the key aspects that the customers don't like about Pursuit Tone Band + +Start URL: __SHOPPING_ADMIN__ diff --git a/217/task.toml b/217/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ada484339e11f43f9e8bb1f66f6a6d45bd7a782a --- /dev/null +++ b/217/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/217" +name = "WebArena — 217" + +[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/217/verifier/run.sh b/217/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/217/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/219/eval_descriptor.json b/219/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..00377331d1a58ba889f8daf472107e8183662090 --- /dev/null +++ b/219/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "There is no hotel near CMU that is within 5 minutes walking distance", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/219/instruction.md b/219/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0f6c3d3d67cec4c9356df31bf5b5bb3c1269e0ba --- /dev/null +++ b/219/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 219 + +Show me the walking distance from nearby hotels to Pittsburgh airport that take at most 3 minutes? + +Start URL: __MAP__ diff --git a/219/task.toml b/219/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fe859f837049868b8ea3a54aa70c72b26d2b306f --- /dev/null +++ b/219/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/219" +name = "WebArena — 219" + +[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/219/verifier/run.sh b/219/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/219/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/221/eval_descriptor.json b/221/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9182ccab56d5835c5a94def52804c460658cee37 --- /dev/null +++ b/221/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "Walk: 1 minute", + "Drive: less than 1 minute", + "Bike: less than 1 minute" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Walk: 1 minute to walk and\nDrive: less than 1 minute\nBike: less than 1 minute" +} \ No newline at end of file diff --git a/221/instruction.md b/221/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8c8dc1c1560408d7fb1836c39fd6fb1ea0c2283c --- /dev/null +++ b/221/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 221 + +I am at CMU Pittsburgh, how long it takes to the nearest USPS postal office with different transportation methods? + +Start URL: __MAP__ diff --git a/221/task.toml b/221/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..30321d51dabb4166059922b8893554a092308da6 --- /dev/null +++ b/221/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/221" +name = "WebArena — 221" + +[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/221/verifier/run.sh b/221/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/221/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/222/eval_descriptor.json b/222/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d017567a9285f2a673ae1f9cde323d1d2b79537f --- /dev/null +++ b/222/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "3min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "3min" +} \ No newline at end of file diff --git a/222/instruction.md b/222/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cc58de089d7ff959b19c73084d924c39543b17a5 --- /dev/null +++ b/222/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 222 + +I am at CMU Pittsburgh, how long it takes to drive to the nearest cold stone ice cream + +Start URL: __MAP__ diff --git a/222/task.toml b/222/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7e6e89c535fb863d277e6d09ebd5083c9a92bf7c --- /dev/null +++ b/222/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/222" +name = "WebArena — 222" + +[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/222/verifier/run.sh b/222/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/222/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/224/eval_descriptor.json b/224/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d017567a9285f2a673ae1f9cde323d1d2b79537f --- /dev/null +++ b/224/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "3min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "3min" +} \ No newline at end of file diff --git a/224/instruction.md b/224/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..99fbe11d7f4cbd1c90f696f01f82ae654729e961 --- /dev/null +++ b/224/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 224 + +I am at CMU Pittsburgh, how long it takes to drive to the nearest wendys + +Start URL: __MAP__ diff --git a/224/task.toml b/224/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..22ca51b5c27ede220c74acef399b10c60da2c816 --- /dev/null +++ b/224/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/224" +name = "WebArena — 224" + +[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/224/verifier/run.sh b/224/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/224/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/225/eval_descriptor.json b/225/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4675bd500cda00cd98cd7da5b8bb37c7ca4f5905 --- /dev/null +++ b/225/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "The sephora brushes don't have reviews", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/225/instruction.md b/225/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0f3b0b80b7f4cb23de943ef694e3643eda0a2f24 --- /dev/null +++ b/225/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 225 + +What do customers say about brush from sephora + +Start URL: __SHOPPING__ diff --git a/225/task.toml b/225/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a34887efd4995567eb6adbf5d10bcae891404ca1 --- /dev/null +++ b/225/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/225" +name = "WebArena — 225" + +[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/225/verifier/run.sh b/225/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/225/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/230/eval_descriptor.json b/230/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ec417600a3bddd3154531bf7a03559ec791f4a28 --- /dev/null +++ b/230/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "35", + "149" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$35 - $149" +} \ No newline at end of file diff --git a/230/instruction.md b/230/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4a92dfbbfb28a892d671afecee25e0f413bf68cb --- /dev/null +++ b/230/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 230 + +What is the price range for products from Perricone MD? + +Start URL: __SHOPPING__ diff --git a/230/task.toml b/230/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..39d5ea5822f8b5b1fee1674f1694b3fbec357ea8 --- /dev/null +++ b/230/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/230" +name = "WebArena — 230" + +[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/230/verifier/run.sh b/230/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/230/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/233/eval_descriptor.json b/233/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..955ee98c11bd618c0c154d887138d3288b0c0553 --- /dev/null +++ b/233/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "180" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "000000180" +} \ No newline at end of file diff --git a/233/instruction.md b/233/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..24c9fe57c600e9357f462a2e9874782ae4c5f480 --- /dev/null +++ b/233/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 233 + +Get the order number of my most recent complete order + +Start URL: __SHOPPING__ diff --git a/233/task.toml b/233/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..431cf01a8189c7726ccd269e4965f99e03b826d7 --- /dev/null +++ b/233/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/233" +name = "WebArena — 233" + +[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/233/verifier/run.sh b/233/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/233/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/236/eval_descriptor.json b/236/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..31e4e5ae1405e0ba2bbcb232bf2835060c3bdc8b --- /dev/null +++ b/236/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Schiller's Pharmacy", + "811", + "South Aiken Avenue", + "Shadyside", + "Pittsburgh" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Schiller's Pharmacy, 811, South Aiken Avenue, Shadyside, Pittsburgh, Allegheny County, 15232, United States" +} \ No newline at end of file diff --git a/236/instruction.md b/236/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..939621e27b3b14e355376a2b9e22941b1b33c563 --- /dev/null +++ b/236/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 236 + +Where is the nearest pharmacy from Carnegie Mellon I can walk within 20mins + +Start URL: __MAP__ diff --git a/236/task.toml b/236/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..398ce93c51f945c10cecb2eb40691b4e480c7f28 --- /dev/null +++ b/236/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/236" +name = "WebArena — 236" + +[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/236/verifier/run.sh b/236/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/236/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/238/eval_descriptor.json b/238/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5cfbc81079fbea977c3ed6fc09985cb3c2525c2d --- /dev/null +++ b/238/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/astro-gaming-a50-wireless-headset-base-station-gen-4-compatible-with-ps5-ps4-pc-mac-black-silver.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/238/instruction.md b/238/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d85d8f404403c7a2e53360c6603386e93ca6dfad --- /dev/null +++ b/238/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 238 + +I am doing a market survey for one stop market, show me the most expensive product from PS4 accessories category + +Start URL: __SHOPPING__ diff --git a/238/task.toml b/238/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c558ad19f3e10bbfc03faef9167901f8c6ef5801 --- /dev/null +++ b/238/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/238" +name = "WebArena — 238" + +[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/238/verifier/run.sh b/238/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/238/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/242/eval_descriptor.json b/242/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4666552cb051c9eff37963a136457b841e992a29 --- /dev/null +++ b/242/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/lynx-battery-12v-200ah-lithium-iron-phosphate-lifepo4-prismatic-deep-cell-battery-set-of-4-3-2v-cells-with-3-bus-bars-and-8-lug-nuts-for-rv-solar-marine-off-grid-applications.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/242/instruction.md b/242/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f8adfa98e124cb19752716a5eaa63052918edf75 --- /dev/null +++ b/242/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 242 + +I am doing a market survey for one stop market, show me the most expensive product from Household Supplies category + +Start URL: __SHOPPING__ diff --git a/242/task.toml b/242/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d0be15512a3d32bd406042874d3d48f5ac3e41c0 --- /dev/null +++ b/242/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/242" +name = "WebArena — 242" + +[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/242/verifier/run.sh b/242/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/242/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/247/eval_descriptor.json b/247/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3ca5d0867641f05fb8397ad0c78b9be93b16c1ef --- /dev/null +++ b/247/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "Valorie doesn't have a email in the system", + "program_html": [], + "string_note": "There is no negative review for Zoe products", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/247/instruction.md b/247/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6537887e505fc805d1133ee4d85afa2ef4758e20 --- /dev/null +++ b/247/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 247 + +Show me the email address of the customer who is the most unhappy with the style of Zoe products + +Start URL: __SHOPPING_ADMIN__ diff --git a/247/task.toml b/247/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9d2f9e7dbbf947556f5a3ee50009d4934f1f6ab6 --- /dev/null +++ b/247/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/247" +name = "WebArena — 247" + +[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/247/verifier/run.sh b/247/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/247/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/249/eval_descriptor.json b/249/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7674d3b49e22c09a79457434fc80a3b0ef5b73a6 --- /dev/null +++ b/249/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "40.460", + "-79.946" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "40.46076, -79.94666" +} \ No newline at end of file diff --git a/249/instruction.md b/249/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f33ac9cf916fa21acdaf0b278a5dfd8e4a8ac450 --- /dev/null +++ b/249/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 249 + +Tell me the coordinates of Western Pennsylvania Hospital Heliport in DD format + +Start URL: __MAP__ diff --git a/249/task.toml b/249/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f97b5e8921d82c3de993a44bd6ee9c092488307e --- /dev/null +++ b/249/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/249" +name = "WebArena — 249" + +[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/249/verifier/run.sh b/249/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/249/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/25/eval_descriptor.json b/25/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3b88b9d34aa63d8057777d1712d677dc17f0f025 --- /dev/null +++ b/25/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Goldfish", + "Roxanne Brandon Coffey" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "GoldfishGoldfish, Roxanne Brandon Coffey" +} \ No newline at end of file diff --git a/25/instruction.md b/25/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..585859de64d5eb5a950a74bbb7952cf5398c100f --- /dev/null +++ b/25/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 25 + +List out reviewers, if exist, who mention about average print quality + +Start URL: __SHOPPING__/epson-workforce-wf-3620-wifi-direct-all-in-one-color-inkjet-printer-copier-scanner-amazon-dash-replenishment-ready.html diff --git a/25/task.toml b/25/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..67271a77ab15a325b49df4418311969f116ea041 --- /dev/null +++ b/25/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/25" +name = "WebArena — 25" + +[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/25/verifier/run.sh b/25/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/25/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/251/eval_descriptor.json b/251/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6739cdee24947edbda7f46d74c12daf6183d98ae --- /dev/null +++ b/251/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "40.444", + "-79.948" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "40.4443, -79.94889" +} \ No newline at end of file diff --git a/251/instruction.md b/251/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e188e57adba74e0a3541d8246b18a1c7fdba43eb --- /dev/null +++ b/251/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 251 + +Tell me the coordinates of bus stop on the Carnegie art museum side of the street near CMU in DD format + +Start URL: __MAP__ diff --git a/251/task.toml b/251/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c686b0aca303e29081c89ca0eb5cf4536cad3716 --- /dev/null +++ b/251/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/251" +name = "WebArena — 251" + +[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/251/verifier/run.sh b/251/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/251/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/254/eval_descriptor.json b/254/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2901c2c55e191b3956d590f5a304e9d049acdd8e --- /dev/null +++ b/254/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "4125785000" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "4125785000" +} \ No newline at end of file diff --git a/254/instruction.md b/254/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..69d0b2b8c1fccc120cd9f3b6aa6342040193d011 --- /dev/null +++ b/254/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 254 + +What is the phone number of Western Pennsylvania Hospital + +Start URL: __MAP__ diff --git a/254/task.toml b/254/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e85b3d48b7626fb42917a559932bc77e0e4bdb4e --- /dev/null +++ b/254/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/254" +name = "WebArena — 254" + +[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/254/verifier/run.sh b/254/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/254/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/256/eval_descriptor.json b/256/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..da4b1b7b27384852afa66e791a626d961fa67346 --- /dev/null +++ b/256/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "http://web.cmoa.org/" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "http://web.cmoa.org/" +} \ No newline at end of file diff --git a/256/instruction.md b/256/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..63a0fc4f4f88dd70016c1ba6b0554cec7913e15b --- /dev/null +++ b/256/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 256 + +What is the website of Carnegie art museum in pittsburgh + +Start URL: __MAP__ diff --git a/256/task.toml b/256/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1ebf3a7793bd969053aa0d9757282233afe94340 --- /dev/null +++ b/256/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/256" +name = "WebArena — 256" + +[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/256/verifier/run.sh b/256/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/256/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/258/eval_descriptor.json b/258/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0f79a793d41f790c5e1acb677ac2d6d39ee2992d --- /dev/null +++ b/258/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/explore", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/258/instruction.md b/258/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b3e86eda1c19e46fda19edf92592b321951dc6e2 --- /dev/null +++ b/258/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 258 + +See all public projects + +Start URL: __GITLAB__ diff --git a/258/task.toml b/258/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..aa27d21e2c18955b30e05c7ff66bce71f1535b0c --- /dev/null +++ b/258/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/258" +name = "WebArena — 258" + +[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/258/verifier/run.sh b/258/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/258/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/26/eval_descriptor.json b/26/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1994da0a7d8e7655ff4c4e81561a3859849bca --- /dev/null +++ b/26/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Bob in Vegas", + "RemyR" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Bob in Vegas, RemyRRemyR" +} \ No newline at end of file diff --git a/26/instruction.md b/26/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1fb56a5d6012d9c492f86183be22d3004fdb3195 --- /dev/null +++ b/26/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 26 + +List out reviewers, if exist, who mention about complain of the customer service + +Start URL: __SHOPPING__/epson-workforce-wf-3620-wifi-direct-all-in-one-color-inkjet-printer-copier-scanner-amazon-dash-replenishment-ready.html diff --git a/26/task.toml b/26/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..63786e8cab8b36839d67d80ade14273ea84bd73c --- /dev/null +++ b/26/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/26" +name = "WebArena — 26" + +[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/26/verifier/run.sh b/26/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/26/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/260/eval_descriptor.json b/260/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f41a255049fa6cde1b3cea3fa9327c302cc7a54e --- /dev/null +++ b/260/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/video-games.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/260/instruction.md b/260/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d4fdd5eb43ce8dc31d5c47a3c3f865ff8f5867d1 --- /dev/null +++ b/260/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 260 + +I want to browse the products in the Video Game category + +Start URL: __SHOPPING__ diff --git a/260/task.toml b/260/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..22686c07c3efb4d645d3d8cc0d1b8956691be020 --- /dev/null +++ b/260/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/260" +name = "WebArena — 260" + +[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/260/verifier/run.sh b/260/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/260/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/261/eval_descriptor.json b/261/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..82f8db7037363bfba24275f30ad1a515fd564c70 --- /dev/null +++ b/261/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/electronics/headphones.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/261/instruction.md b/261/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..905364900cda173c46f7ad3c6593d027a350afbb --- /dev/null +++ b/261/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 261 + +I want to browse the products in the Headphones category + +Start URL: __SHOPPING__ diff --git a/261/task.toml b/261/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..23c33a3ec76f08abff8a4d54a4fb8d97091e39e9 --- /dev/null +++ b/261/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/261" +name = "WebArena — 261" + +[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/261/verifier/run.sh b/261/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/261/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/268/eval_descriptor.json b/268/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3882cf0b825ea34c235f3f1f4d2413669d30e182 --- /dev/null +++ b/268/eval_descriptor.json @@ -0,0 +1,17 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Acadia National Park" + ], + "fuzzy_match": [ + "10h 33min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Acadia National Park\n10h 33min" +} \ No newline at end of file diff --git a/268/instruction.md b/268/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1c9ddde84e94f700f3b606df53bc0b56c018bb45 --- /dev/null +++ b/268/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 268 + +What's the closest national park to Vinalhaven, ME? How long does it take to bike there? + +Start URL: __MAP__ diff --git a/268/task.toml b/268/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e31e7a0c14a73d74ed4924b6bb4a41f002c2519e --- /dev/null +++ b/268/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/268" +name = "WebArena — 268" + +[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/268/verifier/run.sh b/268/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/268/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/269/eval_descriptor.json b/269/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f5ef862a801be78bddd4f341a639f94c548a96a2 --- /dev/null +++ b/269/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/clothing-shoes-jewelry/women/shoes.html?price=0-25", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/269/instruction.md b/269/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..def0a7cdd8728df84af90f5d82afddcbb5b952dc --- /dev/null +++ b/269/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 269 + +Show me products under $25 in "women shoes" category + +Start URL: __SHOPPING__ diff --git a/269/task.toml b/269/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c53f3f920aaa117019a991ac18cbef4b95a9d46a --- /dev/null +++ b/269/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/269" +name = "WebArena — 269" + +[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/269/verifier/run.sh b/269/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/269/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/270/eval_descriptor.json b/270/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..065898fc4ca8372ca97d14482739c4816b3865ca --- /dev/null +++ b/270/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/clothing-shoes-jewelry/men/shoes.html?price=0-30", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/270/instruction.md b/270/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f50e2dc8525be98305b307a2fd1b02cc591fa848 --- /dev/null +++ b/270/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 270 + +Show me products under $30 in "men shoes" category + +Start URL: __SHOPPING__ diff --git a/270/task.toml b/270/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e0777c557ab4de0d152a2f2f921a355b1bb7c647 --- /dev/null +++ b/270/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/270" +name = "WebArena — 270" + +[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/270/verifier/run.sh b/270/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/270/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/271/eval_descriptor.json b/271/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..fb07a2373d4509ce52aa8bc269fe57470b9eb2e7 --- /dev/null +++ b/271/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/beauty-personal-care/makeup/makeup-remover.html?price=0-46.99", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/271/instruction.md b/271/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eab968a9734872740d9c833b61d24e057cc4d00f --- /dev/null +++ b/271/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 271 + +Show me products under $46.99 in "makeup remover" category + +Start URL: __SHOPPING__ diff --git a/271/task.toml b/271/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cbecd2db8fe48f36a11566d76f181ef9aee44c46 --- /dev/null +++ b/271/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/271" +name = "WebArena — 271" + +[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/271/verifier/run.sh b/271/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/271/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/278/eval_descriptor.json b/278/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..757f55966024d8ec7c17efa30f558cbc9d97327f --- /dev/null +++ b/278/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/?q=green+tea+bag+for+weight+loss", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/278/instruction.md b/278/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c58ba4885de813f6bdc623111f83bc037aaa96f4 --- /dev/null +++ b/278/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 278 + +Search for "green tea bag for weight loss" + +Start URL: __SHOPPING__ diff --git a/278/task.toml b/278/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..87712fd290e4affbff37799ad22a08b99ed04720 --- /dev/null +++ b/278/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/278" +name = "WebArena — 278" + +[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/278/verifier/run.sh b/278/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/278/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/281/eval_descriptor.json b/281/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ace0d74139db00faea06dd03a60a35175fef2117 --- /dev/null +++ b/281/eval_descriptor.json @@ -0,0 +1,17 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "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", + "3.745", + "6.495" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "These models are availiable: 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 The price ranges from $3.745 to $6.495 " +} \ No newline at end of file diff --git a/281/instruction.md b/281/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a86e3ff41a88a892fd46f4ce3b6620e1bfe614e5 --- /dev/null +++ b/281/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 281 + +Please provide me with the complete product names of Oral B brush heads designed for children, along with their corresponding price range per brush + +Start URL: __SHOPPING__ diff --git a/281/task.toml b/281/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..67fffee0768b0d79ef7daaca3e503c0173dd6cca --- /dev/null +++ b/281/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/281" +name = "WebArena — 281" + +[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/281/verifier/run.sh b/281/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/281/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/285/eval_descriptor.json b/285/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..20a2857b393bc188f73c2de703b2abd3d2b8a7d6 --- /dev/null +++ b/285/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/285/instruction.md b/285/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9faa653c48e6be8d7d61a73cbe9f6cf8942a8fab --- /dev/null +++ b/285/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 285 + +Show the least expensive switch card holder with a minimum storage capacity of 15 cards. + +Start URL: __SHOPPING__ diff --git a/285/task.toml b/285/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a7defd2c8f3a138c0c513041d26b5ffc23e1639d --- /dev/null +++ b/285/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/285" +name = "WebArena — 285" + +[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/285/verifier/run.sh b/285/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/285/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/286/eval_descriptor.json b/286/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..dd8a5e2f656cd692922e91873577368b069d6ed1 --- /dev/null +++ b/286/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/external-hard-drive-2tb-ultra-thin-external-hard-drive-2000gb-ultra-high-speed-portable-3-1-type-c-storage-drive-compatible-with-pc-laptop-and-mac-2tb-a1.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/286/instruction.md b/286/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..36fd0d4f30b73cc7459af49e9b9632c4cdc5e590 --- /dev/null +++ b/286/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 286 + +Show the least expensive ssd hard drive with a minimum storage capacity of 1TB. + +Start URL: __SHOPPING__ diff --git a/286/task.toml b/286/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..41b953da8b56ba913c573b79ea3ff8e4f3985f1f --- /dev/null +++ b/286/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/286" +name = "WebArena — 286" + +[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/286/verifier/run.sh b/286/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/286/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/290/instruction.md b/290/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..066ef8b281247df57c254423b4d98cbf69909716 --- /dev/null +++ b/290/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 290 + +Tell me the product SKUs in the most recent cancelled orders of the customer who has the most cancellations in the history + +Start URL: __SHOPPING_ADMIN__ diff --git a/290/task.toml b/290/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d5107397c48418ac4f88e9e40ce3fd073aaaa4a8 --- /dev/null +++ b/290/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/290" +name = "WebArena — 290" + +[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/290/verifier/run.sh b/290/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/290/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/294/eval_descriptor.json b/294/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ca8fe67d5681b1fba78d676b6cb5f62af04ea2d7 --- /dev/null +++ b/294/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/convexegg/chatgpt.git" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/convexegg/chatgpt.git" +} \ No newline at end of file diff --git a/294/instruction.md b/294/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7da16b0d148c905e28645f790a3297532e2d73db --- /dev/null +++ b/294/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 294 + +Show me the command to clone ChatGPT with SSH. + +Start URL: __GITLAB__ diff --git a/294/task.toml b/294/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9b52612fe0b13e7124d8857be001bc2746bbafb4 --- /dev/null +++ b/294/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/294" +name = "WebArena — 294" + +[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/294/verifier/run.sh b/294/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/294/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/295/eval_descriptor.json b/295/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..42bf95ff28c2903e25140ac96f382c71e39466e1 --- /dev/null +++ b/295/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/root/metaseq.git" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/root/metaseq.git" +} \ No newline at end of file diff --git a/295/instruction.md b/295/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..722560a5a7291781d02ee76f4b568086a33a4608 --- /dev/null +++ b/295/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 295 + +Show me the command to clone metaseq with SSH. + +Start URL: __GITLAB__ diff --git a/295/task.toml b/295/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..840d3a244895d49ceeee7702eafc81297979f872 --- /dev/null +++ b/295/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/295" +name = "WebArena — 295" + +[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/295/verifier/run.sh b/295/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/295/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/296/eval_descriptor.json b/296/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..508262673406e1cc9c2252df4bbc063dc1ab2b45 --- /dev/null +++ b/296/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "ssh://git@metis.lti.cs.cmu.edu:2222/eriklindernoren/PyTorch-GAN.git" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "ssh://git@metis.lti.cs.cmu.edu:2222/eriklindernoren/PyTorch-GAN.git" +} \ No newline at end of file diff --git a/296/instruction.md b/296/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..58d523f6e494ef7b5c1386ba80adeac35daf0dd7 --- /dev/null +++ b/296/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 296 + +Show me the command to clone the best GAN python implementation with SSH. + +Start URL: __GITLAB__ diff --git a/296/task.toml b/296/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a3d88ecc3da27fae49c9f01086481bcbda3bc33d --- /dev/null +++ b/296/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/296" +name = "WebArena — 296" + +[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/296/verifier/run.sh b/296/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/296/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/298/eval_descriptor.json b/298/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2a103f6f0bc608858e608dcaa42388c72c60f5e --- /dev/null +++ b/298/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/sales/order/view/order_id/180/", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/298/instruction.md b/298/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1f4035c732c92e3e8e75d626711cd31465c73cd9 --- /dev/null +++ b/298/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 298 + +Show the most recent completed order + +Start URL: __SHOPPING__ diff --git a/298/task.toml b/298/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2ec54d0d3a3322613d2a4b1dd89b37f19add581d --- /dev/null +++ b/298/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/298" +name = "WebArena — 298" + +[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/298/verifier/run.sh b/298/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/298/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/3/eval_descriptor.json b/3/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6dc654fce546642f344ee3d73f58221ebc756e00 --- /dev/null +++ b/3/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Quest Lumaflex\u2122 Band", + "Sprite Stasis Ball 65 cm" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Quest Lumaflex\u2122 Band, Sprite Stasis Ball 65 cm" +} \ No newline at end of file diff --git a/3/instruction.md b/3/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f5d3854de513848b6d90d24e6856719e6808ad56 --- /dev/null +++ b/3/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 3 + +What are the top-2 best-selling product in 2022 + +Start URL: __SHOPPING_ADMIN__ diff --git a/3/task.toml b/3/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d0fd05108c797b914f90c998e1ff6d317843e1d3 --- /dev/null +++ b/3/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/3" +name = "WebArena — 3" + +[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/3/verifier/run.sh b/3/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/3/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/307/eval_descriptor.json b/307/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..48aae87fd30da6fff6c45976f5f0ae422990b645 --- /dev/null +++ b/307/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "16" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "16" +} \ No newline at end of file diff --git a/307/instruction.md b/307/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2f9f68f9385381801fcc1651d645d21a206aff98 --- /dev/null +++ b/307/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 307 + +How many commits did Nic make in April 2021? + +Start URL: __GITLAB__/a11yproject/a11yproject.com diff --git a/307/task.toml b/307/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0cbb0c822e39f66548f99ae58b1c28e1d3ff8685 --- /dev/null +++ b/307/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/307" +name = "WebArena — 307" + +[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/307/verifier/run.sh b/307/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/307/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/310/eval_descriptor.json b/310/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1ddbc5c3eec1818b609e3265805b0cf37940e802 --- /dev/null +++ b/310/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "tokudu" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "tokudu" +} \ No newline at end of file diff --git a/310/instruction.md b/310/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..08c2bc1316ab50b95b4b87e8361b125beb6f91c0 --- /dev/null +++ b/310/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 310 + +Tell me who has made the most contributions, in terms of number of commits, to the AndroidSlidingUpPanel project + +Start URL: __GITLAB__ diff --git a/310/task.toml b/310/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fdc4985dd68d64d4035d2fa154a364541cc8fcc9 --- /dev/null +++ b/310/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/310" +name = "WebArena — 310" + +[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/310/verifier/run.sh b/310/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/310/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/316/eval_descriptor.json b/316/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0a683651a6c4a7f561191c54cfe33d63adee3fbd --- /dev/null +++ b/316/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Ian Sutherland", + "Joe Hadda", + "Dan Abramov" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Ian Sutherland, Joe Hadda, Dan Abramov" +} \ No newline at end of file diff --git a/316/instruction.md b/316/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0b0b6f12d59254a227f36710a555b1665f1fe6a2 --- /dev/null +++ b/316/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 316 + +List the name of the top 3 contributors to facebook's guide on building react apps repo, ranked by the number of commits? + +Start URL: __GITLAB__ diff --git a/316/task.toml b/316/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1b996be74d7f064ae102a83e2ef7552801c5d378 --- /dev/null +++ b/316/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/316" +name = "WebArena — 316" + +[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/316/verifier/run.sh b/316/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/316/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/32/eval_descriptor.json b/32/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..afb317b77b190879c227ca02e8a0ebdf2a022698 --- /dev/null +++ b/32/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "DoubleTree by Hilton Hotel Pittsburgh Airport", + "2.0km" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "DoubleTree by Hilton Hotel Pittsburgh Airport Distance: 2.0km" +} \ No newline at end of file diff --git a/32/instruction.md b/32/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..501ae511c020a1015eea26cb76d3ed0988b7cde4 --- /dev/null +++ b/32/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 32 + +I will arrive Pittsburgh Airport soon. Provide the name of a Hilton hotel in the vicinity, if available. Then, tell me the the walking distance to the nearest supermarket own by a local company from the hotel. + +Start URL: __MAP__ diff --git a/32/task.toml b/32/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6f2ed201688da88bdaa99720bc1994d5e9977731 --- /dev/null +++ b/32/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/32" +name = "WebArena — 32" + +[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/32/verifier/run.sh b/32/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/32/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/321/eval_descriptor.json b/321/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..90722e3aa933493512763ff3d09295ac037763a4 --- /dev/null +++ b/321/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "3053.97" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "3053.97" +} \ No newline at end of file diff --git a/321/instruction.md b/321/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2e8bacc91b9949115d1c99f1edde1a06bcf2f1f6 --- /dev/null +++ b/321/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 321 + +How much refund I should expect from my order canlled in 2022, including shipping fee + +Start URL: __SHOPPING__ diff --git a/321/task.toml b/321/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9718967c4b4909ee0616bdff096f851ba9185439 --- /dev/null +++ b/321/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/321" +name = "WebArena — 321" + +[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/321/verifier/run.sh b/321/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/321/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/325/eval_descriptor.json b/325/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d59e4b2d9036ac42a6a747023b8fd48564fe1052 --- /dev/null +++ b/325/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/index/?q=mouth%20night%20guard%20&product_list_order=price", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/325/instruction.md b/325/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2ac113a0c20ce4fb3d9960084f4347be5009075d --- /dev/null +++ b/325/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 325 + +Show me the "mouth night guard" listings by descending price. + +Start URL: __SHOPPING__ diff --git a/325/task.toml b/325/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..20ad1f4e71b276026cdddfa60ee9cf3d6d788837 --- /dev/null +++ b/325/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/325" +name = "WebArena — 325" + +[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/325/verifier/run.sh b/325/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/325/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/327/eval_descriptor.json b/327/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6e7e446c02609a5044118986012b22184e64976d --- /dev/null +++ b/327/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/index/?q=%20iphone%2012%20phone%20case&product_list_order=name", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/327/instruction.md b/327/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b11aacb2a848629deb14f6722b99afd8be14282e --- /dev/null +++ b/327/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 327 + +Show me the "iphone 12 phone case" listings by name alphabetically. + +Start URL: __SHOPPING__ diff --git a/327/task.toml b/327/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..35f3dc94ffa21e193a16bb0377cee29d6d0eb966 --- /dev/null +++ b/327/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/327" +name = "WebArena — 327" + +[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/327/verifier/run.sh b/327/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/327/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/329/eval_descriptor.json b/329/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/329/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "0" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "0" +} \ No newline at end of file diff --git a/329/instruction.md b/329/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..aa1d76c36990c0346536e3dba67275f72180dbd4 --- /dev/null +++ b/329/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 329 + +How much I spend on 4/19/2023 on shopping at One Stop Market? + +Start URL: __SHOPPING__ diff --git a/329/task.toml b/329/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8719ed2cd3ba7d6b486b46bc6f81b8489a66b3b6 --- /dev/null +++ b/329/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/329" +name = "WebArena — 329" + +[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/329/verifier/run.sh b/329/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/329/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/338/eval_descriptor.json b/338/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e4f04deb256c4400528524e6d025d15dcbe7d81b --- /dev/null +++ b/338/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "December 4th 2022" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "December 4th 2022" +} \ No newline at end of file diff --git a/338/instruction.md b/338/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..448597119c3546370cd9edda8659652b9a4990e9 --- /dev/null +++ b/338/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 338 + +Tell me when I last ordered my toothpaste? + +Start URL: __SHOPPING__ diff --git a/338/task.toml b/338/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..bbcdfa2256088ea9b472ef52db40ae379f3d5503 --- /dev/null +++ b/338/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/338" +name = "WebArena — 338" + +[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/338/verifier/run.sh b/338/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/338/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/339/eval_descriptor.json b/339/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6ead42db53072e1712d9f5e2b597c11e6d954300 --- /dev/null +++ b/339/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/a11yproject/a11yproject.com/-/issues/?label_name%5B%5D=bug", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/339/instruction.md b/339/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e25b7877d27242a18e365c4ba7fdf45b62f9ce2b --- /dev/null +++ b/339/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 339 + +List all opened issues that report bugs + +Start URL: __GITLAB__/a11yproject/a11yproject.com diff --git a/339/task.toml b/339/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f2b675107201050582d60646865a594555c04f37 --- /dev/null +++ b/339/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/339" +name = "WebArena — 339" + +[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/339/verifier/run.sh b/339/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/339/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/34/eval_descriptor.json b/34/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9fce98ad42a00d8406245b7ae26f7dca70e88a42 --- /dev/null +++ b/34/eval_descriptor.json @@ -0,0 +1,17 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Hyatt Regency Pittsburgh International Airport" + ], + "fuzzy_match": [ + "Time: 3h 30min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Hyatt Regency Pittsburgh International Airport\n3:30" +} \ No newline at end of file diff --git a/34/instruction.md b/34/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b09a0c2646ee672761f6075949ddf9792e74c8b6 --- /dev/null +++ b/34/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 34 + +I will arrive Pittsburgh Airport soon. Provide the name of a Hyatt hotel in the vicinity, if available. Then, tell me the the shortest walking time to a supermarket from the hotel. + +Start URL: __MAP__ diff --git a/34/task.toml b/34/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..320bfd499417748e9e2bec2ccd7ef5830ef8bfb4 --- /dev/null +++ b/34/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/34" +name = "WebArena — 34" + +[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/34/verifier/run.sh b/34/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/34/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/342/eval_descriptor.json b/342/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b3ccfb457bdebec4860ef47ba7da30955731e221 --- /dev/null +++ b/342/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/root/metaseq/-/issues/?search=OPT&label_name%5B%5D=question", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/342/instruction.md b/342/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5b007f3448bf3b82a56b34eaa7de5759a471b860 --- /dev/null +++ b/342/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 342 + +List all opened issues that ask about OPT model related questions + +Start URL: __GITLAB__/root/metaseq diff --git a/342/task.toml b/342/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5e4189cc7ddf6166fe0427411529c0676428a8a1 --- /dev/null +++ b/342/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/342" +name = "WebArena — 342" + +[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/342/verifier/run.sh b/342/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/342/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/346/eval_descriptor.json b/346/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/346/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "0" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "0" +} \ No newline at end of file diff --git a/346/instruction.md b/346/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..27573355bfed301f3f687de73285406c2456a485 --- /dev/null +++ b/346/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 346 + +How many reviews our shop received during 2022? + +Start URL: __SHOPPING_ADMIN__ diff --git a/346/task.toml b/346/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fd4d7d77b98392687858ad6593d207f5dea328d8 --- /dev/null +++ b/346/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/346" +name = "WebArena — 346" + +[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/346/verifier/run.sh b/346/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/346/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/354/eval_descriptor.json b/354/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..040df8d9fa7cf00a62370d190b20ca0cffcb9b18 --- /dev/null +++ b/354/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/home-kitchen/furniture/living-room-furniture.html?product_list_order=price&product_list_dir=desc", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/354/instruction.md b/354/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..518bc885c9d6dd371f7d56e762144b756f6f2de2 --- /dev/null +++ b/354/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 354 + +List products from living room furtniture category by descending price + +Start URL: __SHOPPING__ diff --git a/354/task.toml b/354/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..abe6f82e9c5fb6359386ed65c7e8323f0ac7e5c8 --- /dev/null +++ b/354/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/354" +name = "WebArena — 354" + +[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/354/verifier/run.sh b/354/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/354/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/357/eval_descriptor.json b/357/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..90a5326e7f19f1ed31bd3ba64ae3a93f49ce142c --- /dev/null +++ b/357/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/dashboard/merge_requests?reviewer_username=byteblaze", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/357/instruction.md b/357/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..102327db94963260418eba77f380a77a9964603c --- /dev/null +++ b/357/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 357 + +Checkout merge requests requiring my review + +Start URL: __GITLAB__ diff --git a/357/task.toml b/357/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..58aa072636bafc401d5489bb2bf240c19340f702 --- /dev/null +++ b/357/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/357" +name = "WebArena — 357" + +[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/357/verifier/run.sh b/357/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/357/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/361/eval_descriptor.json b/361/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..19709afe105be97de73bf191a029c8b76ff628ce --- /dev/null +++ b/361/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "170: cancelled", + "189: pending" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "170: cancelled, 189: pending" +} \ No newline at end of file diff --git a/361/instruction.md b/361/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7a83c2726300848c50700c5f4a5b32e814473dec --- /dev/null +++ b/361/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 361 + +Show me the order statuses for order number 170 and 189. + +Start URL: __SHOPPING__ diff --git a/361/task.toml b/361/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..35e75ef56aab95a89a8448105ef8ae1163963cab --- /dev/null +++ b/361/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/361" +name = "WebArena — 361" + +[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/361/verifier/run.sh b/361/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/361/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/364/eval_descriptor.json b/364/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f7e01309cdabb3b46c8f085ce7079a754445496d --- /dev/null +++ b/364/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "1.7km" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "1.7km" +} \ No newline at end of file diff --git a/364/instruction.md b/364/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..da81dd6490fdbfd99cc928de0bf42c68ca20673a --- /dev/null +++ b/364/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 364 + +Measure distance between Carnegie Mellon University and UPMC Shadyside by walking + +Start URL: __MAP__ diff --git a/364/task.toml b/364/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7c37bb0e23463b79d1310abf1388b54a94310355 --- /dev/null +++ b/364/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/364" +name = "WebArena — 364" + +[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/364/verifier/run.sh b/364/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/364/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/368/eval_descriptor.json b/368/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..371ddae4bca23506c2c6c018b1685fb8b84e9f79 --- /dev/null +++ b/368/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "There is no function to show only discount items", + "reference_answer_raw_annotation": "There is no function to show only discount items." +} \ No newline at end of file diff --git a/368/instruction.md b/368/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1949f3ca2e7d0e8f672b0e19bdfcf2ea5c7b82fa --- /dev/null +++ b/368/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 368 + +find discounted items. + +Start URL: __SHOPPING__ diff --git a/368/task.toml b/368/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e060c754eb14458bda39ab80134a131544e6798b --- /dev/null +++ b/368/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/368" +name = "WebArena — 368" + +[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/368/verifier/run.sh b/368/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/368/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/369/eval_descriptor.json b/369/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..db9abf44d47117c4d00b8c40bef3697c2e3885f3 --- /dev/null +++ b/369/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": null, + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sidebar_content\"').outerText", + "required_contents": { + "must_include": [ + "Carnegie Music Hall" + ] + } + } + ] +} \ No newline at end of file diff --git a/369/instruction.md b/369/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..740123da9221bbfe8f6e9d0cc9e5e0352a9f98bc --- /dev/null +++ b/369/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 369 + +Pull up the description page of Carnegie Music Hall on Map + +Start URL: __MAP__ diff --git a/369/task.toml b/369/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..69b6c46de5eed1087aff004cfa96eeb51aebabdc --- /dev/null +++ b/369/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/369" +name = "WebArena — 369" + +[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/369/verifier/run.sh b/369/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/369/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/373/eval_descriptor.json b/373/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b5ed156bf3bdc6e2658a6a02d0d1eb9776319907 --- /dev/null +++ b/373/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": null, + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sidebar_content\"').outerText", + "required_contents": { + "must_include": [ + "Whole Foods", + "East Liberty" + ] + } + } + ] +} \ No newline at end of file diff --git a/373/instruction.md b/373/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..95f370333b6225611327425479dbf1682709d2e4 --- /dev/null +++ b/373/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 373 + +Pull up the description page of Whole Foods near Carnegie Mellon on Map + +Start URL: __MAP__ diff --git a/373/task.toml b/373/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f0ad94290fc58afc775691cb624f0d941545eb2a --- /dev/null +++ b/373/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/373" +name = "WebArena — 373" + +[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/373/verifier/run.sh b/373/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/373/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/377/eval_descriptor.json b/377/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b6d3286283c579d482dfd7cca92fd84290ea300e --- /dev/null +++ b/377/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__MAP__/search?query=restaurants%20near%20CMU%20ArtPark%20Lab", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/377/instruction.md b/377/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c985e9519f9c0471326925f392c7f98f12688421 --- /dev/null +++ b/377/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 377 + +Find the resturants around CMU ArtPark Lab + +Start URL: __MAP__ diff --git a/377/task.toml b/377/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..76e4f77afa9baf70efa8c656ddfa5eba5fc9d095 --- /dev/null +++ b/377/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/377" +name = "WebArena — 377" + +[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/377/verifier/run.sh b/377/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/377/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/379/eval_descriptor.json b/379/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..33416f65d47a5eb4bc883884f1c3633de22c794f --- /dev/null +++ b/379/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__MAP__/search?query=hotels%20near%20carnegie%20mellon%20university", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/379/instruction.md b/379/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c8d764e822bcc7a799089c089d59114925a7c9bd --- /dev/null +++ b/379/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 379 + +Find the hotel around CMU main campus + +Start URL: __MAP__ diff --git a/379/task.toml b/379/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9b51e039e7e2d3cc7d4ecb8aff4239dadc8f9452 --- /dev/null +++ b/379/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/379" +name = "WebArena — 379" + +[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/379/verifier/run.sh b/379/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/379/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/382/eval_descriptor.json b/382/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6984aab38d62410fd1242c297e1dd29a07a4ff30 --- /dev/null +++ b/382/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "There is no USCIS nearby", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/382/instruction.md b/382/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..57cade2b074eec40f2e8c6b9c2adc1612859adec --- /dev/null +++ b/382/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 382 + +I am arriving at Carnegie Mellon University. Find the nearby US Citizenship and Immigration Services and the walking distance to the nearest Social Security Administration from US Citizenship and Immigration Services + +Start URL: __MAP__ diff --git a/382/task.toml b/382/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b6a3961bfa288df4d4ae3950939dbbd22a46f1ab --- /dev/null +++ b/382/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/382" +name = "WebArena — 382" + +[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/382/verifier/run.sh b/382/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/382/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/383/eval_descriptor.json b/383/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d7bdd3bc980e99e8cf5e81d19c184260dd320ca5 --- /dev/null +++ b/383/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Hyatt Regency Pittsburgh International Airport", + "Giant Eagle", + "ALDI" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Hyatt Regency Pittsburgh International Airport Giant Eagle, ALDI" +} \ No newline at end of file diff --git a/383/instruction.md b/383/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bf1bb9715857c3f5e7c34ef24e571981a14a3d30 --- /dev/null +++ b/383/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 383 + +I am arriving at Pittsburgh Airport. Show me the name of a Hyatt hotel if there is any nearby. Tell me the names of supermarkets that are within 15mins driving from the hotel + +Start URL: __MAP__ diff --git a/383/task.toml b/383/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8cfec7457bb922a4346a859b4d60fd2848e60f55 --- /dev/null +++ b/383/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/383" +name = "WebArena — 383" + +[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/383/verifier/run.sh b/383/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/383/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/385/eval_descriptor.json b/385/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..96e05ed98a17825cd2391e10dcf2ae22889aa85c --- /dev/null +++ b/385/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Lisa Lee", + "MH", + "Misba009", + "Amanda", + "N Randall", + "Amazon Customer", + "Cally", + "Bethany Robertson" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Lisa Lee, MH, Misba009, Amanda, N Randall, Amazon Customer, Cally, Bethany Robertson" +} \ No newline at end of file diff --git a/385/instruction.md b/385/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e2f485dddcad7f9fca06ae02815b960e8db36293 --- /dev/null +++ b/385/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 385 + +List the customer names who thinks EYZUTAK phone cases are of good looking + +Start URL: __SHOPPING__ diff --git a/385/task.toml b/385/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5b6cfaa6471c45773808490f3acdae97c940a823 --- /dev/null +++ b/385/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/385" +name = "WebArena — 385" + +[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/385/verifier/run.sh b/385/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/385/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/389/eval_descriptor.json b/389/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d8603c67996da473ef47fb3e2d3855f8f93259dc --- /dev/null +++ b/389/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/primer/design/-/merge_requests/450", + "locator": "", + "required_contents": { + "must_include": [ + "Thanks, working on reviews" + ] + } + } + ] +} \ No newline at end of file diff --git a/389/instruction.md b/389/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9c5176a7add3f7eb75ed508433c6f1ffe1d43b08 --- /dev/null +++ b/389/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 389 + +Post "Thanks, working on reviews" for the merge request related to octovisuals page in primer/design project + +Start URL: __GITLAB__ diff --git a/389/task.toml b/389/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7e96b83c3f0c8c4361dcb3cad71c307bd6ad007a --- /dev/null +++ b/389/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/389" +name = "WebArena — 389" + +[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/389/verifier/run.sh b/389/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/389/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/390/eval_descriptor.json b/390/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ff26de2a712da1a312ea4c624a1a6d9fb98ad1d5 --- /dev/null +++ b/390/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/a11yproject/a11yproject.com/-/merge_requests/1531", + "locator": "document.querySelector('[id=\"notes-list\"').lastElementChild.querySelector('.timeline-discussion-body').outerText", + "required_contents": { + "exact_match": "lgtm" + } + } + ] +} \ No newline at end of file diff --git a/390/instruction.md b/390/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..916839d5036aea79acd99acb87a1efb27e538978 --- /dev/null +++ b/390/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 390 + +Post "lgtm" for the merge request related to semantic HTML post in a11yproject/a11yproject.com project + +Start URL: __GITLAB__ diff --git a/390/task.toml b/390/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cc8723fddefaa42c4c0ccba129ae7030210b7a29 --- /dev/null +++ b/390/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/390" +name = "WebArena — 390" + +[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/390/verifier/run.sh b/390/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/390/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/391/eval_descriptor.json b/391/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9ecd43566cfa824df484f417e996cca4a42d2f83 --- /dev/null +++ b/391/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/a11yproject/a11yproject.com/-/merge_requests/1265", + "locator": "document.querySelector('[id=\"notes-list\"').lastElementChild.querySelector('.timeline-discussion-body').outerText", + "required_contents": { + "exact_match": "close because non reproducible" + } + } + ] +} \ No newline at end of file diff --git a/391/instruction.md b/391/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f67a834ca0682e955dfa70e3e620ea30f45a6c97 --- /dev/null +++ b/391/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 391 + +Post "close because non reproducible" for the merge request related to focus edge cases in a11yproject/a11yproject.com project + +Start URL: __GITLAB__ diff --git a/391/task.toml b/391/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6714fe3352f2612c64c8c02dc1abfe66922acc8f --- /dev/null +++ b/391/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/391" +name = "WebArena — 391" + +[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/391/verifier/run.sh b/391/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/391/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/392/eval_descriptor.json b/392/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..602a7a79b84baf55fc20aa2857aa6db8d92884a5 --- /dev/null +++ b/392/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/a11yproject/a11yproject.com/-/merge_requests/1071", + "locator": "document.querySelector('[id=\"notes-list\"').lastElementChild.querySelector('.timeline-discussion-body').outerText", + "required_contents": { + "exact_match": "Good idea" + } + } + ] +} \ No newline at end of file diff --git a/392/instruction.md b/392/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..edeb5bc97c33fdd847047540fdbb2d5bbdca296f --- /dev/null +++ b/392/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 392 + +Post "Good idea" for the merge request related to color ulitity in a11yproject.com project + +Start URL: __GITLAB__ diff --git a/392/task.toml b/392/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..378fbbd47fea560265d4b15dffab18726a865903 --- /dev/null +++ b/392/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/392" +name = "WebArena — 392" + +[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/392/verifier/run.sh b/392/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/392/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/394/eval_descriptor.json b/394/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..975aa09cbe87cfbda2cd1eea85a54ed49b7cb296 --- /dev/null +++ b/394/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/2019-nCov", + "locator": "", + "required_contents": { + "must_include": [ + "2019-nCov" + ] + } + } + ] +} \ No newline at end of file diff --git a/394/instruction.md b/394/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2f8848daedb21cf5b99b4057a17e37672f7ac301 --- /dev/null +++ b/394/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 394 + +Fork 2019-nCov. + +Start URL: __GITLAB__ diff --git a/394/task.toml b/394/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e89635dad3eedf232d1157e380225f942374265a --- /dev/null +++ b/394/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/394" +name = "WebArena — 394" + +[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/394/verifier/run.sh b/394/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/394/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/395/eval_descriptor.json b/395/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a59edc2f9d57b769ffff0b63dcb7dcc9543dddbd --- /dev/null +++ b/395/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/PyTorch-GAN", + "locator": "", + "required_contents": { + "must_include": [ + "Pytorch-GAN" + ] + } + } + ] +} \ No newline at end of file diff --git a/395/instruction.md b/395/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..467dcb1ec6aaa0c3cbf09a1ab1d1f9ecd1233068 --- /dev/null +++ b/395/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 395 + +Fork the Pytorch GAN repo with most stars. + +Start URL: __GITLAB__ diff --git a/395/task.toml b/395/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4c43c3d98bc4143a1b4882713b486435a7dd9bc8 --- /dev/null +++ b/395/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/395" +name = "WebArena — 395" + +[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/395/verifier/run.sh b/395/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/395/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/396/eval_descriptor.json b/396/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..252f3823190978a3281f377e5d8e08e24e9bc2a4 --- /dev/null +++ b/396/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/ChatGPT", + "locator": "", + "required_contents": { + "must_include": [ + "ChatGPT" + ] + } + } + ] +} \ No newline at end of file diff --git a/396/instruction.md b/396/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..79be903db6ee5f2d9899bf077dd96d881e02ae1d --- /dev/null +++ b/396/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 396 + +Fork ChatGPT. + +Start URL: __GITLAB__ diff --git a/396/task.toml b/396/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..562f0a8846e5114d820bc19045878e8143dcc38e --- /dev/null +++ b/396/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/396" +name = "WebArena — 396" + +[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/396/verifier/run.sh b/396/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/396/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/399/eval_descriptor.json b/399/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8e10f8973c800ad2efc1af446d7c64479de1a064 --- /dev/null +++ b/399/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/user/MarvelsGrantMan136", + "locator": "document.querySelector(\".user-bio__biography\").outerText", + "required_contents": { + "exact_match": "I am a robot" + } + } + ] +} \ No newline at end of file diff --git a/399/instruction.md b/399/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..605eca60d30d0b73da30694b47c9df3f3d875f1a --- /dev/null +++ b/399/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 399 + +Change my reddit bio to "I am a robot" + +Start URL: __REDDIT__ diff --git a/399/task.toml b/399/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3439c486a8ebda8fb351c9ce7a923df210157935 --- /dev/null +++ b/399/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/399" +name = "WebArena — 399" + +[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/399/verifier/run.sh b/399/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/399/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/400/eval_descriptor.json b/400/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6ea90f6716373a860ad7091e372892d06647fb70 --- /dev/null +++ b/400/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/user/MarvelsGrantMan136", + "locator": "document.querySelector(\".user-bio__biography\").outerText", + "required_contents": { + "exact_match": "Pro Python Developer with 20 years of Experience" + } + } + ] +} \ No newline at end of file diff --git a/400/instruction.md b/400/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5a9bab93dc086dd829dc8351a17f2f6788376d53 --- /dev/null +++ b/400/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 400 + +Change my reddit bio to "Pro Python Developer with 20 years of Experience" + +Start URL: __REDDIT__ diff --git a/400/task.toml b/400/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c068a671e0cae331c1a3f6c5ce08521729b3e1d3 --- /dev/null +++ b/400/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/400" +name = "WebArena — 400" + +[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/400/verifier/run.sh b/400/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/400/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/402/eval_descriptor.json b/402/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..eef387a9ea682b53ee5011d28873a9457f842a38 --- /dev/null +++ b/402/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/user/MarvelsGrantMan136", + "locator": "document.querySelector(\".user-bio__biography\").outerText", + "required_contents": { + "exact_match": "Freelance Web Developer" + } + } + ] +} \ No newline at end of file diff --git a/402/instruction.md b/402/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eb4539efcf6972a583424a541571255c5d76460d --- /dev/null +++ b/402/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 402 + +Change my reddit bio to "Freelance Web Developer" + +Start URL: __REDDIT__ diff --git a/402/task.toml b/402/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b6ab4a28e4e2155d6eb152218f2f4aa7506b2447 --- /dev/null +++ b/402/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/402" +name = "WebArena — 402" + +[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/402/verifier/run.sh b/402/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/402/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/406/eval_descriptor.json b/406/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..81bf3580f23cd242b6fd88383d747eb7b1b26214 --- /dev/null +++ b/406/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/Futurology/119517/openai-ceo-it-s-not-funny-that-i-m-afraid-of-the-ai-we-re", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + } + ] +} \ No newline at end of file diff --git a/406/instruction.md b/406/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a103816651c787181e4bbef0b85c21d89d06ce48 --- /dev/null +++ b/406/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 406 + +Upvote the newest post in future technology subreddit + +Start URL: __REDDIT__ diff --git a/406/task.toml b/406/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1241091ae7f78df15dd7196ab82f933d566bdddd --- /dev/null +++ b/406/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/406" +name = "WebArena — 406" + +[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/406/verifier/run.sh b/406/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/406/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/407/eval_descriptor.json b/407/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6210a69923ad2190a67a7639bf5dd045aeda43bd --- /dev/null +++ b/407/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/deeplearning/124993/meta-s-llama-weights-leaked-on-torrent-and-the-best-thing", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + } + ] +} \ No newline at end of file diff --git a/407/instruction.md b/407/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2ac1b7b5aa458f452030af1d43b7265d7d8a5bbd --- /dev/null +++ b/407/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 407 + +Upvote the newest post in deeplearning subreddit + +Start URL: __REDDIT__ diff --git a/407/task.toml b/407/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..58c9b3818bcaca94b6de514525d0f967f0f0ce2a --- /dev/null +++ b/407/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/407" +name = "WebArena — 407" + +[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/407/verifier/run.sh b/407/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/407/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/412/eval_descriptor.json b/412/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b9c5834e84e47f63a10f5b92778d8ad8418576a1 --- /dev/null +++ b/412/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/accessible-html-content-patterns/-/blob/main/LICENSE", + "locator": "", + "required_contents": { + "must_include": [ + "Apache License", + "http://www.apache.org/licenses/LICENSE-2.0" + ] + } + } + ] +} \ No newline at end of file diff --git a/412/instruction.md b/412/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..00165b8e13a33489ae9fc7501c27a588bfc64d70 --- /dev/null +++ b/412/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 412 + +Make the LICENSE of byteblaze/accessible-html-content-patterns to Apache License + +Start URL: __GITLAB__ diff --git a/412/task.toml b/412/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cd50179db239f8a21c80250b71f834e7dd301438 --- /dev/null +++ b/412/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/412" +name = "WebArena — 412" + +[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/412/verifier/run.sh b/412/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/412/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/413/eval_descriptor.json b/413/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f275d6c52b9392a2f3eabe41fde888ae2700b923 --- /dev/null +++ b/413/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/a11y-syntax-highlighting/-/blob/main/LICENSE", + "locator": "", + "required_contents": { + "must_include": [ + "GENERAL PUBLIC LICENSE" + ] + } + } + ] +} \ No newline at end of file diff --git a/413/instruction.md b/413/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0afd67c4c8895c3827ef54434919a31180c057ff --- /dev/null +++ b/413/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 413 + +Make the LICENSE of byteblaze/a11y-syntax-highlighting to one that mandates all copies and derivative works to be under the same license + +Start URL: __GITLAB__ diff --git a/413/task.toml b/413/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cf321eae9c055c792bb209e0a5710671dbc36759 --- /dev/null +++ b/413/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/413" +name = "WebArena — 413" + +[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/413/verifier/run.sh b/413/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/413/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/417/eval_descriptor.json b/417/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b40aab2dab1fbca8b6c069335b9c2bd0521063a1 --- /dev/null +++ b/417/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/a11yproject/a11yproject.com/-/merge_requests/1485", + "locator": "document.querySelector('[id=\"notes-list\"').lastElementChild.querySelector('.timeline-discussion-body').outerText", + "required_contents": { + "exact_match": "@Roshanjossey" + } + } + ] +} \ No newline at end of file diff --git a/417/instruction.md b/417/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..dcefecb5983c10d9e5adc80882c35e11ff55b724 --- /dev/null +++ b/417/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 417 + +Go to the merge request on 404 link I have to review, find if the author of the merge request responded at the end, and reply "Thank you" if he did. Otherwise remind him with a simple @. + +Start URL: __GITLAB__ diff --git a/417/task.toml b/417/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..00fe4489591b4c2fbc97e189c2a38edb8988ce73 --- /dev/null +++ b/417/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/417" +name = "WebArena — 417" + +[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/417/verifier/run.sh b/417/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/417/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/42/eval_descriptor.json b/42/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..41a72a182725ca04e77ee8aed477d71e13da695d --- /dev/null +++ b/42/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "hollister", + "Joust Bag" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "hollister, Joust Bag" +} \ No newline at end of file diff --git a/439/eval_descriptor.json b/439/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..58b15a569e9d0d7e5b42ffb419e6ba34f3fa8993 --- /dev/null +++ b/439/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "func:shopping_get_latest_order_url()", + "locator": "document.querySelector(\".order-details-items.ordered\").outerText", + "required_contents": { + "must_include": [ + "B0844BWS76" + ] + } + } + ] +} \ No newline at end of file diff --git a/439/instruction.md b/439/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b6cd0f18c32f386f78e8a9abaee2aa89ab4b5dfd --- /dev/null +++ b/439/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 439 + +I previously ordered some a cat t-shirt during 2022 and later cancelled. Can you reorder it for me? + +Start URL: __SHOPPING__ diff --git a/439/task.toml b/439/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3243742e32d017a2c93c400af8216d9ae2ad6950 --- /dev/null +++ b/439/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/439" +name = "WebArena — 439" + +[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/439/verifier/run.sh b/439/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/439/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/448/eval_descriptor.json b/448/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..190d38bbd5ab705b4d36014e84033d8ed037e02a --- /dev/null +++ b/448/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze", + "locator": "document.querySelector('.profile-header [itemprop=\"url\"]').outerText", + "required_contents": { + "exact_match": "egg.tart.com" + } + } + ] +} \ No newline at end of file diff --git a/448/instruction.md b/448/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1b8865830f5f32d3f674b366824ed8914fdd2345 --- /dev/null +++ b/448/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 448 + +set the homepage URL on my GitLab profile to https://egg.tart.com + +Start URL: __GITLAB__ diff --git a/448/task.toml b/448/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4c5b8b7a946e51d1a566ec13064afc4a094d7d0f --- /dev/null +++ b/448/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/448" +name = "WebArena — 448" + +[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/448/verifier/run.sh b/448/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/448/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/449/eval_descriptor.json b/449/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..da39491a1757dfb3bae1d15de704965ca7d12518 --- /dev/null +++ b/449/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze", + "locator": "document.querySelector('.profile-header [itemprop=\"url\"]').outerText", + "required_contents": { + "exact_match": "helloworld.xyz" + } + } + ] +} \ No newline at end of file diff --git a/449/instruction.md b/449/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..26bffc18d73027188f0759510c7c76f8dbfaf599 --- /dev/null +++ b/449/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 449 + +set the homepage URL on my GitLab profile to https://helloworld.xyz + +Start URL: __GITLAB__ diff --git a/449/task.toml b/449/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ccc995d3e148d3d8a8e8f8b7794a404a63905619 --- /dev/null +++ b/449/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/449" +name = "WebArena — 449" + +[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/449/verifier/run.sh b/449/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/449/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/452/eval_descriptor.json b/452/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7079c92aef50376e762d5ef3cad3f3a16fbbf2a1 --- /dev/null +++ b/452/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze", + "locator": "document.querySelector('.profile-header [itemprop=\"url\"]').outerText", + "required_contents": { + "exact_match": "byteblaze.github.io" + } + } + ] +} \ No newline at end of file diff --git a/452/instruction.md b/452/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6285af056390d6c293e0d004c57bb941f5e78772 --- /dev/null +++ b/452/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 452 + +set the homepage URL on my GitLab profile to byteblaze.github.io + +Start URL: __GITLAB__ diff --git a/452/task.toml b/452/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7d715759a25d206da6ddceda9cf3df60caca02ab --- /dev/null +++ b/452/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/452" +name = "WebArena — 452" + +[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/452/verifier/run.sh b/452/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/452/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/46/eval_descriptor.json b/46/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4fc7a8d399271621a414fe125de447af7058931c --- /dev/null +++ b/46/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/primer/design/-/issues/?sort=created_date&state=opened", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/46/instruction.md b/46/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c85763c98b20da768373c82db9e3a28a32344c5d --- /dev/null +++ b/46/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 46 + +Check out the most recent open issues + +Start URL: __GITLAB__/primer/design diff --git a/46/verifier/run.sh b/46/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/46/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/464/eval_descriptor.json b/464/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c4d843b54a1636bf498820a3ad6ca8ffa02d1499 --- /dev/null +++ b/464/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/../antonia-racer-tank.html", + "locator": "document.querySelector('.data.item.content').outerText + (document.querySelector('.product.attribute.overview [itemprop=\"description\"]')?.outerText || '')", + "required_contents": { + "must_include": [ + "This is in regular rotation at the gym", + "Its colorful and looks kinda cute under my exercise tanks", + "it's very stylish for yoga or something else low impact" + ] + } + } + ] +} \ No newline at end of file diff --git a/464/instruction.md b/464/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..92712694d77dee44ee6dc619a3a90b58725dc491 --- /dev/null +++ b/464/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 464 + +Update the product description of Antonia Racer Tank to highlight the real user positive reviews by quoting the comments + +Start URL: __SHOPPING_ADMIN__ diff --git a/464/task.toml b/464/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7faef59c1a360935c05a944f64dc810e31c02e13 --- /dev/null +++ b/464/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/464" +name = "WebArena — 464" + +[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/464/verifier/run.sh b/464/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/464/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/471/eval_descriptor.json b/471/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5366d67065da2ab6593458b66fb92e94db420153 --- /dev/null +++ b/471/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/307/", + "locator": "document.querySelector(\"#order_status\").outerText", + "required_contents": { + "exact_match": "Canceled" + } + } + ] +} \ No newline at end of file diff --git a/471/instruction.md b/471/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..64f8d5f7b838a0d8edbbe749192b0248ebd17a8f --- /dev/null +++ b/471/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 471 + +Cancel order 307 + +Start URL: __SHOPPING_ADMIN__ diff --git a/471/task.toml b/471/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e0d9c18be44fa5aba8c52e09ddc8e4401262f2f4 --- /dev/null +++ b/471/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/471" +name = "WebArena — 471" + +[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/471/verifier/run.sh b/471/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/471/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/472/eval_descriptor.json b/472/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d9f58143e6654818a260c2415c9ff35823adfa73 --- /dev/null +++ b/472/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/299/", + "locator": "document.querySelector(\"#order_status\").outerText", + "required_contents": { + "exact_match": "Canceled" + } + } + ] +} \ No newline at end of file diff --git a/472/instruction.md b/472/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..edb08ab177820d5362c66b2bd8283f5062c4d43e --- /dev/null +++ b/472/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 472 + +Cancel order 299 + +Start URL: __SHOPPING_ADMIN__ diff --git a/472/task.toml b/472/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3f1a72f6a830382ef4bcdfa11a1355b1ac920d7d --- /dev/null +++ b/472/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/472" +name = "WebArena — 472" + +[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/472/verifier/run.sh b/472/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/472/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/475/eval_descriptor.json b/475/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9acf16ab95c3f62ab70d4dc2137062f82f011d64 --- /dev/null +++ b/475/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/chatgpt_plugin", + "locator": "", + "required_contents": { + "must_include": [ + "chatgpt_plugin" + ] + } + } + ] +} \ No newline at end of file diff --git a/475/instruction.md b/475/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5a4db6bd46d40b70db658496934b61b9eb61f4aa --- /dev/null +++ b/475/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 475 + +Set up a new, empty repository with the name chatgpt_plugin? + +Start URL: __GITLAB__ diff --git a/475/task.toml b/475/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e6410a609f40490d1b3083e296194b8369a19b86 --- /dev/null +++ b/475/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/475" +name = "WebArena — 475" + +[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/475/verifier/run.sh b/475/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/475/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/480/eval_descriptor.json b/480/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4df2710fea1ca6867dbbdc689f8e8ba6f036fb8f --- /dev/null +++ b/480/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/solarized-prism-theme/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "yjlou" + ] + } + } + ] +} \ No newline at end of file diff --git a/480/instruction.md b/480/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..14be0103ec351acfeb001b0d4d807bae1495dc88 --- /dev/null +++ b/480/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 480 + +Invite yjlou as collaborator to solarized-prism-theme + +Start URL: __GITLAB__ diff --git a/480/task.toml b/480/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f031bdc3e6da4d7b3e063c457b3e6af672408982 --- /dev/null +++ b/480/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/480" +name = "WebArena — 480" + +[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/480/verifier/run.sh b/480/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/480/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/482/eval_descriptor.json b/482/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..157101b5fac0e90bc63b66bf0428ea7041bdecce --- /dev/null +++ b/482/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/dotfiles/-/project_members", + "locator": "func:gitlab_get_project_memeber_role(__page__, 'yjlou')", + "required_contents": { + "must_include": [ + "Guest" + ] + } + } + ] +} \ No newline at end of file diff --git a/482/instruction.md b/482/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0e8b794ececae088e129b32fdd50f395f1e1cdfc --- /dev/null +++ b/482/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 482 + +yjlou wants to check my dotfile configurations. Please invite him to the repo as a guest. + +Start URL: __GITLAB__ diff --git a/482/task.toml b/482/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3b467f514662f155c2a9a69cdee530c722517a91 --- /dev/null +++ b/482/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/482" +name = "WebArena — 482" + +[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/482/verifier/run.sh b/482/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/482/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/485/eval_descriptor.json b/485/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2485dea057402bec1931d0ed4c416e8d3fc74126 --- /dev/null +++ b/485/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/dotfiles/-/project_members", + "locator": "func:gitlab_get_project_memeber_role(__page__, 'vinta')", + "required_contents": { + "must_include": [ + "Guest" + ] + } + } + ] +} \ No newline at end of file diff --git a/485/instruction.md b/485/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7cbe6ced1cd204a7d227a51d2aa200d180e305d7 --- /dev/null +++ b/485/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 485 + +Vinta wants to check my dotfile configurations. Please invite him to the repo as a guest. + +Start URL: __GITLAB__ diff --git a/485/task.toml b/485/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5f8de5579743d7ccdda258fe609a3909095c585a --- /dev/null +++ b/485/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/485" +name = "WebArena — 485" + +[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/485/verifier/run.sh b/485/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/485/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/489/eval_descriptor.json b/489/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b5cc35045326f6ec908922cc3557917643157955 --- /dev/null +++ b/489/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/cms/page/edit/page_id/4/", + "locator": "document.querySelector('input[name=\"title\"').value", + "required_contents": { + "exact_match": "No privacy policy is needed is this dystopian world" + } + } + ] +} \ No newline at end of file diff --git a/489/instruction.md b/489/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d5f29deda7433091097651717a54d48b3b615a37 --- /dev/null +++ b/489/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 489 + +Change the page title of "Privacy Policy" page on my site to "No privacy policy is needed is this dystopian world". + +Start URL: __SHOPPING_ADMIN__ diff --git a/489/task.toml b/489/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..02113dce1047ec16f8651cdf483b543c0a8b2b2a --- /dev/null +++ b/489/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/489" +name = "WebArena — 489" + +[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/489/verifier/run.sh b/489/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/489/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/493/eval_descriptor.json b/493/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..809d971e44cc456aadf18841bfd504f17bfa0370 --- /dev/null +++ b/493/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/sales/order/view/order_id/307/", + "locator": "document.querySelector(\"#order_history_block\").querySelector(\".note-list\").firstElementChild.querySelector(\".note-list-comment\").outerText", + "required_contents": { + "exact_match": "sorry we are bankrupt, please contact our customer service for refund" + } + } + ] +} \ No newline at end of file diff --git a/493/instruction.md b/493/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c2031c6bce4c77391a5c2882bc0fe34754b31cb1 --- /dev/null +++ b/493/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 493 + +Notify Grace Nguyen in their most recent pending order with message "sorry we are bankrupt, please contact our customer service for refund" + +Start URL: __SHOPPING_ADMIN__ diff --git a/493/task.toml b/493/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ae10148d4bdf0709af26ec4e61a9642c37a912c0 --- /dev/null +++ b/493/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/493" +name = "WebArena — 493" + +[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/493/verifier/run.sh b/493/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/493/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/498/eval_descriptor.json b/498/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4ebf9b5fed44d9274680b1934cf5d40743ebb78a --- /dev/null +++ b/498/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/sales/order/commentsHistory/order_id/306/active_tab/order_shipments/", + "locator": "", + "required_contents": { + "must_include": [ + "Tracking number 55591023930 for United Parcel Service assigned" + ] + } + } + ] +} \ No newline at end of file diff --git a/498/instruction.md b/498/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d2f9651f8487b5c30f2bf38ebe22a55bf250d56e --- /dev/null +++ b/498/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 498 + +Update order #306 with the UPS tracking number 55591023930 + +Start URL: __SHOPPING_ADMIN__ diff --git a/498/task.toml b/498/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e226bca0f7a264773fd6af68257eb6da3ae02101 --- /dev/null +++ b/498/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/498" +name = "WebArena — 498" + +[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/498/verifier/run.sh b/498/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/498/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/5/eval_descriptor.json b/5/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e22d632a1f60296d35f3bc693ce0a9b60b89efe5 --- /dev/null +++ b/5/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Duffle" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Duffle" +} \ No newline at end of file diff --git a/5/instruction.md b/5/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..310c94f05f90b600fc38b9b057c8c09d6bc71d92 --- /dev/null +++ b/5/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 5 + +What is the top-1 best-selling product type in Jan 2023 + +Start URL: __SHOPPING_ADMIN__ diff --git a/5/task.toml b/5/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..efaed20ccf114768416cbb2ae49f82e854697a35 --- /dev/null +++ b/5/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/5" +name = "WebArena — 5" + +[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/5/verifier/run.sh b/5/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/5/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/500/eval_descriptor.json b/500/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..dc60ff96d59ab3f5a8408a416fb2f5b73c936498 --- /dev/null +++ b/500/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/sales/order/commentsHistory/order_id/301/active_tab/order_shipments/", + "locator": "", + "required_contents": { + "must_include": [ + "Tracking number 239028439840 for DHL assigned" + ] + } + } + ] +} \ No newline at end of file diff --git a/500/instruction.md b/500/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9922d91083c9eb355d7462d1c223a49b280a7831 --- /dev/null +++ b/500/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 500 + +Update order #301 with the DHL tracking number 239028439840 + +Start URL: __SHOPPING_ADMIN__ diff --git a/500/task.toml b/500/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cce65213f331274e983f9d36456bc47d8c411e5a --- /dev/null +++ b/500/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/500" +name = "WebArena — 500" + +[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/500/verifier/run.sh b/500/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/500/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/501/eval_descriptor.json b/501/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9c677f851c5f19d6b3b8f80b514bb4deb18f71bc --- /dev/null +++ b/501/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/350/", + "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/501/instruction.md b/501/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..60d51e9980d56e8470bb563e59c2786ef08caa10 --- /dev/null +++ b/501/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 501 + +Make all Taurus Elements Shell as out of stock + +Start URL: __SHOPPING_ADMIN__ diff --git a/501/task.toml b/501/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f6b8d2a82c8b44d2ab93080b265e8ae0efaef466 --- /dev/null +++ b/501/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/501" +name = "WebArena — 501" + +[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/501/verifier/run.sh b/501/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/501/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/504/eval_descriptor.json b/504/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a62bb2d177922f4805b28ca989d45647ea378587 --- /dev/null +++ b/504/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/1108/", + "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/504/instruction.md b/504/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1243f7e6d474ec6b6eee7473fb4b6d5843fe9f1c --- /dev/null +++ b/504/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 504 + +Make all Selene yoga hoodie as out of stock + +Start URL: __SHOPPING_ADMIN__ diff --git a/504/task.toml b/504/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2c75e097523d67ae900c5c6055b0d004343c8fc2 --- /dev/null +++ b/504/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/504" +name = "WebArena — 504" + +[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/504/verifier/run.sh b/504/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/504/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/505/eval_descriptor.json b/505/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..45529525ad6e5841afaa643b83817d32ec392e90 --- /dev/null +++ b/505/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/1861/", + "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/505/instruction.md b/505/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8a59be5cf98a8a42ecb124ff3ed975d1cf2a45b1 --- /dev/null +++ b/505/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 505 + +Make all Aeno capri as out of stock + +Start URL: __SHOPPING_ADMIN__ diff --git a/505/task.toml b/505/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4d240f2ac6c8d022ef8cd734d161eb2e92f66db6 --- /dev/null +++ b/505/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/505" +name = "WebArena — 505" + +[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/505/verifier/run.sh b/505/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/505/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/506/eval_descriptor.json b/506/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0cc9f4efb21f09b36263c6289558ce2503b4d5d6 --- /dev/null +++ b/506/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "func:shopping_get_latest_order_url()", + "locator": "document.querySelector(\".order-details-items.ordered\").outerText", + "required_contents": { + "must_include": [ + "B01CTR3DLE" + ] + } + } + ] +} \ No newline at end of file diff --git a/506/instruction.md b/506/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bbe3cb80cdc338a29dfd3aee61d5dc2b213d54fb --- /dev/null +++ b/506/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 506 + +Buy the highest rated product from the meat substitute category within a budget between 100 and 200. + +Start URL: __SHOPPING__ diff --git a/506/task.toml b/506/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..57237df68b9b3791b229c83f7d789733f34bd1ac --- /dev/null +++ b/506/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/506" +name = "WebArena — 506" + +[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/506/verifier/run.sh b/506/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/506/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/507/eval_descriptor.json b/507/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..42d85427760a7fb0ecc8df5c1fc1784b491c01f0 --- /dev/null +++ b/507/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "func:shopping_get_latest_order_url()", + "locator": "document.querySelector(\".order-details-items.ordered\").outerText", + "required_contents": { + "must_include": [ + "B07BVL3P1V" + ] + } + } + ] +} \ No newline at end of file diff --git a/507/instruction.md b/507/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d383dca2aaa54de6c25cdb456da5fcf5f4e662ad --- /dev/null +++ b/507/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 507 + +Buy the highest rated product from the Ceiling light category within a budget above 1000. + +Start URL: __SHOPPING__ diff --git a/507/task.toml b/507/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9b2878e46d6223157e6b4d6049ed3e3db77cbc11 --- /dev/null +++ b/507/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/507" +name = "WebArena — 507" + +[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/507/verifier/run.sh b/507/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/507/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/510/eval_descriptor.json b/510/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5c6fc26792f0f8714b44e00f21aa7b4786365ccc --- /dev/null +++ b/510/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "func:shopping_get_latest_order_url()", + "locator": "document.querySelector(\".order-details-items.ordered\").outerText", + "required_contents": { + "must_include": [ + "B002R5ABIW" + ] + } + } + ] +} \ No newline at end of file diff --git a/510/instruction.md b/510/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9d22c50b8e5d688adfb216e86a3c1bcc92e50e5b --- /dev/null +++ b/510/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 510 + +Buy the best rating product from "Home Audio Speaker" category with at least 5 reviews and the product is least expensive + +Start URL: __SHOPPING__ diff --git a/510/task.toml b/510/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c50020ac724e145cecf251f6ccd92046182c7a48 --- /dev/null +++ b/510/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/510" +name = "WebArena — 510" + +[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/510/verifier/run.sh b/510/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/510/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/52/eval_descriptor.json b/52/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..605b3ceb75ce4b02d2d938059dc00a94a8532eea --- /dev/null +++ b/52/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "7 min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "7 min" +} \ No newline at end of file diff --git a/52/instruction.md b/52/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1be4ad295d5d057477330b81cb07910a74aea65d --- /dev/null +++ b/52/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 52 + +How long does it take to walk from Carnegie Mellon University to starbucks on Craig Street? + +Start URL: __MAP__ diff --git a/52/task.toml b/52/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ae719bf56f30f91cbed335f3c272965687b64691 --- /dev/null +++ b/52/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/52" +name = "WebArena — 52" + +[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/52/verifier/run.sh b/52/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/52/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/521/eval_descriptor.json b/521/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ce94caa8773bd5c5212bcc1bbbc726c6495b453c --- /dev/null +++ b/521/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING__/newsletter/manage/", + "locator": "document.querySelector('[title=\"General Subscription\"').checked.toString()", + "required_contents": { + "exact_match": "true" + } + } + ] +} \ No newline at end of file diff --git a/521/instruction.md b/521/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..150bbb79840c3e750f83cb9bf28d913d495682cf --- /dev/null +++ b/521/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 521 + +Subscribe to the newsletter of OneStopMarket + +Start URL: __SHOPPING__ diff --git a/521/task.toml b/521/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1d673a4910b50e4c0289fad18e3b6c4fe8a6a3b6 --- /dev/null +++ b/521/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/521" +name = "WebArena — 521" + +[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/521/verifier/run.sh b/521/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/521/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/525/eval_descriptor.json b/525/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..278fb007b7048c86fc7dd34be52d442bcd0fb8e6 --- /dev/null +++ b/525/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/users/byteblaze/starred", + "locator": "", + "required_contents": { + "must_include": [ + "AndroidSlidingUpPanel", + "create-react-app", + "ffmpeg-python", + "PHP_XLSXWriter" + ] + } + } + ] +} \ No newline at end of file diff --git a/525/instruction.md b/525/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8b55ec5d4cef016902700e84bbe284812269743c --- /dev/null +++ b/525/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 525 + +Star the top four most stared repos in Gitlab + +Start URL: __GITLAB__ diff --git a/525/task.toml b/525/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..586be8a09b5674a21290aa716f185dd5ef0b563f --- /dev/null +++ b/525/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/525" +name = "WebArena — 525" + +[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/525/verifier/run.sh b/525/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/525/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/529/eval_descriptor.json b/529/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..16f797a1a0814afc4221881dc4b09d5437c77d2f --- /dev/null +++ b/529/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[title=\"What\u2019s on your mind?\"').value", + "required_contents": { + "must_include": [ + "refund", + "it broke after three days of use", + "000000148", + "169.95" + ] + } + } + ] +} \ No newline at end of file diff --git a/529/instruction.md b/529/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..33ec9b489e76e5a4198b9d44fddfaf8cbac205d4 --- /dev/null +++ b/529/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 529 + +Draft a refund message via their "contact us" form for the bluetooth speaker I bought Feb 2023. It broke after three days of use. The shop requires the order id, the reason and the amount to refund in the message. Don't submit yet + +Start URL: __SHOPPING__ diff --git a/529/task.toml b/529/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e4cba171ed4bd2e5d03c76c0513151414b908c99 --- /dev/null +++ b/529/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/529" +name = "WebArena — 529" + +[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/529/verifier/run.sh b/529/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/529/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/535/eval_descriptor.json b/535/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..cf8d66704d30c37d75eb7efecc7712dbc432cb70 --- /dev/null +++ b/535/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/users/byteblaze/following", + "locator": "document.querySelector('.user-profile').outerText", + "required_contents": { + "must_include": [ + "@lahwaacz", + "@ghost", + "@bblanchon" + ] + } + } + ] +} \ No newline at end of file diff --git a/535/instruction.md b/535/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4cdfe5070009e39ff122e3da51bc2465fc213011 --- /dev/null +++ b/535/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 535 + +Follow ['Jakub K', 'ghost', 'Benoît Blanchon'] on Gitlab + +Start URL: __GITLAB__ diff --git a/535/task.toml b/535/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..11401e8bb46cc725961cf5da468d239d0a225be5 --- /dev/null +++ b/535/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/535" +name = "WebArena — 535" + +[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/535/verifier/run.sh b/535/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/535/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/537/eval_descriptor.json b/537/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4ad3fd42e0e4b092f87d477f162be2c10d238f7d --- /dev/null +++ b/537/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/users/byteblaze/following", + "locator": "document.querySelector('.user-profile').outerText", + "required_contents": { + "must_include": [ + "@lahwaacz", + "@convexegg", + "@vinta", + "@yjlou", + "@abisubramanya27" + ] + } + } + ] +} \ No newline at end of file diff --git a/537/instruction.md b/537/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..956eceaf07b02a9c3f6afd60aab11379ae1db86b --- /dev/null +++ b/537/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 537 + +Follow ['Jakub Klinkovsk', 'convexegg', 'Vinta Chen', 'yjlou', 'Abishek S'] on Gitlab + +Start URL: __GITLAB__ diff --git a/537/task.toml b/537/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..bcb50137a320e4a5a463862744220c56b6dbb59e --- /dev/null +++ b/537/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/537" +name = "WebArena — 537" + +[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/537/verifier/run.sh b/537/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/537/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/54/eval_descriptor.json b/54/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a2865e008827d209f31008c5248a3e02d570859f --- /dev/null +++ b/54/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "25 min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "25 min" +} \ No newline at end of file diff --git a/54/instruction.md b/54/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..87f3d8730ec982bc741165b171d18229671113a9 --- /dev/null +++ b/54/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 54 + +How long does it take to walk from Carnegie Mellon University to Univ of Pittsburgh? + +Start URL: __MAP__ diff --git a/54/task.toml b/54/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b031bf2dea29bd11c711d70d19b80a79d0af7b4a --- /dev/null +++ b/54/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/54" +name = "WebArena — 54" + +[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/54/verifier/run.sh b/54/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/54/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/543/eval_descriptor.json b/543/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..eb536ef78d9e7d813e02a9b47da0dcf9813d60f3 --- /dev/null +++ b/543/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/../bella-tank.html", + "locator": "document.querySelector('.data.item.content').outerText + (document.querySelector('.product.attribute.overview [itemprop=\"description\"]')?.outerText || '')", + "required_contents": { + "must_include": [ + "Good choice for working out and stylin' enough to wear when I'm hanging with friends on hot days", + "Also washes really well", + "Always a sweet n sporty look for the gym", + "Keeps me cool and the seams don't rub up against me like some of my other tanks" + ] + } + } + ] +} \ No newline at end of file diff --git a/543/instruction.md b/543/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7a769c07d80a0e9cd2ae2a2a8e237492b78d1374 --- /dev/null +++ b/543/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 543 + +Update the product description of Bella Tank to highlight the real user positive reviews by quoting the comments + +Start URL: __SHOPPING_ADMIN__ diff --git a/543/task.toml b/543/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c1b2ddf7fcf4e5c315cb9b3de04368549d866563 --- /dev/null +++ b/543/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/543" +name = "WebArena — 543" + +[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/543/verifier/run.sh b/543/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/543/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/550/eval_descriptor.json b/550/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ad68945231abae94f975234dacacb0e2f49faa45 --- /dev/null +++ b/550/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1732/", + "locator": "document.querySelector('[data-index=\"configurable\"').outerText", + "required_contents": { + "must_include": [ + "Tank-XXS-Blue", + "Tank-XXS-Purple" + ] + } + } + ] +} \ No newline at end of file diff --git a/550/instruction.md b/550/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..085a4aa1547c58bd04a329fb1bfb24d32d9a97ce --- /dev/null +++ b/550/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 550 + +Add a new size XXS to blue and purple Nona Fitness Tank + +Start URL: __SHOPPING_ADMIN__ diff --git a/550/task.toml b/550/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..badeb487af88fd9327b183cddc0fb0833b5ce785 --- /dev/null +++ b/550/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/550" +name = "WebArena — 550" + +[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/550/verifier/run.sh b/550/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/550/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/553/eval_descriptor.json b/553/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0e14f7769fd2aa3a2cd772ad60089ab06d236584 --- /dev/null +++ b/553/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/news/urls.txt", + "locator": "", + "required_contents": { + "must_include": [ + "__REDDIT__/f/news/129905/ohio-man-charged-for-using-molotov-cocktails-to-attack", + "__REDDIT__/f/news/129904/in-a-loss-for-fox-news-judge-allows-dominion-s-defamation", + "__REDDIT__/f/news/129903/theater-group-sues-to-block-tennessee-s-new-anti-drag-law", + "__REDDIT__/f/news/129902/andrew-tate-released-from-jail-in-romania-and-placed-under", + "__REDDIT__/f/news/129901/rare-high-risk-storm-alert-issued-for-parts-of-midwest-and" + ] + } + } + ] +} \ No newline at end of file diff --git a/553/instruction.md b/553/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..57997740a3f7a7be6b5f58f8c86bd554200c4297 --- /dev/null +++ b/553/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 553 + +Create a folder named news in gimmiethat.space repo. Within it, create a file named urls.txt that contains the URLs of the 5 most recent posts from the news related subreddits? + +Start URL: __GITLAB__ diff --git a/553/task.toml b/553/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a5158d7e16d117e48f526ae7e9b1ee92e43b1065 --- /dev/null +++ b/553/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/553" +name = "WebArena — 553" + +[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/553/verifier/run.sh b/553/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/553/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/555/eval_descriptor.json b/555/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..78c983a25a9eee0f3ede825a00afa8d59d9fd135 --- /dev/null +++ b/555/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/funny_pic/urls.txt", + "locator": "", + "required_contents": { + "must_include": [ + "__REDDIT__/f/memes/127991/it-do-be-like-that-tho", + "__REDDIT__/f/memes/127990/thank-you-memers-this-wouldn-t-be-possible-without-you", + "__REDDIT__/f/memes/127989/if-you-have-no-other-choice", + "__REDDIT__/f/memes/127988/yes-yes-yes", + "__REDDIT__/f/memes/127987/shagadelic-baby" + ] + } + } + ] +} \ No newline at end of file diff --git a/555/instruction.md b/555/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..db9a4d618c982f893bd18a874b8732253ba53c83 --- /dev/null +++ b/555/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 555 + +Create a folder named funny_pic in gimmiethat.space repo. Within it, create a file named urls.txt that contains the URLs of the 5 most recent posts from the memes? + +Start URL: __GITLAB__ diff --git a/555/task.toml b/555/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f821199c1014695ce77ed015c632a0f0fe622a26 --- /dev/null +++ b/555/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/555" +name = "WebArena — 555" + +[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/555/verifier/run.sh b/555/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/555/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/557/eval_descriptor.json b/557/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d1701da556f484e3531d348b0d0394da8b369966 --- /dev/null +++ b/557/eval_descriptor.json @@ -0,0 +1,23 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/nolan_old_fans/-/raw/main/README.md", + "locator": "", + "required_contents": { + "must_include": [ + "Following", + "Memento", + "Insomnia", + "Batman Begins", + "The Prestige", + "The Dark Knight" + ] + } + } + ] +} \ No newline at end of file diff --git a/557/instruction.md b/557/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..200104a7b6531a62ac2dd152530cb796e312373d --- /dev/null +++ b/557/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 557 + +Create a repo named nolan_old_fans with movies directed by Christopher Nolan before 2010 in a README file + +Start URL: __GITLAB__ diff --git a/557/task.toml b/557/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6c28d20b4717a0c82393d14b565bda67402fa8b7 --- /dev/null +++ b/557/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/557" +name = "WebArena — 557" + +[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/557/verifier/run.sh b/557/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/557/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/561/eval_descriptor.json b/561/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2a823dab73416514f38434816e7754d5ebc1c7ec --- /dev/null +++ b/561/eval_descriptor.json @@ -0,0 +1,24 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/bafta_awards_nolan/-/raw/main/README.md", + "locator": "", + "required_contents": { + "must_include": [ + "Batman Begins", + "The Dark Knight", + "Inception", + "The Dark Knight Rises", + "Interstellar", + "Dunkirk", + "Tenet" + ] + } + } + ] +} \ No newline at end of file diff --git a/561/instruction.md b/561/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1ed69fdcbe101e65eca5f9617a08964ca317b7e9 --- /dev/null +++ b/561/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 561 + +Create a repo named bafta_awards_nolan with movies that are nominated BAFTA Awards by Christopher Nolan in a README file + +Start URL: __GITLAB__ diff --git a/561/task.toml b/561/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9852dc5454e9d388a58b3f305c180918d5b617c4 --- /dev/null +++ b/561/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/561" +name = "WebArena — 561" + +[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/561/verifier/run.sh b/561/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/561/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/562/eval_descriptor.json b/562/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a420525e6a292a168d41589fd9d033d623ee7243 --- /dev/null +++ b/562/eval_descriptor.json @@ -0,0 +1,23 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/Awesome_DIY_ideas/-/raw/main/README.md", + "locator": "", + "required_contents": { + "must_include": [ + "__REDDIT__/f/DIY/118903/separate-glued-plastic-parts", + "__REDDIT__/f/DIY/118923/how-would-you-fix-this-dryer-vent-mess", + "__REDDIT__/f/DIY/118935/basement-bulkhead-soffit-wall-framing", + "__REDDIT__/f/DIY/118904/ge-water-heater-pilot-light-won-t-stay-lit", + "__REDDIT__/f/DIY/118960/attempting-to-move-a-wall-outlet-in-my-basement-a-few-inches", + "__REDDIT__/f/DIY/118931/afci-outlet-question" + ] + } + } + ] +} \ No newline at end of file diff --git a/562/instruction.md b/562/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..944a6a438a42b2bc3f82ec4c29199a817b25b7fb --- /dev/null +++ b/562/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 562 + +create a repository named Awesome_DIY_ideas that includes a README file with the links to the most active 6 DIY ideas on DIY subreddit? + +Start URL: __GITLAB__ diff --git a/562/task.toml b/562/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5f354504bea7a049c6563492bf56db02db98621c --- /dev/null +++ b/562/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/562" +name = "WebArena — 562" + +[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/562/verifier/run.sh b/562/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/562/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/563/eval_descriptor.json b/563/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6d15756f59bd843fa37f9ff56cb5992a05b6f979 --- /dev/null +++ b/563/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/fun_thing_to_do/-/raw/main/README.md", + "locator": "", + "required_contents": { + "must_include": [ + "__REDDIT__/f/DIY/118903/separate-glued-plastic-parts", + "__REDDIT__/f/DIY/118923/how-would-you-fix-this-dryer-vent-mess", + "__REDDIT__/f/DIY/118935/basement-bulkhead-soffit-wall-framing", + "__REDDIT__/f/DIY/118904/ge-water-heater-pilot-light-won-t-stay-lit", + "__REDDIT__/f/DIY/118960/attempting-to-move-a-wall-outlet-in-my-basement-a-few-inches" + ] + } + } + ] +} \ No newline at end of file diff --git a/563/instruction.md b/563/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2db5e81f8d3b9bee1faecf97d3bf941cc97a8e33 --- /dev/null +++ b/563/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 563 + +create a repository named fun_thing_to_do that includes a README file with the links to the most active 5 DIY ideas on DIY subreddit? + +Start URL: __GITLAB__ diff --git a/563/task.toml b/563/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0ff8435f056a87368bcba42b70fab60554e1efde --- /dev/null +++ b/563/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/563" +name = "WebArena — 563" + +[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/563/verifier/run.sh b/563/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/563/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/567/eval_descriptor.json b/567/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b57154d181e74f33bc756ce5b5f7c61fdd31f1e0 --- /dev/null +++ b/567/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/gimmiethat.space/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "@lahwaacz", + "@bblanchon" + ] + } + } + ] +} \ No newline at end of file diff --git a/567/instruction.md b/567/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..3b9fad7f584e40753852dac203a4b23224d1069c --- /dev/null +++ b/567/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 567 + +Invite Jakub Klinkovský and Benoît Blanchon as collaborator to gimmiethat.space repo + +Start URL: __GITLAB__ diff --git a/567/task.toml b/567/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..47630877015bfe6aba59e14dbb751321f5384a6b --- /dev/null +++ b/567/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/567" +name = "WebArena — 567" + +[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/567/verifier/run.sh b/567/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/567/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/569/eval_descriptor.json b/569/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e9767e42ec6149f7a2cce78b745f1b4e849ca5b5 --- /dev/null +++ b/569/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/accessible-html-content-patterns/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "@bblanchon", + "@abisubramanya27" + ] + } + } + ] +} \ No newline at end of file diff --git a/569/instruction.md b/569/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..98c704504abfae4ada8982b3cc466ed29da2fd78 --- /dev/null +++ b/569/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 569 + +Invite Benoît and Abishek as collaborator to my HTML5 markup extention repo + +Start URL: __GITLAB__ diff --git a/569/task.toml b/569/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..673472e2714d6758b6bb5af6c6f7c8e0ce5f2fa8 --- /dev/null +++ b/569/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/569" +name = "WebArena — 569" + +[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/569/verifier/run.sh b/569/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/569/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/573/eval_descriptor.json b/573/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..abdab5c49dec7da7a86faaf473c9f3052bd6bb19 --- /dev/null +++ b/573/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING__/customer/address", + "locator": "document.querySelector(\".box.box-address-shipping > .box-content\").outerText", + "required_contents": { + "must_include": [ + "987 Sycamore Circle", + "Philadelphia, Pennsylvania, 19102" + ] + } + }, + { + "url": "__SHOPPING__/customer/address", + "locator": "document.querySelector(\".box.box-address-billing > .box-content\").outerText", + "required_contents": { + "must_include": [ + "987 Sycamore Circle", + "Philadelphia, Pennsylvania, 19102" + ] + } + } + ] +} \ No newline at end of file diff --git a/573/instruction.md b/573/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..49a4c37174fb0156872cc7fb406e0ac3efc11eb2 --- /dev/null +++ b/573/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 573 + +I recently moved, my address is 987 Sycamore Circle, Philadelphia, PA, 19102, update my information on OneStopShopping accordingly + +Start URL: __SHOPPING__ diff --git a/573/task.toml b/573/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..eb82896ed9ddedc521868f2296457158fe98c858 --- /dev/null +++ b/573/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/573" +name = "WebArena — 573" + +[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/573/verifier/run.sh b/573/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/573/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/575/eval_descriptor.json b/575/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..018c61c0d5b8e117d04c7403280576ae35f51021 --- /dev/null +++ b/575/eval_descriptor.json @@ -0,0 +1,31 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING__/customer/address", + "locator": "document.querySelector(\".box.box-address-shipping > .box-content\").outerText", + "required_contents": { + "must_include": [ + "222 Redwood Rise", + "Suite 300", + "Seattle, Washington, 98101" + ] + } + }, + { + "url": "__SHOPPING__/customer/address", + "locator": "document.querySelector(\".box.box-address-billing > .box-content\").outerText", + "required_contents": { + "must_include": [ + "222 Redwood Rise", + "Suite 300", + "Seattle, Washington, 98101" + ] + } + } + ] +} \ No newline at end of file diff --git a/575/instruction.md b/575/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eb1448e4948c596ebc74b0ba5a134a5c5e126855 --- /dev/null +++ b/575/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 575 + +I recently moved, my address is 222 Redwood Rise, Suite 300, Seattle, WA, 98101, update my information on OneStopShopping accordingly + +Start URL: __SHOPPING__ diff --git a/575/task.toml b/575/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..600ec1479e88edf264d0240683a2685933641786 --- /dev/null +++ b/575/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/575" +name = "WebArena — 575" + +[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/575/verifier/run.sh b/575/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/575/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/578/eval_descriptor.json b/578/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..08bac8a8c21c84550e8baed3eba90fd87d933dcd --- /dev/null +++ b/578/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/millennials-to-snake-people/-/project_members", + "locator": "func:gitlab_get_project_memeber_role(__page__, 'yjlou')", + "required_contents": { + "must_include": [ + "Reporter" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/millennials-to-snake-people/-/project_members", + "locator": "func:gitlab_get_project_memeber_role(__page__, 'a11yproject')", + "required_contents": { + "must_include": [ + "Reporter" + ] + } + } + ] +} \ No newline at end of file diff --git a/578/instruction.md b/578/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d77e59098c98bc22559299421a91449fe5756086 --- /dev/null +++ b/578/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 578 + +Add the following users to repo millennials-to-snake-people as reporter: ['yjlou', 'a11yproject'] + +Start URL: __GITLAB__ diff --git a/578/task.toml b/578/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f150d35b5928bc206aaf3d1b4cbdfeee2cfc0fee --- /dev/null +++ b/578/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/578" +name = "WebArena — 578" + +[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/578/verifier/run.sh b/578/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/578/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/58/eval_descriptor.json b/58/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..45ea6fdbae707cbd9d868a103c7edf5e4d91165f --- /dev/null +++ b/58/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "De Fer Coffee & Tea" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "De Fer Coffee & Tea" +} \ No newline at end of file diff --git a/58/instruction.md b/58/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4cfa54c28aefedb3e88ecd25467ea5aeb3dee0c4 --- /dev/null +++ b/58/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 58 + +Tell me the closest cafe(s) to CMU Hunt library + +Start URL: __MAP__ diff --git a/58/task.toml b/58/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..af2bb9d4c41404f491c40320563e5a6a23bb8516 --- /dev/null +++ b/58/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/58" +name = "WebArena — 58" + +[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/58/verifier/run.sh b/58/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/58/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/580/eval_descriptor.json b/580/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f346fa96c196d374f0b14e9a12fe9d50b11eadfc --- /dev/null +++ b/580/eval_descriptor.json @@ -0,0 +1,31 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/sci_fi/edit", + "locator": "document.querySelector(\"#forum_description\").value", + "required_contents": { + "must_include": [ + "A wild place for sci-fi enthusiasts" + ] + } + }, + { + "url": "__REDDIT__/f/sci_fi/edit", + "locator": "document.querySelector(\"#forum_sidebar\").value", + "required_contents": { + "must_include": [ + "New", + "Classic", + "Movies", + "Post my novel", + "Random" + ] + } + } + ] +} \ No newline at end of file diff --git a/580/instruction.md b/580/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7eec9330f82a5cb656c836dbabd839cd90bd1a10 --- /dev/null +++ b/580/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 580 + +Create a new forum named sci_fi, with a description of A wild place for sci-fi enthusiasts, and include ['New', 'Classic', 'Movies', 'Post my novel', 'Random'] in the sidebar? + +Start URL: __REDDIT__ diff --git a/580/task.toml b/580/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c250d709bdef170864acc6b731b4c2ec1fa02350 --- /dev/null +++ b/580/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/580" +name = "WebArena — 580" + +[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/580/verifier/run.sh b/580/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/580/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/583/eval_descriptor.json b/583/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f9a9c67a4d1654d87d9a2382fdba76ae882069b3 --- /dev/null +++ b/583/eval_descriptor.json @@ -0,0 +1,30 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/PlantsForCatParents/edit", + "locator": "document.querySelector(\"#forum_description\").value", + "required_contents": { + "must_include": [ + "Cat parents & plan lovers" + ] + } + }, + { + "url": "__REDDIT__/f/PlantsForCatParents/edit", + "locator": "document.querySelector(\"#forum_sidebar\").value", + "required_contents": { + "must_include": [ + "Cat friendly", + "Local vendors", + "Promotion", + "Toxic plants!" + ] + } + } + ] +} \ No newline at end of file diff --git a/583/instruction.md b/583/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..def8a701d409104fcd4d48de18bc62ec88502f98 --- /dev/null +++ b/583/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 583 + +Create a new forum named PlantsForCatParents, with a description of Cat parents & plan lovers, and include ['Cat friendly', 'Local vendors', 'Promotion', 'Toxic plants!'] in the sidebar? + +Start URL: __REDDIT__ diff --git a/583/task.toml b/583/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..98bf90862f6cd1ba53dc1edc843da49e0fbb0da2 --- /dev/null +++ b/583/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/583" +name = "WebArena — 583" + +[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/583/verifier/run.sh b/583/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/583/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/584/eval_descriptor.json b/584/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e98c640398b869f4dc48197411d7eed73ccee1f4 --- /dev/null +++ b/584/eval_descriptor.json @@ -0,0 +1,28 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/Karaoke", + "locator": "document.querySelector(\"#forum_description\").value", + "required_contents": { + "must_include": [ + "Place for Karaoke lovers" + ] + } + }, + { + "url": "__REDDIT__/f/Karaoke", + "locator": "document.querySelector(\"#forum_sidebar\").value", + "required_contents": { + "must_include": [ + "devices", + "setup" + ] + } + } + ] +} \ No newline at end of file diff --git a/584/instruction.md b/584/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8c6be95f6816dd42cd3d29e8b5629d2dcfd8a3e6 --- /dev/null +++ b/584/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 584 + +Create a new forum named Karaoke, with a description of Place for Karaoke lovers, and include ['devices', 'setup'] in the sidebar? + +Start URL: __REDDIT__ diff --git a/584/task.toml b/584/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e346fb61bf4144bfb934036cbef61fc9208c48ad --- /dev/null +++ b/584/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/584" +name = "WebArena — 584" + +[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/584/verifier/run.sh b/584/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/584/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/586/eval_descriptor.json b/586/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..024bcb60eaf8bfecdd15b625b86093615d120af3 --- /dev/null +++ b/586/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "func:shopping_get_sku_latest_review_rating('B07HZB38XH')", + "required_contents": { + "must_include": [ + "80" + ] + } + }, + { + "url": "last", + "locator": "func:shopping_get_sku_latest_review_author('B07HZB38XH')", + "required_contents": { + "must_include": [ + "ShoppingEmma" + ] + } + } + ] +} \ No newline at end of file diff --git a/586/instruction.md b/586/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..3f462272c838070a841a3a834f9b8cae495b1058 --- /dev/null +++ b/586/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 586 + +Rate my recent purchase of Jiffy Corn Muffin Cornbread Mix with 4 stars, using my nickname ShoppingEmma? + +Start URL: __SHOPPING__ diff --git a/586/task.toml b/586/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8777a53685aae9adf8c8f6bc63e4e31306ccf423 --- /dev/null +++ b/586/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/586" +name = "WebArena — 586" + +[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/586/verifier/run.sh b/586/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/586/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/59/eval_descriptor.json b/59/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7119f277c0f0da37c575c0a9b74e4e8876800010 --- /dev/null +++ b/59/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "The exchange" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "The exchange" +} \ No newline at end of file diff --git a/59/instruction.md b/59/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..fb95159f1b1eee89e6145147465e06a6f31c5be7 --- /dev/null +++ b/59/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 59 + +Tell me the closest restaurant(s) to CMU Hunt library + +Start URL: __MAP__ diff --git a/59/task.toml b/59/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fdca73ca88c4450734c6f9be11d9d30e326117b8 --- /dev/null +++ b/59/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/59" +name = "WebArena — 59" + +[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/59/verifier/run.sh b/59/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/59/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/590/eval_descriptor.json b/590/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e7e7b00d32cf454b50b32d43fbe0d57b31c1b9b8 --- /dev/null +++ b/590/eval_descriptor.json @@ -0,0 +1,38 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/primer/design/-/milestones", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"#content-body\").outerText", + "required_contents": { + "must_include": [ + "product launch" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.start_date').outerText", + "required_contents": { + "must_include": [ + "Jan 16, 2030" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.due_date').outerText", + "required_contents": { + "must_include": [ + "Jan 30, 2030" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/590/instruction.md b/590/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2730081b8ed46f5b9979c0767bf998c507c27e36 --- /dev/null +++ b/590/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 590 + +Create a milestone for the upcoming event of product launch starting on 1/16/2023 and ending on 1/30/2023 + +Start URL: __GITLAB__/primer/design diff --git a/590/task.toml b/590/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a6df1fafd2844e918920459a07adb11de0365168 --- /dev/null +++ b/590/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/590" +name = "WebArena — 590" + +[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/590/verifier/run.sh b/590/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/590/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/591/eval_descriptor.json b/591/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2ba96105235c1137d4e05144d328ce2a07349a29 --- /dev/null +++ b/591/eval_descriptor.json @@ -0,0 +1,38 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/primer/design/-/milestones", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"#content-body\").outerText", + "required_contents": { + "must_include": [ + "code review" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.start_date').outerText", + "required_contents": { + "must_include": [ + "Jan 16, 2030" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.due_date').outerText", + "required_contents": { + "must_include": [ + "Feb 5, 2030" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/591/instruction.md b/591/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8cce8902ce4cdd7f05803f26355ce36de44b0d79 --- /dev/null +++ b/591/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 591 + +Create a milestone for the upcoming practice of collective code review starting on 1/16/2023 and ending on in 20 days + +Start URL: __GITLAB__/primer/design diff --git a/591/task.toml b/591/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0045a34fb4ceb1a84c2c031b2ed3e5434fc49278 --- /dev/null +++ b/591/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/591" +name = "WebArena — 591" + +[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/591/verifier/run.sh b/591/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/591/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/595/eval_descriptor.json b/595/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ef867db3b1ff671cb35fdc976f814e5ce7a5b7f6 --- /dev/null +++ b/595/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/space", + "program_html": [ + { + "url": "__REDDIT__/", + "locator": "document.querySelector(\"#sidebar > section\").outerText", + "required_contents": { + "must_include": [ + "space" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/595/instruction.md b/595/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2c5acfeb52d9c8c57ddf4faec8a4b19d97098794 --- /dev/null +++ b/595/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 595 + +Open the thread of a trending post on the forum "space" and subscribe. + +Start URL: __REDDIT__ diff --git a/595/task.toml b/595/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f24a2f2c7bf65f384e26bfa4dcd0687cb66b9a54 --- /dev/null +++ b/595/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/595" +name = "WebArena — 595" + +[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/595/verifier/run.sh b/595/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/595/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/597/eval_descriptor.json b/597/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b82d54e8232c8f2ec8cf7d39e65de76f2e85ad8a --- /dev/null +++ b/597/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/consoles", + "program_html": [ + { + "url": "__REDDIT__/", + "locator": "document.querySelector(\"#sidebar > section\").outerText", + "required_contents": { + "must_include": [ + "consoles" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/597/instruction.md b/597/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..67e63a7a2a453839efd0e94b410b74b8855328f7 --- /dev/null +++ b/597/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 597 + +Open the thread of a trending post on the forum "consoles" and subscribe. + +Start URL: __REDDIT__ diff --git a/597/task.toml b/597/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3e98f5dea66af4ea6cd8d53308f7b77dfd545396 --- /dev/null +++ b/597/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/597" +name = "WebArena — 597" + +[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/597/verifier/run.sh b/597/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/597/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/598/eval_descriptor.json b/598/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ca3eedc8464a07a53cb3cfa7a550adbda2513ffd --- /dev/null +++ b/598/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/pittsburgh", + "program_html": [ + { + "url": "__REDDIT__/", + "locator": "document.querySelector(\"#sidebar > section\").outerText", + "required_contents": { + "must_include": [ + "pittsburgh" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/598/instruction.md b/598/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..04259c6032ff45882001c8efc3ca9e5aca01c799 --- /dev/null +++ b/598/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 598 + +Open the thread of a trending post on the forum "pittsburgh" and subscribe. + +Start URL: __REDDIT__ diff --git a/598/task.toml b/598/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2a9c073a1c4e0dc4ee76fd6ae7450d26ae5c9a57 --- /dev/null +++ b/598/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/598" +name = "WebArena — 598" + +[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/598/verifier/run.sh b/598/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/598/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/604/eval_descriptor.json b/604/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..69d78bfb1d4b5e14f227519d3b6af45c8893ad9f --- /dev/null +++ b/604/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/deeplearning |OR| __REDDIT__/f/MachineLearning |OR| __REDDIT__/f/singularity", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "what is the SOTA web navigation agent repo" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/604/instruction.md b/604/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9de1a777f42c633a3bfbdcd03d502f37e8d3feaa --- /dev/null +++ b/604/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 604 + +Post my question, "what is the SOTA web navigation agent repo", in a subreddit where I'm likely to get an answer + +Start URL: __REDDIT__ diff --git a/604/task.toml b/604/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..456fe71ab4e68c1de15963f55364f5ecd2cab8e8 --- /dev/null +++ b/604/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/604" +name = "WebArena — 604" + +[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/604/verifier/run.sh b/604/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/604/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/606/eval_descriptor.json b/606/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..15c427c30bb7b529c92d8b501a271c42fe69d238 --- /dev/null +++ b/606/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/nyc", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "is car necessary" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/606/instruction.md b/606/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ad3ac0509bb858fa69a7acbdfd9f086ac6b64f8a --- /dev/null +++ b/606/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 606 + +Find a subreddit focused on topics related to NYC, and post my question, "is car necessary" there + +Start URL: __REDDIT__ diff --git a/606/task.toml b/606/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9357bf9aee885613b97c545cf76ce7f8622afe0d --- /dev/null +++ b/606/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/606" +name = "WebArena — 606" + +[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/606/verifier/run.sh b/606/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/606/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/61/eval_descriptor.json b/61/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4fad5e2c5fa0f27783e0b063d8092dd13369f459 --- /dev/null +++ b/61/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "La Prima Espresso" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "La Prima Espresso" +} \ No newline at end of file diff --git a/61/instruction.md b/61/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6779eacef0e6d0bf4fbaad6c3fb757d57dd9d6f1 --- /dev/null +++ b/61/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 61 + +Tell me the closest restaurant(s) to CMU Sorrells Library + +Start URL: __MAP__ diff --git a/61/task.toml b/61/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fd1006dd7ca82ff851c3f9f26ed623988d8b1b53 --- /dev/null +++ b/61/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/61" +name = "WebArena — 61" + +[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/61/verifier/run.sh b/61/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/61/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/610/eval_descriptor.json b/610/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..cf035644299870b567846d68849b90bbebb90989 --- /dev/null +++ b/610/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "To Kill a Mockingbird by Harper Lee", + "good book!" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/610/instruction.md b/610/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..533f4fbbbe37d8355804e19b08e943ccafeda65b --- /dev/null +++ b/610/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 610 + +Post a review of my recent reading "To Kill a Mockingbird by Harper Lee" in the r/books with my comment "good book!". + +Start URL: __REDDIT__ diff --git a/610/task.toml b/610/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..dec4041a53189df37127cac21d01dfb5e1ddbf8f --- /dev/null +++ b/610/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/610" +name = "WebArena — 610" + +[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/610/verifier/run.sh b/610/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/610/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/613/eval_descriptor.json b/613/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..aee68cc2bacd654f1ba9f580aed1f980824e9922 --- /dev/null +++ b/613/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "Love story", + "I cried" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/613/instruction.md b/613/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f377708d7248718caa71f6c8a472f6b2c46489b7 --- /dev/null +++ b/613/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 613 + +Post a review of my recent reading "Love story" in the r/books with my comment "I cried". + +Start URL: __REDDIT__ diff --git a/613/task.toml b/613/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..551bfdd59c05f26afe5ddd53e43391228bcf6465 --- /dev/null +++ b/613/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/613" +name = "WebArena — 613" + +[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/613/verifier/run.sh b/613/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/613/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/616/eval_descriptor.json b/616/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2656792ed3949d47e7bcdd9fb59467f1adc16d7 --- /dev/null +++ b/616/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/funny", + "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": [ + "2e4fa0a328e653a97a7d07046291c298ef5b4e0d0c73a287f317ca86a8e8685f.jpg" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/616/instruction.md b/616/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..65c2620909aafc16ade0f8b60aeea3aca983138a --- /dev/null +++ b/616/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 616 + +Re-post the image of Thanksgiving turkey in this page to funny subreddit and note "from /f/pics" + +Start URL: __REDDIT__/f/pics diff --git a/616/task.toml b/616/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..af9be10757e634f1cbfd8341af42aa3c7469bc9f --- /dev/null +++ b/616/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/616" +name = "WebArena — 616" + +[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/616/verifier/run.sh b/616/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/616/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/619/eval_descriptor.json b/619/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..46982124ea6624b64aaf36115bf2156bea7b8959 --- /dev/null +++ b/619/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/funny", + "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": [ + "bd8bc5f4c846aac4df08626faa3a34a7d47c8f3bdd92bf615a54afd939f063a7.jpg" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/619/instruction.md b/619/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..68a3140d51e18db2e05c6119ba1f017044905bb5 --- /dev/null +++ b/619/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 619 + +Re-post the image of costume contest in this page to funny subreddit and note "from /f/pics" + +Start URL: __REDDIT__/f/pics diff --git a/619/task.toml b/619/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..64dd36dee44e5220258f819c7e571d14b04320ed --- /dev/null +++ b/619/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/619" +name = "WebArena — 619" + +[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/619/verifier/run.sh b/619/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/619/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/62/eval_descriptor.json b/62/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e4163e5de9a27f1291eb54f913cc556d5fb91d34 --- /dev/null +++ b/62/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Jane Smith" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Jane Smith" +} \ No newline at end of file diff --git a/62/instruction.md b/62/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..06820a5e86549362ffafda8fcff32d099dd2edc6 --- /dev/null +++ b/62/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 62 + +Which customer has completed the most number of orders in the entire history? + +Start URL: __SHOPPING_ADMIN__ diff --git a/62/task.toml b/62/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5483d600437d6c7ad753694e5e2db22104c5c5c8 --- /dev/null +++ b/62/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/62" +name = "WebArena — 62" + +[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/62/verifier/run.sh b/62/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/62/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/625/eval_descriptor.json b/625/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f32520ef20c5ebeb01567e7631cfccd9591ece1c --- /dev/null +++ b/625/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", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "your opinion", + "the effectiveness of online learning" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/625/instruction.md b/625/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1261af0380d0a8126a82a2748a50162d3c832676 --- /dev/null +++ b/625/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 625 + +Create a discussion post about "the effectiveness of online learning" in a relevant subreddit and ask users for their opinions with the simple prompt, "your opinion" + +Start URL: __REDDIT__ diff --git a/625/task.toml b/625/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f2f8cca2b843b63e8d68115aedd1a7c99722f17c --- /dev/null +++ b/625/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/625" +name = "WebArena — 625" + +[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/625/verifier/run.sh b/625/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/625/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/629/eval_descriptor.json b/629/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..51271cd5764827543c3413d38e588339e6fd7b5f --- /dev/null +++ b/629/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/pittsburgh", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "your opinion", + "Fun thing to do in Pittsburgh" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/629/instruction.md b/629/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7e32c4a75426de0c0c566d25624014840333adeb --- /dev/null +++ b/629/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 629 + +Create a discussion post about "Fun thing to do in Pittsburgh" in a relevant subreddit and ask users for their opinions with the simple prompt, "your opinion" + +Start URL: __REDDIT__ diff --git a/629/task.toml b/629/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3e4de2f10f131972f4c8e012646d5f725f2f11cd --- /dev/null +++ b/629/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/629" +name = "WebArena — 629" + +[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/629/verifier/run.sh b/629/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/629/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/636/eval_descriptor.json b/636/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0a529cb6efc640420571f03726a5dd807b5eab53 --- /dev/null +++ b/636/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/DIY", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "100", + "DIY", + "toolkit" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/636/instruction.md b/636/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2efff5ca2093c6bcd472fa7228d7d55209424a0c --- /dev/null +++ b/636/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 636 + +Post in the most appropriate subreddit and ask for recommendations for DIY toolkit products within a budget of $100 + +Start URL: __REDDIT__ diff --git a/636/task.toml b/636/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2b33781655b6f245c424b7f5448b1352319d81eb --- /dev/null +++ b/636/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/636" +name = "WebArena — 636" + +[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/636/verifier/run.sh b/636/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/636/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/637/eval_descriptor.json b/637/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3210d6d3c75376defa7a7a7763b1c4d511436d57 --- /dev/null +++ b/637/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/headphones", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "500", + "sony headphone" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/637/instruction.md b/637/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5976940b9824cf7da33c620afaaaa93b4a33b389 --- /dev/null +++ b/637/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 637 + +Post in the most appropriate subreddit and ask for recommendations for sony headphones products within a budget of $500 + +Start URL: __REDDIT__ diff --git a/637/task.toml b/637/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..31893209c97cd31363b7ebd091161ebcb86384eb --- /dev/null +++ b/637/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/637" +name = "WebArena — 637" + +[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/637/verifier/run.sh b/637/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/637/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/639/eval_descriptor.json b/639/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1d117caf969db139d8b9b3ddf1d0fb059b1ae2ac --- /dev/null +++ b/639/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/iphone", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "1000", + "used iphone" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/639/instruction.md b/639/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..895a42d11041bb0ebe7467b4dd40526a93c50a0d --- /dev/null +++ b/639/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 639 + +Post in the most appropriate subreddit and ask for recommendations for used iphone products within a budget of $1000 + +Start URL: __REDDIT__ diff --git a/639/task.toml b/639/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6c73291d9e83974156c7495eee8b351b86f61826 --- /dev/null +++ b/639/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/639" +name = "WebArena — 639" + +[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/639/verifier/run.sh b/639/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/639/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/640/eval_descriptor.json b/640/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3ee181d40bd93940ef5ff24089d7945bc53ae921 --- /dev/null +++ b/640/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "book reading", + "March 15th", + "virtual meetup" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/640/instruction.md b/640/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..28b9a828e58348f38a6ef9c6ed616b2704feb4b0 --- /dev/null +++ b/640/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 640 + +Post a notice on a virtual meetup for book reading enthusiasts on March 15th in the r/books subreddit + +Start URL: __REDDIT__ diff --git a/640/task.toml b/640/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c1583c32f53ad06d3a3cb133b02b8c345eedb91a --- /dev/null +++ b/640/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/640" +name = "WebArena — 640" + +[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/640/verifier/run.sh b/640/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/640/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/641/eval_descriptor.json b/641/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..964af2b7c3117693f6d539473f56255dfb1cbee7 --- /dev/null +++ b/641/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "Harry Potter", + "July 8th", + "virtual meetup" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/641/instruction.md b/641/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c9d891b5f856588387edb89c64156eb1cd499b0f --- /dev/null +++ b/641/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 641 + +Post a notice on a virtual meetup for Harry Potter enthusiasts on July 8th in the books subreddit + +Start URL: __REDDIT__ diff --git a/641/task.toml b/641/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1afa14f8b351a7fdc456f206f69aa8b7b1cfa710 --- /dev/null +++ b/641/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/641" +name = "WebArena — 641" + +[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/641/verifier/run.sh b/641/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/641/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/642/eval_descriptor.json b/642/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e441c5839dd1f39653b3898f9f60ab4ea8917d00 --- /dev/null +++ b/642/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "Big little lies", + "Sep 10th", + "virtual meetup" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/642/instruction.md b/642/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..dd72820c77d990305e3f5489ad52572ed1229119 --- /dev/null +++ b/642/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 642 + +Post a notice on a virtual meetup for Big little lies enthusiasts on Sep 10th in the books subreddit + +Start URL: __REDDIT__ diff --git a/642/task.toml b/642/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cdd79f6ecb536c42d0a367c42e9ec8a71cda4ec7 --- /dev/null +++ b/642/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/642" +name = "WebArena — 642" + +[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/642/verifier/run.sh b/642/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/642/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/643/eval_descriptor.json b/643/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..735508629c38fb6f8dc3c450ee6ec62c8c4527ef --- /dev/null +++ b/643/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/nyc", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "racing cars", + "Oct 21st", + "virtual meetup" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/643/instruction.md b/643/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2f9063c072b9c17e18b92863e5fdc26939b2c935 --- /dev/null +++ b/643/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 643 + +Post a notice on a virtual meetup for racing cars enthusiasts on Oct 21st in the nyc subreddit + +Start URL: __REDDIT__ diff --git a/643/task.toml b/643/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..16d69f1053380e14e34e5dd77c426ab9104b22f2 --- /dev/null +++ b/643/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/643" +name = "WebArena — 643" + +[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/643/verifier/run.sh b/643/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/643/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/644/eval_descriptor.json b/644/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6cfa361e3adc0f37e333ef7094405bae9656a8ae --- /dev/null +++ b/644/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/games", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "Tears of Kingdom", + "Dec 15th", + "virtual meetup" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/644/instruction.md b/644/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eb0632ddb95c4ea13c76c451bb5b4edb74e04259 --- /dev/null +++ b/644/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 644 + +Post a notice on a virtual meetup for Tears of Kingdom enthusiasts on Dec 15th in the games subreddit + +Start URL: __REDDIT__ diff --git a/644/task.toml b/644/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e109e6851d5019954c472f3c161c81cbae52386e --- /dev/null +++ b/644/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/644" +name = "WebArena — 644" + +[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/644/verifier/run.sh b/644/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/644/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/645/eval_descriptor.json b/645/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..10d591f3a1e67afd682e6cfd3520d5151a6cebb7 --- /dev/null +++ b/645/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "machine learning", + "help" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/645/instruction.md b/645/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4c2df409ffa303ce201ec366dd6d33a97b4cc260 --- /dev/null +++ b/645/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 645 + +Post in books subreddit about what could machine learning help the correpong field. + +Start URL: __REDDIT__ diff --git a/645/task.toml b/645/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..385ee1cdf073a96cbb27693afe78636cd356b483 --- /dev/null +++ b/645/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/645" +name = "WebArena — 645" + +[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/645/verifier/run.sh b/645/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/645/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/649/eval_descriptor.json b/649/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e9f93337415f21e5997079db05de2134f37d810a --- /dev/null +++ b/649/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/history", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "diffusion model", + "help" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/649/instruction.md b/649/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8a798e645502b3283a61d4015832f15107f109ef --- /dev/null +++ b/649/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 649 + +Post in history subreddit about what could diffusion model help the correpong field. + +Start URL: __REDDIT__ diff --git a/649/task.toml b/649/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f97fd89ad9ee98a86800db400af979554563c2c5 --- /dev/null +++ b/649/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/649" +name = "WebArena — 649" + +[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/649/verifier/run.sh b/649/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/649/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/651/eval_descriptor.json b/651/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0a337dda42a483d43fb6346782242d36fef0c9c7 --- /dev/null +++ b/651/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/pittsburgh/45899/driving-in-pittsburgh-summed-up-by-one-traffic-sign", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.comment__body').outerText", + "required_contents": { + "exact_match": "Yeah, pittsburgh traffic, you know..." + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/651/instruction.md b/651/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8d62c2470d10ca39b77570f3cb48ecfadae52451 --- /dev/null +++ b/651/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 651 + +Reply to the post with my comment "Yeah, pittsburgh traffic, you know..." + +Start URL: __REDDIT__/f/pittsburgh/45899/driving-in-pittsburgh-summed-up-by-one-traffic-sign diff --git a/651/task.toml b/651/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..7ce65d40453365c6dfc8421431ddcaafe5835d8e --- /dev/null +++ b/651/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/651" +name = "WebArena — 651" + +[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/651/verifier/run.sh b/651/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/651/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/656/eval_descriptor.json b/656/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..24fc0d6344c7c30be96452cfa2a9fde3cc885830 --- /dev/null +++ b/656/eval_descriptor.json @@ -0,0 +1,23 @@ +{ + "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": [ + "refund", + "it broke after three days of use", + "180", + "B0041MSF2S" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/656/instruction.md b/656/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1b00a0ca59192bfdc705e1ff18bf577f207839ad --- /dev/null +++ b/656/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 656 + +Fill the "contact us" form in the site for a refund on the remote controller I bought, stating that it broke after just three days of use. Also, ensure to include the order number #180 and the product SKU. Don't submit yet, I will check. + +Start URL: __SHOPPING__ diff --git a/656/task.toml b/656/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cd0abf0e439a0f760de1b0533f75e23254fcfe40 --- /dev/null +++ b/656/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/656" +name = "WebArena — 656" + +[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/656/verifier/run.sh b/656/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/656/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/658/eval_descriptor.json b/658/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..40dac56a26285b7980d520300b413926ac415a95 --- /dev/null +++ b/658/eval_descriptor.json @@ -0,0 +1,36 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/a11yproject/a11yproject.com/-/issues", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[data-qa-selector=\"title_content\"]').outerText", + "required_contents": { + "exact_match": "401 bad gateway" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-testid=\"sidebar-due-date\"').outerText", + "required_contents": { + "must_include": [ + "Dec 31, 2030" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.assignee').outerText", + "required_contents": { + "must_include": [ + "Roshan Jossey" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/658/instruction.md b/658/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e5a5a609c1d52e40f21634202bfc665645c066f1 --- /dev/null +++ b/658/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 658 + +Create an issue in a11yproject repo with title "401 bad gateway". Assign the issue to Roshanjossey. Set due date to be the end of 2030 + +Start URL: __GITLAB__ diff --git a/658/task.toml b/658/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..5880fef96eb5e8a8c4274b74b70140b0b7d143cc --- /dev/null +++ b/658/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/658" +name = "WebArena — 658" + +[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/658/verifier/run.sh b/658/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/658/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/659/eval_descriptor.json b/659/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6a84452990632227750561f7eac62b8d62fb8c06 --- /dev/null +++ b/659/eval_descriptor.json @@ -0,0 +1,36 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/byteblaze/empathy-prompts/-/issues", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[data-qa-selector=\"title_content\"]').outerText", + "required_contents": { + "exact_match": "Integrating LLMs for better prompts" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-testid=\"sidebar-due-date\"').outerText", + "required_contents": { + "must_include": [ + "Apr 1, 2033" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.assignee').outerText", + "required_contents": { + "must_include": [ + "Roshan Jossey" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/659/instruction.md b/659/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..18a833a34d721421ad617ce4042a741e08b5bfdd --- /dev/null +++ b/659/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 659 + +Create an issue in empathy-prompts repo with title "Integrating LLMs for better prompts". Assign the issue to Roshanjossey. Set due date to be the beginning of Q2 2033 + +Start URL: __GITLAB__ diff --git a/659/task.toml b/659/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..cabf1496a083c201c39499cabb3071560235ee10 --- /dev/null +++ b/659/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/659" +name = "WebArena — 659" + +[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/659/verifier/run.sh b/659/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/659/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/662/eval_descriptor.json b/662/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6695202d756054c164d5c9195420a15abce083e8 --- /dev/null +++ b/662/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/0ang3el/aem-hacker/-/issues", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.detail-page-description').outerText", + "required_contents": { + "must_include": [ + "OSError: [Errno 98] Address already in use" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/662/instruction.md b/662/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..27c364c3881f13f03f4b87491d4be472a06a9fbb --- /dev/null +++ b/662/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 662 + +Open an issue to report experiencing "OSError: [Errno 98] Address already in use" during executions in aem-hacker. + +Start URL: __GITLAB__ diff --git a/662/task.toml b/662/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..073121c7bc3edbb8ae0e3c13b7bc37810511b0f9 --- /dev/null +++ b/662/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/662" +name = "WebArena — 662" + +[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/662/verifier/run.sh b/662/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/662/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/67/eval_descriptor.json b/67/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..6f756379e097fbe31aff87c4af212e8b4d58ad0d --- /dev/null +++ b/67/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "A Christmas Carol", + "The Hobbit" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "A Christmas Carol, The Hobbit" +} \ No newline at end of file diff --git a/67/instruction.md b/67/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..fe0ee2b1c8218039ae7ba6bd285e63413252a8aa --- /dev/null +++ b/67/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 67 + +Among the top 10 post in "books" forum, show me the book names from posts that recommand a single book + +Start URL: __REDDIT__ diff --git a/67/task.toml b/67/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6ae354990c43493085eb350892d1e179b1d84328 --- /dev/null +++ b/67/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/67" +name = "WebArena — 67" + +[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/67/verifier/run.sh b/67/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/67/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/672/eval_descriptor.json b/672/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..024c6d601f702a3a082d89dbdad8c59dc0cba718 --- /dev/null +++ b/672/eval_descriptor.json @@ -0,0 +1,32 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/gaming", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__title').outerText", + "required_contents": { + "exact_match": "real user feedback on Nintendo Switch Fortnite Wildcat Console EU" + } + }, + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__body').outerText", + "required_contents": { + "must_include": [ + "EU charger and wild cat card doesn\u2019t even work!", + "REFUND REJECTED", + "Charging port not compatible", + "not compatible in the US", + "Wildcard Bonus Credits Not Redeemable!", + "Code not available!!" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/672/instruction.md b/672/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..998ab97103153039675bdcd84f2a88dc966e24d6 --- /dev/null +++ b/672/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 672 + +Gather the titles of Nintendo Switch Fortnite Wildcat Console EU reviews with 3 stars and less rating from OneStopShop, and post them in the games subreddit under the title "real user feedback on Nintendo Switch Fortnite Wildcat Console EU" + +Start URL: __SHOPPING__ diff --git a/672/task.toml b/672/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d76fa860a141c5eb42f8ee04733d0312c2b5d675 --- /dev/null +++ b/672/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/672" +name = "WebArena — 672" + +[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/672/verifier/run.sh b/672/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/672/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/673/eval_descriptor.json b/673/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..70335242f3549e6590f2c92b016f14342287d3cd --- /dev/null +++ b/673/eval_descriptor.json @@ -0,0 +1,31 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/gaming", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__title').outerText", + "required_contents": { + "exact_match": "real user feedback on Racing Wheel Overdrive for Xbox X" + } + }, + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__body').outerText", + "required_contents": { + "must_include": [ + "Unable to set neutral steering", + "Doesn\u2019t work with PC", + "Crazy problems in automatic mode", + "pedals stopped working", + "Only works with certain games" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/673/instruction.md b/673/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e0899a763bcb53f3b15040ce31903fefd1ae62ab --- /dev/null +++ b/673/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 673 + +Gather the titles of Racing Wheel Overdrive for Xbox X reviews with 1 star rating from OneStopShop, and post them in the games subreddit under the title "real user feedback on Racing Wheel Overdrive for Xbox X" + +Start URL: __SHOPPING__ diff --git a/673/task.toml b/673/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..97a232d6149275ccfe43e5e61a5198723b6f008a --- /dev/null +++ b/673/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/673" +name = "WebArena — 673" + +[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/673/verifier/run.sh b/673/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/673/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/674/eval_descriptor.json b/674/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f7bad15662ba82790eca53c5b7686b424688464f --- /dev/null +++ b/674/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/gaming", + "program_html": [ + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__title').outerText", + "required_contents": { + "exact_match": "real user feedback on Doc and Pies Arcade Factory Cocktail Arcade Machine" + } + }, + { + "url": "func:reddit_get_post_url('__last_url__')", + "locator": "document.querySelector('.submission__body').outerText", + "required_contents": { + "must_include": [ + "Poorly Made Exterior. Consider a different Company.", + "piece of junk ,..can't believe I spent money on this !!!!", + "Based arrived broken but game itself works" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/674/instruction.md b/674/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..277cc24d3f2d1359b53568785d08c3837caf8c3f --- /dev/null +++ b/674/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 674 + +Gather the titles of Doc and Pies Arcade Factory Cocktail Arcade Machine reviews with 3 stars and less rating from OneStopShop, and post them in the games subreddit under the title "real user feedback on Doc and Pies Arcade Factory Cocktail Arcade Machine" + +Start URL: __SHOPPING__ diff --git a/674/task.toml b/674/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1ed79aa777e40095b244a35c3d0bb340ba33f61c --- /dev/null +++ b/674/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/674" +name = "WebArena — 674" + +[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/674/verifier/run.sh b/674/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/674/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/676/eval_descriptor.json b/676/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c82815766d77a4c9b6b8a68a556854d60391c64d --- /dev/null +++ b/676/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/sales/order/", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div.admin__data-grid-filters-current\").outerText", + "required_contents": { + "must_include": [ + "Suspected Fraud" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/676/instruction.md b/676/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ab01960ed31e9345d79e9b1196f026d4bb907b74 --- /dev/null +++ b/676/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 676 + +Lookup orders that are suspected of being fraudulent + +Start URL: __SHOPPING_ADMIN__ diff --git a/676/task.toml b/676/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..53dc085137ae9b11dc381b5f7ef00c15f844debc --- /dev/null +++ b/676/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/676" +name = "WebArena — 676" + +[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/676/verifier/run.sh b/676/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/676/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/677/eval_descriptor.json b/677/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3671d58dd6c8b4cdc703d6f68e1459442975ab97 --- /dev/null +++ b/677/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/sales/order/", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div.admin__data-grid-filters-current\").outerText", + "required_contents": { + "must_include": [ + "Processing" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/677/instruction.md b/677/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ed5662258a64cb9b04316d12c3164bc15571e060 --- /dev/null +++ b/677/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 677 + +Lookup orders that are processing + +Start URL: __SHOPPING_ADMIN__ diff --git a/677/task.toml b/677/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f82684c8b71c3676178045eb4e01f82557de1333 --- /dev/null +++ b/677/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/677" +name = "WebArena — 677" + +[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/677/verifier/run.sh b/677/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/677/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/68/eval_descriptor.json b/68/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b1b20812b15689aafbf8d57af7846566f9480100 --- /dev/null +++ b/68/eval_descriptor.json @@ -0,0 +1,17 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "A Christmas Carol", + "Levar Burton", + "The Hobbit", + "J. R. R. Tolkien" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "A Christmas Carol by Levar Burton: , The Hobbit by J. R. R. Tolkien" +} \ No newline at end of file diff --git a/68/instruction.md b/68/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1f95203de465a461b9d93bcb138edffa8df31052 --- /dev/null +++ b/68/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 68 + +Among the top 10 post in "books" forum, show me the author name and the book name from posts that recommand a single book + +Start URL: __REDDIT__ diff --git a/68/task.toml b/68/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d44f493185bfcf3a57cfcf48a57ed13854b096b7 --- /dev/null +++ b/68/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/68" +name = "WebArena — 68" + +[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/68/verifier/run.sh b/68/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/68/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/683/eval_descriptor.json b/683/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..654dc367bf7af2a23602eb84b4143c4b753b3b47 --- /dev/null +++ b/683/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", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.submission__inner').outerText", + "required_contents": { + "must_include": [ + "metaseq", + "__GITLAB__/root/metaseq" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/683/instruction.md b/683/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8bb8125c41e0281b3883db49f40414e36003ef12 --- /dev/null +++ b/683/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 683 + +Find a GitLab repository related to metaseq and make a Reddit post linking to it in a relevant subreddit + +Start URL: __REDDIT__ diff --git a/683/task.toml b/683/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a4e02be7ebdfd1c2e26f70cad8cc604ce5cc468b --- /dev/null +++ b/683/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/683" +name = "WebArena — 683" + +[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/683/verifier/run.sh b/683/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/683/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/685/eval_descriptor.json b/685/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5f2c273546328ea7ef7d02d9c8adfcc286bed4b7 --- /dev/null +++ b/685/eval_descriptor.json @@ -0,0 +1,21 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/aww", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.submission__inner').outerText + [...document.querySelector('.submission__inner').querySelectorAll('[href],[src]')].map(elem => elem.getAttribute('href') || elem.getAttribute('src')).join(' ')", + "required_contents": { + "must_include": [ + "Computer setup", + "__GITLAB__/byteblaze/dotfiles" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/685/instruction.md b/685/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d8411a7c40676e67a056b1f8b3eaedbcb635e355 --- /dev/null +++ b/685/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 685 + +Promote byteblaze/dotfiles to subreddit aww with the description from the repo itself. + +Start URL: __REDDIT__ diff --git a/685/task.toml b/685/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..63c7b9750c02b032d49c9bae0944a3bd5365a07e --- /dev/null +++ b/685/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/685" +name = "WebArena — 685" + +[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/685/verifier/run.sh b/685/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/685/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/690/eval_descriptor.json b/690/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..637ab6247127e3d460c5a3552155903f2fcafd7e --- /dev/null +++ b/690/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", + "promised" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/690/instruction.md b/690/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..25a7a8593506d684ec44af6145dd89d566eeca81 --- /dev/null +++ b/690/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 690 + +Draft an email to the shop owner via their contact us function for a coupon as they promised me a coupon last time + +Start URL: __SHOPPING__ diff --git a/690/task.toml b/690/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4071c8766cd0539d566e5457f0f91d8d4ea9e8f3 --- /dev/null +++ b/690/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/690" +name = "WebArena — 690" + +[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/690/verifier/run.sh b/690/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/690/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/695/eval_descriptor.json b/695/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..761a25399af93c95b39564d50ec0916920fc2cec --- /dev/null +++ b/695/eval_descriptor.json @@ -0,0 +1,66 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/catalog/product", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "69.99" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[name]\"').value", + "required_contents": { + "must_include": [ + "Energy-Bulk Man Yoga Pant" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value", + "required_contents": { + "exact_match": "50" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-role=\"selected-option\"').outerText", + "required_contents": { + "must_include": [ + "bottom" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[size]\"').value", + "required_contents": { + "exact_match": "179" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[color]\"').value", + "required_contents": { + "exact_match": "60" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-index=\"category_ids\"').outerText", + "required_contents": { + "must_include": [ + "bottoms" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/695/instruction.md b/695/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..55bcd6e6a9565b5ae4f537ba56f34431967f328a --- /dev/null +++ b/695/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 695 + +Add a simple product named Energy-Bulk Man Yoga Pant with 50 in stock, available in size 38 and color yellow, priced at $69.99 + +Start URL: __SHOPPING_ADMIN__ diff --git a/695/task.toml b/695/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3965ab238fd23d7afcb1ddefc53852d5963af982 --- /dev/null +++ b/695/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/695" +name = "WebArena — 695" + +[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/695/verifier/run.sh b/695/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/695/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/696/eval_descriptor.json b/696/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..74e2c80aa86405290000ce516b3eb6e0d66e450e --- /dev/null +++ b/696/eval_descriptor.json @@ -0,0 +1,66 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/catalog/product", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[name=\"product[name]\"').value", + "required_contents": { + "must_include": [ + "FancyBoy Man Causal Jeans" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value", + "required_contents": { + "exact_match": "42" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "169.99" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-role=\"selected-option\"').outerText", + "required_contents": { + "must_include": [ + "bottom" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[size]\"').value", + "required_contents": { + "exact_match": "177" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[color]\"').value", + "required_contents": { + "exact_match": "50" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-index=\"category_ids\"').outerText", + "required_contents": { + "must_include": [ + "bottoms" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/696/instruction.md b/696/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f9c7e7dd9ed00df3370eae37ab17756758dd59b4 --- /dev/null +++ b/696/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 696 + +Add a simple product named FancyBoy Man Causal Jeans with 42 in stock, available in size 34 and color Blue, priced at $169.99 + +Start URL: __SHOPPING_ADMIN__ diff --git a/696/task.toml b/696/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..bed25d9ae441295b2e30cc4f4f03cb0375e547b4 --- /dev/null +++ b/696/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/696" +name = "WebArena — 696" + +[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/696/verifier/run.sh b/696/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/696/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/7/eval_descriptor.json b/7/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4d1c3369d6596c11ef844ce4e6e72ee043f77cd8 --- /dev/null +++ b/7/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Pittsburgh International Airport, Southern Beltway, Findlay Township, Allegheny County, 15231, United States" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Pittsburgh International Airport People Movers, Airport Boulevard, Findlay Township, Allegheny County, Pennsylvania, 15231, United States" +} \ No newline at end of file diff --git a/7/instruction.md b/7/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e2e13c8324ce3e945e1f310f8043d0b2672f3c47 --- /dev/null +++ b/7/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 7 + +Tell me the full address of all international airports that are within a driving distance of 50 km to Carnegie Mellon University + +Start URL: __MAP__ diff --git a/7/task.toml b/7/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..eddbd099bee1f918c4192d4271abb7a6d94cace2 --- /dev/null +++ b/7/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/7" +name = "WebArena — 7" + +[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/7/verifier/run.sh b/7/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/7/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/700/eval_descriptor.json b/700/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..19861857075b1ad7464da6570adbd9fda9a0e73d --- /dev/null +++ b/700/eval_descriptor.json @@ -0,0 +1,54 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/sales_rule/promo_quote", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"[name='name'\").value", + "required_contents": { + "must_include": [ + "fall discount" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"website_ids\"').selectedIndex", + "required_contents": { + "exact_match": "0" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"customer_group_ids\"').selectedIndex", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"simple_action\"').value", + "prep_actions": [ + "document.querySelector('[data-index=\"actions\"]').querySelector('.admin__collapsible-title').click()" + ], + "required_contents": { + "exact_match": "cart_fixed" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"discount_amount\"').value", + "prep_actions": [ + "document.querySelector('[data-index=\"actions\"]').querySelector('.admin__collapsible-title').click()" + ], + "required_contents": { + "exact_match": "10" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/700/instruction.md b/700/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..0770fe04dd09861883d8825586d7eb5e5e31343f --- /dev/null +++ b/700/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 700 + +Draft a new marketing price rule for fall discount that offers $10 discount on checkout for all customers + +Start URL: __SHOPPING_ADMIN__ diff --git a/700/task.toml b/700/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3844d8aa7664abbeb815400d2c9333423e2bfc2d --- /dev/null +++ b/700/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/700" +name = "WebArena — 700" + +[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/700/verifier/run.sh b/700/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/700/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/702/eval_descriptor.json b/702/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5d513e44cfa14870290a220f718faa74c1957c3e --- /dev/null +++ b/702/eval_descriptor.json @@ -0,0 +1,54 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/sales_rule/promo_quote", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"[name='name'\").value", + "required_contents": { + "must_include": [ + "Pride Month" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"website_ids\"').selectedIndex", + "required_contents": { + "exact_match": "0" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"customer_group_ids\"').selectedIndex", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"simple_action\"').value", + "prep_actions": [ + "document.querySelector('[data-index=\"actions\"]').querySelector('.admin__collapsible-title').click()" + ], + "required_contents": { + "exact_match": "by_percent" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"discount_amount\"').value", + "prep_actions": [ + "document.querySelector('[data-index=\"actions\"]').querySelector('.admin__collapsible-title').click()" + ], + "required_contents": { + "exact_match": "45" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/702/instruction.md b/702/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..db2b4a9916af4c3d9357159dcc392a65edce15a5 --- /dev/null +++ b/702/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 702 + +Draft a new marketing price rule for Pride Month that offers 45% off on all products for all customers + +Start URL: __SHOPPING_ADMIN__ diff --git a/702/task.toml b/702/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..549aecb879c2d0d240d923c9be539baecbec2d01 --- /dev/null +++ b/702/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/702" +name = "WebArena — 702" + +[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/702/verifier/run.sh b/702/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/702/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/705/eval_descriptor.json b/705/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a2fdae1d45f52e428d5f6e5c51a28e8f5ee2df22 --- /dev/null +++ b/705/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/sales", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "1/29/23" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "3/15/23" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/705/instruction.md b/705/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6ac2a57ac103700b65751cbab92b123c6b78eb96 --- /dev/null +++ b/705/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 705 + +Today is 3/15/2023, generate a sales order report over the last 45 days + +Start URL: __SHOPPING_ADMIN__ diff --git a/705/task.toml b/705/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d6956ae00f69ffcaf73d93d1fed8e3c6dd70800 --- /dev/null +++ b/705/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/705" +name = "WebArena — 705" + +[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/705/verifier/run.sh b/705/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/705/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/706/eval_descriptor.json b/706/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9a885bd4abc5b5846d3ff47985a94fb107c4a524 --- /dev/null +++ b/706/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/refunded", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "1/1/23" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "3/31/23" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/706/instruction.md b/706/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..8d2a929ffcb62bbf59488f3dbacebf7a5fad8b0b --- /dev/null +++ b/706/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 706 + +Today is 3/15/2023, generate a refund report for Q1 + +Start URL: __SHOPPING_ADMIN__ diff --git a/706/task.toml b/706/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fe306bb1cde83e0a49231c1968b8d14dbd6027cd --- /dev/null +++ b/706/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/706" +name = "WebArena — 706" + +[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/706/verifier/run.sh b/706/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/706/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/707/eval_descriptor.json b/707/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2bdbea17963859e327740de4c3b304803e5b846d --- /dev/null +++ b/707/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/sales", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "1/1/2022" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "12/31/2022" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/707/instruction.md b/707/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a9d4d96f53abbd58a44ebe86f53737a1a39310ef --- /dev/null +++ b/707/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 707 + +Today is 3/15/2023, generate a sales order report for last year + +Start URL: __SHOPPING_ADMIN__ diff --git a/707/task.toml b/707/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6123718ed141801e02ab0b426ff271f6c7e7a815 --- /dev/null +++ b/707/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/707" +name = "WebArena — 707" + +[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/707/verifier/run.sh b/707/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/707/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/708/eval_descriptor.json b/708/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7bed12015f3460268704f11a248eb5235a679caf --- /dev/null +++ b/708/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/tax/", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "1/1/2023" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "12/31/2023" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/708/instruction.md b/708/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..18a0f879c10eea9c9de6df3e536ad1861021063b --- /dev/null +++ b/708/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 708 + +Today is 3/15/2023, generate a tax report for this year + +Start URL: __SHOPPING_ADMIN__ diff --git a/708/task.toml b/708/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ff696c48730eb62b096b26b9b67b7e046e3192e9 --- /dev/null +++ b/708/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/708" +name = "WebArena — 708" + +[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/708/verifier/run.sh b/708/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/708/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/710/eval_descriptor.json b/710/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..88b06d88d4edfbf4fdf8271dd67ebe705572c48b --- /dev/null +++ b/710/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/shipping", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "8/5/22" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "3/1/23" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/710/instruction.md b/710/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..93ac022dea4efa56a122a45b6601c227695faa3e --- /dev/null +++ b/710/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 710 + +Create a shipping report from 08/05/2022 to 03/01/2023 + +Start URL: __SHOPPING_ADMIN__ diff --git a/710/task.toml b/710/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0eefe08c6c2c315c02e9e1223aefda00fa377657 --- /dev/null +++ b/710/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/710" +name = "WebArena — 710" + +[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/710/verifier/run.sh b/710/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/710/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/711/task.toml b/711/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d792e506b024a5065666c76618943bf548c4fadb --- /dev/null +++ b/711/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/711" +name = "WebArena — 711" + +[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/72/eval_descriptor.json b/72/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b1831355c4c7c5ad0d4c711ec61c986a7954aa52 --- /dev/null +++ b/72/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "06516" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "06516" +} \ No newline at end of file diff --git a/72/instruction.md b/72/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..459c163019a095068d33d59aa2a9ca04afa15205 --- /dev/null +++ b/72/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 72 + +What is the zip code of Yale University? + +Start URL: __MAP__ diff --git a/72/task.toml b/72/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c1a2e214dfa4e4586f6c47f73e43aff337bab2b3 --- /dev/null +++ b/72/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/72" +name = "WebArena — 72" + +[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/72/verifier/run.sh b/72/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/72/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/721/eval_descriptor.json b/721/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1815d4ee509c1a3a45e7b1d5848aff39d927a651 --- /dev/null +++ b/721/eval_descriptor.json @@ -0,0 +1,81 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/IAmA/119742/hi-i-m-vienne-a-doctoral-student-at-the-university-of-bath-i", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/119719/hello-reddit-i-m-nazia-mehrban-a-lecturer-in-biotechnology", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/119714/i-m-ellie-jarvis-she-her-a-2nd-year-phd-student-in-the", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/55155/hi-i-m-dr-lucy-maddox-from-bath-university-uk-i-m-a-clinical", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/55142/we-re-sadeka-nujhat-hannah-leese-and-sandhya-moise-from-the", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/34032/we-re-sandhya-moise-david-phillips-and-chan-lee-from-the", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/13175/hi-i-m-kit-yates-i-m-a-mathematical-biologist-at-the", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + }, + { + "url": "__REDDIT__/f/IAmA/13170/hello-i-m-dr-sara-fontani-from-the-university-of", + "locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')", + "required_contents": { + "must_include": [ + "vote vote--user-upvoted" + ] + } + } + ] +} \ No newline at end of file diff --git a/721/instruction.md b/721/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..61f7dfa69952d34d08030a54e07f5b3c81283f46 --- /dev/null +++ b/721/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 721 + +Like all submissions created by UniversityofBath in subreddit IAmA + +Start URL: __REDDIT__ diff --git a/721/task.toml b/721/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..85441b2284425a8f3086224391b656d2ea7de1dc --- /dev/null +++ b/721/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/721" +name = "WebArena — 721" + +[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/721/verifier/run.sh b/721/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/721/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/727/eval_descriptor.json b/727/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b6270b415c84fc5f103dbf13808a44e935d513ef --- /dev/null +++ b/727/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/videos/115139/hundreds-of-civilian-turkish-volunteers-waiting-to-be-sent", + "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/727/instruction.md b/727/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..28f58327ab95a32dd126723e6ec2cc6daec38391 --- /dev/null +++ b/727/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 727 + +DisLike all submissions created by PatientBuilder499 in subreddit videos + +Start URL: __REDDIT__ diff --git a/727/task.toml b/727/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3cd62545479db72c6c8f67e7c8de3b70e5bed4fd --- /dev/null +++ b/727/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/727" +name = "WebArena — 727" + +[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/727/verifier/run.sh b/727/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/727/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/732/eval_descriptor.json b/732/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..725ae77b47c7b4549f25941a60313552127b71ba --- /dev/null +++ b/732/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/television/134868/the-night-agent-renewed-for-season-2-at-netflix", + "locator": "document.querySelector('.submission__body').outerText", + "required_contents": { + "exact_match": "Done watching, pretty cool!" + } + } + ] +} \ No newline at end of file diff --git a/732/instruction.md b/732/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5fe84270d269669c7a27d30fd1d17d790672bbee --- /dev/null +++ b/732/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 732 + +Edit my post on The Night Agent by adding a line to the body that says "Done watching, pretty cool!" + +Start URL: __REDDIT__ diff --git a/732/task.toml b/732/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..286d2e30f0e42e8f8e7e5c28b098f48dc8378b34 --- /dev/null +++ b/732/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/732" +name = "WebArena — 732" + +[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/732/verifier/run.sh b/732/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/732/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/74/eval_descriptor.json b/74/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..930bc9150b1afdd233c1a7bfe7ff309e481ea858 --- /dev/null +++ b/74/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "The order is Carnegie Mellon University, starbucks on forbes ave, apple store shadyside" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Carnegie Mellon University, starbucks on forbes ave, apple store shadyside" +} \ No newline at end of file diff --git a/74/instruction.md b/74/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..71b17e81838471dfa40004ca9df4e9ce8c5cc28d --- /dev/null +++ b/74/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 74 + +Given the following locations, ['Carnegie Mellon University', 'apple store shadyside', 'starbucks on craig street'], what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. + +Start URL: __MAP__ diff --git a/74/task.toml b/74/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..ac0dc84ce6135eec2640af31a8221fbcb43e4c21 --- /dev/null +++ b/74/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/74" +name = "WebArena — 74" + +[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/74/verifier/run.sh b/74/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/74/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/740/task.toml b/740/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4e14e0cfbf8a2341209c21fa5c4f3983a5409c80 --- /dev/null +++ b/740/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/740" +name = "WebArena — 740" + +[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/740/verifier/run.sh b/740/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/740/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/741/eval_descriptor.json b/741/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5b71f9e4348a8aad9b645bc38c0edb8d083ed500 --- /dev/null +++ b/741/eval_descriptor.json @@ -0,0 +1,37 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[name=\"route_from\"').value", + "required_contents": { + "must_include": [ + "Carnegie Mellon University", + "Pittsburgh" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "TD Garden", + "Boston", + "Massachusetts" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex", + "required_contents": { + "exact_match": "1" + } + } + ] +} \ No newline at end of file diff --git a/741/instruction.md b/741/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5f68eb8bb668d979482a37cbde4292c150f9ad71 --- /dev/null +++ b/741/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 741 + +Show me the way from Carnegie Mellon University to the home stadium of Boston home NBA team + +Start URL: __MAP__ diff --git a/741/task.toml b/741/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a8a4d8f7fd89bb2bc9e985a6f0dfdbbc964921de --- /dev/null +++ b/741/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/741" +name = "WebArena — 741" + +[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/741/verifier/run.sh b/741/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/741/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/75/eval_descriptor.json b/75/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7446c94d254185d14f6cbcfa8fc3388e0602e91d --- /dev/null +++ b/75/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "The order is Massachusetts Institute of Technology, Harvard University, Boston Logan International Airport" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Massachusetts Institute of Technology, Harvard University, Boston Logan International Airport" +} \ No newline at end of file diff --git a/75/instruction.md b/75/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a6ed6c7850049b4f9472f5d201633a6d6db60f0d --- /dev/null +++ b/75/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 75 + +Given the following locations, ['Massachusetts Institute of Technology', 'Harvard University', 'Boston Logan International Airport'], what would be the optimal route to travel through them all in order to minimize total travel time? Please note the journey begins at the first place listed. + +Start URL: __MAP__ diff --git a/75/task.toml b/75/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..892a34307237bf8554ce1f176cacbeb0cb353516 --- /dev/null +++ b/75/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/75" +name = "WebArena — 75" + +[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/75/verifier/run.sh b/75/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/75/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/754/eval_descriptor.json b/754/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d2647fe146fa9f8bbd4c5d315f6a5f4635fcfc06 --- /dev/null +++ b/754/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/web_agent_nodejs", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "Private" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/web_agent_nodejs/-/commits", + "locator": "", + "required_contents": { + "must_include": [ + "Initialized from 'NodeJS Express' project template" + ] + } + } + ] +} \ No newline at end of file diff --git a/754/instruction.md b/754/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1e53225831636cda385621789205d5361aea1345 --- /dev/null +++ b/754/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 754 + +Create a private NodeJS repository called "web_agent_nodejs" using the right template to speed up development. + +Start URL: __GITLAB__ diff --git a/754/task.toml b/754/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..268924ecba95f66a8983e223d4c854e02871107a --- /dev/null +++ b/754/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/754" +name = "WebArena — 754" + +[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/754/verifier/run.sh b/754/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/754/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/755/eval_descriptor.json b/755/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a8f3b8d9a159c517d1e8ed90504b005f58bef715 --- /dev/null +++ b/755/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/web_agent_index", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "Private" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/web_agent_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." + ] + } + } + ] +} \ No newline at end of file diff --git a/755/instruction.md b/755/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7d8883ec5255b1bfca81f8e33215bef8df5a21f9 --- /dev/null +++ b/755/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 755 + +Create a private HTML repository called "web_agent_index" using the right template to speed up development. + +Start URL: __GITLAB__ diff --git a/755/task.toml b/755/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0d6216eee2b38b906e934644daf4c0237ac23b0e --- /dev/null +++ b/755/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/755" +name = "WebArena — 755" + +[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/755/verifier/run.sh b/755/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/755/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/759/eval_descriptor.json b/759/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8f2f5a220a07a1919e1d158543730fed7f397d7f --- /dev/null +++ b/759/eval_descriptor.json @@ -0,0 +1,34 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_from\"').value", + "required_contents": { + "must_include": [ + "Boston" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "New York" + ] + } + } + ] +} \ No newline at end of file diff --git a/759/instruction.md b/759/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eaa629a186cd87d98c331b105525b7289e66965a --- /dev/null +++ b/759/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 759 + +Show me the route and driving time from the city where my E-commerce customer Sophia Young lives to New York City + +Start URL: __MAP__ diff --git a/759/task.toml b/759/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d220775e6ce0eb529ba6f952dab74c4c82fb978c --- /dev/null +++ b/759/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/759" +name = "WebArena — 759" + +[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/759/verifier/run.sh b/759/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/759/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/760/eval_descriptor.json b/760/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0be469940a7a4a4923ea4782db7e871c899ec4b1 --- /dev/null +++ b/760/eval_descriptor.json @@ -0,0 +1,35 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_from\"').value", + "required_contents": { + "must_include": [ + "Allentown" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "Hoboken", + "New Jersey" + ] + } + } + ] +} \ No newline at end of file diff --git a/760/instruction.md b/760/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..a43df7670cf0bc8c71215f166ecb772ea2bdb304 --- /dev/null +++ b/760/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 760 + +Show me the route and driving time from Allentown, PA to the city where my E-commerce customer Amanda Kim lives + +Start URL: __MAP__ diff --git a/760/task.toml b/760/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..79d35b614482155020a26c1506ed60ce83caa8ef --- /dev/null +++ b/760/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/760" +name = "WebArena — 760" + +[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/760/verifier/run.sh b/760/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/760/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/763/eval_descriptor.json b/763/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f6a71daa9c451cdd8ef3b6c8b2f94e29ecaca5b3 --- /dev/null +++ b/763/eval_descriptor.json @@ -0,0 +1,34 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex", + "required_contents": { + "exact_match": "2" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_from\"').value", + "required_contents": { + "must_include": [ + "401, Shady Avenue, Shadyside" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "Trader Joe's, 6343, Penn Avenue, East Liberty" + ] + } + } + ] +} \ No newline at end of file diff --git a/763/instruction.md b/763/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bb4a1b9d6b0f1796760110bd5234bf26111a4403 --- /dev/null +++ b/763/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 763 + +Find the walkway to the closest Trader Joe's from 401 Shady Ave, Pittsburgh. + +Start URL: __MAP__ diff --git a/763/task.toml b/763/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6ff770da4e11a2b3dee8907390a6b43e79eefea0 --- /dev/null +++ b/763/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/763" +name = "WebArena — 763" + +[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/763/verifier/run.sh b/763/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/763/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/766/eval_descriptor.json b/766/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2589e2f4494caf82ea1a415ccf6c22c3bf1cf4ca --- /dev/null +++ b/766/eval_descriptor.json @@ -0,0 +1,34 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex", + "required_contents": { + "exact_match": "2" + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_from\"').value", + "required_contents": { + "must_include": [ + "401, Shady Avenue, Shadyside" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "Whole Foods Market, 5700, Penn Avenue, East Liberty" + ] + } + } + ] +} \ No newline at end of file diff --git a/766/instruction.md b/766/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..44eeb67b32ee58184791e68841f618415c872862 --- /dev/null +++ b/766/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 766 + +Find the walkway to the closest grocessory owned by Amazon from 401 Shady Ave, Pittsburgh. + +Start URL: __MAP__ diff --git a/766/task.toml b/766/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0dd7c88f4ea4ff0fe6eca4ce1cb0c5fc59a56449 --- /dev/null +++ b/766/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/766" +name = "WebArena — 766" + +[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/766/verifier/run.sh b/766/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/766/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/77/eval_descriptor.json b/77/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2ed2d5e87714e4bc84ae2a43883f82f4103d8f92 --- /dev/null +++ b/77/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "5" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "5" +} \ No newline at end of file diff --git a/77/instruction.md b/77/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c0da225ab108eaf4ef2356478cb86bb79b2a8e69 --- /dev/null +++ b/77/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 77 + +What is the total count of Pending reviews amongst all the reviews? + +Start URL: __SHOPPING_ADMIN__ diff --git a/77/task.toml b/77/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4e013b886bba41688b4d43634f50465a6b6d8881 --- /dev/null +++ b/77/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/77" +name = "WebArena — 77" + +[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/77/verifier/run.sh b/77/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/77/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/770/eval_descriptor.json b/770/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5380ca27daa5d9476d53fce926742b8eb630cdae --- /dev/null +++ b/770/eval_descriptor.json @@ -0,0 +1,23 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1836/", + "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value", + "required_contents": { + "exact_match": "112" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1838/", + "locator": "document.querySelector('[name=\"product[quantity_and_stock_status][qty]\"').value", + "required_contents": { + "exact_match": "156" + } + } + ] +} \ No newline at end of file diff --git a/770/instruction.md b/770/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..edffff2be806ae4b87661a20499726484c8207ca --- /dev/null +++ b/770/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 770 + +We've received 12 white Cora parachute pant of size 28 and 56 blue of size 29, update the inventory. + +Start URL: __SHOPPING_ADMIN__ diff --git a/770/task.toml b/770/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d63730671bf14d6bf0a4beb9c91be34ef30bd181 --- /dev/null +++ b/770/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/770" +name = "WebArena — 770" + +[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/770/verifier/run.sh b/770/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/770/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/771/eval_descriptor.json b/771/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e2925a5f866743ed19248a82695063c51119fa59 --- /dev/null +++ b/771/eval_descriptor.json @@ -0,0 +1,30 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/352", + "locator": "document.querySelector('[name=\"status_id\"').value", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/349", + "locator": "document.querySelector('[name=\"status_id\"').value", + "required_contents": { + "exact_match": "1" + } + }, + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/347", + "locator": "document.querySelector('[name=\"status_id\"').value", + "required_contents": { + "exact_match": "1" + } + } + ] +} \ No newline at end of file diff --git a/771/instruction.md b/771/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c19620c9c20478bfc654e8c6ed97f6d515f64262 --- /dev/null +++ b/771/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 771 + +Approve the positive reviews to display in our store. + +Start URL: __SHOPPING_ADMIN__ diff --git a/771/task.toml b/771/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..247ebb018f53c49a3e99f9228a074a58a5f48b38 --- /dev/null +++ b/771/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/771" +name = "WebArena — 771" + +[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/771/verifier/run.sh b/771/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/771/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/773/eval_descriptor.json b/773/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..d6a22563efa17262d6e7eea85cda106a5f0b061c --- /dev/null +++ b/773/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/351", + "locator": "", + "required_contents": { + "must_include": [ + "Rating isn't Available" + ] + } + }, + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/353", + "locator": "", + "required_contents": { + "must_include": [ + "Rating isn't Available" + ] + } + } + ] +} \ No newline at end of file diff --git a/773/instruction.md b/773/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f07c60e77fd82e1aa2fff3d38a5e66c76580e880 --- /dev/null +++ b/773/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 773 + +Delete all pending negative reviews + +Start URL: __SHOPPING_ADMIN__ diff --git a/773/task.toml b/773/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..053070b058f43f6586247fcd19b540b54760f292 --- /dev/null +++ b/773/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/773" +name = "WebArena — 773" + +[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/773/verifier/run.sh b/773/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/773/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/777/eval_descriptor.json b/777/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ad8dda3e27f185e78a6ff97da2b7122876ff99a3 --- /dev/null +++ b/777/eval_descriptor.json @@ -0,0 +1,44 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/120/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "47.00" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/117/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "47.00" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/114/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "47.00" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/111/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "47.00" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/123/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "47.00" + } + } + ] +} \ No newline at end of file diff --git a/777/instruction.md b/777/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c806fdd8c53290c48e916d318128b94678305d74 --- /dev/null +++ b/777/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 777 + +Reduce the price of green Hollister backyard sweater in all size by $5 + +Start URL: __SHOPPING_ADMIN__ diff --git a/777/task.toml b/777/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b8b77f756ddfa05d05fd47032fd0d9ba1a257d0f --- /dev/null +++ b/777/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/777" +name = "WebArena — 777" + +[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/777/verifier/run.sh b/777/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/777/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/778/eval_descriptor.json b/778/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..56dd8bfa3bb309ccb5dc75768cd6eae9a971b108 --- /dev/null +++ b/778/eval_descriptor.json @@ -0,0 +1,30 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1841/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "64.88" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1842/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "64.88" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/1843/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "64.88" + } + } + ] +} \ No newline at end of file diff --git a/778/instruction.md b/778/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..04038e706e7fb175e6f7b19ef3985d1597a7fda3 --- /dev/null +++ b/778/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 778 + +Reduce the price of size 28 Sahara leggings by 13.5% + +Start URL: __SHOPPING_ADMIN__ diff --git a/778/task.toml b/778/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..997f4cbdd2a4bf0b91682381a0e9b8c7796b7b85 --- /dev/null +++ b/778/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/778" +name = "WebArena — 778" + +[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/778/verifier/run.sh b/778/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/778/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/78/eval_descriptor.json b/78/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..fc571993ec330e3b075831db360c03fe343cb614 --- /dev/null +++ b/78/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "346" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "346" +} \ No newline at end of file diff --git a/78/instruction.md b/78/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bfb674e11174224a613b975d27850f6a97e70ec0 --- /dev/null +++ b/78/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 78 + +What is the total count of Approved reviews amongst all the reviews? + +Start URL: __SHOPPING_ADMIN__ diff --git a/78/task.toml b/78/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..afbef9348a9fb11fadfae94aef02a60f7f564068 --- /dev/null +++ b/78/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/78" +name = "WebArena — 78" + +[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/78/verifier/run.sh b/78/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/78/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/782/eval_descriptor.json b/782/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8a28edfedfd363ad8fad2db348668c3478be6987 --- /dev/null +++ b/782/eval_descriptor.json @@ -0,0 +1,37 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/496/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "22.33" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/499/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "22.33" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/479/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "21.56" + } + }, + { + "url": "__SHOPPING_ADMIN__/catalog/product/edit/id/482/", + "locator": "document.querySelector('[name=\"product[price]\"').value", + "required_contents": { + "exact_match": "21.56" + } + } + ] +} \ No newline at end of file diff --git a/782/instruction.md b/782/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..23ae5d98cdbf4297ae4d0c8919ebb5f02823c878 --- /dev/null +++ b/782/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 782 + +Increase the price of all blue running tshirts in extra small and small sizes by 23% + +Start URL: __SHOPPING_ADMIN__ diff --git a/782/task.toml b/782/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4df36b6658d5def9d165e54147319ce8d241c49d --- /dev/null +++ b/782/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/782" +name = "WebArena — 782" + +[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/782/verifier/run.sh b/782/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/782/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/784/eval_descriptor.json b/784/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..b51cc5b607e89f46278352bcdf3949e9393bf7c6 --- /dev/null +++ b/784/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "secupwn@users.noreply.github.com" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "secupwn@users.noreply.github.com" +} \ No newline at end of file diff --git a/784/instruction.md b/784/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4e9ce007fc6dec03c076d0191f1888c6b5cbe25a --- /dev/null +++ b/784/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 784 + +Tell me the email address of the contributor who has the most commits to branch main + +Start URL: __GITLAB__/CellularPrivacy/Android-IMSI-Catcher-Detector diff --git a/784/task.toml b/784/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9ae7cedd24592f3a7ea7faf7d2b3e7e6d49de229 --- /dev/null +++ b/784/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/784" +name = "WebArena — 784" + +[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/784/verifier/run.sh b/784/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/784/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/789/eval_descriptor.json b/789/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..9736170d12574483d55eb3c603f8be68fe81dcc4 --- /dev/null +++ b/789/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "huggingface repo does not exist", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/789/instruction.md b/789/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..bb7f2fda8030dee59006235bf7a27b1cc8b4b28c --- /dev/null +++ b/789/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 789 + +Create an issue asking about do they have any plan on supporting Webagent in the next quater in huggingface dataset. + +Start URL: __GITLAB__ diff --git a/789/task.toml b/789/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..53312e162d2d1e4bc600f6fda1469c5275a0af0b --- /dev/null +++ b/789/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/789" +name = "WebArena — 789" + +[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/789/verifier/run.sh b/789/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/789/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/790/eval_descriptor.json b/790/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5acd444bd69540eed2938ff7e4b5b15a090a5eb1 --- /dev/null +++ b/790/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "No negative reviews for sybil running short", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/790/instruction.md b/790/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..1e99c8846fdf12caf35cf2b33abeb98661ff36ee --- /dev/null +++ b/790/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 790 + +Delete all negative reviews for Sybil running short + +Start URL: __SHOPPING_ADMIN__ diff --git a/790/task.toml b/790/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9477080f0f5593ac7e9bf075c903add37628eaa8 --- /dev/null +++ b/790/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/790" +name = "WebArena — 790" + +[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/790/verifier/run.sh b/790/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/790/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/791/eval_descriptor.json b/791/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..36f1c2cae20de7a7fb823ea608616a43cbaed670 --- /dev/null +++ b/791/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "the subreddit does not exist", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/791/instruction.md b/791/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9a001b6ae814bdb1988e6c96b18a4c1f16807bae --- /dev/null +++ b/791/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 791 + +Make a folder named car on the gimmiethat.space repo and include a file called urls.txt that consists of the links to the 5 most recent posts from cars. + +Start URL: __GITLAB__ diff --git a/791/task.toml b/791/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..a9b8a3c3b437133688314167354433c07c6bda10 --- /dev/null +++ b/791/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/791" +name = "WebArena — 791" + +[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/791/verifier/run.sh b/791/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/791/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/794/eval_descriptor.json b/794/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3a987e95c6dbe3034c0a8089808c9bb6a14d373f --- /dev/null +++ b/794/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": "N/A" + }, + "reference_url": "", + "program_html": [], + "string_note": "The shipping address cannot be changed after an order is placed in the website.", + "reference_answer_raw_annotation": "N/A" +} \ No newline at end of file diff --git a/794/instruction.md b/794/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5e7103f46a6e64b104a96b73c2a3c29810ff38e4 --- /dev/null +++ b/794/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 794 + +Change the delivery address for my most recent order to 4000 Forbes Ave, Pittsburgh, PA. + +Start URL: __SHOPPING__ diff --git a/794/task.toml b/794/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b41d817408a5ae8a1bec69049e29ccae384e367d --- /dev/null +++ b/794/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/794" +name = "WebArena — 794" + +[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/794/verifier/run.sh b/794/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/794/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/802/eval_descriptor.json b/802/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f72affcc412ab7aa66884d88808f3506c1949b05 --- /dev/null +++ b/802/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/groups/coding_friends/-/group_members", + "locator": "", + "required_contents": { + "must_include": [ + "@qhduan", + "@Agnes-U" + ] + } + } + ] +} \ No newline at end of file diff --git a/802/instruction.md b/802/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..510ff2dd07cb81d6c673810ade992ddd638b3dba --- /dev/null +++ b/802/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 802 + +create a new group "coding_friends" with members qhduan, Agnes-U + +Start URL: __GITLAB__ diff --git a/802/task.toml b/802/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..fbbb2e163dc9468c9a2adbd6696de4bfee06ebcb --- /dev/null +++ b/802/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/802" +name = "WebArena — 802" + +[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/802/verifier/run.sh b/802/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/802/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/803/eval_descriptor.json b/803/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c3b3f6b63b77b36cc8b38290f8a25233b8dc6ea2 --- /dev/null +++ b/803/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/groups/webagent/-/group_members", + "locator": "", + "required_contents": { + "must_include": [ + "@pandey2000", + "@sayakpaul" + ] + } + } + ] +} \ No newline at end of file diff --git a/803/instruction.md b/803/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4991fc7dd42947909564d215be4146044093fcc8 --- /dev/null +++ b/803/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 803 + +create a new group "webagent" with members pandey2000, sayakpaul, sayakpaul + +Start URL: __GITLAB__ diff --git a/803/task.toml b/803/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..468187959acb2a1fb1cdeb4f7344169b2b144fec --- /dev/null +++ b/803/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/803" +name = "WebArena — 803" + +[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/803/verifier/run.sh b/803/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/803/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/805/eval_descriptor.json b/805/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..47dce9c9f7ccc3137ec00b5e0766fe66c842d0fb --- /dev/null +++ b/805/eval_descriptor.json @@ -0,0 +1,35 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/a11yproject/a11yproject.com/-/merge_requests", + "program_html": [ + { + "url": "last", + "locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[0].outerText", + "required_contents": { + "exact_match": "feature/replace-gulp" + } + }, + { + "url": "last", + "locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[1].outerText", + "required_contents": { + "exact_match": "main" + } + }, + { + "url": "last", + "locator": "document.querySelector('.block.reviewer').outerText", + "required_contents": { + "must_include": [ + "Byte Blaze", + "Roshan Jossy" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/805/instruction.md b/805/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2edc906936005c70cd8f37769ea120cc0d4672cd --- /dev/null +++ b/805/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 805 + +Submit a merge request for the branch that implements the support of template strings to be merged into master branch, assign myself and Roshan as the reviewer + +Start URL: __GITLAB__/a11yproject/a11yproject.com diff --git a/805/task.toml b/805/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f5856968c3795e40a3c5cc3997acf9a09a1e99bb --- /dev/null +++ b/805/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/805" +name = "WebArena — 805" + +[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/805/verifier/run.sh b/805/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/805/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/83/eval_descriptor.json b/83/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a1fce14210bec29b957a0277ac978d3c9fa56d69 --- /dev/null +++ b/83/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "22 min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "22 min" +} \ No newline at end of file diff --git a/83/instruction.md b/83/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..24cbc76ec3b188063a6f35851e2648e54a641e20 --- /dev/null +++ b/83/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 83 + +What is the duration required to first walk from Carnegie Mellon University to apple store shadyside, and then drive to starbucks on craig street? + +Start URL: __MAP__ diff --git a/83/task.toml b/83/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1579d3b00003edda2430d01c5d665505b067ddcd --- /dev/null +++ b/83/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/83" +name = "WebArena — 83" + +[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/83/verifier/run.sh b/83/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/83/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/85/eval_descriptor.json b/85/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5883758491d3d5e71b786c20871af9e8fc9c4ebf --- /dev/null +++ b/85/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "30 minutes" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "30 minutes" +} \ No newline at end of file diff --git a/85/instruction.md b/85/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..eda7ce3969f830e46b14b9dffda926d41d039bad --- /dev/null +++ b/85/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 85 + +From my stay at La Quinta Inn near the airport, what's the estimated driving time to reach Carnegie Mellon University? + +Start URL: __MAP__ diff --git a/85/task.toml b/85/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b931a4ad217f301e5f6ba826b1021c626b046d23 --- /dev/null +++ b/85/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/85" +name = "WebArena — 85" + +[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/85/verifier/run.sh b/85/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/85/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/88/eval_descriptor.json b/88/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..20f35686ea06c0e85296dc1c9e39d23b3b9aa433 --- /dev/null +++ b/88/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "34 minutes" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "34 minutes" +} \ No newline at end of file diff --git a/88/instruction.md b/88/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..11b534990e67e13029b7dedb3921076857769959 --- /dev/null +++ b/88/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 88 + +From my stay at Homewood Suites Southpointe, what's the estimated driving time to reach PPG Paints Arena? + +Start URL: __MAP__ diff --git a/88/task.toml b/88/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8deed7a58292a293afe005941b02aa7a1f923138 --- /dev/null +++ b/88/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/88" +name = "WebArena — 88" + +[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/88/verifier/run.sh b/88/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/88/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/95/eval_descriptor.json b/95/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..46ecdb4737640f64f5448dd262e2a0c117d7f67f --- /dev/null +++ b/95/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "39.64" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$39.64" +} \ No newline at end of file diff --git a/95/instruction.md b/95/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..95b5c944947105edd433fad9b7c78344d9346c37 --- /dev/null +++ b/95/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 95 + +Telll me the grand total of invoice 000000002. + +Start URL: __SHOPPING_ADMIN__ diff --git a/95/task.toml b/95/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..06552838d17f6ec7100abc565b0511bb2a857556 --- /dev/null +++ b/95/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/95" +name = "WebArena — 95" + +[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/95/verifier/run.sh b/95/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/95/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"