Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ model-index:
|
|
| 45 |
|
| 46 |
A Greek encyclopedic article summarization model trained and evaluated on [GreekWikipedia](https://huggingface.co/datasets/IMISLab/GreekWikipedia/).
|
| 47 |
This model was trained as part of our upcoming research paper:
|
| 48 |
-
[Giarelis, N., Mastrokostas, C., & Karacapilidis, N. (2024) Greek Wikipedia: A Study on Abstractive Summarization]().
|
| 49 |
For more information see the evaluation section below.
|
| 50 |
|
| 51 |
<img src="Greek Wiki icon.svg" width="200"/>
|
|
@@ -110,8 +110,14 @@ [email protected]
|
|
| 110 |
```
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
-
The model has been officially released with the article: [Greek Wikipedia: A Study on Abstractive Summarization]().
|
| 114 |
If you use the model, please cite the following:
|
| 115 |
```
|
| 116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
```
|
|
|
|
| 45 |
|
| 46 |
A Greek encyclopedic article summarization model trained and evaluated on [GreekWikipedia](https://huggingface.co/datasets/IMISLab/GreekWikipedia/).
|
| 47 |
This model was trained as part of our upcoming research paper:
|
| 48 |
+
[Giarelis, N., Mastrokostas, C., & Karacapilidis, N. (2024) Greek Wikipedia: A Study on Abstractive Summarization](https://dl.acm.org/doi/full/10.1145/3688671.3688769).
|
| 49 |
For more information see the evaluation section below.
|
| 50 |
|
| 51 |
<img src="Greek Wiki icon.svg" width="200"/>
|
|
|
|
| 110 |
```
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
+
The model has been officially released with the article: [Greek Wikipedia: A Study on Abstractive Summarization](https://dl.acm.org/doi/full/10.1145/3688671.3688769).
|
| 114 |
If you use the model, please cite the following:
|
| 115 |
```
|
| 116 |
+
@inproceedings{giarelis2024greek,
|
| 117 |
+
title={Greek Wikipedia: A Study on Abstractive Summarization},
|
| 118 |
+
author={Giarelis, Nikolaos and Mastrokostas, Charalampos and Karacapilidis, Nikos},
|
| 119 |
+
booktitle={Proceedings of the 13th Hellenic Conference on Artificial Intelligence},
|
| 120 |
+
pages={1--11},
|
| 121 |
+
year={2024}
|
| 122 |
+
}
|
| 123 |
```
|