Add model card for SynPlanResearch-R1-8B

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - tool-use
6
+ - research-agent
7
+ - synthetic-data
8
+ - qwen
9
+ ---
10
+
11
+ # SynPlanResearch-R1-8B
12
+
13
+ This repository contains the weights for **SynPlanResearch-R1-8B**, a research agent model based on the Qwen3-8B backbone. It was introduced in the paper [SynPlanResearch-R1: Encouraging Tool Exploration for Deep Research with Synthetic Plans](https://huggingface.co/papers/2603.07853).
14
+
15
+ ## Model Description
16
+
17
+ Research Agents enable models to gather information from the web using tools to answer user queries. However, these agents often exhibit poor exploration behaviors, such as premature termination and biased tool usage.
18
+
19
+ SynPlanResearch-R1 is a framework that addresses these issues by synthesizing tool-use trajectories that encourage deeper exploration. These synthetic plans are used during cold-start supervised fine-tuning (SFT) to provide a strong initialization for subsequent reinforcement learning with verifiable rewards (RLVR).
20
+
21
+ Across seven multi-hop and open-web benchmarks, this framework improves performance by up to 6.0% on Qwen3-8B backbones compared to state-of-the-art baselines.
22
+
23
+ ## Resources
24
+
25
+ - **Paper:** [SynPlanResearch-R1: Encouraging Tool Exploration for Deep Research with Synthetic Plans](https://huggingface.co/papers/2603.07853)
26
+ - **GitHub Repository:** [HansiZeng/syn-plan-research](https://github.com/HansiZeng/syn-plan-research)
27
+
28
+ ## Training and Evaluation
29
+
30
+ For detailed instructions on environment setup, data downloading, and running the SFT/RL training or evaluation scripts, please refer to the [official GitHub repository](https://github.com/HansiZeng/syn-plan-research).
31
+
32
+ ## Citation
33
+
34
+ ```bibtex
35
+ @article{zeng2026synplanresearch,
36
+ title={SynPlanResearch-R1: Encouraging Tool Exploration for Deep Research with Synthetic Plans},
37
+ author={Zeng, Hansi and others},
38
+ journal={arXiv preprint arXiv:2603.07853},
39
+ year={2026}
40
+ }
41
+ ```