Published February 22, 2024 | Version v1
Dataset Open

Last.Fm UK User Graph Dataset: A Social Network and Music Listening Behavior Dataset

  • 1. ROR icon University of Pisa
  • 2. Istituto di Scienza e Tecnologie dell'Informazione Alessandro Faedo Consiglio Nazionale delle Ricerche

Description

The Last.Fm UK User Graph Dataset is a comprehensive collection of social network and music listening behavior data obtained from the Last.Fm platform. The dataset includes user connections, weekly artist listening counts, and artist tags weighted by the number of users who assigned them. The dataset is ideal for studying social network dynamics, music preferences, and their interplay. 

Dataset Description:

  1. Data Source:
    • Last.Fm APIs were used to obtain a sample of the UK user graph, exploring the network with a breadth-first approach up to the fifth degree of separation from the seeds.
  2. Social Network Data:
    • The social graph (G) consists of 75,969 nodes representing users and 389,639 edges representing their friendships on the Last.Fm platform.
  3. Music Listening Behavior Data:
    • For each user, the dataset includes the number of single listenings of a given artist for each week in the time window from Jan-10 to Dec-11.
  4. Artist Tags:
    • Tags assigned to artists are included, weighted by the number of users who assigned the tag. Tags were split into single words, filtered for musical genres, and assigned to artists based on specific criteria.
  5. Musical Genre Assignment:
    • Musical genres were assigned to artists based on the survived tag with the greatest counter, with a relative rate ≥ 0.5.

Files Description:

  • ArtistsMap: semicolon-separated file that maps artists names to unique ids
  • ArtistTag: semicolon-separated file with tags related to each artist and their weight (i.e. number of users assigning that tag to that artist)
  • network: semicolon-separated file containing the social graph edge list
  • UsersData_anonymized: semicolon-separated file containing user-related attributes

Files

Files (287.1 MB)

Name Size Download all
md5:c418dd89062256fad64973868a6d0728
14.3 MB Download
md5:04267d847a6e68ac1598fda5cb56fedc
258.6 MB Download
md5:a360642a16a2251f99d82aeb75308d02
9.8 MB Download
md5:362f8d70cb90228097fc7f5fe531eae6
2.0 MB Download
md5:8eb566dfa62d07e6961b140cc37d846f
2.3 MB Download

Additional details

Software

Repository URL
http://www.michelecoscia.com/?page_id=606
Programming language
Python