jeremyrmanning commited on
Commit
cf2c9d0
·
verified ·
1 Parent(s): 18f658e

Update arXiv link to live preprint (2510.21958)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ pretty_name: F. Scott Fitzgerald Corpus
19
 
20
  ## Dataset Description
21
 
22
- This dataset contains works of **F. Scott Fitzgerald** (1896-1940), preprocessed for computational stylometry research. The texts were sourced from [Project Gutenberg](https://www.gutenberg.org/) and cleaned for use in the paper ["A Stylometric Application of Large Language Models"](https://github.com/ContextLab/llm-stylometry) (Stropkay et al., 2025).
23
 
24
  The corpus includes **8 books** by F. Scott Fitzgerald, including The Great Gatsby, Tender Is the Night, and This Side of Paradise. All text has been converted to **lowercase** and cleaned of Project Gutenberg headers, footers, and chapter headings to focus on the author's prose style.
25
 
@@ -228,7 +228,7 @@ If you use this dataset in your research, please cite:
228
  @article{StroEtal25,
229
  title={A Stylometric Application of Large Language Models},
230
  author={Stropkay, Harrison F. and Chen, Jiayi and Jabelli, Mohammad J. L. and Rockmore, Daniel N. and Manning, Jeremy R.},
231
- journal={arXiv preprint arXiv:XXXX.XXXXX},
232
  year={2025}
233
  }
234
  ```
 
19
 
20
  ## Dataset Description
21
 
22
+ This dataset contains works of **F. Scott Fitzgerald** (1896-1940), preprocessed for computational stylometry research. The texts were sourced from [Project Gutenberg](https://www.gutenberg.org/) and cleaned for use in the paper ["A Stylometric Application of Large Language Models"](https://arxiv.org/abs/2510.21958) (Stropkay et al., 2025).
23
 
24
  The corpus includes **8 books** by F. Scott Fitzgerald, including The Great Gatsby, Tender Is the Night, and This Side of Paradise. All text has been converted to **lowercase** and cleaned of Project Gutenberg headers, footers, and chapter headings to focus on the author's prose style.
25
 
 
228
  @article{StroEtal25,
229
  title={A Stylometric Application of Large Language Models},
230
  author={Stropkay, Harrison F. and Chen, Jiayi and Jabelli, Mohammad J. L. and Rockmore, Daniel N. and Manning, Jeremy R.},
231
+ journal={arXiv preprint arXiv:2510.21958},
232
  year={2025}
233
  }
234
  ```