Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- 0/eval_descriptor.json +12 -0
- 0/instruction.md +5 -0
- 0/task.toml +22 -0
- 0/verifier/run.sh +3 -0
- 103/eval_descriptor.json +9 -0
- 103/instruction.md +5 -0
- 103/task.toml +22 -0
- 103/verifier/run.sh +3 -0
- 104/eval_descriptor.json +9 -0
- 104/instruction.md +5 -0
- 104/task.toml +22 -0
- 104/verifier/run.sh +3 -0
- 107/eval_descriptor.json +21 -0
- 107/instruction.md +5 -0
- 107/task.toml +22 -0
- 107/verifier/run.sh +3 -0
- 11/eval_descriptor.json +14 -0
- 11/instruction.md +5 -0
- 11/task.toml +22 -0
- 11/verifier/run.sh +3 -0
- 112/eval_descriptor.json +12 -0
- 112/instruction.md +5 -0
- 112/task.toml +22 -0
- 112/verifier/run.sh +3 -0
- 114/eval_descriptor.json +15 -0
- 114/instruction.md +5 -0
- 114/task.toml +22 -0
- 114/verifier/run.sh +3 -0
- 118/eval_descriptor.json +19 -0
- 118/instruction.md +5 -0
- 118/task.toml +22 -0
- 118/verifier/run.sh +3 -0
- 12/eval_descriptor.json +14 -0
- 12/instruction.md +5 -0
- 12/task.toml +22 -0
- 12/verifier/run.sh +3 -0
- 121/eval_descriptor.json +14 -0
- 121/instruction.md +5 -0
- 121/task.toml +22 -0
- 121/verifier/run.sh +3 -0
- 124/eval_descriptor.json +15 -0
- 124/instruction.md +5 -0
- 124/task.toml +22 -0
- 124/verifier/run.sh +3 -0
- 126/eval_descriptor.json +15 -0
- 126/instruction.md +5 -0
- 126/task.toml +22 -0
- 126/verifier/run.sh +3 -0
- 128/eval_descriptor.json +14 -0
- 128/instruction.md +5 -0
0/eval_descriptor.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"exact_match": "Quest Lumaflex\u2122 Band"
|
| 7 |
+
},
|
| 8 |
+
"reference_url": "",
|
| 9 |
+
"program_html": [],
|
| 10 |
+
"string_note": "",
|
| 11 |
+
"reference_answer_raw_annotation": "Quest Lumaflex\u2122 Band"
|
| 12 |
+
}
|
0/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 0
|
| 2 |
+
|
| 3 |
+
What is the top-1 best-selling product in 2022
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
0/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/0"
|
| 5 |
+
name = "WebArena — 0"
|
| 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"]
|
0/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"
|
103/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__GITLAB__/kkroening/ffmpeg-python/-/issues/?label_name%5B%5D=question",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
103/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 103
|
| 2 |
+
|
| 3 |
+
Display the list of issues in the kkroening/ffmpeg-python repository that have labels related to questions
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
103/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/103"
|
| 5 |
+
name = "WebArena — 103"
|
| 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"]
|
103/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"
|
104/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__GITLAB__/keycloak/keycloak/-/issues/?label_name%5B%5D=flaky-test",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
104/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 104
|
| 2 |
+
|
| 3 |
+
Display the list of issues in the keycloak/keycloak repository that have labels related to flaky-test
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
104/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/104"
|
| 5 |
+
name = "WebArena — 104"
|
| 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"]
|
104/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"
|
107/eval_descriptor.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"May: 8 orders",
|
| 8 |
+
"June: 13 orders",
|
| 9 |
+
"July: 9 orders",
|
| 10 |
+
"August: 8 orders",
|
| 11 |
+
"Sepetember: 10 orders",
|
| 12 |
+
"October: 4 orders",
|
| 13 |
+
"November: 5 orders",
|
| 14 |
+
"December: 10 orders"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"reference_url": "",
|
| 18 |
+
"program_html": [],
|
| 19 |
+
"string_note": "",
|
| 20 |
+
"reference_answer_raw_annotation": "May: 8 orders June: 13 orders July: 9 orders August: 8 orders Sepetember: 10 orders Octorbor: 4 orders November: 5 orders December: 10 orders "
|
| 21 |
+
}
|
107/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 107
|
| 2 |
+
|
| 3 |
+
Presents the monthly count of successful orders from May to December 2022 in MM:COUNT format
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
107/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/107"
|
| 5 |
+
name = "WebArena — 107"
|
| 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"]
|
107/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"
|
11/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"6"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "6"
|
| 14 |
+
}
|
11/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 11
|
| 2 |
+
|
| 3 |
+
Tell me the the number of reviews that our store received by far that mention term "disappointed"
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
11/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/11"
|
| 5 |
+
name = "WebArena — 11"
|
| 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"]
|
11/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"
|
112/eval_descriptor.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"exact_match": "Hannah Lim"
|
| 7 |
+
},
|
| 8 |
+
"reference_url": "",
|
| 9 |
+
"program_html": [],
|
| 10 |
+
"string_note": "",
|
| 11 |
+
"reference_answer_raw_annotation": "Hannah Lim"
|
| 12 |
+
}
|
112/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 112
|
| 2 |
+
|
| 3 |
+
Show me the customers who have expressed dissatisfaction with Circe fleece?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
112/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/112"
|
| 5 |
+
name = "WebArena — 112"
|
| 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"]
|
112/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"
|
114/eval_descriptor.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"Shaunte",
|
| 8 |
+
"Merrie"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"reference_url": "",
|
| 12 |
+
"program_html": [],
|
| 13 |
+
"string_note": "",
|
| 14 |
+
"reference_answer_raw_annotation": "Shaunte, Merrie"
|
| 15 |
+
}
|
114/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 114
|
| 2 |
+
|
| 3 |
+
Show me the customers who have expressed dissatisfaction with Antonia racer tank?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
114/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/114"
|
| 5 |
+
name = "WebArena — 114"
|
| 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"]
|
114/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"
|
118/eval_descriptor.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"program_html"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": null,
|
| 7 |
+
"program_html": [
|
| 8 |
+
{
|
| 9 |
+
"url": "last",
|
| 10 |
+
"locator": "",
|
| 11 |
+
"required_contents": {
|
| 12 |
+
"must_include": [
|
| 13 |
+
"jaw bruxism",
|
| 14 |
+
"mouth guard"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
}
|
118/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 118
|
| 2 |
+
|
| 3 |
+
I have jaw bruxism problem, show me something that could alleviate the problem.
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
118/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/118"
|
| 5 |
+
name = "WebArena — 118"
|
| 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"]
|
118/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"
|
12/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"2"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "2"
|
| 14 |
+
}
|
12/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 12
|
| 2 |
+
|
| 3 |
+
Tell me the the number of reviews that our store received by far that mention term "satisfied"
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
12/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/12"
|
| 5 |
+
name = "WebArena — 12"
|
| 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"]
|
12/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"
|
121/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"Warm and comfortable. True to size."
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "Warm and comfortable. True to size."
|
| 14 |
+
}
|
121/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 121
|
| 2 |
+
|
| 3 |
+
Tell me the reasons why customers like Circe hooded fleece
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
121/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/121"
|
| 5 |
+
name = "WebArena — 121"
|
| 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"]
|
121/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"
|
124/eval_descriptor.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"0.14",
|
| 8 |
+
"745.00"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"reference_url": "",
|
| 12 |
+
"program_html": [],
|
| 13 |
+
"string_note": "",
|
| 14 |
+
"reference_answer_raw_annotation": "$0.14 - $745.00"
|
| 15 |
+
}
|
124/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 124
|
| 2 |
+
|
| 3 |
+
What is the price range of wireless earphone in the One Stop Market?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
124/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/124"
|
| 5 |
+
name = "WebArena — 124"
|
| 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"]
|
124/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"
|
126/eval_descriptor.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"2.56",
|
| 8 |
+
"649.99"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"reference_url": "",
|
| 12 |
+
"program_html": [],
|
| 13 |
+
"string_note": "",
|
| 14 |
+
"reference_answer_raw_annotation": "$2.56 - $649.99"
|
| 15 |
+
}
|
126/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 126
|
| 2 |
+
|
| 3 |
+
What is the price range of Canon photo printer in the One Stop Market?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
126/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/126"
|
| 5 |
+
name = "WebArena — 126"
|
| 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"]
|
126/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"
|
128/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"9"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "9"
|
| 14 |
+
}
|
128/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 128
|
| 2 |
+
|
| 3 |
+
What's the total number of items sold in the most recent 2 orders?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|