第十四届全国大学生信息安全竞赛作品赛参赛作品:微博虚假新闻智能辅助检测系统
The 14th National College Student Information Security Competition Entry: "Sina Weibo Rumor Detection System"
In the age of Internet, fake news (or rumors) spreads widely and has a wide range of audiences, which causes wrong public opinion orientation easily, and ultimately harm the credibility of news public opinion. At present, the detection of fake news on Weibo mainly relies on "users' independent reporting", and there is no automatic detection system for fake news on Weibo, which not only causes serious misreporting, but also has low efficiency and accuracy.
In view of this background and demand, our project innovatively proposes an intelligent auxiliary detection system for fake news on Sina Weibo. Our system is mainly divided into five modules: "Irrelevant Microblog Filtering Module", "Known Fake News Discrimination Module", "Fake News Detection Module of Tracing Stolen Image", "Image Tampering Detection Module", and "Comment Semantic Analysis Module".
-
System Structure
-
Modules and Algorithms
Modules Algorithms Used 1: Irrelevant Microblog Filtering Module(无关微博过滤模块) BERT-DPCNN 2: Known Fake News Discrimination Module (已知虚假新闻检测模块) CARMN 3: Image Tampering Detection Module (图片篡改检测模块) RGB-N, ResNet 4: Fake News Detection Module of Tracing Stolen Image (基于溯源的盗图新闻检测模块) SimNet (by PaddlePaddle) 5: Comment Semantic Analysis Module (评论语义分析模块) TextCNN
- Environment
- Django >= 3.0
- wagtail >= 2.9
- Run System
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- open browser and visit
127.0.0.1:8000/login
- username: admin
- password: 123456