Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- 105/eval_descriptor.json +9 -0
- 105/instruction.md +5 -0
- 105/task.toml +22 -0
- 105/verifier/run.sh +3 -0
- 123/eval_descriptor.json +14 -0
- 129/eval_descriptor.json +14 -0
- 129/instruction.md +5 -0
- 129/task.toml +22 -0
- 129/verifier/run.sh +3 -0
- 134/eval_descriptor.json +14 -0
- 134/instruction.md +5 -0
- 134/task.toml +22 -0
- 150/eval_descriptor.json +14 -0
- 150/instruction.md +5 -0
- 150/task.toml +22 -0
- 150/verifier/run.sh +3 -0
- 160/eval_descriptor.json +9 -0
- 160/instruction.md +5 -0
- 160/task.toml +22 -0
- 160/verifier/run.sh +3 -0
- 163/eval_descriptor.json +19 -0
- 163/instruction.md +5 -0
- 163/task.toml +22 -0
- 163/verifier/run.sh +3 -0
- 190/task.toml +22 -0
- 190/verifier/run.sh +3 -0
- 199/instruction.md +5 -0
- 199/task.toml +22 -0
- 240/eval_descriptor.json +9 -0
- 240/instruction.md +5 -0
- 240/task.toml +22 -0
- 240/verifier/run.sh +3 -0
- 257/eval_descriptor.json +14 -0
- 257/instruction.md +5 -0
- 257/task.toml +22 -0
- 257/verifier/run.sh +3 -0
- 263/verifier/run.sh +3 -0
- 265/instruction.md +5 -0
- 265/verifier/run.sh +3 -0
- 275/eval_descriptor.json +9 -0
- 275/instruction.md +5 -0
- 275/task.toml +22 -0
- 275/verifier/run.sh +3 -0
- 292/eval_descriptor.json +14 -0
- 292/instruction.md +5 -0
- 292/task.toml +22 -0
- 292/verifier/run.sh +3 -0
- 305/eval_descriptor.json +14 -0
- 305/instruction.md +5 -0
- 305/task.toml +22 -0
105/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__GITLAB__/OpenAPITools/openapi-generator/-/issues/?label_name%5B%5D=OpenAPI%20Generator%20CLI",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
105/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 105
|
| 2 |
+
|
| 3 |
+
Display the list of issues in the OpenAPITools/openapi-generator repository that have labels related to OpenAPI Generator CLI
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
105/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/105"
|
| 5 |
+
name = "WebArena — 105"
|
| 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"]
|
105/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"
|
123/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 |
+
}
|
129/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"16"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "16"
|
| 14 |
+
}
|
129/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 129
|
| 2 |
+
|
| 3 |
+
What's the total number of items sold in the most recent 4 orders?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
129/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/129"
|
| 5 |
+
name = "WebArena — 129"
|
| 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"]
|
129/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"
|
134/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"0"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "0"
|
| 14 |
+
}
|
134/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 134
|
| 2 |
+
|
| 3 |
+
How many commits did kilian make to a11yproject on 3/1/2023?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
134/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/134"
|
| 5 |
+
name = "WebArena — 134"
|
| 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"]
|
150/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"260.69"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "260.69"
|
| 14 |
+
}
|
150/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 150
|
| 2 |
+
|
| 3 |
+
What is the price configuration of the fake tree I bought Jan 2023
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
150/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/150"
|
| 5 |
+
name = "WebArena — 150"
|
| 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"]
|
150/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"
|
160/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"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",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
160/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 160
|
| 2 |
+
|
| 3 |
+
I have a lot of Nintendo Switch game cards now, help me find the best storage option to fit all 6 cards
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
160/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/160"
|
| 5 |
+
name = "WebArena — 160"
|
| 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"]
|
160/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"
|
163/eval_descriptor.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"I ordered the 16gb but I only got 14 gigs even though I formatted the card",
|
| 8 |
+
"The memory card is kind of slow on games and downloads",
|
| 9 |
+
"No original packaging It's used and the previous owners data has not been erased",
|
| 10 |
+
"The product is a legit sony hardware that have been owned by someone else before",
|
| 11 |
+
"The media could not be loaded",
|
| 12 |
+
"I could not format the card so I wasn\u2019t able to use it for my VITA"
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
"reference_url": "",
|
| 16 |
+
"program_html": [],
|
| 17 |
+
"string_note": "",
|
| 18 |
+
"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"
|
| 19 |
+
}
|
163/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 163
|
| 2 |
+
|
| 3 |
+
What are the main criticisms of this product? Please extract the relevant sentences.
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__/ostent-16gb-memory-card-stick-storage-for-sony-ps-vita-psv1000-2000-pch-z081-z161-z321-z641.html
|
163/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/163"
|
| 5 |
+
name = "WebArena — 163"
|
| 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"]
|
163/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"
|
190/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/190"
|
| 5 |
+
name = "WebArena — 190"
|
| 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"]
|
190/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"
|
199/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 199
|
| 2 |
+
|
| 3 |
+
Get the order ID of the newest pending order
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
199/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/199"
|
| 5 |
+
name = "WebArena — 199"
|
| 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"]
|
240/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__SHOPPING__/women-cross-flower-beachwear-tankini-bandeau-bandage-bikini-set-push-up-swimwear-bathing-suit-two-pieces-swimsuits.html",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
240/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 240
|
| 2 |
+
|
| 3 |
+
I am doing a market survey for one stop market, show me the most expensive product from competitive swimwear category
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
240/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/240"
|
| 5 |
+
name = "WebArena — 240"
|
| 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"]
|
240/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"
|
257/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"We-Su 10:00-17:00"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "We-Su 10:00-17:00"
|
| 14 |
+
}
|
257/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 257
|
| 2 |
+
|
| 3 |
+
What is the hours of operation of Tokyo Japanese Food Store in Pittsburgh
|
| 4 |
+
|
| 5 |
+
Start URL: __MAP__
|
257/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/257"
|
| 5 |
+
name = "WebArena — 257"
|
| 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"]
|
257/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"
|
263/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"
|
265/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 265
|
| 2 |
+
|
| 3 |
+
What's the closest national park to Boston? How far is it to drive there?
|
| 4 |
+
|
| 5 |
+
Start URL: __MAP__
|
265/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"
|
275/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__SHOPPING__/catalogsearch/result/?q=xbox",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
275/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 275
|
| 2 |
+
|
| 3 |
+
Search for "xbox"
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
275/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/275"
|
| 5 |
+
name = "WebArena — 275"
|
| 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"]
|
275/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"
|
292/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 |
+
}
|
292/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 292
|
| 2 |
+
|
| 3 |
+
Tell me the total number of cancellations of the customer who has the most cancellations in the history
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
292/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/292"
|
| 5 |
+
name = "WebArena — 292"
|
| 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"]
|
292/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"
|
305/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"0"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "0"
|
| 14 |
+
}
|
305/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 305
|
| 2 |
+
|
| 3 |
+
How many commits did Philip make in 2023/1?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__/a11yproject/a11yproject.com
|
305/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/305"
|
| 5 |
+
name = "WebArena — 305"
|
| 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"]
|