Update README.md
Browse files
README.md
CHANGED
@@ -257,10 +257,12 @@ print(summary.strip().split("\n")[-1]) # Get only the summary, without the promp
|
|
257 |
|
258 |
Paper coming soon, for now, you can use this citation:
|
259 |
```bittext
|
260 |
-
@misc{
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
|
|
265 |
}
|
266 |
```
|
|
|
257 |
|
258 |
Paper coming soon, for now, you can use this citation:
|
259 |
```bittext
|
260 |
+
@misc{noticia2024,
|
261 |
+
title={NoticIA: A Clickbait Article Summarization Dataset in Spanish},
|
262 |
+
author={Iker García-Ferrero and Begoña Altuna},
|
263 |
+
year={2024},
|
264 |
+
eprint={2404.07611},
|
265 |
+
archivePrefix={arXiv},
|
266 |
+
primaryClass={cs.CL}
|
267 |
}
|
268 |
```
|