This leaderboard tracks performance of various agents on web navigation tasks.
Create a new folder in the results directory with your agent's name:
results/
└── your-agent-name/
├── README.md
├── webarena.json
├── workarena-l1.json
├── workarena++-l2.json
├── workarena++-l3.json
└── miniwob.json
Create a README.md in your agent's folder with the following details:
Make sure to organize the information in clear sections using Markdown.
Create separate JSON files for each benchmark following this format:
[
{
"agent_name": "your-agent-name",
"study_id": "unique-study-identifier-from-agentlab",
"date_time": "YYYY-MM-DD HH:MM:SS",
"benchmark": "WebArena",
"score": 0.0,
"std_err": 0.0,
"benchmark_specific": "Yes/No",
"benchmark_tuned": "Yes/No",
"followed_evaluation_protocol": "Yes/No",
"reproducible": "Yes/No",
"comments": "Additional details",
"original_or_reproduced": "Original"
}
]
Please add all the benchmark files in separate json files named as follows:
webarena.jsonworkarena-l1.jsonworkarena-l2.jsonworkarena-l3.jsonminiwob.jsonEach file must contain a JSON array with a single object following the format above. The benchmark field in each file must match the benchmark name exactly ([WebArena, WorkArena-L1, WorkArena-L2, WorkArena-L3, MiniWoB]) and benchmark_lowercase.json as the filename.
Open the results file for the agent and benchmark you reproduced the results for.
Append the following entry in the json file. Ensure you set original_or_reproduced as Reproduced.
[
{
"agent_name": "your-agent-name",
"study_id": "unique-study-identifier-from-agentlab",
"date_time": "YYYY-MM-DD HH:MM:SS",
"benchmark": "WebArena",
"score": 0.0,
"std_err": 0.0,
"benchmark_specific": "Yes/No",
"benchmark_tuned": "Yes/No",
"followed_evaluation_protocol": "Yes/No",
"reproducible": "Yes/No",
"comments": "Additional details",
"original_or_reproduced": "Reproduced"
}
]
MIT
This leaderboard tracks performance of various agents on web navigation tasks.
Create a new folder in the results directory with your agent's name:
results/
└── your-agent-name/
├── README.md
├── webarena.json
├── workarena-l1.json
├── workarena++-l2.json
├── workarena++-l3.json
└── miniwob.json
Create a README.md in your agent's folder with the following details:
Make sure to organize the information in clear sections using Markdown.
Create separate JSON files for each benchmark following this format:
[
{
"agent_name": "your-agent-name",
"study_id": "unique-study-identifier-from-agentlab",
"date_time": "YYYY-MM-DD HH:MM:SS",
"benchmark": "WebArena",
"score": 0.0,
"std_err": 0.0,
"benchmark_specific": "Yes/No",
"benchmark_tuned": "Yes/No",
"followed_evaluation_protocol": "Yes/No",
"reproducible": "Yes/No",
"comments": "Additional details",
"original_or_reproduced": "Original"
}
]
Please add all the benchmark files in separate json files named as follows:
webarena.jsonworkarena-l1.jsonworkarena-l2.jsonworkarena-l3.jsonminiwob.jsonEach file must contain a JSON array with a single object following the format above. The benchmark field in each file must match the benchmark name exactly ([WebArena, WorkArena-L1, WorkArena-L2, WorkArena-L3, MiniWoB]) and benchmark_lowercase.json as the filename.
Open the results file for the agent and benchmark you reproduced the results for.
Append the following entry in the json file. Ensure you set original_or_reproduced as Reproduced.
[
{
"agent_name": "your-agent-name",
"study_id": "unique-study-identifier-from-agentlab",
"date_time": "YYYY-MM-DD HH:MM:SS",
"benchmark": "WebArena",
"score": 0.0,
"std_err": 0.0,
"benchmark_specific": "Yes/No",
"benchmark_tuned": "Yes/No",
"followed_evaluation_protocol": "Yes/No",
"reproducible": "Yes/No",
"comments": "Additional details",
"original_or_reproduced": "Reproduced"
}
]
MIT