NanaSomuah0233 commited on
Commit
3ebcafc
·
verified ·
1 Parent(s): 5d4dd8d

Add data/foundational_assist/schema.json

Browse files
data/foundational_assist/schema.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "FoundationalASSIST (ASSISTments/WPI, 2026)",
3
+ "source": "https://huggingface.co/datasets/ASSISTments/FoundationalASSIST",
4
+ "access": "GATED - requires data agreement on HF",
5
+ "subject": "Grades 6-8 math (Common Core, Illustrative Mathematics)",
6
+ "scale": "5,000 students, 3,395 problems, 1.7M interactions",
7
+ "tables": {
8
+ "Interactions.csv (1.7M rows)": {
9
+ "problem_id": "int",
10
+ "hint_count": "int",
11
+ "answer_text": "str (exact student response)",
12
+ "saw_answer": "bool",
13
+ "discrete_score": "int (0/1)",
14
+ "end_time": "datetime",
15
+ "user_xid": "str (NO demographics)"
16
+ },
17
+ "Problems.csv (3,395 rows)": {
18
+ "problem_id": "int",
19
+ "Problem Body": "str HTML (FULL QUESTION TEXT)",
20
+ "Answer Type": "Numeric/MC/DropDown/Algebraic/etc",
21
+ "Multiple Choice Options": "str (|| separated)",
22
+ "Multiple Choice Answers": "str",
23
+ "Fill-in Options": "str",
24
+ "Fill-in Answers": "str"
25
+ },
26
+ "Skills.csv": {
27
+ "problem_id": "int",
28
+ "skill_id": "int",
29
+ "node_code": "str",
30
+ "node_name": "str (224 skills)"
31
+ }
32
+ },
33
+ "has_demographics": false,
34
+ "has_question_text": true,
35
+ "has_selected_answer": true
36
+ }