Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
1K - 10K
License:
Convert dataset to Parquet
#5
by
abarbosa - opened
- README.md +90 -0
- sourceAOnly/test-00000-of-00001.parquet +3 -0
- sourceAOnly/train-00000-of-00001.parquet +3 -0
- sourceAOnly/validation-00000-of-00001.parquet +3 -0
- sourceAWithGraders/test-00000-of-00001.parquet +3 -0
- sourceAWithGraders/train-00000-of-00001.parquet +3 -0
- sourceAWithGraders/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -10,6 +10,96 @@ tags:
|
|
| 10 |
- enem
|
| 11 |
size_categories:
|
| 12 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
# Automated Essay Score (AES) ENEM Dataset
|
| 15 |
|
|
|
|
| 10 |
- enem
|
| 11 |
size_categories:
|
| 12 |
- n<1K
|
| 13 |
+
dataset_info:
|
| 14 |
+
- config_name: sourceAOnly
|
| 15 |
+
features:
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: id_prompt
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: prompt
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: supporting_text
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: essay_title
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: essay_text
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: grades
|
| 29 |
+
sequence: int16
|
| 30 |
+
- name: essay_year
|
| 31 |
+
dtype: int16
|
| 32 |
+
- name: general_comment
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: specific_comment
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: reference
|
| 37 |
+
dtype: string
|
| 38 |
+
splits:
|
| 39 |
+
- name: train
|
| 40 |
+
num_bytes: 1859760
|
| 41 |
+
num_examples: 246
|
| 42 |
+
- name: validation
|
| 43 |
+
num_bytes: 442714
|
| 44 |
+
num_examples: 68
|
| 45 |
+
- name: test
|
| 46 |
+
num_bytes: 502751
|
| 47 |
+
num_examples: 71
|
| 48 |
+
download_size: 881175
|
| 49 |
+
dataset_size: 2805225
|
| 50 |
+
- config_name: sourceAWithGraders
|
| 51 |
+
features:
|
| 52 |
+
- name: id
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: id_prompt
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: prompt
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: supporting_text
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: essay_title
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: essay_text
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: grades
|
| 65 |
+
sequence: int16
|
| 66 |
+
- name: essay_year
|
| 67 |
+
dtype: int16
|
| 68 |
+
- name: general_comment
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: specific_comment
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: reference
|
| 73 |
+
dtype: string
|
| 74 |
+
splits:
|
| 75 |
+
- name: train
|
| 76 |
+
num_bytes: 4828888
|
| 77 |
+
num_examples: 738
|
| 78 |
+
- name: validation
|
| 79 |
+
num_bytes: 1140970
|
| 80 |
+
num_examples: 204
|
| 81 |
+
- name: test
|
| 82 |
+
num_bytes: 1301393
|
| 83 |
+
num_examples: 213
|
| 84 |
+
download_size: 876305
|
| 85 |
+
dataset_size: 7271251
|
| 86 |
+
configs:
|
| 87 |
+
- config_name: sourceAOnly
|
| 88 |
+
data_files:
|
| 89 |
+
- split: train
|
| 90 |
+
path: sourceAOnly/train-*
|
| 91 |
+
- split: validation
|
| 92 |
+
path: sourceAOnly/validation-*
|
| 93 |
+
- split: test
|
| 94 |
+
path: sourceAOnly/test-*
|
| 95 |
+
- config_name: sourceAWithGraders
|
| 96 |
+
data_files:
|
| 97 |
+
- split: train
|
| 98 |
+
path: sourceAWithGraders/train-*
|
| 99 |
+
- split: validation
|
| 100 |
+
path: sourceAWithGraders/validation-*
|
| 101 |
+
- split: test
|
| 102 |
+
path: sourceAWithGraders/test-*
|
| 103 |
---
|
| 104 |
# Automated Essay Score (AES) ENEM Dataset
|
| 105 |
|
sourceAOnly/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3327dcba52580aa44cf449e9b589237302b1049bd57fb928e9d1054d4a1809d
|
| 3 |
+
size 179207
|
sourceAOnly/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:518570e07ada9f360cee38cff8ee1999ca366454443b36e52926a5c5c7f8089a
|
| 3 |
+
size 547226
|
sourceAOnly/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c037508dbd3674cbdb3cb28129b5de6cfe0d22341c266508a0abc631662effd4
|
| 3 |
+
size 154742
|
sourceAWithGraders/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce8a5c67df4c48e32122480cd50ba96860f8b8e27ab6c55f8d7013b48eeb0e64
|
| 3 |
+
size 175587
|
sourceAWithGraders/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ac6673c378ef46e1848f06b66eb8d6904f9bcda5388d394c41e8a7d0049e028
|
| 3 |
+
size 546445
|
sourceAWithGraders/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9326a70d1b24e9d8d28ea6d4108020a849e588c5144a0115857d761bfaca30b8
|
| 3 |
+
size 154273
|