File size: 1,351 Bytes
6a57fda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction_seed
    dtype: string
  - name: _source
    dtype: string
  - name: gpt41_mini_response
    dtype: string
  - name: __original_row_idx
    dtype: int64
  - name: length
    dtype: int64
  - name: domain
    dtype: string
  - name: r1_response
    dtype: string
  - name: r1_reasoning_content
    dtype: string
  - name: extract_solution
    dtype: string
  - name: url
    dtype: string
  - name: filename
    dtype: string
  - name: success
    dtype: bool
  - name: page_count
    dtype: int64
  - name: page_number
    dtype: int64
  - name: question_choices_solutions
    dtype: string
  - name: extracted_question
    dtype: string
  - name: extracted_answer_choices
    sequence: string
  - name: matched_solution
    dtype: string
  - name: qa_validation_outputs
    dtype: bool
  - name: classifier_reasoning
    dtype: string
  - name: is_organic_chemistry
    dtype: bool
  - name: ms_id
    dtype: int64
  - name: final_reasoning_trace
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 15622851176
    num_examples: 63200
  download_size: 12892257359
  dataset_size: 15622851176
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---