Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ size_categories:
|
|
23 |
|
24 |
A Greek abstractive summarization dataset collected from the Greek part of [Wikipedia](https://el.wikipedia.org/), which contains 93,432 articles, their titles and summaries.
|
25 |
This dataset has been used to train our best-performing model [GreekWiki-umt5-base](https://huggingface.co/IMISLab/IMISLab/GreekWiki-umt5-base/) as part of our upcoming research article:
|
26 |
-
[Giarelis, N., Mastrokostas, C., & Karacapilidis, N. (2024) Greek Wikipedia: A Study on Abstractive Summarization]().
|
27 |
For information about dataset creation, limitations etc. see the original article.
|
28 |
|
29 |
<img src="Greek Wiki icon.svg" width="200"/>
|
@@ -84,5 +84,11 @@ [email protected]
|
|
84 |
## Citation
|
85 |
|
86 |
```
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
```
|
|
|
23 |
|
24 |
A Greek abstractive summarization dataset collected from the Greek part of [Wikipedia](https://el.wikipedia.org/), which contains 93,432 articles, their titles and summaries.
|
25 |
This dataset has been used to train our best-performing model [GreekWiki-umt5-base](https://huggingface.co/IMISLab/IMISLab/GreekWiki-umt5-base/) as part of our upcoming research article:
|
26 |
+
[Giarelis, N., Mastrokostas, C., & Karacapilidis, N. (2024) Greek Wikipedia: A Study on Abstractive Summarization](https://dl.acm.org/doi/full/10.1145/3688671.3688769).
|
27 |
For information about dataset creation, limitations etc. see the original article.
|
28 |
|
29 |
<img src="Greek Wiki icon.svg" width="200"/>
|
|
|
84 |
## Citation
|
85 |
|
86 |
```
|
87 |
+
@inproceedings{giarelis2024greek,
|
88 |
+
title={Greek Wikipedia: A Study on Abstractive Summarization},
|
89 |
+
author={Giarelis, Nikolaos and Mastrokostas, Charalampos and Karacapilidis, Nikos},
|
90 |
+
booktitle={Proceedings of the 13th Hellenic Conference on Artificial Intelligence},
|
91 |
+
pages={1--11},
|
92 |
+
year={2024}
|
93 |
+
}
|
94 |
```
|