Fake News Challenge
41–50 of 233 posts
Re: Fake News Challenge
#42>It should be possible to build a prototype post-facto “truth labeling” system [...] Such a system would tentatively label a claim or story as true/false based on the stances taken by various news organizations on the topic, weighted by their credibility. And of course nobody would love this technology more than the Chinese and Russian governments. Is a system aimed at quickly identifying obscure blogs that disagree…
Re: Fake News Challenge
#43 function isFakeNews(news_piece){
var list_of_legit_sources = _get_current_approved_sources(); // makes synchronous http request to illuminati.com/api
if list_of_legit_sources.inArray(getSource(news_piece)) return false; else return true;
}
^---- Sadly this is the reality for how fake news is going to play outRe: Fake News Challenge
#44Re: Fake News Challenge
#45Oh right, because we can all agree on which news organizations are credible. /s
Re: Fake News Challenge
#46They've been beaten at their own game by an opponent better at using modern/popular methods of disseminating information.
Re: Fake News Challenge
#47Alas we are not supposed to use that term anymore: https://www.washingtonpost.com/lifestyle/style/its-time-to-r... Also somehow CNN shows in the front page of result for "fake news" image search on Google. It wouldn't be totally wrong, depending on how the term is defined.
Re: Fake News Challenge
#48This is not solvable by humans or machine learning. For example "leonardo dicaprio charity linked to 3 bil money laundering scandal", "raport says trump spent night with hookers in Russia", "angelina jolie divorcig brad pitt", "terrorist attack in Paris, 200 dead" etc. Some of those headlines seems like clickbait and false news but they are not, good luck with classifying those and similar.
Tomorrow's lottery ticket numbers will be 12345
Re: Fake News Challenge
#49How about a 'subjectiveness' ranking instead, with notations for "unable to find link to a source of factual claims"? That's the best we could ever safely do, and we would likely find interesting results (WaPo might be labeled more subjective than Fox News, for example, even though both would generally have low numbers of notations for 'unable to find link to source of factual claim'). As I said in another post: The…
This. Very true, and woefully absent from most discussions regarding "fake news".
Re: Fake News Challenge
#50Alas we are not supposed to use that term anymore: https://www.washingtonpost.com/lifestyle/style/its-time-to-r... Also somehow CNN shows in the front page of result for "fake news" image search on Google. It wouldn't be totally wrong, depending on how the term is defined.