Weekly Jams recycles unlistened suggestions (with figure!)

Since I have figured out how to resolve the Weekly Jams to my local collection, I have faithfully been downloading the playlists. The rate at which I was able to resolve suggestions to my collection was pretty good at first (~90%) but has been dropping steadily over the past weeks to roughly ~50%:

The reason is that Weekly Jams retains suggestions I have been unable to resolve. This causes the list to gradually clog up with unlistened suggestions. Of course, there are several hacks to work around that, but I feel that the Weekly Jams feature would be greatly improved if it were to offer all fresh suggestions each week. This should be easy to implement by introducing some cooldown period or a penalty for recent suggestions.

Thanks!

5 Likes

Hi!

Two thoughts:

  1. Such a cool-down feature is not as easy to implement as you suggest.
  2. We need to look at why this is happening before we dream up a solution. My take on the situation is that we can generate a finite number of recommendations given the number of people in our community right now. And if you continually listen to your weekly jams (I listened to my daily jams each day for months!) you’ll notice exactly what you are suggesting – over time things get less interesting and less on point because you’re reaching further and further down the list of recommended tracks. Putting out all-new fresh suggestions each week would accelerate the pace at which things get worse.

From where I sit there are no easy fixes for this problem – the best fix is to get more people sending their listens – ideally people who do not listen to the same music we are already listening to.

The team currently doesn’t have the bandwidth to examine these issues and make improvements here – certainly not in the next 6 months. If you’d like to dive and make see if you can improve things, please do:

listenbrainz-server/listenbrainz_spark/recommendations at master · metabrainz/listenbrainz-server · GitHub

and

I’d be happy to review your PRs!

3 Likes

Not sure I am following. The issue is not that the recommendations are not interesting, but that I appear to be increasingly unable to resolve them to my collection. Are you saying that if more recommendations would be generated the unresolvable tracks would be purged?

Nor did I expect them to. I just wanted to give feedback in the hope that it will help you guys develop the various LB features. I have gotten a lot of good stuff out of LB.

I am wondering where I gave you the impression I am a programmer :laughing:. As it happens I do have some (very modest) coding skills in python so I am happy to take a look. I am rather curious to see how the recommendation engine actually works TBH.