Fake-News-Detection

所属分类:数值算法/人工智能
开发工具:JavaScript
文件大小:327048KB
下载次数:0
上传日期:2022-12-10 23:42:15
上 传 者sh-1993
说明:  假新闻检测,使用人工智能检测假新闻
(Fake-News-Detection,Detecting Fake News using AI)

文件列表:
Clickbait (0, 2020-03-31)
Clickbait\images (0, 2020-03-31)
Clickbait\images\File (1, 2020-03-31)
Clickbait\images\Screenshot from 2020-03-29 20-38-07.png (51431, 2020-03-31)
Clickbait\images\download.png (3407, 2020-03-31)
Clickbait\images\preview.png (51431, 2020-03-31)
Clickbait\images\test_image.png (62818, 2020-03-31)
Clickbait\js (0, 2020-03-31)
Clickbait\js\node_modules (0, 2020-03-31)
Clickbait\js\node_modules\.bin (0, 2020-03-31)
Clickbait\js\node_modules\.bin\_mocha (19, 2020-03-31)
Clickbait\js\node_modules\.bin\cssmin (20, 2020-03-31)
Clickbait\js\node_modules\.bin\esparse (25, 2020-03-31)
Clickbait\js\node_modules\.bin\esvalidate (28, 2020-03-31)
Clickbait\js\node_modules\.bin\extract-zip (21, 2020-03-31)
Clickbait\js\node_modules\.bin\he (12, 2020-03-31)
Clickbait\js\node_modules\.bin\js-yaml (25, 2020-03-31)
Clickbait\js\node_modules\.bin\mime (14, 2020-03-31)
Clickbait\js\node_modules\.bin\mkdirp (20, 2020-03-31)
Clickbait\js\node_modules\.bin\mocha (18, 2020-03-31)
Clickbait\js\node_modules\.bin\mustache (24, 2020-03-31)
Clickbait\js\node_modules\.bin\phantomjs (35, 2020-03-31)
Clickbait\js\node_modules\.bin\qunit (21, 2020-03-31)
Clickbait\js\node_modules\.bin\r.js (21, 2020-03-31)
Clickbait\js\node_modules\.bin\r_js (21, 2020-03-31)
Clickbait\js\node_modules\.bin\semver (20, 2020-03-31)
Clickbait\js\node_modules\.bin\sshpk-conv (23, 2020-03-31)
Clickbait\js\node_modules\.bin\sshpk-sign (23, 2020-03-31)
Clickbait\js\node_modules\.bin\sshpk-verify (25, 2020-03-31)
Clickbait\js\node_modules\.bin\svg-sprite (31, 2020-03-31)
Clickbait\js\node_modules\.bin\svgo (16, 2020-03-31)
Clickbait\js\node_modules\.bin\uglifyjs (25, 2020-03-31)
Clickbait\js\node_modules\.bin\uuid (16, 2020-03-31)
Clickbait\js\node_modules\.bin\which (18, 2020-03-31)
Clickbait\js\node_modules\@oracle (0, 2020-03-31)
Clickbait\js\node_modules\@oracle\oraclejet-tooling (0, 2020-03-31)
Clickbait\js\node_modules\@oracle\oraclejet-tooling\LICENSE.md (2458, 2020-03-31)
... ...

# Fake News Detection Fake News is a spread of disinformation and hoaxes through any news platform. The imminent threat of such a widespread misinformation is obvious and hence we have looked into ways in which such Fake News can be identified with the help of Artificial Intelligence. Fake News Detection and analysis is an open challenge in AI! - The main question is what exactly constitutes Fake News? ## Types of Fake News identified by us: ### Political Fake News: - The statement and justification approach is used.The statement is a direct quote from a public personality. The justification is the context or background information for the statement. Justification is important as the statement on its own doesnt imply anything in regard to it being False or True. ### Clickbait: - Another source of Fake News is a click bait scenario. Where the headline has no relation with the actual content and is just used to spike reader interest. ### Fake News Articles: - Some fake articles have relatively frequent use of terms seemingly intended to inspire outrage and the present writing skill in such articles is generally considerably lesser than in standard news. ## Techniques We divide our technique into 3 categories - **Politcal Fake News**: The LIAR-PLUS Dataset along with additional data scraped from Politifact website was used by taking training size to 20,000 examples. We have concatenated the statement and description by a sentence. Given enough training examples the model learns to make inference on statements given a justification and we got the best accuracy by BERT uncased large model of 70 % on test set. - **Clickbait**: We have used BILSTM attention model and fine-tuned it using a dataset of train size 19,000 examples. ![Clickbait](https://github.com/abhilashreddys/Fake-News-Detection/blob/master/./assets/clickbait.png) - **Fake News Article**: Custom made dataset collected form politifactMediabias chart. To find out if this hypothesis is correct, we made a labelled data set that will give us examples of fake news and examples of real news as provided by professional fact checkers. We scraped data from the urls and pre processing is done using NLTK, we fine tuned BERT to predict the news article as real or fake. ![Fake_News_Article](https://github.com/abhilashreddys/Fake-News-Detection/blob/master/./assets/fake_article.png) ## Results The results obtained for each model are as follows: - **Political Fake News**: Out of all the model architectures we tried, the architecture with the best accuracy was with BERT with an accuracy of 70% on the test set. This surpasses the accuracy outlined in the paper. - **Clickbait**: We used the dataset given in clickbait challenge and applied and fine-tuned LSTM attention model to give 76 % accuracy on test set. - **Fake News Articles**: We used fine tuned BERT on our model trained on custom dataset. Our is performing with an accuracy of 81%. ## Conclusion - **Political Fake News**: Our model has huge future prospects and can be easily scaled. The Political Fake News model is currently trained on the US dataset where fake news was the main topic of the US election 2016 and the problem is expected to grow in India as well. The future work would extend this to an Indian dataset . - **Clickbait**: In social media, headlines are exaggerated whose main motive is to mislead the reader. This creates a nuisance for the online user. - **Fake News Articles**: The model identifies patterns and can identify patterns in unreal data. The model only requires a working URL to work.

近期下载者

相关文件


收藏者