Difference between revisions of "2009:Music Recommendation"

From MIREX Wiki
(Initial page for opening discussion)
 
(Editing of page to include subtask info)
Line 7: Line 7:
 
Given a query and a set of source data, produce an ordered list of songs.  The results are evaluated against a ground truth derived from a second source or human evaluation.
 
Given a query and a set of source data, produce an ordered list of songs.  The results are evaluated against a ground truth derived from a second source or human evaluation.
  
=== Potential Task Types ===
+
=== Potential subtask Types ===
  
To be determined
+
[[ Music_Recommendation_Personalized_Radio | Personalized Radio ]]
 +
[[ Music_Recommendation_Song_Similarity | Song Similarity ]]
  
 
=== Potential Source Data ===
 
=== Potential Source Data ===
  
This will certainly include audio.  Potentially additional information to include are social info such as tags and profiles from LastFM.  This might also include a subset that has social data explicitly witheld to simulate new, unheard music
+
* Audio Content - Which data set of audio files should be used?
 
+
* Artist Tag Info - set of all tags associated with the artist that performed the audio (LastFM webservices)
=== Format of the Query ===
+
* Song Tag Info - set of all tags associated with this song (LastFM webservices)
 
+
* User Profile - Profile information of a LastFM user that has listened to at least a subset of the target audio (LastFM webservices)
To be determined
+
* User playcounts - Play counts of audio content for a particular user (LastFM webservices)
 
+
* Playlists - online sources of playlists containing the targeted audio (location???)
=== Ground Truth ===
 
 
 
To be determined
 
 
 
=== Evaluation ===
 
 
 
To be determined
 

Revision as of 02:40, 5 November 2008

2009 Music Recommendation Task Overview

This task is for evaluating tasks that produce a list of songs from an input.

Task Overview

Given a query and a set of source data, produce an ordered list of songs. The results are evaluated against a ground truth derived from a second source or human evaluation.

Potential subtask Types

Personalized Radio Song Similarity

Potential Source Data

  • Audio Content - Which data set of audio files should be used?
  • Artist Tag Info - set of all tags associated with the artist that performed the audio (LastFM webservices)
  • Song Tag Info - set of all tags associated with this song (LastFM webservices)
  • User Profile - Profile information of a LastFM user that has listened to at least a subset of the target audio (LastFM webservices)
  • User playcounts - Play counts of audio content for a particular user (LastFM webservices)
  • Playlists - online sources of playlists containing the targeted audio (location???)