hallisky commited on
Commit
b8cabb8
1 Parent(s): ecf0add

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -5,4 +5,47 @@ size_categories:
5
  task_categories:
6
  - text-classification
7
  - text-generation
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  task_categories:
6
  - text-classification
7
  - text-generation
8
+ language:
9
+ - en
10
+ tags:
11
+ - authorship obfuscation
12
+ - authorship attribution
13
+ - authorship classification
14
+ - authorship style
15
+ - style transfer
16
+ - style
17
+ - author
18
+ ---
19
+
20
+ # [StyleRemix] AuthorMix Dataset
21
+ ## Dataset Description
22
+ This contains the AuthorMix dataset, which is created for authorship obfuscation. It includes 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.
23
+
24
+ This work was created in the paper: StyleRemix: Interpretable Authorship Obfuscation via Distillation and Perturbation of Style Elements (https://arxiv.org/abs/2408.15666v1), which should be cited if used in future work.
25
+
26
+ Please see our paper (https://arxiv.org/abs/2408.15666v1) or Github repository (https://github.com/jfisher52/StyleRemix) for more details!
27
+
28
+ ### Dataset Summary
29
+ 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.
30
+ 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.
31
+
32
+
33
+ ## Other Helpful Links
34
+
35
+ Please see this Huggingface Collection (https://huggingface.co/collections/hallisky/authorship-obfuscation-66564c1c1d59bb62eaaf954f) if you want to access any other artifacts from the StyleRemix paper.
36
+
37
+ ## Citing Our Work
38
+
39
+ Please cite our paper if you use this dataset or other resources:
40
+
41
+ ```
42
+ @misc{fisher2024styleremixinterpretableauthorshipobfuscation,
43
+ title={StyleRemix: Interpretable Authorship Obfuscation via Distillation and Perturbation of Style Elements},
44
+ author={Jillian Fisher and Skyler Hallinan and Ximing Lu and Mitchell Gordon and Zaid Harchaoui and Yejin Choi},
45
+ year={2024},
46
+ eprint={2408.15666},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.CL},
49
+ url={https://arxiv.org/abs/2408.15666},
50
+ }
51
+ ```