Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,61 +1,105 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
-
|
5 |
language:
|
6 |
-
|
7 |
tags:
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
size_categories:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
configs:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
- config_name: MASSIVE
|
50 |
-
data_files:
|
51 |
-
- split: train
|
52 |
-
path: MASSIVE/train-*.parquet
|
53 |
-
- split: test
|
54 |
-
path: MASSIVE/test-*.parquet
|
55 |
-
- split: validation
|
56 |
-
path: MASSIVE/validation-*.parquet
|
57 |
---
|
58 |
-
|
59 |
# Data Preprocessing AutoML Benchmarks
|
60 |
|
61 |
This repository contains text classification datasets with known data quality issues for preprocessing research in AutoML.
|
@@ -76,26 +120,33 @@ dataset = load_dataset("MothMalone/data-preprocessing-automl-benchmarks", "trec"
|
|
76 |
Below are the details for each dataset configuration available in this repository.
|
77 |
|
78 |
### banking77
|
79 |
-
- Description:
|
80 |
- Data Quality Issue: N/A
|
81 |
- Classes: 77
|
|
|
|
|
|
|
82 |
|
83 |
### trec
|
84 |
- Description: The Text REtrieval Conference (TREC) Question Classification dataset contains 5500 labeled questions in training set and another 500 for test set.
|
85 |
- Data Quality Issue: N/A
|
86 |
- Classes: 6
|
|
|
|
|
|
|
87 |
|
88 |
### financial_phrasebank
|
89 |
-
- Description:
|
90 |
- Data Quality Issue: N/A
|
91 |
- Classes: 3
|
|
|
|
|
|
|
92 |
|
93 |
### MASSIVE
|
94 |
-
- Description:
|
95 |
- Data Quality Issue: N/A
|
96 |
- Classes: 60
|
97 |
-
|
98 |
-
|
99 |
-
-
|
100 |
-
- Data Quality Issue: N/A
|
101 |
-
- Classes: 20
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
+
- text-classification
|
5 |
language:
|
6 |
+
- en
|
7 |
tags:
|
8 |
+
- data-preprocessing
|
9 |
+
- automl
|
10 |
+
- benchmarks
|
11 |
size_categories:
|
12 |
+
- n<1K
|
13 |
+
- 1K<n<10K
|
14 |
+
- 10K<n<100K
|
15 |
+
- 100K<n<1M
|
16 |
+
dataset_info:
|
17 |
+
- config_name: banking77
|
18 |
+
features:
|
19 |
+
- name: text
|
20 |
+
dtype: string
|
21 |
+
- name: label
|
22 |
+
dtype: int64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_examples: 7502
|
26 |
+
- name: test
|
27 |
+
num_examples: 3080
|
28 |
+
- name: validation
|
29 |
+
num_examples: 2501
|
30 |
+
- config_name: trec
|
31 |
+
features:
|
32 |
+
- name: text
|
33 |
+
dtype: string
|
34 |
+
- name: label
|
35 |
+
dtype: int64
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_examples: 4089
|
39 |
+
- name: test
|
40 |
+
num_examples: 500
|
41 |
+
- name: validation
|
42 |
+
num_examples: 1363
|
43 |
+
- config_name: financial_phrasebank
|
44 |
+
features:
|
45 |
+
- name: text
|
46 |
+
dtype: string
|
47 |
+
- name: label
|
48 |
+
dtype: int64
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_examples: 1358
|
52 |
+
- name: test
|
53 |
+
num_examples: 453
|
54 |
+
- name: validation
|
55 |
+
num_examples: 453
|
56 |
+
- config_name: MASSIVE
|
57 |
+
features:
|
58 |
+
- name: text
|
59 |
+
dtype: string
|
60 |
+
- name: label
|
61 |
+
dtype: int64
|
62 |
+
splits:
|
63 |
+
- name: train
|
64 |
+
num_examples: 11514
|
65 |
+
- name: test
|
66 |
+
num_examples: 2974
|
67 |
+
- name: validation
|
68 |
+
num_examples: 2033
|
69 |
configs:
|
70 |
+
- config_name: banking77
|
71 |
+
data_files:
|
72 |
+
- split: train
|
73 |
+
path: banking77/train.csv
|
74 |
+
- split: test
|
75 |
+
path: banking77/test.csv
|
76 |
+
- split: validation
|
77 |
+
path: banking77/validation.csv
|
78 |
+
- config_name: trec
|
79 |
+
data_files:
|
80 |
+
- split: train
|
81 |
+
path: trec/train.csv
|
82 |
+
- split: test
|
83 |
+
path: trec/test.csv
|
84 |
+
- split: validation
|
85 |
+
path: trec/validation.csv
|
86 |
+
- config_name: financial_phrasebank
|
87 |
+
data_files:
|
88 |
+
- split: train
|
89 |
+
path: financial_phrasebank/train.csv
|
90 |
+
- split: test
|
91 |
+
path: financial_phrasebank/test.csv
|
92 |
+
- split: validation
|
93 |
+
path: financial_phrasebank/validation.csv
|
94 |
+
- config_name: MASSIVE
|
95 |
+
data_files:
|
96 |
+
- split: train
|
97 |
+
path: MASSIVE/train.csv
|
98 |
+
- split: test
|
99 |
+
path: MASSIVE/test.csv
|
100 |
+
- split: validation
|
101 |
+
path: MASSIVE/validation.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
---
|
|
|
103 |
# Data Preprocessing AutoML Benchmarks
|
104 |
|
105 |
This repository contains text classification datasets with known data quality issues for preprocessing research in AutoML.
|
|
|
120 |
Below are the details for each dataset configuration available in this repository.
|
121 |
|
122 |
### banking77
|
123 |
+
- Description: N/A
|
124 |
- Data Quality Issue: N/A
|
125 |
- Classes: 77
|
126 |
+
- Training Samples: 7502
|
127 |
+
- Validation Samples: 2501
|
128 |
+
- Test Samples: 3080
|
129 |
|
130 |
### trec
|
131 |
- Description: The Text REtrieval Conference (TREC) Question Classification dataset contains 5500 labeled questions in training set and another 500 for test set.
|
132 |
- Data Quality Issue: N/A
|
133 |
- Classes: 6
|
134 |
+
- Training Samples: 4089
|
135 |
+
- Validation Samples: 1363
|
136 |
+
- Test Samples: 500
|
137 |
|
138 |
### financial_phrasebank
|
139 |
+
- Description: The key arguments for the low utilization of statistical techniques in
|
140 |
- Data Quality Issue: N/A
|
141 |
- Classes: 3
|
142 |
+
- Training Samples: 1358
|
143 |
+
- Validation Samples: 453
|
144 |
+
- Test Samples: 453
|
145 |
|
146 |
### MASSIVE
|
147 |
+
- Description:
|
148 |
- Data Quality Issue: N/A
|
149 |
- Classes: 60
|
150 |
+
- Training Samples: 11514
|
151 |
+
- Validation Samples: 2033
|
152 |
+
- Test Samples: 2974
|
|
|
|