Upload file README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,9 @@ pipeline_tag: text-generation
|
|
11 |
---
|
12 |
# 🔍 WebExplorer-8B
|
13 |
|
14 |
-
|
15 |
-
[](https://arxiv.org/abs/2509.06501)
|
15 |
+
[](LICENSE)
|
16 |
+
[](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 |
+
```
|