智探云平台源码,基于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
- 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.