dorinalakatos commited on
Commit
a0514a5
1 Parent(s): 1a0a690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -45,4 +45,20 @@ The model is based on [google/mt5-small]([google/mt5-small](https://huggingface.
45
  | :------------ | :------------------------------------------ |
46
  | ROUGE-1 | 36.49 |
47
  | ROUGE-2 | 9.50 |
48
- | ROUGE-L | 23.48 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  | :------------ | :------------------------------------------ |
46
  | ROUGE-1 | 36.49 |
47
  | ROUGE-2 | 9.50 |
48
+ | ROUGE-L | 23.48 |
49
+
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
+ }
64
+ ```