jeremyrmanning commited on
Commit
650e9ad
·
verified ·
1 Parent(s): aa42bec

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: Jane Austen Corpus
19
 
20
  ## Dataset Description
21
 
22
- This dataset contains works of **Jane Austen** (1775-1817), 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 **7 books** by Jane Austen, including Pride and Prejudice, Sense and Sensibility, and Emma. 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
 
@@ -227,7 +227,7 @@ If you use this dataset in your research, please cite:
227
  @article{StroEtal25,
228
  title={A Stylometric Application of Large Language Models},
229
  author={Stropkay, Harrison F. and Chen, Jiayi and Jabelli, Mohammad J. L. and Rockmore, Daniel N. and Manning, Jeremy R.},
230
- journal={arXiv preprint arXiv:XXXX.XXXXX},
231
  year={2025}
232
  }
233
  ```
 
19
 
20
  ## Dataset Description
21
 
22
+ This dataset contains works of **Jane Austen** (1775-1817), 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 **7 books** by Jane Austen, including Pride and Prejudice, Sense and Sensibility, and Emma. 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
 
 
227
  @article{StroEtal25,
228
  title={A Stylometric Application of Large Language Models},
229
  author={Stropkay, Harrison F. and Chen, Jiayi and Jabelli, Mohammad J. L. and Rockmore, Daniel N. and Manning, Jeremy R.},
230
+ journal={arXiv preprint arXiv:2510.21958},
231
  year={2025}
232
  }
233
  ```