File size: 1,194 Bytes
cf873e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: domain
    dtype: string
  - name: title
    dtype: string
  - name: physics_level
    dtype: string
  - name: problem_type
    dtype: string
  - name: natural_language_problem
    dtype: string
  - name: lean_problem_statement
    dtype: string
  - name: lean_answer_key
    dtype: string
  - name: solution_approach
    dtype: string
  - name: key_concepts
    sequence: string
  - name: has_error
    dtype: bool
  - name: error_info
    struct:
    - name: corrupted_token
      dtype: string
    - name: error_explanation
      dtype: string
    - name: error_subtype
      dtype: string
    - name: error_type
      dtype: string
    - name: original_token
      dtype: string
  - name: format
    dtype: string
  splits:
  - name: train
    num_bytes: 6404
    num_examples: 5
  - name: validation
    num_bytes: 1624
    num_examples: 1
  - name: test
    num_bytes: 2960
    num_examples: 2
  download_size: 42630
  dataset_size: 10988
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---