Commit
Β·
5d1208d
1
Parent(s):
e3f57bf
update citation and blog link
Browse files- content.py +10 -2
content.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
TITLE = """<h1 align="center" id="space-title">π Online Mind2Web Leaderboard</h1>"""
|
2 |
LINKS = """
|
3 |
<div align="center">
|
4 |
-
<a href="
|
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>
|
@@ -29,7 +29,15 @@ Submissions must include a sequence of images (i.e., screenshots in the trajecto
|
|
29 |
|
30 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
31 |
CITATION_BUTTON_TEXT = r"""
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
SUBMIT_INTRODUCTION = """
|
35 |
## β Please submit the trajectory file with the following format:
|
|
|
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>
|
|
|
29 |
|
30 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
31 |
CITATION_BUTTON_TEXT = r"""
|
32 |
+
@article{xue2025webagents,
|
33 |
+
title = "An Illusion of Progress? Assessing the Current State of Web Agents",
|
34 |
+
author = "Xue, Tianci and Qi, Weijian and Shi, Tianneng and Song, Chan Hee and Gou, Boyu and Song, Dawn and Sun, Huan and Su, Yu",
|
35 |
+
journal = "OSU NLP Blog",
|
36 |
+
year = "2025",
|
37 |
+
month = "Mar",
|
38 |
+
url = "https://tiancixue.notion.site/An-Illusion-of-Progress-Assessing-the-Current-State-of-Web-Agents-1ac6cd2b9aac80719cd6f68374aaf4b4?pvs=4"
|
39 |
+
}
|
40 |
+
"""
|
41 |
|
42 |
SUBMIT_INTRODUCTION = """
|
43 |
## β Please submit the trajectory file with the following format:
|