neginr commited on
Commit
ca147fa
·
verified ·
1 Parent(s): 888be1c

Upload dataset (part 00001-of-00002)

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: instruction_seed
5
+ dtype: string
6
+ - name: _source
7
+ dtype: string
8
+ - name: gpt41_mini_response
9
+ dtype: string
10
+ - name: __original_row_idx
11
+ dtype: int64
12
+ - name: length
13
+ dtype: int64
14
+ - name: domain
15
+ dtype: string
16
+ - name: r1_response
17
+ dtype: string
18
+ - name: r1_reasoning_content
19
+ dtype: string
20
+ - name: extract_solution
21
+ dtype: string
22
+ - name: url
23
+ dtype: string
24
+ - name: filename
25
+ dtype: string
26
+ - name: success
27
+ dtype: bool
28
+ - name: page_count
29
+ dtype: int64
30
+ - name: page_number
31
+ dtype: int64
32
+ - name: question_choices_solutions
33
+ dtype: string
34
+ - name: extracted_question
35
+ dtype: string
36
+ - name: extracted_answer_choices
37
+ sequence: string
38
+ - name: matched_solution
39
+ dtype: string
40
+ - name: qa_validation_outputs
41
+ dtype: bool
42
+ - name: classifier_reasoning
43
+ dtype: string
44
+ - name: is_organic_chemistry
45
+ dtype: bool
46
+ - name: ms_id
47
+ dtype: int64
48
+ - name: reasoning
49
+ sequence: string
50
+ - name: deepseek_solution
51
+ sequence: string
52
+ - name: final_reasoning_trace
53
+ sequence: string
54
+ - name: correct
55
+ sequence: bool
56
+ - name: _majority_responses
57
+ sequence: string
58
+ - name: verified_final_reasoning_trace
59
+ dtype: string
60
+ - name: conversations
61
+ list:
62
+ - name: from
63
+ dtype: string
64
+ - name: value
65
+ dtype: string
66
+ splits:
67
+ - name: train
68
+ num_bytes: 24736428208.94086
69
+ num_examples: 31600
70
+ download_size: 9695898643
71
+ dataset_size: 24736428208.94086
72
+ configs:
73
+ - config_name: default
74
+ data_files:
75
+ - split: train
76
+ path: data/train-*
77
+ ---