dorinalakatos commited on
Commit
1022bb8
1 Parent(s): 3527f6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -52,4 +52,19 @@ The HunSum-1 dataset has 3 splits: _train_, _validation_, and _test_.
52
  | ------------- | ------------------------------------------- |
53
  | Train | 1,144,255 |
54
  | Validation | 1996 |
55
- | Test | 1996 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  | ------------- | ------------------------------------------- |
53
  | Train | 1,144,255 |
54
  | Validation | 1996 |
55
+ | Test | 1996 |
56
+
57
+ ## Citation
58
+
59
+ If you use our dataset, please cite the following paper:
60
+ ```
61
+ @inproceedings {HunSum-1,
62
+ title = {{HunSum-1: an Abstractive Summarization Dataset for Hungarian}},
63
+ booktitle = {XIX. Magyar Számítógépes Nyelvészeti Konferencia (MSZNY 2023)},
64
+ year = {2023},
65
+ publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
66
+ address = {Szeged, Magyarország},
67
+ author = {Barta, Botond and Lakatos, Dorina and Nagy, Attila and Nyist, Mil{\'{a}}n Konor and {\'{A}}cs, Judit},
68
+ pages = {231--243}
69
+ }
70
+ ```