mstz's picture
Update README.md
289611d
metadata
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. 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}
}