noticia
Datasets
All datasets matching “noticia”NoticIA
"A Clickbait Article Summarization Dataset in Spanish."
We present NoticIA, a dataset consisting of 850 Spanish news articles featuring prominent clickbait headlines, each paired with high-quality, single-sentence generative summarizations written by humans.
📖 Paper: NoticIA: A Clickbait Article Summarization Dataset in Spanish
💻 Baseline Code: https://github.com/ikergarcia1996/NoticIA
🤖 Pre Trained Models… See the full description on the dataset page: https://huggingface.co/datasets/Iker/NoticIA.NoticIA-it
NoticIA: A Clickbait Article Summarization Dataset in Spanish.
We present NoticIA, a dataset consisting of 850 Spanish news articles featuring prominent clickbait headlines, each paired with high-quality, single-sentence generative summarizations written by humans.
📖 Dataset Card en Español: https://huggingface.co/datasets/somosnlp/NoticIA-it/blob/main/README_es.md
Dataset Details
Dataset Description
We define a clickbait article as one that seeks to… See the full description on the dataset page: https://huggingface.co/datasets/somosnlp/NoticIA-it.NoticIA_Human_Validation
"A Clickbait Article Summarization Dataset in Spanish."
This repository contains the manual annotations from a second human to validate the test set of the NoticIA dataset.
The full NoticIA dataset is available here: https://huggingface.co/datasets/Iker/NoticIA
Data explanation
web_url (int): The URL of the news article
web_headline (str): The headline of the article, which is a Clickbait.
summary (str): The original summary in the NoticIA dataset.
summary2 (str):… See the full description on the dataset page: https://huggingface.co/datasets/Iker/NoticIA_Human_Validation.noticias_ptbrnoticias-govbr-ptbr-1Razonamiento_noticias_v2
Model inference.
* https://huggingface.co/KingNish/Reasoning-Llama-3b-v0.1
columnas.
** news: **
- contiene solo la noticia sin procesar
** query: **
contiene
- user: consulta del usuario
- assinstant: respuesta de la IA
{"user": user, "assistant": IA}
** messages: **
- contiene una lista de json
[
{"role": "user", "content": prompt},
{"role": "reasoning", "content": reasoning_output},
{"role": "assistant", "content": response}
]
