File size: 1,624 Bytes
ca91fc7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d37ffc
ca91fc7
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
license: apache-2.0
dataset_info:
  features:
  - name: data_source
    dtype: string
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: ability
    dtype: string
  - name: reward_model
    struct:
    - name: ground_truth
      dtype: string
    - name: style
      dtype: string
  - name: extra_info
    struct:
    - name: index
      dtype: int64
    - name: split
      dtype: string
  splits:
  - name: pi1
    num_bytes: 61568
    num_examples: 128
  - name: pi2
    num_bytes: 25472
    num_examples: 128
  - name: pi13
    num_bytes: 49152
    num_examples: 128
  - name: pi1209
    num_bytes: 67328
    num_examples: 128
  - name: merge_pi1_pi13
    num_bytes: 55360
    num_examples: 128
  - name: merge_pi1_pi2_pi13_pi1209_r128
    num_bytes: 50880
    num_examples: 128
  - name: dsr_sub
    num_bytes: 475872
    num_examples: 1209
  download_size: 243791
  dataset_size: 785632
configs:
- config_name: default
  data_files:
  - split: pi1
    path: data/pi1-*
  - split: pi2
    path: data/pi2-*
  - split: pi13
    path: data/pi13-*
  - split: pi1209
    path: data/pi1209-*
  - split: merge_pi1_pi13
    path: data/merge_pi1_pi13-*
  - split: merge_pi1_pi2_pi13_pi1209_r128
    path: data/merge_pi1_pi2_pi13_pi1209_r128-*
  - split: dsr_sub
    path: data/dsr_sub-*
task_categories:
- text-generation
---




This repository contains the dataset presented in [Reinforcement Learning for Reasoning in Large Language Models with One Training Example](https://huggingface.co/papers/2504.20571).

Code: https://github.com/ypwang61/One-Shot-RLVR