nielsr HF Staff commited on
Commit
1cdc0d9
·
verified ·
1 Parent(s): 13b052a

Add task category, library name and link to paper

Browse files

This PR adds the `question-answering` task category and the `library_name` to the dataset card to improve discoverability.
It also ensures the dataset can be found at https://huggingface.co/papers/2506.04185.

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,12 +1,19 @@
1
  ---
2
  language:
3
  - en
 
4
  datasets:
5
  - qingfei1/R-Search_datasets
6
- license: apache-2.0
 
 
 
7
  ---
 
8
  # R-Search: Empowering LLM Reasoning with Search via Multi-Reward Reinforcement Learning
9
 
 
 
10
  <p align="center">
11
  🤗 <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>
12
  </p>
 
1
  ---
2
  language:
3
  - en
4
+ license: apache-2.0
5
  datasets:
6
  - qingfei1/R-Search_datasets
7
+ task_categories:
8
+ - question-answering
9
+ library_name:
10
+ - datasets
11
  ---
12
+
13
  # R-Search: Empowering LLM Reasoning with Search via Multi-Reward Reinforcement Learning
14
 
15
+ [Paper](https://huggingface.co/papers/2506.04185)
16
+
17
  <p align="center">
18
  🤗 <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>
19
  </p>