NanaSomuah0233 commited on
Commit
6338f19
·
verified ·
1 Parent(s): 3c4ba19

Add data/ednet/summary.json

Browse files
Files changed (1) hide show
  1. data/ednet/summary.json +30 -0
data/ednet/summary.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "EdNet (Riiid/Santa)",
3
+ "source": "https://huggingface.co/datasets/mgor/EDNet",
4
+ "subject": "TOEIC English test prep (Korean students)",
5
+ "sample_size": 500000,
6
+ "total_questions": 13169,
7
+ "total_full_dataset": "131M interactions, 784K students",
8
+ "columns_kt1": [
9
+ "timestamp",
10
+ "solving_id",
11
+ "question_id",
12
+ "user_answer",
13
+ "elapsed_time",
14
+ "subject_id",
15
+ "correct_answer",
16
+ "is_correct"
17
+ ],
18
+ "columns_questions": [
19
+ "question_id",
20
+ "bundle_id",
21
+ "explanation_id",
22
+ "correct_answer",
23
+ "part",
24
+ "tags",
25
+ "deployed_at"
26
+ ],
27
+ "has_selected_answer": true,
28
+ "has_question_text": false,
29
+ "has_demographics": false
30
+ }