Improve dataset card with task category and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ ---
6
+
7
+ # Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning Dataset
8
+
9
+ This dataset is used in the paper [Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning](https://huggingface.co/papers/2506.08745). It contains the instruction data used for training and evaluating the models described in the paper.
10
+
11
+ [Github Repository](https://github.com/sastpg/CoVo)
12
+
13
+ The dataset is used to train an LLM using a self-rewarding reinforcement learning framework. Further details about the dataset contents can be found in the linked GitHub repository.