sqy201x commited on
Commit
dc47e42
·
verified ·
1 Parent(s): 3525f3f

Add files using upload-large-folder tool

Browse files
252/eval_descriptor.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "string_match"
4
+ ],
5
+ "reference_answers": {
6
+ "must_include": [
7
+ "40.457",
8
+ "-79.929"
9
+ ]
10
+ },
11
+ "reference_url": "",
12
+ "program_html": [],
13
+ "string_note": "",
14
+ "reference_answer_raw_annotation": "40.45761, -79.92934"
15
+ }
252/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 252
2
+
3
+ Tell me the coordinates of Tokyo Japanese Food Store in Pittsburgh in DD format
4
+
5
+ Start URL: __MAP__
252/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/252"
5
+ name = "WebArena — 252"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
283/eval_descriptor.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match"
4
+ ],
5
+ "reference_answers": null,
6
+ "reference_url": "__SHOPPING__/microsoft-xbox-controller-carbon-black-for-series-x-series-s-xbox-one-windows-10-android-ios-bundled-with-dual-port-charging-dock-xbox-controller-skin-voucher-premgear-cloth.html",
7
+ "program_html": [],
8
+ "url_note": "GOLD in PRED"
9
+ }
283/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 283
2
+
3
+ Look up the most recent models of XBox controllers released between 2020-2021?
4
+
5
+ Start URL: __SHOPPING__
283/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/283"
5
+ name = "WebArena — 283"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
283/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
293/eval_descriptor.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "string_match"
4
+ ],
5
+ "reference_answers": {
6
+ "exact_match": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/convexegg/super_awesome_robot.git"
7
+ },
8
+ "reference_url": "",
9
+ "program_html": [],
10
+ "string_note": "",
11
+ "reference_answer_raw_annotation": "git clone ssh://git@metis.lti.cs.cmu.edu:2222/convexegg/super_awesome_robot.git"
12
+ }
293/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 293
2
+
3
+ Show me the command to clone Super_Awesome_Robot with SSH.
4
+
5
+ Start URL: __GITLAB__
293/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/293"
5
+ name = "WebArena — 293"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
293/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
343/eval_descriptor.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match"
4
+ ],
5
+ "reference_answers": null,
6
+ "reference_url": "__GITLAB__/root/metaseq/-/issues/?label_name%5B%5D=None",
7
+ "program_html": [],
8
+ "url_note": "GOLD in PRED"
9
+ }
343/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 343
2
+
3
+ List all opened issues that don't have any labels
4
+
5
+ Start URL: __GITLAB__/root/metaseq
343/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/343"
5
+ name = "WebArena — 343"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
343/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
349/eval_descriptor.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "string_match"
4
+ ],
5
+ "reference_answers": {
6
+ "exact_match": "yjlou"
7
+ },
8
+ "reference_url": "",
9
+ "program_html": [],
10
+ "string_note": "",
11
+ "reference_answer_raw_annotation": "yjlou"
12
+ }
349/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 349
2
+
3
+ Who else have access to my repo gimmiethat.space, show me their usernames
4
+
5
+ Start URL: __GITLAB__
349/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/349"
5
+ name = "WebArena — 349"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
349/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
363/eval_descriptor.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "string_match"
4
+ ],
5
+ "reference_answers": {
6
+ "exact_match": "748m"
7
+ },
8
+ "reference_url": "",
9
+ "program_html": [],
10
+ "string_note": "",
11
+ "reference_answer_raw_annotation": "748m"
12
+ }
363/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 363
2
+
3
+ Measure distance between Carnegie Mellon University and Carnegie Music Hall by walking
4
+
5
+ Start URL: __MAP__
363/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/363"
5
+ name = "WebArena — 363"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
363/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
37/eval_descriptor.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "string_match"
4
+ ],
5
+ "reference_answers": {
6
+ "must_include": [
7
+ "Yes"
8
+ ]
9
+ },
10
+ "reference_url": "",
11
+ "program_html": [],
12
+ "string_note": "",
13
+ "reference_answer_raw_annotation": "Yes"
14
+ }
37/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 37
2
+
3
+ Check if the police station in pittsburgh can be reached in one hour by car from gates building at CMU
4
+
5
+ Start URL: __MAP__
37/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/37"
5
+ name = "WebArena — 37"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
37/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
497/eval_descriptor.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "program_html"
4
+ ],
5
+ "reference_answers": null,
6
+ "reference_url": "",
7
+ "program_html": [
8
+ {
9
+ "url": "__SHOPPING_ADMIN__/sales/order/commentsHistory/order_id/307/active_tab/order_shipments/",
10
+ "locator": "",
11
+ "required_contents": {
12
+ "must_include": [
13
+ "Tracking number 24353446464 for DHL assigned"
14
+ ]
15
+ }
16
+ }
17
+ ]
18
+ }
497/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 497
2
+
3
+ Update order #307 with the DHL tracking number 24353446464
4
+
5
+ Start URL: __SHOPPING_ADMIN__
497/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/497"
5
+ name = "WebArena — 497"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
497/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
559/eval_descriptor.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "program_html"
4
+ ],
5
+ "reference_answers": null,
6
+ "reference_url": "",
7
+ "program_html": [
8
+ {
9
+ "url": "__GITLAB__/byteblaze/nolan_followers/-/raw/main/README.md",
10
+ "locator": "",
11
+ "required_contents": {
12
+ "must_include": [
13
+ "1993\u20132003: Early career and breakthrough",
14
+ "2003\u20132013: Widespread recognition",
15
+ "2014\u20132019: Established Hollywood auteur",
16
+ "2020\u2013present"
17
+ ]
18
+ }
19
+ }
20
+ ]
21
+ }
559/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 559
2
+
3
+ Create a repo named nolan_followers with career timeline of Christopher Nolan in a README file
4
+
5
+ Start URL: __GITLAB__
559/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/559"
5
+ name = "WebArena — 559"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
559/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
603/eval_descriptor.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match",
4
+ "program_html"
5
+ ],
6
+ "reference_answers": null,
7
+ "reference_url": "__REDDIT__/f/nyc",
8
+ "program_html": [
9
+ {
10
+ "url": "func:reddit_get_post_url('__last_url__')",
11
+ "locator": "document.querySelector('.submission__inner').outerText",
12
+ "required_contents": {
13
+ "must_include": [
14
+ "safe and budge apartment to live in nyc"
15
+ ]
16
+ }
17
+ }
18
+ ],
19
+ "url_note": "GOLD in PRED"
20
+ }
603/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 603
2
+
3
+ Post my question, "safe and budge apartment to live in nyc", in a subreddit where I'm likely to get an answer
4
+
5
+ Start URL: __REDDIT__
603/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/603"
5
+ name = "WebArena — 603"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
603/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
635/eval_descriptor.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match",
4
+ "program_html"
5
+ ],
6
+ "reference_answers": null,
7
+ "reference_url": "__REDDIT__/f/headphones",
8
+ "program_html": [
9
+ {
10
+ "url": "func:reddit_get_post_url('__last_url__')",
11
+ "locator": "document.querySelector('.submission__inner').outerText",
12
+ "required_contents": {
13
+ "must_include": [
14
+ "200",
15
+ "noise-cancelling",
16
+ "headphone"
17
+ ]
18
+ }
19
+ }
20
+ ],
21
+ "url_note": "GOLD in PRED"
22
+ }
635/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 635
2
+
3
+ Post in the most appropriate subreddit and ask for recommendations for noise-cancelling headphones products within a budget of $200
4
+
5
+ Start URL: __REDDIT__
664/eval_descriptor.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match",
4
+ "program_html"
5
+ ],
6
+ "reference_answers": null,
7
+ "reference_url": "__GITLAB__/vinta/awesome-python/-/issues",
8
+ "program_html": [
9
+ {
10
+ "url": "last",
11
+ "locator": "document.querySelector('.detail-page-description').outerText",
12
+ "required_contents": {
13
+ "must_include": [
14
+ "Python 3.11"
15
+ ]
16
+ }
17
+ }
18
+ ],
19
+ "url_note": "GOLD in PRED"
20
+ }
664/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 664
2
+
3
+ Open an issue to ask their plans on adding Python 3.11 related resources in awesome-python.
4
+
5
+ Start URL: __GITLAB__
664/task.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version = "1"
2
+
3
+ [task]
4
+ id = "webarena/664"
5
+ name = "WebArena — 664"
6
+
7
+ [environment]
8
+ os = "linux"
9
+ docker_image = "webarena/playwright-base:1.0"
10
+
11
+ [agent]
12
+ name = "oracle"
13
+
14
+ [verifier]
15
+ name = "script"
16
+
17
+ [verifier.args]
18
+ script_path = "/workspace/verifier/run.sh"
19
+
20
+ [[steps]]
21
+ name = "main"
22
+ artifacts = ["trace.zip"]
664/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
682/eval_descriptor.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_types": [
3
+ "url_match",
4
+ "program_html"
5
+ ],
6
+ "reference_answers": null,
7
+ "reference_url": "__REDDIT__/f/machinelearning |OR| __REDDIT__/f/singularity |OR| __REDDIT__/f/deeplearning |OR| __REDDIT__/f/technology",
8
+ "program_html": [
9
+ {
10
+ "url": "last",
11
+ "locator": "document.querySelector('.submission__inner').outerText",
12
+ "required_contents": {
13
+ "must_include": [
14
+ "chatgpt",
15
+ "__GITLAB__/convexegg/chatgpt"
16
+ ]
17
+ }
18
+ }
19
+ ],
20
+ "url_note": "GOLD in PRED"
21
+ }
682/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 682
2
+
3
+ Find a GitLab repository related to chatGPT and make a Reddit post linking to it in a relevant subreddit
4
+
5
+ Start URL: __REDDIT__
682/verifier/run.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ python /opt/webarena/evaluator.py --config "$LOOM_TASK_DIR/eval_descriptor.json" --output "$LOOM_VERIFIER_OUTPUT"
781/instruction.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # WebArena task 781
2
+
3
+ Increase the price of black fitness tshirts from Desiree with size XS by 37%
4
+
5
+ Start URL: __SHOPPING_ADMIN__
manifest.json ADDED
The diff for this file is too large to render. See raw diff