Many people have commented that it is empty. However what they do not realize is that there has never actually been an algorithm and that is why it is empty.
You don't think recent news of the EU compelling social media companies to disclose their algorithms has anything to do with this?
twitter/the-algorithm
161–170 of 403 posts
Re: twitter/the-algorithm
#162Earlier quoted context omitted.
There's not an algorithm to order timelines?
If it’s a list of tweets ordered based on a kajillion ML data points that varies per user is it still an algorithm? And does every user have their own algorithm? And could it be made readable to a human?
Re: twitter/the-algorithm
#163I've worked on very large scale recommendation systems at a FAANG. If Twitter's system resembles anything like ours, the concept of publishing or open sourcing "the algorithm" doesn't make sense. Even if we were to open source all associated code and publish all related documents it would be very difficult to make sense of the entire system. That is precisely why companies such as Twitter A/B test the hell out of eve…
There is typically clear objective function of a recommendation system.
What Twitter is optimizing for is what’s of interest here. And some of the hidden business rules. It’s likely these are specified in the code in an obvious way.
How exactly they achieve that is the part that is complex and relatively indecipherable.
It’s possible that it’s designed in such a way the optimization objectives are also unclear, but that would indicate a bad design and be to the detriment of the company and users.
Re: twitter/the-algorithm
#164whatever will show up in this repo, I hope people realize that depending on what data you put into some algorithm you can get whatever output you want, and twitter is never going to (and neither can or should they) publish everyone's personal information and interaction on the site. So I'm not sure what the ultimate point of this exercise is other than producing faux-transparency.
Re: twitter/the-algorithm
#165I've worked on very large scale recommendation systems at a FAANG. If Twitter's system resembles anything like ours, the concept of publishing or open sourcing "the algorithm" doesn't make sense. Even if we were to open source all associated code and publish all related documents it would be very difficult to make sense of the entire system. That is precisely why companies such as Twitter A/B test the hell out of eve…
Re: twitter/the-algorithm
#166I've worked on very large scale recommendation systems at a FAANG. If Twitter's system resembles anything like ours, the concept of publishing or open sourcing "the algorithm" doesn't make sense. Even if we were to open source all associated code and publish all related documents it would be very difficult to make sense of the entire system. That is precisely why companies such as Twitter A/B test the hell out of eve…
All these feed rankings are complex combinations of features, models coupled with weights and filters. On top of this abuse detection layers are added.
Unless Musk is planning to open source user data to show what all the "scores" and "features" for all the entities are and how they were reached to, this will make no sense. The whole argument against some people being downranked has been, why me? Just writing a whitepaper to tell the general methodology, is not going to make that go away.
On top of that, exposing every vector through which you measure and stop abuse, will just allow for more sophisticated abuse.
Re: twitter/the-algorithm
#167Earlier quoted context omitted.
What are you basing this on? I wouldn't assume response prediction is using a "fairly basic ML model," it can be a lot more than that.
If it's a simple, constrained problem where the number of available features is low then inherently the complexity can never be high. I've built hundreds of models and run a ML company and I don't believe it's technically possible for this rule not to be the case.
Re: twitter/the-algorithm
#168Many people have commented that it is empty. However what they do not realize is that there has never actually been an algorithm and that is why it is empty.
But there definitely is a relationship algo that could be considered theirs, like all social medias inflating the bubbles users all feel.
Re: twitter/the-algorithm
#169I've worked on very large scale recommendation systems at a FAANG. If Twitter's system resembles anything like ours, the concept of publishing or open sourcing "the algorithm" doesn't make sense. Even if we were to open source all associated code and publish all related documents it would be very difficult to make sense of the entire system. That is precisely why companies such as Twitter A/B test the hell out of eve…
Of course it doesn't make sense. I think it's just a dog whistle to the people who believe google have a guy in a room somewhere turning the "conservative search results" lever down a notch during elections.
Re: twitter/the-algorithm
#170I know the algorithm i use, it ends with ORDER BY date DESC.
Is that actually possible on Twitter? (I have an account but don't use it.) I do believe them that when a user follows several 100+ other users, it would probably be impossible to read every tweet chronologically.