Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Tags:
music
Libraries:
Datasets
Dask
License:
OpenSourceElysium commited on
Commit
ca07abc
1 Parent(s): 1cc5fb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,8 +41,6 @@ size_categories:
41
 
42
  This dataset contains 12M links to music on YouTube.
43
 
44
- The data collection process was inspired by [DISCO-10M](https://arxiv.org/abs/2306.13512), consider citing their work if you use this dataset.
45
-
46
  Starting from an initial seed list of artists, we can discover new artists by recursively exploring the artists listed in the "Fans might also like" section.
47
  We explore the related artists graph for as long as we are able to find new artists.
48
  For a given artist, we can extract their metadata, such as their name and number of subscribers, as well as a list of all of their songs and music videos.
@@ -51,4 +49,6 @@ Importantly, each song or music video is associated with a YouTube URL (obtained
51
  DISCO-10M used a seed list of 18 artists, chosen to represent a variety of genres. However, we found that this is not sufficient for exploring the artist graph of YouTube Music. Starting from this seed list, we were able to discover only 90,007 artists and 5,399,389 songs.
52
 
53
  We therefore compiled a larger seed list by considering the artists that appear on YouTube Music charts of top songs by country and genre playlists.
54
- This resulted in an initial list of 45,218 artists. The artist graph exploration starting from this seed list resulted in 250,516 artists and 12,648,485 songs.
 
 
 
41
 
42
  This dataset contains 12M links to music on YouTube.
43
 
 
 
44
  Starting from an initial seed list of artists, we can discover new artists by recursively exploring the artists listed in the "Fans might also like" section.
45
  We explore the related artists graph for as long as we are able to find new artists.
46
  For a given artist, we can extract their metadata, such as their name and number of subscribers, as well as a list of all of their songs and music videos.
 
49
  DISCO-10M used a seed list of 18 artists, chosen to represent a variety of genres. However, we found that this is not sufficient for exploring the artist graph of YouTube Music. Starting from this seed list, we were able to discover only 90,007 artists and 5,399,389 songs.
50
 
51
  We therefore compiled a larger seed list by considering the artists that appear on YouTube Music charts of top songs by country and genre playlists.
52
+ This resulted in an initial list of 45,218 artists. The artist graph exploration starting from this seed list resulted in 250,516 artists and 12,648,485 songs.
53
+
54
+ The data collection process was inspired by [DISCO-10M](https://arxiv.org/abs/2306.13512), consider citing their work if you use this dataset.