File size: 2,664 Bytes
acaafe0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 🌐 WebThinker-R1-32B

[![Hugging Face](https://img.shields.io/badge/Hugging_Face-WebThinker--R1--32B-yellow?logo=huggingface)](https://huggingface.co/lixiaoxi45/WebThinker-R1-32B)
[![Paper](https://img.shields.io/badge/Paper-arXiv-b5212f.svg?logo=arxiv)](https://arxiv.org/abs/2504.21776)
[![License](https://img.shields.io/badge/LICENSE-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)

## Overview

WebThinker-R1-32B is part of the WebThinker series that enables large reasoning models to autonomously search, explore web pages, and draft research reports within their thinking process. This 32B parameter model provides deep research capabilities through:

- **Deep Web Explorer**: Enables autonomous web searches and page navigation by clicking interactive elements to extract relevant information while maintaining reasoning coherence
- **Autonomous Think-Search-and-Draft**: Integrates real-time knowledge seeking with content creation, allowing the model to draft sections as information is gathered
- **RL-based Training**: Leverages iterative online DPO training with preference pairs constructed from reasoning trajectories to optimize end-to-end performance

## Related Models

- [WebThinker-QwQ-32B](https://huggingface.co/lixiaoxi45/WebThinker-QwQ-32B)
- [WebThinker-R1-7B](https://huggingface.co/lixiaoxi45/WebThinker-R1-7B)
- [WebThinker-R1-14B](https://huggingface.co/lixiaoxi45/WebThinker-R1-14B)
- [WebThinker-R1-32B](https://huggingface.co/lixiaoxi45/WebThinker-R1-32B) (this model)

## Usage

This model can be used for:
- Complex problem solving requiring external knowledge
- Scientific research report generation
- Open-ended reasoning tasks

## Resources

- [GitHub Repository](https://github.com/RUC-NLPIR/WebThinker)
- [Paper](https://arxiv.org/abs/2504.21776)

## Citation

```bibtex
@article{Li2025WebThinker,
  author       = {Xiaoxi Li and
                  Jiajie Jin and
                  Guanting Dong and
                  Hongjin Qian and
                  Yutao Zhu and
                  Yongkang Wu and
                  Ji{-}Rong Wen and
                  Zhicheng Dou},
  title        = {WebThinker: Empowering Large Reasoning Models with Deep Research Capability},
  journal      = {CoRR},
  volume       = {abs/2504.21776},
  year         = {2025},
  url          = {https://arxiv.org/abs/2504.21776},
  doi          = {10.48550/ARXIV.2504.21776},
  eprinttype    = {arXiv},
  eprint       = {2504.21776}
}
```

## License

This model is released under the Apache License 2.0.

## Contact

For any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]).