dorinalakatos commited on
Commit
f948b0d
1 Parent(s): ad93b85

Update README.md

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