Spaces:
Running
Running
update citation
Browse files- content.py +8 -5
content.py
CHANGED
@@ -48,11 +48,14 @@ CITATION = f"""
|
|
48 |
If this work is helpful, please kindly cite as:
|
49 |
|
50 |
```bigquery
|
51 |
-
@
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
|
|
56 |
}}
|
57 |
```
|
58 |
"""
|
|
|
48 |
If this work is helpful, please kindly cite as:
|
49 |
|
50 |
```bigquery
|
51 |
+
@misc{{wu2025webwalker,
|
52 |
+
title={{WebWalker: Benchmarking LLMs in Web Traversal}},
|
53 |
+
author={{Jialong Wu and Wenbiao Yin and Yong Jiang and Zhenglin Wang and Zekun Xi and Runnan Fang and Deyu Zhou and Pengjun Xie and Fei Huang}},
|
54 |
+
year={{2025}},
|
55 |
+
eprint={{2501.07572}},
|
56 |
+
archivePrefix={{arXiv}},
|
57 |
+
primaryClass={{cs.CL}},
|
58 |
+
url={{https://arxiv.org/abs/2501.07572}},
|
59 |
}}
|
60 |
```
|
61 |
"""
|