• 8uurg@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    There collaborative filtering algorithms do tend to have a popularity bias. The other downside is that these algorithms also don’t help new music and musicians get found.

    • NightFantom@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Yes, though I’d argue that’s the same downside :D

      I’ve worked in recommender systems for news specifically myself for a couple years so if anyone has some questions that aren’t too identifiable, AMA I guess

      We had a system that combined your reading history (from a tracking pipeline that already existed similar to google analytics) (though it could have just as easily been sent from the front-end with the request for recommendations as we didn’t precompute anything) with several scoring systems (from simple things like popularity score per article which ignores your history, to multiple complex pretrained models that use your history to calculate a score optimising for some variable), all of which can be weighed and then the scores are added/multiplied and sorted and bam, out rolls your personal list of recommendations.

      We could easily tone down (even turn negative) the populatity bias, but it turned out that it was just a strong predictor for what people wanted to read (measured in both click through rate and dwell time on the clicked page), so we’re not entirely sure whether news is just different (if you spent a couple of minutes per day scrolling past headlines you’ll have seen everything from today, and clicked what you cared about, and left again) or we weren’t really catering to the crowd that would be helped by getting non-popular recommendations, because they’re drowned out by the crowd that’s just looking for whatever’s popular.

      Anyway, AMA