Upload dataset
Browse files
README.md
CHANGED
@@ -63,6 +63,27 @@ dataset_info:
|
|
63 |
num_examples: 200
|
64 |
download_size: 1965578
|
65 |
dataset_size: 19449190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
configs:
|
67 |
- config_name: data_mining
|
68 |
data_files:
|
@@ -82,6 +103,12 @@ configs:
|
|
82 |
path: physics/train-*
|
83 |
- split: test
|
84 |
path: physics/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
---
|
86 |
|
87 |
# Prerequisite RElation LEARNing (PRELEARN)
|
|
|
63 |
num_examples: 200
|
64 |
download_size: 1965578
|
65 |
dataset_size: 19449190
|
66 |
+
- config_name: precalculus
|
67 |
+
features:
|
68 |
+
- name: wikipedia_passage_concept_A
|
69 |
+
dtype: string
|
70 |
+
- name: concept_A
|
71 |
+
dtype: string
|
72 |
+
- name: wikipedia_passage_concept_B
|
73 |
+
dtype: string
|
74 |
+
- name: concept_B
|
75 |
+
dtype: string
|
76 |
+
- name: target
|
77 |
+
dtype: int64
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 12491149
|
81 |
+
num_examples: 816
|
82 |
+
- name: test
|
83 |
+
num_bytes: 3261896
|
84 |
+
num_examples: 200
|
85 |
+
download_size: 1513563
|
86 |
+
dataset_size: 15753045
|
87 |
configs:
|
88 |
- config_name: data_mining
|
89 |
data_files:
|
|
|
103 |
path: physics/train-*
|
104 |
- split: test
|
105 |
path: physics/test-*
|
106 |
+
- config_name: precalculus
|
107 |
+
data_files:
|
108 |
+
- split: train
|
109 |
+
path: precalculus/train-*
|
110 |
+
- split: test
|
111 |
+
path: precalculus/test-*
|
112 |
---
|
113 |
|
114 |
# Prerequisite RElation LEARNing (PRELEARN)
|
precalculus/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:680cec52ae79cd6efbfe556cd22d527a510e0da9d32bb2a121547464a123e33a
|
3 |
+
size 626375
|
precalculus/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fad78a261c9a8dfc9cb8c788a7f67002f5f7c9d9191d0d3ee6dd903f82c5050c
|
3 |
+
size 887188
|