EDNet / README.md
mgor's picture
Upload dataset
2e0fb7f verified
---
dataset_info:
- config_name: kt1
features:
- name: timestamp
dtype: int64
- name: solving_id
dtype: int64
- name: question_id
dtype: string
- name: user_answer
dtype: string
- name: elapsed_time
dtype: int64
- name: subject_id
dtype: string
- name: correct_answer
dtype: string
- name: is_correct
dtype: bool
splits:
- name: train
num_bytes: 5113297667
num_examples: 95292768
download_size: 1879054279
dataset_size: 5113297667
- config_name: kt2
features:
- name: timestamp
dtype: int64
- name: action_type
dtype: string
- name: item_id
dtype: string
- name: source
dtype: string
- name: user_answer
dtype: string
- name: platform
dtype: string
- name: subject_id
dtype: string
- name: correct_answer
dtype: string
- name: is_correct
dtype: bool
splits:
- name: train
num_bytes: 3761674319
num_examples: 56359194
download_size: 777077035
dataset_size: 3761674319
- config_name: kt3
features:
- name: timestamp
dtype: int64
- name: action_type
dtype: string
- name: item_id
dtype: string
- name: source
dtype: string
- name: user_answer
dtype: string
- name: platform
dtype: string
- name: subject_id
dtype: string
- name: correct_answer
dtype: string
- name: is_correct
dtype: bool
splits:
- name: train
num_bytes: 5872301613
num_examples: 89268522
download_size: 1170390355
dataset_size: 5872301613
- config_name: kt4
features:
- name: timestamp
dtype: int64
- name: action_type
dtype: string
- name: item_id
dtype: string
- name: cursor_time
dtype: float64
- name: source
dtype: string
- name: user_answer
dtype: string
- name: platform
dtype: string
- name: subject_id
dtype: string
- name: correct_answer
dtype: string
- name: is_correct
dtype: bool
splits:
- name: train
num_bytes: 9937765689
num_examples: 131441538
download_size: 1796107698
dataset_size: 9937765689
- config_name: lectures
features:
- name: lecture_id
dtype: string
- name: part
dtype: int64
- name: tags
dtype: int64
- name: video_length
dtype: int64
- name: deployed_at
dtype: int64
splits:
- name: train
num_bytes: 40826
num_examples: 1021
download_size: 17293
dataset_size: 40826
- config_name: questions
features:
- name: question_id
dtype: string
- name: bundle_id
dtype: string
- name: explanation_id
dtype: string
- name: correct_answer
dtype: string
- name: part
dtype: int64
- name: tags
dtype: string
- name: deployed_at
dtype: int64
splits:
- name: train
num_bytes: 774858
num_examples: 13169
download_size: 311363
dataset_size: 774858
configs:
- config_name: kt1
data_files:
- split: train
path: kt1/train-*
- config_name: kt2
data_files:
- split: train
path: kt2/train-*
- config_name: kt3
data_files:
- split: train
path: kt3/train-*
- config_name: kt4
data_files:
- split: train
path: kt4/train-*
- config_name: lectures
data_files:
- split: train
path: lectures/train-*
- config_name: questions
data_files:
- split: train
path: questions/train-*
---