jrfish commited on
Commit
6d79e66
1 Parent(s): cb31914

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -3
README.md CHANGED
@@ -1,15 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  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.
2
 
3
- 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.
 
 
 
 
 
4
 
 
 
5
  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.
6
 
 
 
 
 
 
 
7
  All four domains can be found in the AuthorMix.json file, which contains a dictionary with a key for each domain.
8
 
9
- 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.
 
10
 
11
- Citation:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
 
13
 
14
  ---
15
  license: apache-2.0
 
1
+ Citation:
2
+
3
+
4
+ ---
5
+ annotations_creators:
6
+ - found
7
+ language:
8
+ - English
9
+ language_creators:
10
+ - found
11
+ license:
12
+ - afl-3.0
13
+ multilinguality:
14
+ - monolingual
15
+ pretty_name: AuthorMix
16
+ size_categories:
17
+ - 10K<n<100K
18
+ source_datasets:
19
+ - original
20
+ - extended|blog_authorship_corpus
21
+ tags:
22
+ - authorship obfuscation
23
+ - authorship attribution
24
+ - authorship classification
25
+ - authorship style
26
+ - style
27
+ - author
28
+ task_categories:
29
+ - text-classification
30
+ - other
31
+ task_ids:
32
+ - multi-class-classification
33
+ - multi-label-classification---
34
+
35
+ # Dataset Card for [Dataset Name]
36
+
37
+ ## Table of Contents
38
+ - [Table of Contents](#table-of-contents)
39
+ - [Dataset Description](#dataset-description)
40
+
41
+ - [Dataset Summary](#dataset-summary)
42
+
43
+ - [Languages](#languages)
44
+ English
45
+ - [Dataset Structure](#dataset-structure)
46
+
47
+ - [Data Instances](#data-instances)
48
+ - [Data Fields](#data-fields)
49
+ - [Data Splits](#data-splits)
50
+ - [Dataset Creation](#dataset-creation)
51
+ - [Curation Rationale](#curation-rationale)
52
+ - [Source Data](#source-data)
53
+ - [Annotations](#annotations)
54
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
55
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
56
+ - [Social Impact of Dataset](#social-impact-of-dataset)
57
+ - [Discussion of Biases](#discussion-of-biases)
58
+ - [Other Known Limitations](#other-known-limitations)
59
+ - [Additional Information](#additional-information)
60
+ - [Dataset Curators](#dataset-curators)
61
+ - [Licensing Information](#licensing-information)
62
+ - [Citation Information](#citation-information)
63
+ - [Contributions](#contributions)
64
+
65
+ ## Dataset Description
66
  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.
67
 
68
+ 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.
69
+
70
+ - **Homepage:**
71
+ - **Repository:**
72
+ - **Paper:**
73
+ - **Point of Contact: [email protected], [email protected]**
74
 
75
+ ### Dataset Summary
76
+ 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.
77
  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.
78
 
79
+
80
+ ### Languages
81
+
82
+ English
83
+
84
+ ## Dataset Structure
85
  All four domains can be found in the AuthorMix.json file, which contains a dictionary with a key for each domain.
86
 
87
+ ### Data Instances
88
+ Each domain contain the paragraphs (up to 5 sentences each) for each author in the domain.
89
 
90
+ ### Data Splits
91
+
92
+ No preset data splits available.
93
+
94
+ ## Dataset Creation
95
+ 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.
96
+
97
+ 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 Gutenbert (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.
98
+
99
+ 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.
100
+ ### Curation Rationale
101
+
102
+ This dataset was creatd 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.
103
+
104
+ ### Source Data
105
+ Miller Center (https://data.millercenter.org)
106
+ Project Gutenbert (https://www.gutenberg.org)
107
+ Extended-Brennan Greenstad (https://dl.acm.org/doi/10.1145/2382448.2382450)
108
+ Blog Authorship corpus (https://www.researchgate.net/publication/221250802_Effects_of_Age_and_Gender_on_Blogging)
109
+ ### Citation Information
110
+
111
+ [More Information Needed]
112
+
113
+ ### Contributions
114
 
115
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
116
 
117
  ---
118
  license: apache-2.0