Datasets:
Dataset Viewer
Full Screen Viewer
Full Screen
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Victorian authorship
The Victorian authorship dataset. Which Victorian author wrote the given text?
Configurations and tasks
Configuration | Task | Description |
---|---|---|
authorship | Classification | Which Victorian author wrote the given text? |
Usage
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}
}
- Downloads last month
- 51