davidlms commited on
Commit
e5f3d86
1 Parent(s): 11e0d97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -157,13 +157,13 @@ The lyrics of the song, represented as an array of verses (string array).
157
 
158
  This dataset does not have traditional training, validation, and test splits. Instead, it is divided into two subsets: "accurate" and "midaccurate".
159
 
160
- The "accurate" subset contains 957 instances. All fields in this subset have been obtained through web scraping and have undergone at least one human review for accuracy.
161
 
162
  The "midaccurate" subset contains 226 instances. The 'group' and 'lyrics' fields in this subset were collected through web scraping, but the remaining fields were filled in by querying language models connected to the Internet. Therefore, the data in these fields may not be accurate.
163
 
164
  | Subset | Instances |
165
  |-------------|----------:|
166
- | Accurate | 957 |
167
  | Midaccurate | 226 |
168
 
169
  Please note that the division into subsets is based on the method and reliability of data collection, rather than a random or stratified split typically used in machine learning tasks. Users of the dataset should consider this when deciding how to use the data.
@@ -184,7 +184,7 @@ The initial collection of lyrics was carried out through automatic scraping of v
184
 
185
  The source language producers of the dataset are the authors and performers of the songs from the Carnaval de Cádiz. These include a wide range of individuals and groups who have participated in the Carnaval over the years. The dataset does not include self-reported demographic or identity information for these individuals or groups.
186
 
187
- The data in the dataset was collected from two websites: https://www.alsondelcarnaval.es and http://letrasdesdeelparaiso.blogspot.com. The "accurate" subset of the dataset was collected from the former, while the "midaccurate" subset was collected from the latter. The data was extracted through automatic web scraping, and in the case of the "midaccurate" subset, some fields were filled in by querying language models connected to the Internet.
188
 
189
  ### Personal and Sensitive Information
190
 
 
157
 
158
  This dataset does not have traditional training, validation, and test splits. Instead, it is divided into two subsets: "accurate" and "midaccurate".
159
 
160
+ The "accurate" subset contains 958 instances. First 957 fields in this subset have been obtained through web scraping and have undergone at least one human review for accuracy. The rest have been added by users at [letrascarnavalcadiz.com](https://letrascarnavalcadiz.com).
161
 
162
  The "midaccurate" subset contains 226 instances. The 'group' and 'lyrics' fields in this subset were collected through web scraping, but the remaining fields were filled in by querying language models connected to the Internet. Therefore, the data in these fields may not be accurate.
163
 
164
  | Subset | Instances |
165
  |-------------|----------:|
166
+ | Accurate | 958 |
167
  | Midaccurate | 226 |
168
 
169
  Please note that the division into subsets is based on the method and reliability of data collection, rather than a random or stratified split typically used in machine learning tasks. Users of the dataset should consider this when deciding how to use the data.
 
184
 
185
  The source language producers of the dataset are the authors and performers of the songs from the Carnaval de Cádiz. These include a wide range of individuals and groups who have participated in the Carnaval over the years. The dataset does not include self-reported demographic or identity information for these individuals or groups.
186
 
187
+ The data in the dataset was collected from two websites: https://www.alsondelcarnaval.es and http://letrasdesdeelparaiso.blogspot.com. The first 957 instances of "accurate" subset of the dataset was collected from the former, while the "midaccurate" subset was collected from the latter. The data was extracted through automatic web scraping, and in the case of the "midaccurate" subset, some fields were filled in by querying language models connected to the Internet.
188
 
189
  ### Personal and Sensitive Information
190