Commit
·
3489875
1
Parent(s):
3621285
update citation instructions
Browse files- content.py +1 -1
content.py
CHANGED
@@ -27,7 +27,7 @@ Participants are invited to submit your agent's trajectory to test. The submissi
|
|
27 |
Submissions must include a sequence of images (i.e., screenshots in the trajectory) and a result.json file for each task. The JSON file should contain the fields: "Task", "Task_id", and "action_history". You can refer to an example of the submission files.
|
28 |
"""
|
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",
|
|
|
27 |
Submissions must include a sequence of images (i.e., screenshots in the trajectory) and a result.json file for each task. The JSON file should contain the fields: "Task", "Task_id", and "action_history". You can refer to an example of the submission files.
|
28 |
"""
|
29 |
|
30 |
+
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results. Note: Online-Mind2Web is derived from the original Mind2Web dataset. We kindly ask that you cite both the original and this work when using or referencing the data."
|
31 |
CITATION_BUTTON_TEXT = r"""
|
32 |
@article{xue2025webagents,
|
33 |
title = "An Illusion of Progress? Assessing the Current State of Web Agents",
|