From 554d23a0ce7fafb37e2ec0db5e89f076e3bf4112 Mon Sep 17 00:00:00 2001 From: Junteng Liu Date: Tue, 9 Sep 2025 05:37:21 +0000 Subject: [PATCH] Upload file README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe48a0..55b78c7 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ pipeline_tag: text-generation --- # 🔍 WebExplorer-8B - +[![Paper](https://img.shields.io/badge/Paper-arXiv-red.svg)](https://arxiv.org/abs/2509.06501) +[![License](https://img.shields.io/badge/License-Apache--2.0-green.svg)](LICENSE) +[![GitHub](https://img.shields.io/badge/GitHub-WebExplorer-blue?logo=github)](https://github.com/hkust-nlp/WebExplorer) A state-of-the-art 8B parameter web agent model designed for complex information-seeking tasks and long-horizon reasoning. @@ -116,3 +117,18 @@ WebExplorer-8B supports two tools for web interaction: +## 📝 Citation + +If you find our work useful, please consider citing: + +```bibtex +@misc{liu2025webexplorer, + title={WebExplorer: Explore and Evolve for Training Long-Horizon Web Agents}, + 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}, + year={2025}, + eprint={2509.06501}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2509.06501}, +} +``` \ No newline at end of file