Upload content.py
#6
by
xuetianci99
- opened
- content.py +3 -1
content.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
TITLE = """<h1 align="center" id="space-title">π Online-Mind2Web Leaderboard</h1>"""
|
2 |
LINKS = """
|
3 |
<div align="center">
|
|
|
4 |
<a href="https://tiancixue.notion.site/An-Illusion-of-Progress-Assessing-the-Current-State-of-Web-Agents-1ac6cd2b9aac80719cd6f68374aaf4b4?pvs=4">Blog</a> |
|
5 |
-
<a href="#">Paper</a> |
|
6 |
<a href="https://github.com/OSU-NLP-Group/Online-Mind2Web">Code</a> |
|
7 |
<a href="https://huggingface.co/datasets/osunlp/Online-Mind2Web">Data</a>
|
8 |
</div>
|
@@ -58,7 +58,9 @@ If you have conducted your own human evaluation, please also attach your human-e
|
|
58 |
The result of each task is stored in a folder named as its `task_id`, containing:
|
59 |
- `trajectory/`: Stores screenshots of each step.
|
60 |
- `result.json`: Task metadata and action history.
|
|
|
61 |
Here is an [example](https://github.com/OSU-NLP-Group/Online-Mind2Web/tree/main/data/example/fb7b4f784cfde003e2548fdf4e8d6b4f) of the format.
|
|
|
62 |
**Structure:**
|
63 |
```
|
64 |
main_directory/
|
|
|
1 |
TITLE = """<h1 align="center" id="space-title">π Online-Mind2Web Leaderboard</h1>"""
|
2 |
LINKS = """
|
3 |
<div align="center">
|
4 |
+
<a href="https://arxiv.org/abs/2504.01382">Paper</a> |
|
5 |
<a href="https://tiancixue.notion.site/An-Illusion-of-Progress-Assessing-the-Current-State-of-Web-Agents-1ac6cd2b9aac80719cd6f68374aaf4b4?pvs=4">Blog</a> |
|
|
|
6 |
<a href="https://github.com/OSU-NLP-Group/Online-Mind2Web">Code</a> |
|
7 |
<a href="https://huggingface.co/datasets/osunlp/Online-Mind2Web">Data</a>
|
8 |
</div>
|
|
|
58 |
The result of each task is stored in a folder named as its `task_id`, containing:
|
59 |
- `trajectory/`: Stores screenshots of each step.
|
60 |
- `result.json`: Task metadata and action history.
|
61 |
+
|
62 |
Here is an [example](https://github.com/OSU-NLP-Group/Online-Mind2Web/tree/main/data/example/fb7b4f784cfde003e2548fdf4e8d6b4f) of the format.
|
63 |
+
|
64 |
**Structure:**
|
65 |
```
|
66 |
main_directory/
|