dorinalakatos commited on
Commit
372eec7
1 Parent(s): 095dc07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -46,4 +46,18 @@ The model is based on [google/mt5-base](https://huggingface.co/google/mt5-base).
46
  | :------------ | :------------------------------------------ |
47
  | ROUGE-1 | 37.70 |
48
  | ROUGE-2 | 11.22 |
49
- | ROUGE-L | 24.37 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  | :------------ | :------------------------------------------ |
47
  | ROUGE-1 | 37.70 |
48
  | ROUGE-2 | 11.22 |
49
+ | ROUGE-L | 24.37 |
50
+
51
+ ## Citation
52
+
53
+ If you use our model, please cite the following paper:
54
+ ```
55
+ @inproceedings {mt5-small-HunSum-1,
56
+ title = {{HunSum-1: an Abstractive Summarization Dataset for Hungarian}},
57
+ booktitle = {XIX. Magyar Számítógépes Nyelvészeti Konferencia (MSZNY 2023)},
58
+ year = {2023},
59
+ publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
60
+ address = {Szeged, Magyarország},
61
+ author = {Barta, Botond and Lakatos, Dorina and Nagy, Attila and Nyist, Mil{\'{a}}n Konor and {\'{A}}cs, Judit},
62
+ pages = {231--243}
63
+ }