RIP author_is_elon, we hardly knew ye. https://github.com/twitter/the-algorithm/issues/236
Republican, Democrat, and Elon. Wow.
Source code for the X recommendation algorithm
31–40 of 156 posts
Re: Source code for the X recommendation algorithm
#32Re: Source code for the X recommendation algorithm
#33This is laudable. But the great thing about Twitter is that you don't have to use the algorithmic "For You" feed at all. You can just use the "Following" feed, which is purely chronological, and doesn't contain any recommended content. This isn't possible on Facebook, which makes it unusable for me.
That ignores the way Twitter sorts replies, which always use an algorithmic weight-based listing.
Re: Source code for the X recommendation algorithm
#34I've always wondered - how can I as a non X engineer be sure that the code on GH is actually deployed on their servers?
It’s not. The last “algorithm” release was a random grab bag of code which existed in some of the Twitter repo that might have been tangentially related to recommendations/feed. Source: worked at Twitter in ML/recsys.
Re: Source code for the X recommendation algorithm
#35Just like with their last release, they only released the architecture and not the weights. It may be useful for analyzing the system if you're a competitor (but from my last dive into it, it seemed like a strict subset of fancier, industry-leading rec systems), or perhaps getting into rec / retrieval systems as a newcomer. However, this gives roughly zero insight into how Twitter's feed behaves.
Re: Source code for the X recommendation algorithm
#36This is laudable. But the great thing about Twitter is that you don't have to use the algorithmic "For You" feed at all. You can just use the "Following" feed, which is purely chronological, and doesn't contain any recommended content. This isn't possible on Facebook, which makes it unusable for me.
That ignores the way Twitter sorts replies, which always use an algorithmic weight-based listing.
Re: Source code for the X recommendation algorithm
#37Just like with their last release, they only released the architecture and not the weights. It may be useful for analyzing the system if you're a competitor (but from my last dive into it, it seemed like a strict subset of fancier, industry-leading rec systems), or perhaps getting into rec / retrieval systems as a newcomer. However, this gives roughly zero insight into how Twitter's feed behaves.
Re: Source code for the X recommendation algorithm
#38Earlier quoted context omitted.
It’s not. The last “algorithm” release was a random grab bag of code which existed in some of the Twitter repo that might have been tangentially related to recommendations/feed. Source: worked at Twitter in ML/recsys.
[flagged]
Re: Source code for the X recommendation algorithm
#39Re: Source code for the X recommendation algorithm
#40Has anyone found anything useful? Interesting needle-in-a-haystack problem for LLMs to try as well.