Lingaaaaaaa commited on
Commit
f9a7c9f
·
verified ·
1 Parent(s): 0cff1cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  <h1>Demystifying Reinforcement Learning in Agentic Reasoning<h1>
4
 
5
- <p align="center"> <a href="https://arxiv.org/abs/2509.06949"> <img src="https://img.shields.io/badge/Paper-Arxiv-red?logo=arxiv&logoColor=red" alt="Paper on arXiv"/> </a> <a href="https://github.com/Gen-Verse/Open-AgentRL"> <img src="https://img.shields.io/badge/Open--AgentRL-GitHub-black?logo=github&logoColor=white" alt="Open-AgentRL on GitHub"/> </a> <a href="https://huggingface.co/datasets/Gen-Verse/Open-AgentRL-30K"> <img src="https://img.shields.io/badge/30K_RL_Dataset-Hugging%20Face-orange?logo=huggingface&logoColor=yellow" alt="30K RL Dataset"/> </a> <a href="https://huggingface.co/Gen-Verse/DemyAgent-4B"> <img src="https://img.shields.io/badge/DemyAgent--4B-Hugging%20Face-FFCC00?logo=huggingface&logoColor=yellow" alt="DemyAgent-4B Model"/> </a> </p> </div>
6
 
7
  ## 🎯 About This Repository
8
  This repository contains the **Qwen2.5-7B-RA-SFT** model weights, a 7B-sized agentic reasoning model that is finetuned with our 3k Agentic SFT dataset, based on [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
@@ -23,9 +23,9 @@ We contribute high-quality SFT and RL datasets, demonstrating that **simple reci
23
  ## 📝 Citation
24
  ```bibtex
25
  @article{yu2025demystify,
26
- author = {Zhaochen Yu and Ling Yang and Jiaru Zou and Shuicheng Yan and Mengdi Wang},
27
- title = {Demystifying Reinforcement Learning in Agentic Reasoning},
28
- year = {2025},
29
- journal = {arXiv preprint},
30
  }
31
  ```
 
2
 
3
  <h1>Demystifying Reinforcement Learning in Agentic Reasoning<h1>
4
 
5
+ <p align="center"> <a href="https://arxiv.org/abs/2510.11701"> <img src="https://img.shields.io/badge/Paper-Arxiv-red?logo=arxiv&logoColor=red" alt="Paper on arXiv"/> </a> <a href="https://github.com/Gen-Verse/Open-AgentRL"> <img src="https://img.shields.io/badge/Open--AgentRL-GitHub-black?logo=github&logoColor=white" alt="Open-AgentRL on GitHub"/> </a> <a href="https://huggingface.co/datasets/Gen-Verse/Open-AgentRL-30K"> <img src="https://img.shields.io/badge/30K_RL_Dataset-Hugging%20Face-orange?logo=huggingface&logoColor=yellow" alt="30K RL Dataset"/> </a> <a href="https://huggingface.co/Gen-Verse/DemyAgent-4B"> <img src="https://img.shields.io/badge/DemyAgent--4B-Hugging%20Face-FFCC00?logo=huggingface&logoColor=yellow" alt="DemyAgent-4B Model"/> </a> </p> </div>
6
 
7
  ## 🎯 About This Repository
8
  This repository contains the **Qwen2.5-7B-RA-SFT** model weights, a 7B-sized agentic reasoning model that is finetuned with our 3k Agentic SFT dataset, based on [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
 
23
  ## 📝 Citation
24
  ```bibtex
25
  @article{yu2025demystify,
26
+ title={Demystifying Reinforcement Learning in Agentic Reasoning},
27
+ author={Yu, Zhaochen and Yang, Ling and Zou, Jiaru and Yan, Shuicheng and Wang, Mengdi},
28
+ journal={arXiv preprint arXiv:2510.11701},
29
+ year={2025}
30
  }
31
  ```