Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
pandas
License:
nandezgarcia commited on
Commit
56ed06e
·
verified ·
1 Parent(s): 0d6d43f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -24
README.md CHANGED
@@ -53,34 +53,33 @@ configs:
53
  - split: test
54
  path: data/test-*
55
  ---
56
- # BOE-XSUM Balanced Dataset - Revisado y limpiado
57
- ## Descripción
58
 
59
- El **BOE 2025 Dataset** es una colección de articulos de BOE con resúmenes extremos de los mismo. Este dataset ha sido cuidadosamente equilibrado y limpiado para garantizar su calidad y utilidad en tareas de procesamiento de lenguaje natural (NLP), principalmente para evaluar los modelos generativos.
60
 
61
- ## Contenido del Dataset
62
 
63
- El dataset se compone de los siguientes subconjuntos (splits):
64
 
65
- - `train`: Datos de entrenamiento.
66
- - `validation`: Datos de validación.
67
- - `test`: Datos de testl.
68
 
 
69
 
70
- ## Columnas del dataset
71
 
72
- El dataset contiene los siguientes campos:
73
-
74
- - **id**: Identificador único del item.
75
- - **boe_materials**: Es un identificador de categorías que tiene el BOE.
76
- - **boe_date_publication**: Fecha de publicación del articulo BOE.
77
- - **boe_previous**: Articulos del BOE previos que se ven alterado con este nuevo BOE.
78
- - **boe_id**: Identificador del BOE.
79
- - **boe_title**: Título del articulo del BOE.
80
- - **boe_soup_xml**: Página web completa scrapeada.
81
- - **tweet_original**: Tweet original de Eva Belmonte.
82
- - **boe_category**: Categoría a la que pertenece este item.
83
- - **boe_alert**: Codigos de clasificación del BOE en areas del estado.
84
- - **boe_departament**: Departamento del que procede el articulo del BOE.
85
- - **tweet_text_cleaned**: Resumen extremo generado a partir de una minuciosa revisión del tweet de Eva Belmonte.
86
- - **boe_subsequent**: Articulos de ley que se ven modificados por la orden (Solo para articulos que se refieran a leyes).
 
53
  - split: test
54
  path: data/test-*
55
  ---
56
+ # BOE-XSUM Balanced Dataset - Reviewed and Cleaned
57
+ ## Description
58
 
59
+ The **BOE 2025 Dataset** is a collection of BOE articles with extreme summaries of them. This dataset has been carefully balanced and cleaned to ensure its quality and usefulness in natural language processing (NLP) tasks, primarily for evaluating generative models.
60
 
61
+ ## Dataset Content
62
 
63
+ The dataset is composed of the following subsets (splits):
64
 
65
+ - `train`: Training data.
66
+ - `validation`: Validation data.
67
+ - `test`: Test data.
68
 
69
+ ## Dataset Columns
70
 
71
+ The dataset contains the following fields:
72
 
73
+ - **id**: Unique identifier of the item.
74
+ - **boe_materials**: A category identifier used by the BOE.
75
+ - **boe_date_publication**: Publication date of the BOE article.
76
+ - **boe_previous**: Previous BOE articles that are affected by this new BOE.
77
+ - **boe_id**: Identifier of the BOE.
78
+ - **boe_title**: Title of the BOE article.
79
+ - **boe_soup_xml**: Fully scraped web page.
80
+ - **tweet_original**: Original tweet by Eva Belmonte.
81
+ - **boe_category**: Category to which this item belongs.
82
+ - **boe_alert**: BOE classification codes in state areas.
83
+ - **boe_departament**: Department from which the BOE article originates.
84
+ - **tweet_text_cleaned**: Extreme summary generated from a meticulous review of Eva Belmonte's tweet.
85
+ - **boe_subsequent**: Laws that are modified by this order (only for articles referring to legislation).