Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- 110/eval_descriptor.json +24 -0
- 110/instruction.md +5 -0
- 110/task.toml +22 -0
- 110/verifier/run.sh +3 -0
- 117/instruction.md +5 -0
- 159/eval_descriptor.json +9 -0
- 159/instruction.md +5 -0
- 196/eval_descriptor.json +14 -0
- 198/eval_descriptor.json +12 -0
- 198/instruction.md +5 -0
- 198/task.toml +22 -0
- 198/verifier/run.sh +3 -0
- 199/eval_descriptor.json +14 -0
- 199/verifier/run.sh +3 -0
- 203/instruction.md +5 -0
- 241/eval_descriptor.json +9 -0
- 241/instruction.md +5 -0
- 241/task.toml +22 -0
- 241/verifier/run.sh +3 -0
- 252/verifier/run.sh +3 -0
- 265/eval_descriptor.json +15 -0
- 265/task.toml +22 -0
- 276/eval_descriptor.json +9 -0
- 276/instruction.md +5 -0
- 276/task.toml +22 -0
- 277/eval_descriptor.json +9 -0
- 277/instruction.md +5 -0
- 277/task.toml +22 -0
- 277/verifier/run.sh +3 -0
- 279/eval_descriptor.json +27 -0
- 279/instruction.md +5 -0
- 279/task.toml +22 -0
- 279/verifier/run.sh +3 -0
- 323/eval_descriptor.json +14 -0
- 323/instruction.md +5 -0
- 323/task.toml +22 -0
- 323/verifier/run.sh +3 -0
- 441/eval_descriptor.json +18 -0
- 441/instruction.md +5 -0
- 441/task.toml +22 -0
- 441/verifier/run.sh +3 -0
- 455/eval_descriptor.json +16 -0
- 455/instruction.md +5 -0
- 455/task.toml +22 -0
- 455/verifier/run.sh +3 -0
- 484/task.toml +22 -0
- 502/eval_descriptor.json +16 -0
- 502/instruction.md +5 -0
- 502/task.toml +22 -0
- 502/verifier/run.sh +3 -0
110/eval_descriptor.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"January: 11 orders",
|
| 8 |
+
"Feburary: 16 orders",
|
| 9 |
+
"March: 14 orders",
|
| 10 |
+
"April: 7 orders",
|
| 11 |
+
"May: 8 orders",
|
| 12 |
+
"June: 13 orders",
|
| 13 |
+
"July: 9 orders",
|
| 14 |
+
"August: 8 orders",
|
| 15 |
+
"Sepetember: 10 orders",
|
| 16 |
+
"Octorbor: 4 orders",
|
| 17 |
+
"November: 5 orders"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"reference_url": "",
|
| 21 |
+
"program_html": [],
|
| 22 |
+
"string_note": "",
|
| 23 |
+
"reference_answer_raw_annotation": "January: 11 orders Feburary: 16 orders March: 14 orders April: 7 orders May: 8 orders June: 13 orders July: 9 orders August: 8 orders Sepetember: 10 orders Octorbor: 4 orders November: 5 orders "
|
| 24 |
+
}
|
110/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 110
|
| 2 |
+
|
| 3 |
+
Presents the monthly count of successful orders from Jan to Nov 2022 in MM:COUNT format
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
110/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/110"
|
| 5 |
+
name = "WebArena — 110"
|
| 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"]
|
110/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"
|
117/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 117
|
| 2 |
+
|
| 3 |
+
What is the date when I made my first purchase on this site?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
159/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__SHOPPING__/game-card-holder-storage-case-for-nintendo-switch-games-or-ps-vita-game-case-or-sd-memory-cards-black.html",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
159/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 159
|
| 2 |
+
|
| 3 |
+
I have a lot of Nintendo Switch game cards now, help me find the best storage option to fit all 31 cards
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
196/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"194.25"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "194.25"
|
| 14 |
+
}
|
198/eval_descriptor.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"exact_match": "Lily Potter"
|
| 7 |
+
},
|
| 8 |
+
"reference_url": "",
|
| 9 |
+
"program_html": [],
|
| 10 |
+
"string_note": "",
|
| 11 |
+
"reference_answer_raw_annotation": "Lily Potter"
|
| 12 |
+
}
|
198/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 198
|
| 2 |
+
|
| 3 |
+
Get the customer name of the most recent cancelled order
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
198/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/198"
|
| 5 |
+
name = "WebArena — 198"
|
| 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"]
|
198/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/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"299"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "299"
|
| 14 |
+
}
|
199/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"
|
203/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 203
|
| 2 |
+
|
| 3 |
+
Get the purchase date and order id of the most recent pending order
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
241/eval_descriptor.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"url_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "__SHOPPING__/professional-medi-spa-scar-stretch-mark-reduction-system.html",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
241/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 241
|
| 2 |
+
|
| 3 |
+
I am doing a market survey for one stop market, show me the most expensive product from skin care tool category
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
241/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/241"
|
| 5 |
+
name = "WebArena — 241"
|
| 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"]
|
241/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"
|
252/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/eval_descriptor.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"Acadia National Park",
|
| 8 |
+
"457km"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"reference_url": "",
|
| 12 |
+
"program_html": [],
|
| 13 |
+
"string_note": "",
|
| 14 |
+
"reference_answer_raw_annotation": "Acadia National Park\n457km"
|
| 15 |
+
}
|
265/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/265"
|
| 5 |
+
name = "WebArena — 265"
|
| 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"]
|
276/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=switch+accessories",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
276/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 276
|
| 2 |
+
|
| 3 |
+
Search for "switch accessories"
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
276/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/276"
|
| 5 |
+
name = "WebArena — 276"
|
| 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"]
|
277/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=iphone+13",
|
| 7 |
+
"program_html": [],
|
| 8 |
+
"url_note": "GOLD in PRED"
|
| 9 |
+
}
|
277/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 277
|
| 2 |
+
|
| 3 |
+
Search for "batteries for iphone 13"
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
277/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/277"
|
| 5 |
+
name = "WebArena — 277"
|
| 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"]
|
277/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"
|
279/eval_descriptor.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"SONY WH1000XM3 Bluetooth Wireless Noise Canceling Headphones Silver WH-1000XM3/S (Renewed)",
|
| 8 |
+
"Sony WH-CH710N/H Wireless Bluetooth Noise Cancelling Headphones",
|
| 9 |
+
"Sony WH-1000XM3B Wireless Bluetooth Noise-Canceling Over-Ear Headphones (Black) Basic Headphone Bundle Kit with Stylus",
|
| 10 |
+
"Sony Wireless Headphones WH-CH510: Wireless Bluetooth On-Ear Headset with Mic for Phone-Call, Black",
|
| 11 |
+
"Sony WHCH710N Wireless Bluetooth Noise Canceling Over-The-Ear Headphones (Black) with Kratos 18W PD Two-Port Power Adapter and Kratos 6-Feet Nylon Braided USB-C Cable Bundle (3 Items)",
|
| 12 |
+
"Sony WI-SP500 Wireless in-Ear Sports Headphones, White (WISP500/W)",
|
| 13 |
+
"Sony WI-SP510 Extra BASS Wireless in-Ear Headset/Headphones with mic for Phone Call Sports IPX5 Bluetooth, Black (WISP510/B)",
|
| 14 |
+
"Sony MDRAS600BT Active Sports Bluetooth Headset (Black)",
|
| 15 |
+
"Sony WH-1000XM4 Wireless Noise Canceling Over-Ear Headphones (Black) with Sony WLA-NS7 Wireless TV Adapter Bundle (2 Items)",
|
| 16 |
+
"Sony WI-C300 Wireless In-Ear Headphones, Red (WIC300/R)",
|
| 17 |
+
"Sony XB950N1 Extra Bass Wireless Noise Canceling Headphones, Black",
|
| 18 |
+
"SONY - H900N Hi-Res Noise Cancelling Wireless Headphone Grayish Black Renewed",
|
| 19 |
+
"18.99",
|
| 20 |
+
"406"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"reference_url": "",
|
| 24 |
+
"program_html": [],
|
| 25 |
+
"string_note": "",
|
| 26 |
+
"reference_answer_raw_annotation": "These models are avaiable: SONY WH1000XM3 Bluetooth Wireless Noise Canceling Headphones Silver WH-1000XM3/S (Renewed) Sony WH-CH710N/H Wireless Bluetooth Noise Cancelling Headphones Sony WH-1000XM3B Wireless Bluetooth Noise-Canceling Over-Ear Headphones (Black) Basic Headphone Bundle Kit with Stylus Sony Wireless Headphones WH-CH510: Wireless Bluetooth On-Ear Headset with Mic for Phone-Call, Black Sony WHCH710N Wireless Bluetooth Noise Canceling Over-The-Ear Headphones (Black) with Kratos 18W PD Two-Port Power Adapter and Kratos 6-Feet Nylon Braided USB-C Cable Bundle (3 Items) Sony WI-SP500 Wireless in-Ear Sports Headphones, White (WISP500/W) Sony WI-SP510 Extra BASS Wireless in-Ear Headset/Headphones with mic for Phone Call Sports IPX5 Bluetooth, Black (WISP510/B) Sony MDRAS600BT Active Sports Bluetooth Headset (Black) Sony WH-1000XM4 Wireless Noise Canceling Over-Ear Headphones (Black) with Sony WLA-NS7 Wireless TV Adapter Bundle (2 Items) Sony WI-C300 Wireless In-Ear Headphones, Red (WIC300/R) Sony XB950N1 Extra Bass Wireless Noise Canceling Headphones, Black SONY - H900N Hi-Res Noise Cancelling Wireless Headphone Grayish Black Renewed The price ranges from $18.99 to $406 "
|
| 27 |
+
}
|
279/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 279
|
| 2 |
+
|
| 3 |
+
Provide me with the complete names of Bluetooth headphones from Sony, and also share the price range for the available models
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
279/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/279"
|
| 5 |
+
name = "WebArena — 279"
|
| 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"]
|
279/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"
|
323/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"264.49"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "264.49"
|
| 14 |
+
}
|
323/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 323
|
| 2 |
+
|
| 3 |
+
How much refund I should expect from my order canlled in 2022/03? I only kept the AC-DC Adapter and the shop told me that I cannot get the shipping fee back
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
323/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/323"
|
| 5 |
+
name = "WebArena — 323"
|
| 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"]
|
323/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"
|
441/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": "__GITLAB__/byteblaze/gimmiethat.space/-/raw/main/index.html",
|
| 10 |
+
"locator": "",
|
| 11 |
+
"required_contents": {
|
| 12 |
+
"must_include": [
|
| 13 |
+
"<title>GIVE ME SPACE</title>"
|
| 14 |
+
]
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
]
|
| 18 |
+
}
|
441/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 441
|
| 2 |
+
|
| 3 |
+
Update the project site's title to "GIVE ME SPACE"
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__/byteblaze/gimmiethat.space
|
441/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/441"
|
| 5 |
+
name = "WebArena — 441"
|
| 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"]
|
441/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"
|
455/eval_descriptor.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"program_html"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "",
|
| 7 |
+
"program_html": [
|
| 8 |
+
{
|
| 9 |
+
"url": "__SHOPPING_ADMIN__/catalog/product/edit/id/676/",
|
| 10 |
+
"locator": "document.querySelector('[name=\"product[status]\"').value",
|
| 11 |
+
"required_contents": {
|
| 12 |
+
"exact_match": "2"
|
| 13 |
+
}
|
| 14 |
+
}
|
| 15 |
+
]
|
| 16 |
+
}
|
455/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 455
|
| 2 |
+
|
| 3 |
+
Disable lHelios Endurance Tank from the site, they are facing some quality issues.
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
455/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/455"
|
| 5 |
+
name = "WebArena — 455"
|
| 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"]
|
455/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"
|
484/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/484"
|
| 5 |
+
name = "WebArena — 484"
|
| 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"]
|
502/eval_descriptor.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"program_html"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": null,
|
| 6 |
+
"reference_url": "",
|
| 7 |
+
"program_html": [
|
| 8 |
+
{
|
| 9 |
+
"url": "__SHOPPING_ADMIN__/catalog/product/edit/id/446/",
|
| 10 |
+
"locator": "document.querySelector('[name=\"product[quantity_and_stock_status][is_in_stock]\"').value",
|
| 11 |
+
"required_contents": {
|
| 12 |
+
"exact_match": "0"
|
| 13 |
+
}
|
| 14 |
+
}
|
| 15 |
+
]
|
| 16 |
+
}
|
502/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 502
|
| 2 |
+
|
| 3 |
+
Make all Gobi HeatTec Tee as out of stock
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
502/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/502"
|
| 5 |
+
name = "WebArena — 502"
|
| 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"]
|
502/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"
|