mstz commited on
Commit
289611d
1 Parent(s): 7dfccf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -30,4 +30,15 @@ dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
30
  # Features
31
  |**Feature** |**Type** |
32
  |-------------------|---------------|
33
- | text | `[string]` |
 
 
 
 
 
 
 
 
 
 
 
 
30
  # Features
31
  |**Feature** |**Type** |
32
  |-------------------|---------------|
33
+ | text | `[string]` |
34
+
35
+ # Citation
36
+ Cite this dataset as
37
+ ```
38
+ @phdthesis{gungor2018benchmarking,
39
+ title={Benchmarking authorship attribution techniques using over a thousand books by fifty victorian era novelists},
40
+ author={Gungor, Abdulmecit},
41
+ year={2018},
42
+ school={Purdue University}
43
+ }
44
+ ```