Commit
·
3621285
1
Parent(s):
5d1208d
update m2w citation
Browse files- content.py +12 -0
content.py
CHANGED
@@ -37,6 +37,18 @@ CITATION_BUTTON_TEXT = r"""
|
|
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 = """
|
|
|
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 |
+
@inproceedings{NEURIPS2023_5950bf29,
|
42 |
+
author = {Deng, Xiang and Gu, Yu and Zheng, Boyuan and Chen, Shijie and Stevens, Sam and Wang, Boshi and Sun, Huan and Su, Yu},
|
43 |
+
booktitle = {Advances in Neural Information Processing Systems},
|
44 |
+
editor = {A. Oh and T. Naumann and A. Globerson and K. Saenko and M. Hardt and S. Levine},
|
45 |
+
pages = {28091--28114},
|
46 |
+
publisher = {Curran Associates, Inc.},
|
47 |
+
title = {Mind2Web: Towards a Generalist Agent for the Web},
|
48 |
+
url = {https://proceedings.neurips.cc/paper_files/paper/2023/file/5950bf290a1570ea401bf98882128160-Paper-Datasets_and_Benchmarks.pdf},
|
49 |
+
volume = {36},
|
50 |
+
year = {2023}
|
51 |
+
}
|
52 |
"""
|
53 |
|
54 |
SUBMIT_INTRODUCTION = """
|