File size: 1,652 Bytes
13b052a
 
 
0b14763
13b052a
 
0b14763
 
 
 
13b052a
0b14763
13b052a
 
0b14763
 
13b052a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
license: apache-2.0
datasets:
- qingfei1/R-Search_datasets
task_categories:
- question-answering
library_name:
- datasets
---

# R-Search: Empowering LLM Reasoning with Search via Multi-Reward Reinforcement Learning

[Paper](https://huggingface.co/papers/2506.04185)

<p align="center">
  🤗 <a href="https://huggingface.co/datasets/qingfei1/R-Search_datasets" target="_blank">[R-Search Datasets] </a> • 💻 <a href="https://github.com/QingFei1/R-Search" target="_blank">[Github Repo]</a> 
</p>

**R-Search** is a novel reinforcement learning framework for reasoning–search integration. It enables LLMs to autonomously perform multi-step reasoning with deep search interaction, and to learn optimal reasoning–search trajectories via multi-reward signals, substantially improving performance on complex logic- and knowledge-intensive tasks.

## Trained Models

We open-sourced the following models trained only on the 2wikimultihopqa training set:

|Model|Huggingface Repo|Description|
|---|---|---|
|**R-Search-7b-grpo**| [🤗 Huggingface Repo](https://huggingface.co/qingfei1/R-Search-7b-grpo) | Trained **Qwen2.5-7B-Instruct** using the GRPO algorithm |
|**R-Search-3b-grpo**| [🤗 Huggingface Repo](https://huggingface.co/qingfei1/R-Search-3b-grpo) | Trained **Qwen2.5-3B-Instruct** using the GRPO algorithm |
|**R-Search-7b-ppo**| [🤗 Huggingface Repo](https://huggingface.co/qingfei1/R-Search-7b-ppo) | Trained **Qwen2.5-7B-Instruct** using the PPO algorithm |
|**R-Search-3b-ppo**| [🤗 Huggingface Repo](https://huggingface.co/qingfei1/R-Search-3b-ppo) | Trained **Qwen2.5-3B-Instruct** using the PPO algorithm |