Update README.md
Browse files
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 |
-
@
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
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 |
```
|