File size: 2,166 Bytes
267df01
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
dataset_info:
  features:
  - name: questionid
    dtype: string
  - name: RA_number
    dtype: int64
  - name: RA_choice
    dtype: int64
  - name: RA_none
    dtype: int64
  - name: modulename
    dtype: int64
  - name: setname
    dtype: string
  - name: questiontitle
    dtype: string
  - name: setnumber
    dtype: int64
  - name: questionnumber
    dtype: int64
  - name: masterContent
    dtype: string
  - name: skill
    dtype: float64
  - name: durationUpperBound
    dtype: float64
  - name: partContent
    dtype: string
  - name: partposition
    dtype: int64
  - name: workedsolutionpos
    dtype: float64
  - name: workedsolution
    dtype: string
  - name: tutorial
    dtype: string
  - name: total_topic
    dtype: string
  - name: roundedDuration
    dtype: int64
  - name: module
    dtype: int64
  - name: level
    dtype: int64
  - name: total_text
    dtype: string
  - name: questionContent
    dtype: string
  - name: question_sentence_len
    dtype: int64
  - name: verb_count_q
    dtype: int64
  - name: verb_count_sol
    dtype: int64
  - name: text_len
    dtype: int64
  - name: latex_len
    dtype: int64
  - name: latex_len_solution
    dtype: int64
  - name: latex_len_tutorial
    dtype: int64
  - name: text_len_solution
    dtype: int64
  - name: text_len_tutorial
    dtype: int64
  - name: text_len_parts
    dtype: int64
  - name: latex_len_parts
    dtype: int64
  - name: text_len_question
    dtype: int64
  - name: latex_len_question
    dtype: int64
  - name: embeddings
    dtype: int64
  - name: table
    dtype: int64
  - name: total_sol_len
    dtype: int64
  - name: steps
    dtype: float64
  - name: parts_skills
    dtype: float64
  - name: skill_x_total_sol_len
    dtype: float64
  - name: skill_x_steps
    dtype: float64
  - name: text_latex_stats
    dtype: int64
  - name: solution_latex_stats
    dtype: int64
  - name: RA_total
    dtype: int64
  - name: char_len_question
    dtype: int64
  splits:
  - name: train
    num_bytes: 5626861
    num_examples: 776
  download_size: 3730204
  dataset_size: 5626861
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---