Iker commited on
Commit
d4b6150
1 Parent(s): 1baaa84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -251,10 +251,12 @@ print(summary.strip().split("\n")[-1]) # Get only the summary, without the promp
251
 
252
  Paper coming soon, for now, you can use this citation:
253
  ```bittext
254
- @misc{garcia-ferrero-etal-2024-noticia,
255
- title = "NoticIA: A Clickbait Article Summarization Dataset in Spanish.",
256
- author = "Garc{\'\i}a-Ferrero, Iker and Altuna, Bego{\~n}a",
257
- year = "2024",
258
- url = "https://github.com/ikergarcia1996/NoticIA"
 
 
259
  }
260
  ```
 
251
 
252
  Paper coming soon, for now, you can use this citation:
253
  ```bittext
254
+ @misc{noticia2024,
255
+ title={NoticIA: A Clickbait Article Summarization Dataset in Spanish},
256
+ author={Iker García-Ferrero and Begoña Altuna},
257
+ year={2024},
258
+ eprint={2404.07611},
259
+ archivePrefix={arXiv},
260
+ primaryClass={cs.CL}
261
  }
262
  ```