Skip to content

智探云平台源码,基于Transformer的微博谣言检测,包含前后端开发实现

Notifications You must be signed in to change notification settings

yjb6/RumourDectction-Transformer-Weibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RumourDectction-Transformer-Weibo

智探云平台源码,基于Transformer的微博谣言检测,包含前后端开发实现
基于Python3.8+Pytorchh==1.10.2+cuda==11.1+torchtext==0.11.2+Django
模型训练搭建基于Interpretable Rumor Detection in Microblogs by Attending to User Interactions
数据来源于Github公开数据集
权重以及预训练模型、测试数据
启动项目:python manage.py runserver

Weibo rumour detection

  • Using deep learning models to detect a large number of false information on Internet social media can detect the authenticity of false information in the early stage of dissemination,And block the dissemination of false information, reduce the harm of false information to the society.
  • Read papers in related fields and use the Pytorch framework to reproduce model codes for Transformer, LSTM, CNN and other models.
  • Data preprocessing is performed on Github's public Weibo Chinese rumor data set, and features such as text information, time information, and structural information of events are constructed.
  • Complete the model training, and deeply explore the self-attention mechanism to visualize the feasibility of the model.
* Complete the front-end and back-end development of the system. Realize the text and structure information of the microblog propagation path constructed by the crawler according to the input microblog ID. and judged by the model and visualize the analysis results.

About

智探云平台源码,基于Transformer的微博谣言检测,包含前后端开发实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published