Earlier quoted context omitted.
That would be great (unweighting bluechecks) but they actually plan to go in the other direction: Starting April 15th non-bluechecks won't show up in the "For you" section (the algorithm timeline) at all. Unpaid users are being written completely out of the algo. https://twitter.com/elonmusk/status/1640502698549075972
I believe LeBron James said recently he isn't going to waste his money on a blue checkmark, so it should be interesting to see what stays and what goes.
Twitter's Recommendation Algorithm
231–240 of 1001 posts
Re: Twitter's Recommendation Algorithm
#232Great pull request here which improves the algorithm: https://github.com/twitter/the-algorithm/pull/17
Re: Twitter's Recommendation Algorithm
#233Great! But nothing is going to change until people realize that the problem is the feedback loop . It's not the recommendation engine itself, it's the fact that there's no way "out" of the feed that the engine produces. It recommends you stuff, you have little choice but to engage with it, and then it trains on that information . This is the problem with most of social media today. It is a very well known problem in…
Re: Twitter's Recommendation Algorithm
#234I wonder what the "author_is_elon", "author_is_power_user", "author_is_democrat", and "author_is_republican" labels are for [1]. [1]: https://github.com/twitter/the-algorithm/blob/main/home-mixe...
Re: Twitter's Recommendation Algorithm
#235Squashing the commit history before releasing it was an interesting (and completely predictable) decision.
It doesn't seem particularly interesting? I would never make a formerly private repo public without first erasing the history. There's no upside to showing everyone your work in progress and almost unlimited downsides.
It’s not about hiding old work, but changes just before making it public.
Re: Twitter's Recommendation Algorithm
#236I wonder what the "author_is_elon", "author_is_power_user", "author_is_democrat", and "author_is_republican" labels are for [1]. [1]: https://github.com/twitter/the-algorithm/blob/main/home-mixe...
Re: Twitter's Recommendation Algorithm
#237From 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…
[1] https://twitter.com/elonmusk/status/1641880448061120513?s=20
Re: Twitter's Recommendation Algorithm
#238My main questions: Will these repositories be used in production by Twitter? Is this now the mainline, not a semi-regularly-synced mirror?
Of course it could also be that they change their mind when spammers abuse the openness.
Re: Twitter's Recommendation Algorithm
#239Like a dig at the code quality.
Re: Twitter's Recommendation Algorithm
#240Earlier quoted context omitted.
I believe LeBron James said recently he isn't going to waste his money on a blue checkmark, so it should be interesting to see what stays and what goes.
LeBron doesn’t get $84 of value from Twitter? Definitely not a political statement going on there.