Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- 120/eval_descriptor.json +14 -0
- 120/instruction.md +5 -0
- 120/task.toml +22 -0
- 120/verifier/run.sh +3 -0
- 127/eval_descriptor.json +16 -0
- 127/instruction.md +5 -0
- 127/task.toml +22 -0
- 127/verifier/run.sh +3 -0
- 131/eval_descriptor.json +14 -0
- 131/instruction.md +5 -0
- 131/task.toml +22 -0
- 131/verifier/run.sh +3 -0
- 132/eval_descriptor.json +14 -0
- 132/instruction.md +5 -0
- 132/task.toml +22 -0
- 132/verifier/run.sh +3 -0
- 147/eval_descriptor.json +14 -0
- 147/instruction.md +5 -0
- 147/task.toml +22 -0
- 147/verifier/run.sh +3 -0
- 151/eval_descriptor.json +14 -0
- 151/instruction.md +5 -0
- 151/task.toml +22 -0
- 151/verifier/run.sh +3 -0
- 167/eval_descriptor.json +19 -0
- 167/instruction.md +5 -0
- 167/task.toml +22 -0
- 167/verifier/run.sh +3 -0
- 168/instruction.md +5 -0
- 168/task.toml +22 -0
- 168/verifier/run.sh +3 -0
- 174/eval_descriptor.json +15 -0
- 174/instruction.md +5 -0
- 174/task.toml +22 -0
- 174/verifier/run.sh +3 -0
- 18/task.toml +22 -0
- 18/verifier/run.sh +3 -0
- 192/eval_descriptor.json +14 -0
- 192/verifier/run.sh +3 -0
- 193/eval_descriptor.json +14 -0
- 193/instruction.md +5 -0
- 193/task.toml +22 -0
- 193/verifier/run.sh +3 -0
- 205/eval_descriptor.json +14 -0
- 205/instruction.md +5 -0
- 205/task.toml +22 -0
- 205/verifier/run.sh +3 -0
- 206/eval_descriptor.json +14 -0
- 206/instruction.md +5 -0
- 206/task.toml +22 -0
120/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"It is comfortable"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "It is comfortable"
|
| 14 |
+
}
|
120/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 120
|
| 2 |
+
|
| 3 |
+
Tell me the reasons why customers like Ana Running Short
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
120/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/120"
|
| 5 |
+
name = "WebArena — 120"
|
| 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"]
|
120/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"
|
127/eval_descriptor.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"Hollister",
|
| 8 |
+
"Joust",
|
| 9 |
+
"Antonia"
|
| 10 |
+
]
|
| 11 |
+
},
|
| 12 |
+
"reference_url": "",
|
| 13 |
+
"program_html": [],
|
| 14 |
+
"string_note": "",
|
| 15 |
+
"reference_answer_raw_annotation": "Hollister, Joust, Antonia"
|
| 16 |
+
}
|
127/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 127
|
| 2 |
+
|
| 3 |
+
What brands appear most frequently among the top search terms?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
127/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/127"
|
| 5 |
+
name = "WebArena — 127"
|
| 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"]
|
127/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"
|
131/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"25"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "25"
|
| 14 |
+
}
|
131/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 131
|
| 2 |
+
|
| 3 |
+
What's the total number of items sold in the most recent 7 orders?
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
131/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/131"
|
| 5 |
+
name = "WebArena — 131"
|
| 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"]
|
131/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"
|
132/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"1"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "1"
|
| 14 |
+
}
|
132/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 132
|
| 2 |
+
|
| 3 |
+
How many commits did kilian make to a11yproject on 3/5/2023?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
132/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/132"
|
| 5 |
+
name = "WebArena — 132"
|
| 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"]
|
132/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"
|
147/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"16x24"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "16x24"
|
| 14 |
+
}
|
147/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 147
|
| 2 |
+
|
| 3 |
+
What is the size configuration of the picture frame I bought 2022
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__
|
147/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/147"
|
| 5 |
+
name = "WebArena — 147"
|
| 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"]
|
147/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"
|
151/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"fuzzy_match": [
|
| 7 |
+
"4min"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "4min"
|
| 14 |
+
}
|
151/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 151
|
| 2 |
+
|
| 3 |
+
What is the minimum travel time by car from CMU to University of Pittsburgh?
|
| 4 |
+
|
| 5 |
+
Start URL: __MAP__
|
151/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/151"
|
| 5 |
+
name = "WebArena — 151"
|
| 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"]
|
151/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"
|
167/eval_descriptor.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"The wireless connection works on a whim (about 40% of the time I've owned it)",
|
| 8 |
+
"It seems to constantly run out of ink",
|
| 9 |
+
"Cartridge prices are less than some printers I've had",
|
| 10 |
+
"This printer seems to have more reasons NOT to work (none that are findable or correctable) Ex: error boxes saying that it's out of paper when it automatically switches to photo printing for some reason",
|
| 11 |
+
"Scanner is as slow as my first scanner I ever owned in the mid-90's",
|
| 12 |
+
"For the $176 I paid, there isn't even a fax component on it. I guess the \"PLUS\" part of it's name is in reference to the migraines it causes when you can't figure out the new reason why it's not working for the 10th time in the past 2 months."
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
"reference_url": "",
|
| 16 |
+
"program_html": [],
|
| 17 |
+
"string_note": "",
|
| 18 |
+
"reference_answer_raw_annotation": "The wireless connection works on a whim (about 40% of the time I've owned it). It seems to constantly run out of ink. Cartridge prices are less than some printers I've had, but now I understand why. This printer seems to have more reasons NOT to work (none that are findable or correctable) Ex: error boxes saying that it's out of paper when it automatically switches to photo printing for some reason. Scanner is as slow as my first scanner I ever owned in the mid-90's. For the $176 I paid, there isn't even a fax component on it. I guess the \"PLUS\" part of it's name is in reference to the migraines it causes when you can't figure out the new reason why it's not working for the 10th time in the past 2 months."
|
| 19 |
+
}
|
167/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 167
|
| 2 |
+
|
| 3 |
+
What are the main criticisms of this product? Please extract the relevant sentences.
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING__/photosmart-plus-b209-clr-inkjetfb-p-s-c-usb-wrls-1.html
|
167/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/167"
|
| 5 |
+
name = "WebArena — 167"
|
| 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"]
|
167/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"
|
168/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 168
|
| 2 |
+
|
| 3 |
+
Tell me the full names of the repositories where I made contributions and they got more than 100 stars?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
168/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/168"
|
| 5 |
+
name = "WebArena — 168"
|
| 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"]
|
168/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"
|
174/eval_descriptor.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match",
|
| 4 |
+
"url_match"
|
| 5 |
+
],
|
| 6 |
+
"reference_answers": {
|
| 7 |
+
"fuzzy_match": [
|
| 8 |
+
"No, it is open"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"reference_url": "__GITLAB__/byteblaze/a11y-webring.club/-/issues/71",
|
| 12 |
+
"program_html": [],
|
| 13 |
+
"reference_answer_raw_annotation": "Not closed",
|
| 14 |
+
"string_note": ""
|
| 15 |
+
}
|
174/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 174
|
| 2 |
+
|
| 3 |
+
Open my latest updated issue that has keyword "feature" in its title to check if it is closed
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__
|
174/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/174"
|
| 5 |
+
name = "WebArena — 174"
|
| 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"]
|
174/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"
|
18/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/18"
|
| 5 |
+
name = "WebArena — 18"
|
| 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"]
|
18/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"
|
192/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"754.99"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "754.99"
|
| 14 |
+
}
|
192/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"
|
193/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"182.4"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "182.4"
|
| 14 |
+
}
|
193/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 193
|
| 2 |
+
|
| 3 |
+
Get the total payment amount of the last 2 completed orders
|
| 4 |
+
|
| 5 |
+
Start URL: __SHOPPING_ADMIN__
|
193/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/193"
|
| 5 |
+
name = "WebArena — 193"
|
| 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"]
|
193/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"
|
205/eval_descriptor.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_types": [
|
| 3 |
+
"string_match"
|
| 4 |
+
],
|
| 5 |
+
"reference_answers": {
|
| 6 |
+
"must_include": [
|
| 7 |
+
"1"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"reference_url": "",
|
| 11 |
+
"program_html": [],
|
| 12 |
+
"string_note": "",
|
| 13 |
+
"reference_answer_raw_annotation": "1"
|
| 14 |
+
}
|
205/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 205
|
| 2 |
+
|
| 3 |
+
How many commits did kilian make on 3/5/2023?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__/a11yproject/a11yproject.com
|
205/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/205"
|
| 5 |
+
name = "WebArena — 205"
|
| 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"]
|
205/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"
|
206/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 |
+
}
|
206/instruction.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WebArena task 206
|
| 2 |
+
|
| 3 |
+
How many commits did Eric make on 3/2?
|
| 4 |
+
|
| 5 |
+
Start URL: __GITLAB__/a11yproject/a11yproject.com
|
206/task.toml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version = "1"
|
| 2 |
+
|
| 3 |
+
[task]
|
| 4 |
+
id = "webarena/206"
|
| 5 |
+
name = "WebArena — 206"
|
| 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"]
|