https://twitter.com/jarokrolewski/status/1641892148084629504 > the main neural network part of @Twitter recsys algo is based on 2021 work of #SinaWeibo - Chinese clone of Twitter interesting claim
Some more strange quirks: https://twitter.com/Ben_Cary_/status/1641893540614623258 > Twitter use to rank posts higher for those who had more followers/less people they follow > They are removing that as of today but kinda interesting that someone with 10k/10k followers would get less reach than if they had 10k followers and only followed 6k
Twitter's Recommendation Algorithm
391–400 of 1001 posts
Re: Twitter's Recommendation Algorithm
#392Context: I teach at Princeton and study social media and recommendation systems. From a very quick skim of the repositories, this appears to be quite limited transparency. The documentation gives a decent high-level overview of how Tweet recommendation works—no surprises—and the code tracks that roadmap. Those are meaningful positive steps. But the underlying policies and models are almost entirely missing (there are…
[flagged]
Otherwise, if they are provided, someone in the thread will surely point to them.
Re: Twitter's Recommendation Algorithm
#393Earlier quoted context omitted.
So they could pretend to be open. It's the "Open"AI model. Open-washing?
This is a very cynical take. They should be commended for publishing recommendation code at all, which no other major social network does.
Re: Twitter's Recommendation Algorithm
#394Re: Twitter's Recommendation Algorithm
#395Re: Twitter's Recommendation Algorithm
#396It's disappointing the comments are so obsessed with the political angle to this that there's a total lack of appreciation (or discussion) of opening up the most influential social media platform in the world.
This is a great thing.
Re: Twitter's Recommendation Algorithm
#397Earlier quoted context omitted.
[flagged]
Or an alternative view: no matter what he does there will always be haters and there are massive (political) incentives to destroy his public persona. Those incentives also align nicely with those of hedge funds that are short TSLA as well as family offices that are short Tesla (hello Billy boy Gates).
Yes. Why? Because he's an jerk that deserves it. He's done and said enough dumb shit that people should take him with an ocean's worth of salt.
Re: Twitter's Recommendation Algorithm
#398I 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...
I would not be surprised if “author_is_elon” was added after he bought the company and worked the engineers too hard to figure out why his tweets don’t have a lot of engagement.
Re: Twitter's Recommendation Algorithm
#399For ranking the candidates these predictions are combined into a score by weighting them: "recap.engagement.is_favorited": 0.5 "recap.engagement.is_good_clicked_convo_desc_favorited_or_replied": 11* (the maximum prediction from these two "good click" features is used and weighted by 11, the other prediction is ignored). "recap.engagement.is_good_clicked_convo_desc_v2": 11* "recap.engagement.is_negative_feedback_v2":…
"recap.engagement.is_replied": 27 "recap.engagement.is_replied_reply_engaged_by_author": 75 I wonder if this is why threads rank so obnoxiously high. They get artificially boosted by the author replying to their own tweet
Re: Twitter's Recommendation Algorithm
#400Earlier quoted context omitted.
So why did they opensource it?
So they could pretend to be open. It's the "Open"AI model. Open-washing?
If your play was "it's some source code, hence people will think we are open, and that should be really good for us", that would make you a very special kind of idiot in this space.