Earlier quoted context omitted.
So why did they opensource it?
If we can't build anything with this, is it "source"?
Twitter's Recommendation Algorithm
431–440 of 1001 posts
Re: Twitter's Recommendation Algorithm
#432From 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"
Re: Twitter's Recommendation Algorithm
#433Earlier quoted context omitted.
NY Times, WaPo, LA Times and other major accounts too https://www.thewrap.com/ny-times-la-times-not-pay-for-twitte...
Seems dumb of them. Cost is trivial and their competition that isn’t so politically motivated will have a much further reach. The smart move would be silent on the policy change, pay, and support rival platforms as they can. Instead they will eventually pay and look like they lost.
I don't think the NYT is worried about "reach."
Re: Twitter's Recommendation Algorithm
#434Earlier 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
#435 #!/bin/sh
exit 0Re: Twitter's Recommendation Algorithm
#436( "has_toxicity_score_above_threshold", _.getOrElse(EarlybirdFeature, None).exists(_.toxicityScore.exists(_ > 0.91)) )
https://github.com/twitter/the-algorithm/blob/main/timeliner...
Re: Twitter's Recommendation Algorithm
#437Re: Twitter's Recommendation Algorithm
#438Earlier quoted context omitted.
[flagged]
Any time a billionaire buys a media company it's bad for the health of democracy.
i agree billionaires owning media companies is huge problem
Re: Twitter's Recommendation Algorithm
#439From 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"
Re: Twitter's Recommendation Algorithm
#440Context: 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]