From https://github.com/twitter/the-algorithm/blob/7f90d0ca342b92... ( "author_is_elon", candidate => candidate .getOrElse(AuthorIdFeature, None).contains(candidate.getOrElse(DDGStatsElonFeature, 0L))), ( "author_is_power_user", candidate => candidate .getOrElse(AuthorIdFeature, None) .exists(candidate.getOrElse(DDGStatsVitsFeature, Set.empty[Long]).contains)), ( "author_is_democrat", candidate => candidate .getOrEls…
Twitter's Recommendation Algorithm
31–40 of 1001 posts
Re: Twitter's Recommendation Algorithm
#32From https://github.com/twitter/the-algorithm/blob/7f90d0ca342b92... ( "author_is_elon", candidate => candidate .getOrElse(AuthorIdFeature, None).contains(candidate.getOrElse(DDGStatsElonFeature, 0L))), ( "author_is_power_user", candidate => candidate .getOrElse(AuthorIdFeature, None) .exists(candidate.getOrElse(DDGStatsVitsFeature, Set.empty[Long]).contains)), ( "author_is_democrat", candidate => candidate .getOrEls…
Re: Twitter's Recommendation Algorithm
#33for Google Ads, you couldn't easily know what ads would be shown for a given query, without a whole lot of data that's not contained in any code: the experiment settings in the server, for one thing. And the user who's doing the query, for another.
An "experiment" could apply to 100% of the traffic, so it's not really an experiment anymore. And even if you think X has been put into production, there is still a "holdback" experiment, where some part of the traffic does not get X applied to it.
Re: Twitter's Recommendation Algorithm
#34I'm not opposed to social media feeds having complex recommendation algorithms. I just wish they allowed you to opt in to a reverse chronological feed of only people you follow, like RSS.
Re: Twitter's Recommendation Algorithm
#35You gotta hand it to Elon - he actually did it.
LOL. My algorithm at twitter had been very simple- See tweets from people I followed. Don't see tweets from people I didn't follow. Trust people I follow in their retweets to signal something interesting. Unfollow unhelpful people. Once that algorithm was rendered impossible, I left twitter. Haven't missed it. Having someone say- here's the way we are going to promote something to you- doesn't make me inclined to acc…
Re: Twitter's Recommendation Algorithm
#36Great pull request here which improves the algorithm: https://github.com/twitter/the-algorithm/pull/17
Re: Twitter's Recommendation Algorithm
#37You gotta hand it to Elon - he actually did it.
Did he? Considering the vast majority of the algorithm is waved away as “ML model”.
Re: Twitter's Recommendation Algorithm
#38I have spent significant effort creating a network and there you go choosing to ignore my efforts by putting in 50% of crap-I-don't-want-to-see.
That is why I despise your algorithm.
Re: Twitter's Recommendation Algorithm
#39Re: Twitter's Recommendation Algorithm
#40I'm not opposed to social media feeds having complex recommendation algorithms. I just wish they allowed you to opt in to a reverse chronological feed of only people you follow, like RSS.