fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Do you have a list of fake news websites? #10

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

Looking around the web I found a lot of places that have lists of fake news websites and sometimes trustful news sites.

We could use those, both for scraping/copy for pre-classification (issue #5) and for training robinho with more data.

Do you know any lists like this? I'll use this issue for saving the links

rogeriochaves commented 6 years ago

Simple lists:

Fact Checking websites:

Browser Extensions:

rogeriochaves commented 6 years ago

Rumors Checking: http://www.boatos.org

rogeriochaves commented 6 years ago

Fact Checking: https://apublica.org/ e https://apublica.org/checagem/

rogeriochaves commented 6 years ago

Fact Checking:

Other fake news detection tools:

rogeriochaves commented 6 years ago

Detecting that an account it a bot may also be a sign that it is sharing fake news:

rogeriochaves commented 6 years ago

Fact checking:

rogeriochaves commented 6 years ago

Found a bunch more from this awesome report: https://datasociety.net/pubs/oh/DataAndSociety_Dead_Reckoning_2018.pdf

rogeriochaves commented 6 years ago

https://factmata.com/ - fact checking startup with help of crowdsource and AI

rogeriochaves commented 6 years ago

As seen on the awesome credibilityscore paper: https://credibilitycoalition.org/pdfs/CredCoWebConf2018.pdf

We can use http://buzzsumo.com/ to check what links are being shared the most to also find links to fake news that were very shared (search for "marielle", you will find a link to ceticismopolitico)

https://meedan.com/en/check/ - tool for helping journalists investigate stories colaborativelly

http://www.goodlylabs.org/research-projects/textthresher/ - tool for crowdsource text annotations

https://web.hypothes.is/ - open-source extension for annotating content around the web

rogeriochaves commented 6 years ago

https://machinebox.io/docs/fakebox - a ready to be used docker image for identifying fake news

rogeriochaves commented 6 years ago

http://www.fakenewschallenge.org/ - a challenge where multiple models competed to the best accuracy classifying fake news, we can take some ideas from them

rogeriochaves commented 6 years ago

This issue was moved to fake-news-detector/fake-news-detector#15