Junteng commited on
Commit
554d23a
·
verified ·
1 Parent(s): 3b94390

Upload file README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -11,8 +11,9 @@ pipeline_tag: text-generation
11
  ---
12
  # 🔍 WebExplorer-8B
13
 
14
- <!-- [![Model](https://img.shields.io/badge/Model-8B_Parameters-blue)](https://huggingface.co/WebExplorer-8B)
15
- [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/xxxx.xxxxx) -->
 
16
 
17
  A state-of-the-art 8B parameter web agent model designed for complex information-seeking tasks and long-horizon reasoning.
18
 
@@ -116,3 +117,18 @@ WebExplorer-8B supports two tools for web interaction:
116
 
117
 
118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
  # 🔍 WebExplorer-8B
13
 
14
+ [![Paper](https://img.shields.io/badge/Paper-arXiv-red.svg)](https://arxiv.org/abs/2509.06501)
15
+ [![License](https://img.shields.io/badge/License-Apache--2.0-green.svg)](LICENSE)
16
+ [![GitHub](https://img.shields.io/badge/GitHub-WebExplorer-blue?logo=github)](https://github.com/hkust-nlp/WebExplorer)
17
 
18
  A state-of-the-art 8B parameter web agent model designed for complex information-seeking tasks and long-horizon reasoning.
19
 
 
117
 
118
 
119
 
120
+ ## 📝 Citation
121
+
122
+ If you find our work useful, please consider citing:
123
+
124
+ ```bibtex
125
+ @misc{liu2025webexplorer,
126
+ title={WebExplorer: Explore and Evolve for Training Long-Horizon Web Agents},
127
+ author={Junteng Liu and Yunji Li and Chi Zhang and Jingyang Li and Aili Chen and Ke Ji and Weiyu Cheng and Zijia Wu and Chengyu Du and Qidi Xu and Jiayuan Song and Zhengmao Zhu and Wenhu Chen and Pengyu Zhao and Junxian He},
128
+ year={2025},
129
+ eprint={2509.06501},
130
+ archivePrefix={arXiv},
131
+ primaryClass={cs.CL},
132
+ url={https://arxiv.org/abs/2509.06501},
133
+ }
134
+ ```