File size: 1,273 Bytes
b410ea8
ae6d6c1
 
 
 
 
f650959
ae6d6c1
 
f650959
ae6d6c1
f650959
b410ea8
f650959
ae6d6c1
 
 
 
 
 
 
 
 
603ba62
ae6d6c1
 
 
 
 
 
 
 
289611d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
---
language:
- en
tags:
- victorian
- text-classification
pretty_name: Victorian authorship
size_categories:
- 10K<n<100K
task_categories:
- text-classification
license: cc
---
# Victorian authorship
The [Victorian authorship dataset](https://scholarworks.iupui.edu/server/api/core/bitstreams/708a9870-915e-4d59-b54d-938af563c196/content).
Which Victorian author wrote the given text?

# Configurations and tasks
| **Configuration** | **Task**                  | Description                                                   |
|-------------------|---------------------------|---------------------------------------------------------------|
| authorship        | Classification                | Which Victorian author wrote the given text?|

# Usage
```python
from datasets import load_dataset

dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
```

# Features
|**Feature**        |**Type**       |
|-------------------|---------------|
| text               | `[string]`    |

# Citation
Cite this dataset as
```
@phdthesis{gungor2018benchmarking,
  title={Benchmarking authorship attribution techniques using over a thousand books by fifty victorian era novelists},
  author={Gungor, Abdulmecit},
  year={2018},
  school={Purdue University}
}
```