Open yiyichen opened 6 years ago
All this data comes from the Free Music Archive API. The documentation is unfortunately rather scarce... (I am preparing a table to explain each field in greater details.)
track_favorites
is the number of users who starred the track. If you look at the screenshot below, a logged in user can star a track by clicking on the star icon.track_listens
is the number of users who listened to the track. Anybody can increase the count by listening to the sound online by clicking on the play icon.track_interest
is. I guess it's a measure of how popular a track is that they use for recommendation. I asked the administrators but did unfortunately not get any answer. Let me know if you can figure it out!I'd say the first two are solid measures of popularity. The third might be, but we should be sure what it is. You might also consider:
track_comments
, the number of comments users wrote about a song.Please let us know if you collect additional data and I will mention it here. :)
Todo: add an appendix in the paper which describes where each piece of information comes from, similar to the above.
My team are conducting an academic research project using your dataset, and we were wondering if you can help us clarify what each of the three columns means
Specifically, we are looking to understand how these columns are generated and if they can be a good measure of popularity, or if any other columns should be used instead.
Thank you!