davidlms's picture
Update README.md
f272857
|
raw
history blame
7.64 kB
metadata
annotations_creators:
  - no-annotation
language:
  - es
language_creators:
  - machine-generated
license:
  - cc-by-sa-4.0
multilinguality:
  - monolingual
pretty_name: letrascarnavalcadiz
size_categories:
  - 1K<n<10K
source_datasets:
  - original
tags:
  - lyrics
  - carnival
  - cadiz
task_categories: []
task_ids: []

Dataset Card for Letras Carnaval Cádiz

logo

Dataset Description

Changelog

Release Description
v1.0 Initial release of the dataset. Included more than 1K lyrics. It is necessary to verify the accuracy of the data, especially the subset midaccurate.

Dataset Summary

This dataset is a comprehensive collection of lyrics from the Carnaval de Cádiz, a significant cultural heritage of the city of Cádiz, Spain. Despite its cultural importance, there has been a lack of a structured database for these lyrics, hindering research and public access to this cultural heritage. This dataset aims to address this gap.

The dataset was created by the Cádiz AI Learning Community, a branch of the non-profit association Spain AI, and was developed by Iván Romero Reyna and Jesús Federico Franco Medinilla, students of the Specialization Course in Artificial Intelligence and Big Data at IES Rafael Alberti during the 2022-2023 academic year. The project is supervised by Jesús Carlos Avecilla de la Herrán, a computational linguist.

Collaboration is encouraged, with individuals able to verify the different records of the dataset at letrascarnavalcadiz.com, ensuring the transcription of the lyrics and all data are correct. New lyrics can also be added to the dataset. Corrections and additions are not immediately reflected in the dataset but are updated periodically.

For more information or to report a problem, you can write to [email protected].

Supported Tasks and Leaderboards

[More Information Needed]

Languages

The dataset is in Spanish, reflecting the language of the Carnaval de Cádiz.

Dataset Structure

Data Instances

A typical instance in the dataset is formatted in JSON and contains the following fields:

{
    "id": "9de8647521b728c45ff45c1c11208708d055397fd7781b31cf91b473dff224d5",
    "authors": ["Juan Carlos Aragón Becerra"],
    "song_type": 2,
    "year": "2018",
    "group": "Los Mafiosos",
    "group_type": 2,
    "lyrics": [
      "Mujer va llegando el momento",
      "de ser la que lleve la rienda",
      "el camino ha sido largo y polvoriento",
      "pero ya no habrá varón que te detenga",
      "gritad larga vida a la reina",
      "que va a comenzar tu gobierno",
      "ojalá no heredes nada",
      "de aquel macho que te odiaba",
      "porque en el fondo sabía",
      "que ya tú te le acercabas",
      "y el contigo no podía",
      "ten en cuenta cuando hagas justicia",
      "de volver a nivelar la balanza",
      "y aguantar aunque tragando saliva",
      "el deseo de venganza",
      "de ser oh humano fatal",
      "de ser o que puedo entender",
      "tan solo con una mirada",
      "la llaga que baña tu alma y tu piel",
      "que te sirva la experiencia",
      "del macho de la manada",
      "la fuerza no vale nada",
      "si no es con la inteligencia",
      "y ojalá que tu conciencia",
      "a mí me brinde la suerte",
      "de nunca volver a verte",
      "con los pies en una iglesia",
      "que ella fue quien escribió",
      "que ella fue quien escribió",
      "la historia contra vosotras",
      "y encima se la cobró",
      "y encima se la cobró",
      "con mil millones de devotas",
      "ojalá que tu corona y tu bandera",
      "abran paso a una vida nueva",
      "como un mundo en primavera",
      "ojalá que a ti no te envenene el poder",
      "y que no dejes nunca de ser la mujer",
      "que siempre fue nuestra gran compañera"
    ]
}

The id field uniquelyidentifies each instance in the dataset, providing a way to reference specific entries. The authors, song_type, year, group, and group_type fields provide context for the lyrics, while the lyrics field itself contains the actual text of the song. The relationships between these fields are implicit in the structure of the dataset, with each instance representing a single song from the Carnaval de Cádiz.

Data Fields

id

Unique identifier for each song in the dataset. A SHA-256 hash calculated from the first four verses of the lyrics and the group name, with all spaces removed and converted to lowercase (string).

authors

List of authors who have written the song (string array).

song_type

The type of song (1: presentación, 2: pasodoble/tango, 3: cuplé, 4: estribillo, 5: popurrí, 6: cuarteta).

year

Year the song was written or performed (string).

group

Name of the group that performed the song (string).

group_type

The type of the group (1: coro, 2: comparsa, 3: chirigota, 4: cuarteto).

lyrics

The lyrics of the song, represented as an array of verses (string array).

Data Splits

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

The initial collection of lyrics was carried out through automatic scraping of various websites and multimedia content on the Internet. To maximize the number of records with minimal effort, all collection is being done using different Artificial Intelligence models.

Who are the source language producers?

[More Information Needed]

Personal and Sensitive Information

The only sensitive information in the dataset is the names and surnames of the authors of the lyrics.

Considerations for Using the Data

Social Impact of Dataset

The dataset is intended for use in cultural studies, linguistic analysis, and machine learning tasks related to language understanding and generation. It can also serve as a resource for those interested in the Carnaval de Cádiz, providing a searchable database of lyrics.

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

  • Iván Romero Reyna. Student of the Specialisation Course in Artificial Intelligence and Big Data at IES Rafael Alberti during the academic year 2022-2023.
  • Jesús Federico Franco Medinilla. Student of the Specialisation Course in Artificial Intelligence and Big Data at IES Rafael Alberti during the academic year 2022-2023.
  • Jesús Carlos Avecilla de la Herrán. Promoter in Cádiz AI.

Licensing Information

CC BY-SA 4.0

Citation Information

@misc{letrascarnavalcadiz2023,
  author = {Romero Reyna, Iván and Franco Medinilla, Jesús Federico and Avecilla de la Herrán, Jesús Carlos},
  title = {letras-carnaval-cadiz},
  year = {2023},
  url = {https://huggingface.co/datasets/IES-Rafael-Alberti/letras-carnaval-cadiz}
}

Contributions

Thanks to @ivanro, @jframed281 for adding this dataset.

Thanks to all the reviewers at letrascarnavalcadiz.com.