Earlier quoted context omitted.
- Open sourcing this - Lists as tabs - _Heavily_ reduced spam - Can look at Twitter without logging in I'm likely missing some other obvious/uncontroversially good changes. I still use Twitter and plan to continue using it. I am satisfied with most of his changes.
There's not any less spam. How could there be when he laid off all the antispam people? If you expand "see more tweets" sometimes there's normal tweets hiding down there and sometimes it's a bot trying to sell you guns.
Twitter's Recommendation Algorithm
641–650 of 1001 posts
Re: Twitter's Recommendation Algorithm
#642Earlier quoted context omitted.
I think it's okay to give Twitter Blue users a boost, as it's most likely not spam (unlike the 95% of my non-blue followers who are bots).
I think it makes sense for out-of-network. However I see no value for boosting among people that I have followed. If I have followed them they definitely aren't spammers (from my PoV).
Re: Twitter's Recommendation Algorithm
#643Re: Twitter's Recommendation Algorithm
#644From 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…
Also this: https://github.com/twitter/the-algorithm/pull/160
Re: Twitter's Recommendation Algorithm
#645Earlier quoted context omitted.
I expect they're tracking the red team/blue team metrics because of the political shitstorm that's been the GOP's assertions they're being silenced by The Algorithm.
The fallacy of false equivalence systematized in code. Now one side can spew as much disinfo and incitement to violence as it likes, and any algorithm change that prevents this shit from getting amplified will be rejected as bias. BSaaS = Both Sides as a Service
Re: Twitter's Recommendation Algorithm
#646From 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…
what is vits? private val DarkRequestAnnotation = "clnt/has_dark_request" private val Democrats = "democrats" private val Republicans = "republicans" private val Elon = "elon" private val Vits = "vits"
/**
* This function returns the top most followed and verified userIds truncated to topK
*/
def vits(Re: Twitter's Recommendation Algorithm
#647It'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.
"Opening up"? You must be kidding. Nothing is open there. It's just open-washing. A few nice diagrams, but how the services _actually_ work is still hidden.
So let's wait and see...
Re: Twitter's Recommendation Algorithm
#648Earlier quoted context omitted.
Elon seems embarrassed: https://twitter.com/elonmusk/status/1641908130274525187?s=61... It’ll be interesting to see what gets cut. Maybe just the Elon flag, but maybe others too.
Elons reply “I only learned about it now!”. What a crock of shit. We literally went through reporting a few months back where he was clearly instructing the team to make sure his tweets always come up, for everyone.
As in: "My tweets are very important, if they don't show up on top, it means the algorithm can't recognize what is important, it needs to be fixed". And the team, who probably didn't see in which way Elon Musk's tweets could be that important besides the fact that he wrote them, they just decided to give Elon Musk's tweets a boost.
Re: Twitter's Recommendation Algorithm
#649Earlier quoted context omitted.
Might be a language barrier from my side but it doesn't really sound like a "strange quirk" but rather a wise decision. Following people to get followers is one of the oldest spam methods on social media. It's not surprising that they would reduce the reach of accounts using those methods.
good point! "interesting insight" might have been a better phrase. i am just skimming twitter to get some scoops on the algo release
Re: Twitter's Recommendation Algorithm
#650Earlier quoted context omitted.
There is clearly a lot of information to share. It's worth considering this could be step 1 of n as opposed to assuming the worst possible intention.
It's healthy to have a normal amount of cynicism. They released it for a reason. "The goal of our open source endeavor is to provide full transparency to you, our users, about how our systems work." Why be transparent (or try to appear transparent)? To convince people to trust your platform (or to recruit - which seems to be another goal of the post). Why would Twitter want or need to do this now? Well, there is a bi…