Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
NicholasSynovic
commited on
Commit
•
5cdb9d2
1
Parent(s):
fab53eb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: agpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
---
|
10 |
+
|
11 |
+
# Modified Victorian Era Authorship Attribution Dataset
|
12 |
+
|
13 |
+
## About
|
14 |
+
|
15 |
+
This data set is a modified version of the one that can be found [here](https://archive.ics.uci.edu/ml/datasets/Victorian+Era+Authorship+Attribution).
|
16 |
+
|
17 |
+
The difference being that the training dataset was split into two parts: 80% training, 20% testing with labels. Splitting was done with a random stratified sample approach.
|
18 |
+
This is different than the source dataset which did not have any labels for the testing data.
|
19 |
+
The original testing data is not included with this release.
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
> GUNGOR, ABDULMECIT, Benchmarking Authorship Attribution Techniques Using Over A Thousand Books by Fifty Victorian Era Novelists, Purdue Master of Thesis, 2018-04
|