s3 is a reinforcement-learning–trained search agent that learns to plan retrieval and answer questions efficiently. This release provides weights for research replication only. For usage, training, and evaluation follow our GitHub repo (we intentionally do not include inference snippets here).
A Hugging Face model folder with tokenizer files and sharded *.safetensors checkpoints exported from our VERL training runs (the “actor” policy).
File layout mirrors the training outputs (e.g., config.json, tokenizer.json, and model-00001-of-00004.safetensors, etc.).
Research replication, ablations, and educational study of on-policy RL for retrieval-augmented search agents. Commercial or safety-critical use is not advised without extensive review and additional safeguards.
@inproceedings{jiang2025s3,
title = {s3: You Don't Need That Much Data to Train a Search Agent via RL},
author = {Jiang, Pengcheng and Xu, Xueqiang and Lin, Jiacheng and Xiao, Jinfeng and Wang, Zifeng and Sun, Jimeng and Han, Jiawei},
year = {2025},
booktitle = {Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing},
}
Last updated: 2025-09-29
4 commits
s3 is a reinforcement-learning–trained search agent that learns to plan retrieval and answer questions efficiently. This release provides weights for research replication only. For usage, training, and evaluation follow our GitHub repo (we intentionally do not include inference snippets here).
A Hugging Face model folder with tokenizer files and sharded *.safetensors checkpoints exported from our VERL training runs (the “actor” policy).
File layout mirrors the training outputs (e.g., config.json, tokenizer.json, and model-00001-of-00004.safetensors, etc.).
Research replication, ablations, and educational study of on-policy RL for retrieval-augmented search agents. Commercial or safety-critical use is not advised without extensive review and additional safeguards.
@inproceedings{jiang2025s3,
title = {s3: You Don't Need That Much Data to Train a Search Agent via RL},
author = {Jiang, Pengcheng and Xu, Xueqiang and Lin, Jiacheng and Xiao, Jinfeng and Wang, Zifeng and Sun, Jimeng and Han, Jiawei},
year = {2025},
booktitle = {Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing},
}
Last updated: 2025-09-29
4 commits