mstz commited on
Commit
963e231
1 Parent(s): f73a092

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -34,4 +34,15 @@ dataset = load_dataset("mstz/medieval_latin", "authorship")["train"]
34
  |-------------------|---------------|
35
  | content | `[string]` |
36
  | epistola | `[string]` |
37
- | author | `[string]` |
 
 
 
 
 
 
 
 
 
 
 
 
34
  |-------------------|---------------|
35
  | content | `[string]` |
36
  | epistola | `[string]` |
37
+ | author | `[string]` |
38
+
39
+ # Citation
40
+ Cite this work as
41
+ ```
42
+ @techreport{oai:it.cnr:prodotti:438795,
43
+ title = {MedLatin1 and MedLatin2: Two Datasets for the Computational Authorship Analysis of Medieval Latin Texts},
44
+ author = {Corbara S. and Moreo A. and Sebastiani F. and Tavoni M.},
45
+ institution = {Research report, 2020},
46
+ year = {2020}
47
+ }
48
+ ```