callanwu commited on
Commit
a409047
·
1 Parent(s): 404f089

update citation

Browse files
Files changed (1) hide show
  1. 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
- @article{{wu2024webwalker,
52
- title={{WebWalker: Benchmarking LLMs in Web Traversal}},
53
- author={{Wu, Jialong and others}},
54
- journal={{arXiv preprint arXiv:2411.02937}},
55
- year={{2024}}
 
 
 
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
  """