diff --git a/105/eval_descriptor.json b/105/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a14361c79d9007f172a8319b2287ca9c2ea68391 --- /dev/null +++ b/105/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__GITLAB__/OpenAPITools/openapi-generator/-/issues/?label_name%5B%5D=OpenAPI%20Generator%20CLI", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/105/instruction.md b/105/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..befc38bf8d5150e4bb56be8dabf6beacd09a960d --- /dev/null +++ b/105/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 105 + +Display the list of issues in the OpenAPITools/openapi-generator repository that have labels related to OpenAPI Generator CLI + +Start URL: __GITLAB__ diff --git a/105/task.toml b/105/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f1152907c3bc4bb9e8e94e89df5bc4ef8d583da8 --- /dev/null +++ b/105/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/105" +name = "WebArena — 105" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/105/verifier/run.sh b/105/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/105/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/123/eval_descriptor.json b/123/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..afb7b9ab23a8631c05564d60fa4248fa1a457c7e --- /dev/null +++ b/123/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/129/eval_descriptor.json b/129/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..48aae87fd30da6fff6c45976f5f0ae422990b645 --- /dev/null +++ b/129/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/129/instruction.md b/129/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..9a3f07dba32620399390ca52e34e8e5ebfdd3b97 --- /dev/null +++ b/129/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 129 + +What's the total number of items sold in the most recent 4 orders? + +Start URL: __SHOPPING_ADMIN__ diff --git a/129/task.toml b/129/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0e6ee6530e7605b30776884b3f41cdb7ac03b137 --- /dev/null +++ b/129/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/129" +name = "WebArena — 129" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/129/verifier/run.sh b/129/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/129/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/134/eval_descriptor.json b/134/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/134/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/134/instruction.md b/134/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4d0a0198bd55bf2cb818c91da46d83a61832f512 --- /dev/null +++ b/134/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 134 + +How many commits did kilian make to a11yproject on 3/1/2023? + +Start URL: __GITLAB__ diff --git a/134/task.toml b/134/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..83d7ca9c5c1be2c9e6caa823f77d80b2163681f3 --- /dev/null +++ b/134/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/134" +name = "WebArena — 134" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/150/eval_descriptor.json b/150/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..eac288f5248d6ee7d9eea92dbd30ac25c40ef524 --- /dev/null +++ b/150/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "260.69" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "260.69" +} \ No newline at end of file diff --git a/150/instruction.md b/150/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..27b35007d14ebc5ec6ad7a20ae60ffe4a18ed458 --- /dev/null +++ b/150/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 150 + +What is the price configuration of the fake tree I bought Jan 2023 + +Start URL: __SHOPPING__ diff --git a/150/task.toml b/150/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b54193ca51421b30e1551482325ab77c2c824c9b --- /dev/null +++ b/150/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/150" +name = "WebArena — 150" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/150/verifier/run.sh b/150/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/150/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/160/eval_descriptor.json b/160/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7941aec793024f7baffe6c84940dcb4a94ec7b4a --- /dev/null +++ b/160/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/160/instruction.md b/160/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7379a4cda404488ac182d8ecd15ba34e09a77150 --- /dev/null +++ b/160/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 160 + +I have a lot of Nintendo Switch game cards now, help me find the best storage option to fit all 6 cards + +Start URL: __SHOPPING__ diff --git a/160/task.toml b/160/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d5046b532e091cb5142f4ea188687eaab80686b --- /dev/null +++ b/160/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/160" +name = "WebArena — 160" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/160/verifier/run.sh b/160/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/160/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/163/eval_descriptor.json b/163/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..982d3755ac9aaa0a2448d7b4363f994d522171d8 --- /dev/null +++ b/163/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "I ordered the 16gb but I only got 14 gigs even though I formatted the card", + "The memory card is kind of slow on games and downloads", + "No original packaging It's used and the previous owners data has not been erased", + "The product is a legit sony hardware that have been owned by someone else before", + "The media could not be loaded", + "I could not format the card so I wasn\u2019t able to use it for my VITA" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "I ordered the 16gb but I only got 14 gigs even though I formatted the card. The memory card is kind of slow on games and downloads. No original packaging It's used and the previous owners data has not been erased. The product is a legit sony hardware that have been owned by someone else before The media could not be loaded. I could not format the card so I wasn\u2019t able to use it for my VITA" +} \ No newline at end of file diff --git a/163/instruction.md b/163/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cf37b1de420536d3d6105984d61eb027de5810b5 --- /dev/null +++ b/163/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 163 + +What are the main criticisms of this product? Please extract the relevant sentences. + +Start URL: __SHOPPING__/ostent-16gb-memory-card-stick-storage-for-sony-ps-vita-psv1000-2000-pch-z081-z161-z321-z641.html diff --git a/163/task.toml b/163/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e206c0934dce9ac614614efd9792b1da2d4bb551 --- /dev/null +++ b/163/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/163" +name = "WebArena — 163" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/163/verifier/run.sh b/163/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/163/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/190/task.toml b/190/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f72c4ab84c5e902a9a882c4e536943cc1689d4b0 --- /dev/null +++ b/190/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/190" +name = "WebArena — 190" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/190/verifier/run.sh b/190/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/190/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/199/instruction.md b/199/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..871938e7a8fb72643f32bc3cfc59cdb13d45fc03 --- /dev/null +++ b/199/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 199 + +Get the order ID of the newest pending order + +Start URL: __SHOPPING_ADMIN__ diff --git a/199/task.toml b/199/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..65e60f1a737493d9aa64ae23eb0f2587ace07009 --- /dev/null +++ b/199/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/199" +name = "WebArena — 199" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/240/eval_descriptor.json b/240/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7586257160f22572fa54139607b5cac94ab5e2 --- /dev/null +++ b/240/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/women-cross-flower-beachwear-tankini-bandeau-bandage-bikini-set-push-up-swimwear-bathing-suit-two-pieces-swimsuits.html", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/240/instruction.md b/240/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f55ad23c4253637150945df9f6b6e8f264fe1bfa --- /dev/null +++ b/240/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 240 + +I am doing a market survey for one stop market, show me the most expensive product from competitive swimwear category + +Start URL: __SHOPPING__ diff --git a/240/task.toml b/240/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..78cd1e886f2b6e779a8327b8da89d936cf2c049e --- /dev/null +++ b/240/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/240" +name = "WebArena — 240" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/240/verifier/run.sh b/240/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/240/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/257/eval_descriptor.json b/257/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..0c6cf992be032eae716a7c677669ff3fcab5a98e --- /dev/null +++ b/257/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "We-Su 10:00-17:00" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "We-Su 10:00-17:00" +} \ No newline at end of file diff --git a/257/instruction.md b/257/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..66c191ae8c25e9bef0d747ec696b7b786e9385cb --- /dev/null +++ b/257/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 257 + +What is the hours of operation of Tokyo Japanese Food Store in Pittsburgh + +Start URL: __MAP__ diff --git a/257/task.toml b/257/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9238ae9876f7db4b9ed721d951b08587ee644705 --- /dev/null +++ b/257/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/257" +name = "WebArena — 257" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/257/verifier/run.sh b/257/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/257/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/263/verifier/run.sh b/263/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/263/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/265/instruction.md b/265/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..90c9486209bb08083a64f0d1151ab605e9d9e0c1 --- /dev/null +++ b/265/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 265 + +What's the closest national park to Boston? How far is it to drive there? + +Start URL: __MAP__ diff --git a/265/verifier/run.sh b/265/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/265/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/275/eval_descriptor.json b/275/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..918fea441f3f93f2c8274d4d30eb120c3ec5de35 --- /dev/null +++ b/275/eval_descriptor.json @@ -0,0 +1,9 @@ +{ + "eval_types": [ + "url_match" + ], + "reference_answers": null, + "reference_url": "__SHOPPING__/catalogsearch/result/?q=xbox", + "program_html": [], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/275/instruction.md b/275/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..60a37c15faf02264f4654dbf485fcf7af4960fa9 --- /dev/null +++ b/275/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 275 + +Search for "xbox" + +Start URL: __SHOPPING__ diff --git a/275/task.toml b/275/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..96cd76a9143553457608eb4ce9cf7fe2db0e223e --- /dev/null +++ b/275/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/275" +name = "WebArena — 275" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/275/verifier/run.sh b/275/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/275/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/292/eval_descriptor.json b/292/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..63910420b23491c8a5c6f6087c1f4e01269412ee --- /dev/null +++ b/292/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/292/instruction.md b/292/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..e1fdc43f4a386463b3e072a9f60f89e1b1a421fd --- /dev/null +++ b/292/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 292 + +Tell me the total number of cancellations of the customer who has the most cancellations in the history + +Start URL: __SHOPPING_ADMIN__ diff --git a/292/task.toml b/292/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..577fbec9c7a290f60c0ff137a29331e72a0673ea --- /dev/null +++ b/292/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/292" +name = "WebArena — 292" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/292/verifier/run.sh b/292/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/292/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/305/eval_descriptor.json b/305/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/305/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/305/instruction.md b/305/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f837c53bd2f0802087bcf3e85aa925aadbd69043 --- /dev/null +++ b/305/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 305 + +How many commits did Philip make in 2023/1? + +Start URL: __GITLAB__/a11yproject/a11yproject.com diff --git a/305/task.toml b/305/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0fc868d3c9d4f7610a4af2211f9844935f589c43 --- /dev/null +++ b/305/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/305" +name = "WebArena — 305" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/305/verifier/run.sh b/305/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/305/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/309/eval_descriptor.json b/309/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..ae2eac545640f84ea2069ca2adcafcbfc2072cf4 --- /dev/null +++ b/309/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "Grayson Wright" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Grayson Wright" +} \ No newline at end of file diff --git a/309/instruction.md b/309/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c6156e983d1f40ee912c3a2b4667f74cb98f66d2 --- /dev/null +++ b/309/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 309 + +Tell me who has made the most contributions, in terms of number of commits, to the thoughtbot/administrate project + +Start URL: __GITLAB__ diff --git a/309/verifier/run.sh b/309/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/309/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/312/instruction.md b/312/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..479ec41aea1f6d3483a44cc2dbf851c45655c9dc --- /dev/null +++ b/312/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 312 + +Tell me who has made the most contributions, in terms of number of commits, to the csvkit project + +Start URL: __GITLAB__ diff --git a/312/task.toml b/312/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4af2c8cd365bcb820db7613d1653dfdb0fe7f307 --- /dev/null +++ b/312/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/312" +name = "WebArena — 312" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/312/verifier/run.sh b/312/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/312/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/33/eval_descriptor.json b/33/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2d1b250dc21e4ff8b2311a4ecf61a5d6e5a21e81 --- /dev/null +++ b/33/eval_descriptor.json @@ -0,0 +1,15 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "DoubleTree by Hilton Hotel Pittsburgh Airport", + "1.4km" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "DoubleTree by Hilton Hotel Pittsburgh Airport Distance: 1.4km" +} \ No newline at end of file diff --git a/33/instruction.md b/33/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..7bf3d7c779a67ab77d22dd10d2468f0864baf2c2 --- /dev/null +++ b/33/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 33 + +I will arrive Pittsburgh Airport soon. Provide the name of a Hilton hotel in the vicinity, if available. Then, tell me the the shortest walking distance to a supermarket from the hotel. + +Start URL: __MAP__ diff --git a/33/task.toml b/33/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d26abe2052cc55cc7256583f1dfba8b1fe501636 --- /dev/null +++ b/33/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/33" +name = "WebArena — 33" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/33/verifier/run.sh b/33/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/33/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/333/eval_descriptor.json b/333/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5cf141e3b0c606c47113358670e3135aedb06e92 --- /dev/null +++ b/333/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "359.546" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "359.546" +} \ No newline at end of file diff --git a/333/instruction.md b/333/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4ad36652d6e18e437842b8117e5b1a9497bc06e1 --- /dev/null +++ b/333/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 333 + +How much did I spend on shopping at One Stop Market on November 2022? They gave me a 20% discount on the total amount for orders exceeding $200 in cash + +Start URL: __SHOPPING__ diff --git a/333/task.toml b/333/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..62613eda15200c5aff6dde16b467cb2f03a87cf0 --- /dev/null +++ b/333/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/333" +name = "WebArena — 333" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/333/verifier/run.sh b/333/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/333/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/356/eval_descriptor.json b/356/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..7680da87020a2b2a108a3bde2f221f3a93931bd7 --- /dev/null +++ b/356/eval_descriptor.json @@ -0,0 +1,36 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": null, + "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": [ + "Gates and Hillman Centers", + "Pittsburgh" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"route_to\"').value", + "required_contents": { + "must_include": [ + "Independence Hall", + "Philadelphia" + ] + } + } + ] +} \ No newline at end of file diff --git a/356/instruction.md b/356/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..12a7989b41b1acd5db45598a8a8d41d6ea7961ae --- /dev/null +++ b/356/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 356 + +Show the route from SCS CMU in Pittsburgh to the location where the Declaration of Independence and Constitution were signed + +Start URL: __MAP__ diff --git a/356/task.toml b/356/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..8f647c749573ae33bce8c1a3a27295f69f4bb08d --- /dev/null +++ b/356/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/356" +name = "WebArena — 356" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/356/verifier/run.sh b/356/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/356/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/387/eval_descriptor.json b/387/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8caf8132e953c5f236abfe2ade2480744b6b537a --- /dev/null +++ b/387/eval_descriptor.json @@ -0,0 +1,19 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "MH", + "Misba009", + "Amanda", + "Amazon Customer", + "Cally", + "Bethany Robertson" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "MH, Misba009, Amanda, Amazon Customer, Cally, Bethany Robertson, Bethany Robertson" +} \ No newline at end of file diff --git a/387/instruction.md b/387/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cbb01b685419699bceab6bfa0f2d6594b6db8f29 --- /dev/null +++ b/387/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 387 + +Who gave 4 or 5 stars for phone cases from EYZUTAK + +Start URL: __SHOPPING__ diff --git a/387/task.toml b/387/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..11c562441a4b55b5ab78026da203b19dee60a26c --- /dev/null +++ b/387/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/387" +name = "WebArena — 387" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/387/verifier/run.sh b/387/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/387/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/416/eval_descriptor.json b/416/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..24861146194dc4f94b3c59c88b2e5850359c2470 --- /dev/null +++ b/416/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/1270", + "locator": "document.querySelector('[id=\"notes-list\"').lastElementChild.querySelector('.timeline-discussion-body').outerText", + "required_contents": { + "exact_match": "Thank you" + } + } + ] +} \ No newline at end of file diff --git a/416/instruction.md b/416/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..02689a2ee4dccb67f8299487729892b60d546834 --- /dev/null +++ b/416/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 416 + +Go to the merge request on wcag 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/416/task.toml b/416/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2c2c6ca277d4926a07cd1e33deb23c4c7bb2eb09 --- /dev/null +++ b/416/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/416" +name = "WebArena — 416" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/416/verifier/run.sh b/416/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/416/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/420/eval_descriptor.json b/420/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..304df83e3b5ffbb059210a241c1452e1aae135f3 --- /dev/null +++ b/420/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze", + "locator": "document.querySelector('.cover-status').lastChild.textContent", + "required_contents": { + "exact_match": "Playing Badminton" + } + } + ] +} \ No newline at end of file diff --git a/420/instruction.md b/420/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ab50263a0c2e86a851ba4b12553b63bff9d1a374 --- /dev/null +++ b/420/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 420 + +Set my gitlab status as Playing Badminton. + +Start URL: __GITLAB__ diff --git a/420/task.toml b/420/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..0cacfb60f0bb68d281adecb565ba3d15c91f8330 --- /dev/null +++ b/420/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/420" +name = "WebArena — 420" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/420/verifier/run.sh b/420/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/420/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/424/task.toml b/424/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d66bbf2fadb5eb0485e81fbd2d81a4f85a156a45 --- /dev/null +++ b/424/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/424" +name = "WebArena — 424" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/445/instruction.md b/445/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..3b7ddca49c9c468c96b1724b0c393366782795aa --- /dev/null +++ b/445/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 445 + +Update the project site's title to "Hello" + +Start URL: __GITLAB__/byteblaze/gimmiethat.space diff --git a/445/task.toml b/445/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..2bab9b9bc41c109229fd012deb4f9da98157772c --- /dev/null +++ b/445/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/445" +name = "WebArena — 445" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/445/verifier/run.sh b/445/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/445/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/474/eval_descriptor.json b/474/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1787f994cf1895d8768ccb985a22ad4fb7c6e5f2 --- /dev/null +++ b/474/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/305/", + "locator": "document.querySelector(\"#order_status\").outerText", + "required_contents": { + "exact_match": "Canceled" + } + } + ] +} \ No newline at end of file diff --git a/474/instruction.md b/474/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4bc27c71cff6275c481b098752accf784effe388 --- /dev/null +++ b/474/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 474 + +Cancel order 305 + +Start URL: __SHOPPING_ADMIN__ diff --git a/474/task.toml b/474/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..de1bfa7349359c7dd48e1cf8b2c65abdc21aa2cc --- /dev/null +++ b/474/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/474" +name = "WebArena — 474" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/474/verifier/run.sh b/474/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/474/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/503/eval_descriptor.json b/503/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..08d6dd48f8aeb7565e6bfa0a7936e9e1f298d875 --- /dev/null +++ b/503/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/682/", + "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/503/instruction.md b/503/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c32b53117389af21dbaf836273c1a49a7c302663 --- /dev/null +++ b/503/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 503 + +Make all rocco gym tank as out of stock + +Start URL: __SHOPPING_ADMIN__ diff --git a/503/task.toml b/503/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..b1301a27b7772b014b86e67b949a91aa3cc4d95f --- /dev/null +++ b/503/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/503" +name = "WebArena — 503" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/503/verifier/run.sh b/503/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/503/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/519/eval_descriptor.json b/519/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..70b0ce31c2d9941665f4c2de05733e867f1ab196 --- /dev/null +++ b/519/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING__/wishlist/", + "locator": "document.querySelector('.products-grid.wishlist').outerText", + "required_contents": { + "must_include": [ + "iPhone 13 Pro Max Case, Neon Turtle iPhone 13 Pro Max Cases, Tempered Glass Back+Soft Silicone TPU Shock Protective Case for Apple iPhone 13 Pro Max" + ] + } + } + ] +} \ No newline at end of file diff --git a/519/instruction.md b/519/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..622b05f198d578af03182d11538c61851034d966 --- /dev/null +++ b/519/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 519 + +Add this product to my wishlist + +Start URL: __SHOPPING__/iphone-13-pro-max-case-neon-turtle-iphone-13-pro-max-cases-tempered-glass-back-soft-silicone-tpu-shock-protective-case-for-apple-iphone-13-pro-max.html diff --git a/519/task.toml b/519/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..94e45ce2df8e190fad5a716130093d46ec19b540 --- /dev/null +++ b/519/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/519" +name = "WebArena — 519" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/519/verifier/run.sh b/519/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/519/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/522/task.toml b/522/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..604b91c8f932cdedeed8dac5b73543842501c0a5 --- /dev/null +++ b/522/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/522" +name = "WebArena — 522" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/522/verifier/run.sh b/522/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/522/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/55/eval_descriptor.json b/55/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..caa665de84f0566cddd1ddf3ffa6b181d158a24a --- /dev/null +++ b/55/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "30 min" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "30 min" +} \ No newline at end of file diff --git a/55/instruction.md b/55/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6ef934b8cedd459897aba0a352450ccae20cb98f --- /dev/null +++ b/55/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 55 + +How long does it take to walk from the starbuck near CMU to Chatham university? + +Start URL: __MAP__ diff --git a/55/task.toml b/55/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..04034ba861cb846c2599369a55eabf07bfe46445 --- /dev/null +++ b/55/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/55" +name = "WebArena — 55" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/55/verifier/run.sh b/55/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/55/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/558/eval_descriptor.json b/558/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..11b51c0a9d5939480f23e5593db7132f3b5d652e --- /dev/null +++ b/558/eval_descriptor.json @@ -0,0 +1,23 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/nolan_young_fans/-/raw/main/README.md", + "locator": "", + "required_contents": { + "must_include": [ + "Inception", + "The Dark Knight Rises", + "Interstellar", + "Dunkirk", + "Tenet", + "Oppenheimer" + ] + } + } + ] +} \ No newline at end of file diff --git a/558/instruction.md b/558/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cd8d3953813f20d779eb9277c88665a48e2c2bc7 --- /dev/null +++ b/558/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 558 + +Create a repo named nolan_young_fans with movies directed by Christopher Nolan after 2010 in a README file + +Start URL: __GITLAB__ diff --git a/558/task.toml b/558/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..629f9d9aee3cf38dfa38608f4016f88b93eb2069 --- /dev/null +++ b/558/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/558" +name = "WebArena — 558" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/558/verifier/run.sh b/558/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/558/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/574/eval_descriptor.json b/574/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..e6a8d92c20fdcc26dd827c0b7b04b49e372d3894 --- /dev/null +++ b/574/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": [ + "111 Magnolia Path", + "Atlanta, Georgia, 30303" + ] + } + }, + { + "url": "__SHOPPING__/customer/address", + "locator": "document.querySelector(\".box.box-address-billing > .box-content\").outerText", + "required_contents": { + "must_include": [ + "111 Magnolia Path", + "Atlanta, Georgia, 30303" + ] + } + } + ] +} \ No newline at end of file diff --git a/574/instruction.md b/574/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6bd97b8d7f99c7578f9deecba762f7625baf6e1e --- /dev/null +++ b/574/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 574 + +I recently moved, my address is 111 Magnolia Path, Atlanta, GA, 30303, update my information on OneStopShopping accordingly + +Start URL: __SHOPPING__ diff --git a/574/task.toml b/574/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..1b87d459d4f02200dcb54c064a29362b20cc4ba4 --- /dev/null +++ b/574/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/574" +name = "WebArena — 574" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/574/verifier/run.sh b/574/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/574/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/581/eval_descriptor.json b/581/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c7d066b4ffedf8ba2be274edf41080c51d70b2a7 --- /dev/null +++ b/581/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/cmu_lti/edit", + "locator": "document.querySelector(\"#forum_description\").value", + "required_contents": { + "must_include": [ + "Language Technologies Institute at Carnegie Mellon University" + ] + } + }, + { + "url": "__REDDIT__/f/cmu_lti/edit", + "locator": "document.querySelector(\"#forum_sidebar\").value", + "required_contents": { + "must_include": [ + "announcement", + "paper", + "alumni" + ] + } + } + ] +} \ No newline at end of file diff --git a/581/instruction.md b/581/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..5fae1ddce47505768b678116a2a32f934249d67a --- /dev/null +++ b/581/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 581 + +Create a new forum named cmu_lti, with a description of Language Technologies Institute at Carnegie Mellon University, and include ['announcement', 'paper', 'alumni'] in the sidebar? + +Start URL: __REDDIT__ diff --git a/596/eval_descriptor.json b/596/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f5cc88f40f70ae277449263c48a174ed0b228b1d --- /dev/null +++ b/596/eval_descriptor.json @@ -0,0 +1,20 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books", + "program_html": [ + { + "url": "__REDDIT__/", + "locator": "document.querySelector(\"#sidebar > section\").outerText", + "required_contents": { + "must_include": [ + "books" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/596/instruction.md b/596/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..2335611908f0a957dab9b8462aeafa12246ce029 --- /dev/null +++ b/596/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 596 + +Open the thread of a trending post on the forum "books" and subscribe. + +Start URL: __REDDIT__ diff --git a/596/task.toml b/596/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..9e49a970c5e4d246a30d7deef3387f6efbc0662b --- /dev/null +++ b/596/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/596" +name = "WebArena — 596" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/596/verifier/run.sh b/596/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/596/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/618/eval_descriptor.json b/618/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c26cd75a4db93014cf5828de2785626271980303 --- /dev/null +++ b/618/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": [ + "6bfbf1280d28d84a9261695f0cac5a90addaaff1174807a2b381fdc159f3ed00.jpg" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/618/instruction.md b/618/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..d0a2287f667b06e46f97bb95741e71f7af7b71d2 --- /dev/null +++ b/618/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 618 + +Re-post the image of Wife's costume in this page to funny subreddit and note "from /f/pics" + +Start URL: __REDDIT__/f/pics diff --git a/618/task.toml b/618/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..f790435f443e96638380fb7274e6b3e107c4279a --- /dev/null +++ b/618/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/618" +name = "WebArena — 618" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/618/verifier/run.sh b/618/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/618/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/626/eval_descriptor.json b/626/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f884b5fd6d3b93e3e9a86f4b61fb625f38d29896 --- /dev/null +++ b/626/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": [ + "your opinion", + "Iphone 14" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/626/instruction.md b/626/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..23e353d8d6eacd4a5803a0be9b204c3589215ee4 --- /dev/null +++ b/626/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 626 + +Create a discussion post about "Iphone 14" in a relevant subreddit and ask users for their opinions with the simple prompt, "your opinion" + +Start URL: __REDDIT__ diff --git a/626/task.toml b/626/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4832290c7e0df5d85aac3980a0d859f9f9a33030 --- /dev/null +++ b/626/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/626" +name = "WebArena — 626" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/626/verifier/run.sh b/626/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/626/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/63/eval_descriptor.json b/63/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..f34bfe6c060f11cdfb797f15df39a7fe7acefadd --- /dev/null +++ b/63/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Adam Garcia", + "Michael Nguyen", + "Sarah Miller" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Adam Garcia, Michael Nguyen, Sarah Miller" +} \ No newline at end of file diff --git a/63/instruction.md b/63/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c36b476301feef8e4fd5a041058aca4dbc345a00 --- /dev/null +++ b/63/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 63 + +Which customer(s) has completed the second most number of orders in the entire history? + +Start URL: __SHOPPING_ADMIN__ diff --git a/63/task.toml b/63/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..930bdd49fdb1a24689928feb97b80995628c790a --- /dev/null +++ b/63/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/63" +name = "WebArena — 63" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/650/eval_descriptor.json b/650/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2ee484094ac6df06bcbacc1d2ee300b3c6388781 --- /dev/null +++ b/650/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__REDDIT__/f/books/59421/friendly-reminder-bookshop-org-exists", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('.comment__body').outerText", + "required_contents": { + "exact_match": "I am a big fan of the bookorg" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/650/instruction.md b/650/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..3bd78a2b5591e172925531b803808457db01416a --- /dev/null +++ b/650/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 650 + +Reply to the post with my comment "I am a big fan of the bookorg" + +Start URL: __REDDIT__/f/books/59421/friendly-reminder-bookshop-org-exists diff --git a/650/task.toml b/650/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..d849932bd7884288fd2310deb6f6421578bcf7f2 --- /dev/null +++ b/650/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/650" +name = "WebArena — 650" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/650/verifier/run.sh b/650/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/650/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/654/eval_descriptor.json b/654/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5106322c34db8aab474cb49bc63112b16b47baa8 --- /dev/null +++ b/654/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", + "161", + "B09P7BFL4H" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/654/instruction.md b/654/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..62e6c2221a6085d8e0361a65db7771c03c4c0b6b --- /dev/null +++ b/654/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 654 + +Fill the "contact us" form in the site for a refund on the bluetooth speaker I bought, stating that it broke after just three days of use. Also, ensure to include the order number #161 and the product SKU. Don't submit yet, I will check. + +Start URL: __SHOPPING__ diff --git a/654/task.toml b/654/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..61c9c13073a1e318caf08bfb2b0f40e399f5fdbd --- /dev/null +++ b/654/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/654" +name = "WebArena — 654" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/654/verifier/run.sh b/654/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/654/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/655/eval_descriptor.json b/655/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8acbc4d6ae7c5b30606b44de327ed6acea0fb9b0 --- /dev/null +++ b/655/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", + "B087QJN9W1" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/655/task.toml b/655/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e885381dc84a8dfbd2b3cc0a68b95584eff0c5d3 --- /dev/null +++ b/655/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/655" +name = "WebArena — 655" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/698/eval_descriptor.json b/698/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..34338f37cd3be20ff4888916225bb9fcce05474c --- /dev/null +++ b/698/eval_descriptor.json @@ -0,0 +1,59 @@ +{ + "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": [ + "Lelelumon Yoga Mat" + ] + } + }, + { + "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": "769.99" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-role=\"selected-option\"').outerText", + "required_contents": { + "must_include": [ + "gear" + ] + } + }, + { + "url": "last", + "locator": "document.querySelector('[name=\"product[color]\"').value", + "required_contents": { + "exact_match": "49" + } + }, + { + "url": "last", + "locator": "document.querySelector('[data-index=\"category_ids\"').outerText", + "required_contents": { + "must_include": [ + "fitness equipment" + ] + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/698/instruction.md b/698/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..cef4abdca3b41aea2e73e8a9f376462e82395311 --- /dev/null +++ b/698/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 698 + +Add a simple product named Lelelumon Yoga Mat with 42 in stock, available in size uni-size and color black, priced at $769.99 + +Start URL: __SHOPPING_ADMIN__ diff --git a/698/task.toml b/698/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c9e3adb1dd776915d8988df8c7a28e3f4c597c5f --- /dev/null +++ b/698/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/698" +name = "WebArena — 698" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/698/verifier/run.sh b/698/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/698/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/70/eval_descriptor.json b/70/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..8a2eb1eab8ecec1d0ebd08f263ae7fcc07a62934 --- /dev/null +++ b/70/eval_descriptor.json @@ -0,0 +1,12 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "exact_match": "15213" + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "15213" +} \ No newline at end of file diff --git a/70/instruction.md b/70/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..fd938c0520bfc14ef55fbe83cdb2d54afd534ef4 --- /dev/null +++ b/70/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 70 + +What is the zip code of Carnegie Mellon University? + +Start URL: __MAP__ diff --git a/70/task.toml b/70/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..db37cf55ed65ce5c674fa2583ede382defe02775 --- /dev/null +++ b/70/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/70" +name = "WebArena — 70" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/70/verifier/run.sh b/70/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/70/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/713/eval_descriptor.json b/713/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4882dd9efe6e9e91286d2f79ced22307a4412f0a --- /dev/null +++ b/713/eval_descriptor.json @@ -0,0 +1,25 @@ +{ + "eval_types": [ + "url_match", + "program_html" + ], + "reference_answers": null, + "reference_url": "__SHOPPING_ADMIN__/reports/report_sales/bestsellers/", + "program_html": [ + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_from\"').value", + "required_contents": { + "exact_match": "5/1/22" + } + }, + { + "url": "last", + "locator": "document.querySelector('[id=\"sales_report_to\"').value", + "required_contents": { + "exact_match": "5/31/23" + } + } + ], + "url_note": "GOLD in PRED" +} \ No newline at end of file diff --git a/713/instruction.md b/713/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c7d0c62ffafbb20c3b3468183c3ffafaae570f22 --- /dev/null +++ b/713/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 713 + +Create a best sellers report from 05/01/2022 to 05/31/2023 + +Start URL: __SHOPPING_ADMIN__ diff --git a/713/task.toml b/713/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e1dca436464d01977995b576eeddc3d731b74f00 --- /dev/null +++ b/713/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/713" +name = "WebArena — 713" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/713/verifier/run.sh b/713/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/713/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/733/eval_descriptor.json b/733/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..cd7e2535eeaa771732ac574d9da481cdd9ea67d4 --- /dev/null +++ b/733/eval_descriptor.json @@ -0,0 +1,16 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__REDDIT__/f/television/135201/star-trek-starfleet-academy-series-from-alex-kurtzman-and", + "locator": "document.querySelector('.submission__body').outerText", + "required_contents": { + "exact_match": "Every watch makes me feel like a kid again" + } + } + ] +} \ No newline at end of file diff --git a/733/instruction.md b/733/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ca6b7048402d94ebabeb112574869938e15e6aed --- /dev/null +++ b/733/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 733 + +Edit my post on Star Trek Starfleet Academy series by adding a line to the body that says "Every watch makes me feel like a kid again" + +Start URL: __REDDIT__ diff --git a/733/verifier/run.sh b/733/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/733/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/736/verifier/run.sh b/736/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/736/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/743/eval_descriptor.json b/743/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..1b7a5475030bd1f19e7c0d47d67ba1453ed96caf --- /dev/null +++ b/743/eval_descriptor.json @@ -0,0 +1,28 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/web_arena", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "public" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/web_arena/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "@abisubramanya27", + "@vinta" + ] + } + } + ] +} \ No newline at end of file diff --git a/743/instruction.md b/743/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..6a22fac168d649998fd9b94178d04f5e940413cd --- /dev/null +++ b/743/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 743 + +Create a new public project "web_arena" and add Abishek, Vinta as members + +Start URL: __GITLAB__ diff --git a/743/task.toml b/743/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..04e916ab90b7eba8c330cfcfe1260086e721fc75 --- /dev/null +++ b/743/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/743" +name = "WebArena — 743" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/743/verifier/run.sh b/743/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/743/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/751/eval_descriptor.json b/751/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..90e4a627fc2d0fc63681bbec36edd22a2537939e --- /dev/null +++ b/751/eval_descriptor.json @@ -0,0 +1,37 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/AGISite", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "Private" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/AGISite", + "locator": "document.querySelector('.home-panel-description-markdown').outerText", + "required_contents": { + "must_include": [ + "Example Jekyll site using GitLab Pages: https://pages.gitlab.io/jekyll |OR| A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." + ] + } + }, + { + "url": "__GITLAB__/byteblaze/AGISite/-/project_members", + "locator": "", + "required_contents": { + "must_include": [ + "@Seirdy", + "@vinta" + ] + } + } + ] +} \ No newline at end of file diff --git a/751/instruction.md b/751/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..847a119015e60ba6bab91e8e5da1bc8972c03655 --- /dev/null +++ b/751/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 751 + +Start a private project AGISite with JEKYLL template and add Rohan and Vinta as members + +Start URL: __GITLAB__ diff --git a/751/task.toml b/751/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..27553763f46057c90910716654dd10b8397d86c0 --- /dev/null +++ b/751/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/751" +name = "WebArena — 751" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/751/verifier/run.sh b/751/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/751/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/756/eval_descriptor.json b/756/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..da18c26ac9bbc5712ca1161c055e62f11ddaf7d7 --- /dev/null +++ b/756/eval_descriptor.json @@ -0,0 +1,27 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/byteblaze/11711_gitlab", + "locator": "document.querySelector('.visibility-icon').getAttribute('title')", + "required_contents": { + "must_include": [ + "Private" + ] + } + }, + { + "url": "__GITLAB__/byteblaze/11711_gitlab", + "locator": "document.querySelector('.home-panel-description-markdown').outerText", + "required_contents": { + "must_include": [ + "Example Jekyll site using GitLab Pages: https://pages.gitlab.io/jekyll |OR| A Jekyll 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/756/instruction.md b/756/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..f3500929bf162f4e287f8e1bd7b6501870a89c36 --- /dev/null +++ b/756/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 756 + +Create a private JEKYLL repository called "11711_gitlab" using the right template to speed up development. + +Start URL: __GITLAB__ diff --git a/756/task.toml b/756/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..6acad0fcf69d9b5761caf69c5b5191d27d5a2757 --- /dev/null +++ b/756/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/756" +name = "WebArena — 756" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/756/verifier/run.sh b/756/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/756/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/775/eval_descriptor.json b/775/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3fec3baee00900ac1b184d342c8d240c666ec32e --- /dev/null +++ b/775/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__SHOPPING_ADMIN__/review/product/edit/id/51", + "locator": "", + "required_contents": { + "must_include": [ + "Rating isn't Available" + ] + } + } + ] +} \ No newline at end of file diff --git a/775/instruction.md b/775/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..93081eba56c31f145d5ce65758c5a8d10be90737 --- /dev/null +++ b/775/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 775 + +Delete all reviews from the scammer Arden + +Start URL: __SHOPPING_ADMIN__ diff --git a/775/task.toml b/775/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..36287c1f54e1584c5198c1430ade7a9339d75ce9 --- /dev/null +++ b/775/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/775" +name = "WebArena — 775" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/775/verifier/run.sh b/775/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/775/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/79/eval_descriptor.json b/79/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa536344bb991f41c5a28c93b8ff976fa732c66 --- /dev/null +++ b/79/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/79/instruction.md b/79/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ae9c9d02a6e888f443418ee9bb6d425369c8c9ec --- /dev/null +++ b/79/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 79 + +What is the total count of Not Approved reviews amongst all the reviews? + +Start URL: __SHOPPING_ADMIN__ diff --git a/79/task.toml b/79/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..4062ab2ebe19913fa4e887ce0a0a4c7fb45b6729 --- /dev/null +++ b/79/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/79" +name = "WebArena — 79" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/79/verifier/run.sh b/79/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/79/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/796/eval_descriptor.json b/796/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..3a987e95c6dbe3034c0a8089808c9bb6a14d373f --- /dev/null +++ b/796/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/796/instruction.md b/796/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..c0a63eb6be4c756ec85d8ce5505b656d158ec1de --- /dev/null +++ b/796/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 796 + +Change the delivery address for my most recent order to 155 5th Street, San Francisco, CA. + +Start URL: __SHOPPING__ diff --git a/796/task.toml b/796/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e02e1f4f4b2d519486c886c712b2c2874b027ce9 --- /dev/null +++ b/796/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/796" +name = "WebArena — 796" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/796/verifier/run.sh b/796/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/796/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/800/eval_descriptor.json b/800/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..37ff1c43ac2464830e5256416279d8389cefb858 --- /dev/null +++ b/800/eval_descriptor.json @@ -0,0 +1,22 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/groups/x-lab/-/group_members", + "locator": "", + "required_contents": { + "must_include": [ + "@JonasVautherin", + "@dilipchandima", + "@dawiss1337", + "@bmyun", + "@DCMJY" + ] + } + } + ] +} \ No newline at end of file diff --git a/800/instruction.md b/800/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..4402024f65640fc16b029ac78e3f7890ac84319d --- /dev/null +++ b/800/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 800 + +create a new group "x-lab" with members JonasVautherin, dilipchandima, dawiss1337, bmyun, DCMJY + +Start URL: __GITLAB__ diff --git a/800/task.toml b/800/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..263ccbe71f336e5bbda114d7472bd5fa45119a35 --- /dev/null +++ b/800/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/800" +name = "WebArena — 800" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/800/verifier/run.sh b/800/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/800/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/804/eval_descriptor.json b/804/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..a966bf9042fd3ab3c206f3ac5137fb5a723a64c3 --- /dev/null +++ b/804/eval_descriptor.json @@ -0,0 +1,29 @@ +{ + "eval_types": [ + "program_html" + ], + "reference_answers": null, + "reference_url": "", + "program_html": [ + { + "url": "__GITLAB__/dashboard/issues?scope=all&state=opened&assignee_username=byteblaze", + "locator": "", + "required_contents": { + "must_include": [ + "Add documentation on using Flash alerts in dialog components", + "Clarify usage of flash alert" + ] + } + }, + { + "url": "__GITLAB__/dashboard/issues?scope=all&state=opened&assignee_username=primer", + "locator": "", + "required_contents": { + "must_include": [ + "Add documentation on using Flash alerts in dialog components", + "Clarify usage of flash alert" + ] + } + } + ] +} \ No newline at end of file diff --git a/804/instruction.md b/804/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ef08d1b9f0d0073e81d4ca961531298885b7af8b --- /dev/null +++ b/804/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 804 + +Assign the issue regarding flash alerts to myself and primer. + +Start URL: __GITLAB__ diff --git a/804/task.toml b/804/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..bd338c4865a56e00248e0cc09558f603647f0a09 --- /dev/null +++ b/804/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/804" +name = "WebArena — 804" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/804/verifier/run.sh b/804/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/804/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/82/instruction.md b/82/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..babd4dac64aa5b1d616e2f8afb6b336d8cb2a934 --- /dev/null +++ b/82/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 82 + +What is the duration required to first walk from Massachusetts Institute of Technology to Harvard University, and then drive to Boston Logan International Airport? + +Start URL: __MAP__ diff --git a/82/task.toml b/82/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..c0bc46db5a3d8051a62f553ab0da589d451953ee --- /dev/null +++ b/82/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/82" +name = "WebArena — 82" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/82/verifier/run.sh b/82/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/82/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/91/eval_descriptor.json b/91/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..4f16ed1568235949d841eb103ff29894437a7732 --- /dev/null +++ b/91/eval_descriptor.json @@ -0,0 +1,18 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "Rhode Island", + "Connecticut", + "New York", + "New Hampshire", + "Vermont" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "Rhode Island, Connecticut, New York, New Hampshire, Vermont" +} \ No newline at end of file diff --git a/91/task.toml b/91/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..e51bee20967d6c1a14dc908022d89f376decb68d --- /dev/null +++ b/91/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/91" +name = "WebArena — 91" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/94/eval_descriptor.json b/94/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..c63ddba1d3128c1d0f1ab2d9be1bc3558fe3132b --- /dev/null +++ b/94/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "must_include": [ + "36.39" + ] + }, + "reference_url": "", + "program_html": [], + "string_note": "", + "reference_answer_raw_annotation": "$36.39" +} \ No newline at end of file diff --git a/94/instruction.md b/94/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..ce77b8c2f9c47ab3093fb885c9fe35ab13468ee9 --- /dev/null +++ b/94/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 94 + +Telll me the grand total of invoice 000000001. + +Start URL: __SHOPPING_ADMIN__ diff --git a/94/task.toml b/94/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..3dd0c45e6ad9846a3fd06b4a376045406a7db71f --- /dev/null +++ b/94/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/94" +name = "WebArena — 94" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/94/verifier/run.sh b/94/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/94/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/96/eval_descriptor.json b/96/eval_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..5989086c3ff764535bcc4a19a59e1ead504f34da --- /dev/null +++ b/96/eval_descriptor.json @@ -0,0 +1,14 @@ +{ + "eval_types": [ + "string_match" + ], + "reference_answers": { + "fuzzy_match": [ + "The last order was canceled. It will never arrive." + ] + }, + "reference_url": "", + "program_html": [], + "reference_answer_raw_annotation": "The last order was canceled. It will never arrive.", + "string_note": "" +} \ No newline at end of file diff --git a/96/instruction.md b/96/instruction.md new file mode 100644 index 0000000000000000000000000000000000000000..b78ccb051900ddffba393336b3cb76364add012b --- /dev/null +++ b/96/instruction.md @@ -0,0 +1,5 @@ +# WebArena task 96 + +Tell me the status of my latest order and when will it arrive + +Start URL: __SHOPPING__ diff --git a/96/task.toml b/96/task.toml new file mode 100644 index 0000000000000000000000000000000000000000..854922807c263715e97fb00e9e9edcf0ec681048 --- /dev/null +++ b/96/task.toml @@ -0,0 +1,22 @@ +schema_version = "1" + +[task] +id = "webarena/96" +name = "WebArena — 96" + +[environment] +os = "linux" +docker_image = "webarena/playwright-base:1.0" + +[agent] +name = "oracle" + +[verifier] +name = "script" + +[verifier.args] +script_path = "/workspace/verifier/run.sh" + +[[steps]] +name = "main" +artifacts = ["trace.zip"] diff --git a/96/verifier/run.sh b/96/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/96/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT" diff --git a/98/verifier/run.sh b/98/verifier/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..643789f6b476ccb6e85ab8e01802e942a5504926 --- /dev/null +++ b/98/verifier/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"