File size: 5,245 Bytes
6b42741
6d79e66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b731595
6b42741
 
6d79e66
1217f92
6d79e66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cc31c47
 
6d79e66
 
 
 
 
 
cc31c47
6d79e66
 
cb31914
cc31c47
6d79e66
 
 
 
 
 
cc31c47
 
6d79e66
 
cc31c47
6d79e66
 
 
 
 
 
 
b731595
6d79e66
 
 
 
b731595
6d79e66
 
 
 
 
 
 
 
 
 
 
cc31c47
6d79e66
cc31c47
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
--- 
annotations_creators:
- found
language:
- English
language_creators:
- found
license:
- afl-3.0
multilinguality:
- monolingual
pretty_name: AuthorMix
size_categories:
- 10K<n<100K
source_datasets:
- original
- extended|blog_authorship_corpus
tags:
- authorship obfuscation
- authorship attribution
- authorship classification
- authorship style
- style
- author
task_categories:
- text-classification
- other
task_ids:
- multi-class-classification
- multi-label-classification
---


# Dataset Card for AuthorMix

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
- [Additional Information](#additional-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)
## Dataset Description
AUTHORMIX, was originally created for authorship obfuscation task and had data from four distinct domains: presidential speeches, early-1900s fiction novels, scholarly articles, and diary-style blogs. Altogether, AUTHORMIX contains over 30k high-quality paragraphs from 14 authors.

This work was created in the paper: StyleRemix: Interpretable Authorship Obfuscation via Distillation and Perturbation of Style Elements, which should be cited if used in future work.

- **Homepage:**
- **Repository:**
- **Paper:**
- **Point of Contact: [email protected], [email protected]**

### Dataset Summary
For the presidential domain, we curate and clean speeches from George W. Bush, Barack Obama, and Donald Trump. For novel domain, we choose a collection of early 1900s fiction writers with strong writing styles: Ernest Hemingway, F. Scott Fitzgerald, and Virginia Woolf. We select these presidents/authors due to their diverse styles but similar eras to minimize content discrepancies.
Lastly, we alter two existing datasets to match the formality of our new domains: the Extended-Brennan Greenstad, a collection of "scholarly" short (500-word) paragraphs gathered from Amazon Mechanical Turk (AMT), and the Blog Authorship corpus, a collection of blogs (diary-style entries) that were posted to blog.com.


### Languages

English

## Dataset Structure
All four domains can be found in the AuthorMix.json file, which contains a dictionary with a key for each domain. 

### Data Instances
Each domain contain the paragraphs (up to 5 sentences each) for each author in the domain.

### Data Splits

No preset data splits available. 

## Dataset Creation
For the presidential domain, we curate and clean a novel collection of high-quality presidential speeches from George W. Bush (n=38), Barack Obama (n=29), and Donald Trump (n=26), transcribed by  the Miller Center (https://data.millercenter.org) at the University of Virginia. We broke the speeches naturally into paragraphs and then selected all paragraphs between 2-5 sentences. This resulted in a total of n= 13K paragraphs. 

Similarly, we also decided to develop a new collection of early 1900s fiction writers from the with strong writing styles, therefore we choose text from books by Ernest Hemingway, F. Scott Fitzgerald, and Virginia Woolf which were collected from Project Gutenberg (https://www.gutenberg.org). We selected the top 4 most popular books on Project Gutenberg for each author and then again, used the natural paragraphs from each author. We selected all paragraphs between 2-5 sentences. This resulted in a total of n= 9K paragraphs. 

Lastly, we altered the existing data from two current datasets, the Extended-Brennan Greenstad which is a collection of "scholarly" short (500-word) paragraphs gathered from Amazon Mechanical Turk (AMT) and the Blog Authorship corpus, a collection of blogs (diary-style entries) that were posted to blog.com. For the AMT dataset, we used authors "h", "pp", and "qq" and we artificially created paragraphs by chunking the text into a random collection of 2-5 sentences (as the text is not naturally broken into paragraphs). For the Blog dataset, we used authors "5546", "11518", "25872", "30102", "30407", we used the natural paragraphs. Then, to match the speech and novel domains, we edited to include all paragraphs between 2-5 sentences and at least 3 words. This resulted in n= 500 and n= 8K paragraphs for the AMT and Blog accordingly. 
### Curation Rationale

This dataset was created specifically for authorship obfuscation. We wanted to create a diverse high-quality dataset, which had domains of writings with similar topics but strong stylstic writing. 

### Source Data
Miller Center (https://data.millercenter.org)
Project Gutenbert (https://www.gutenberg.org)
Extended-Brennan Greenstad (https://dl.acm.org/doi/10.1145/2382448.2382450)
Blog Authorship corpus (https://www.researchgate.net/publication/221250802_Effects_of_Age_and_Gender_on_Blogging)
### Citation Information

[More Information Needed]

### Contributions

Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.

---
license: apache-2.0
---