IMISLab commited on
Commit
7176493
1 Parent(s): 0e60db1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -53,8 +53,6 @@ This model is part of a series of models trained as part of our research paper:
53
  The proposed models were trained and evaluated on the same dataset against [GreekBART](https://arxiv.org/abs/2304.00869).
54
  For more information see the evaluation section below.
55
 
56
- <img src="" width="600"/>
57
-
58
  ## Training dataset
59
 
60
  The training dataset of `GreekT5-mt5-small-greeksum` is [GreekSum](https://github.com/iakovosevdaimon/GreekSUM/), which is the first news summarization dataset for the Greek Language.
@@ -121,12 +119,12 @@ karacap@upatras.gr
121
  The model has been officially released with the article: [GreekT5: A Series of Greek Sequence-to-Sequence Models for News Summarization](https://arxiv.org/).
122
  If you use the model, please cite the following:
123
  ```
124
- @misc{giarelis2023greekt5,
125
- title={GreekT5: A Series of Greek Sequence-to-Sequence Models for News Summarization},
126
- author={Nikolaos Giarelis and Charalampos Mastrokostas and Nikos Karacapilidis},
127
- year={2023},
128
- eprint={2311.07767},
129
- archivePrefix={arXiv},
130
- primaryClass={cs.CL}
131
  }
132
  ```
 
53
  The proposed models were trained and evaluated on the same dataset against [GreekBART](https://arxiv.org/abs/2304.00869).
54
  For more information see the evaluation section below.
55
 
 
 
56
  ## Training dataset
57
 
58
  The training dataset of `GreekT5-mt5-small-greeksum` is [GreekSum](https://github.com/iakovosevdaimon/GreekSUM/), which is the first news summarization dataset for the Greek Language.
 
119
  The model has been officially released with the article: [GreekT5: A Series of Greek Sequence-to-Sequence Models for News Summarization](https://arxiv.org/).
120
  If you use the model, please cite the following:
121
  ```
122
+ @inproceedings{giarelis2024greekt5,
123
+ title={GreekT5: Sequence-to-Sequence Models for Greek News Summarization},
124
+ author={Giarelis, Nikolaos and Mastrokostas, Charalampos and Karacapilidis, Nikos},
125
+ booktitle={IFIP International Conference on Artificial Intelligence Applications and Innovations},
126
+ pages={60--73},
127
+ year={2024},
128
+ organization={Springer}
129
  }
130
  ```