davidlms commited on
Commit
e598ab0
1 Parent(s): 40c729e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -148,7 +148,18 @@ The lyrics of the song, represented as an array of verses (string array).
148
 
149
  ### Data Splits
150
 
151
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
152
 
153
  ## Dataset Creation
154
 
 
148
 
149
  ### Data Splits
150
 
151
+ This dataset does not have traditional training, validation, and test splits. Instead, it is divided into two subsets: "accurate" and "midaccurate".
152
+
153
+ 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.
154
+
155
+ 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.
156
+
157
+ | Subset | Instances |
158
+ |-------------|----------:|
159
+ | Accurate | 957 |
160
+ | Midaccurate | 226 |
161
+
162
+ 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.
163
 
164
  ## Dataset Creation
165