当前位置:网站首页>Reading papers on fake news detection (2): semi supervised learning and graph neural networks for fake news detection
Reading papers on fake news detection (2): semi supervised learning and graph neural networks for fake news detection
2022-07-29 06:12:00 【Quinn-ntmy】
Paper title :Semi-Supervised Learning and Graph Neural Networks for Fake News Detection
Source of the paper :IEEE 2019
# Based on news text 、# Semi supervision 、# The graph structure
One 、 The motivation of the article
1、 Data labels are usually very vague and sparse , Therefore, semi supervised detection method is selected ;
2、 The graph model is expressive , Be able to capture the context dependency between articles , So as to alleviate the problem of insufficient labels .
Two 、 frame
1、 Use word embedding to obtain the vector representation of the article in low dimension ;
2、 Capture the context similarity between articles through graph based representation ;
3、 Using graph neural network to carry out classification task on limited labeled data .
3、 ... and 、 Model composition
1、 Vector representation of the article : Based on pre training Glove Word embedding , Calculate the average vector of words in the article ;
2、 Construction of similarity graph between articles : The article is the node of the graph , according to embedding space Euclidean distance in search k-nearest neighbours, Build edge ;
3、 classification : Two graph neural network methods are used ,GCN and AGNN( Attention map neural network ).
Four 、 experimental result
Data sets share 150 Tagged articles ,75 really ,75 false .
This paper is 2019 year ,( One ) The paper is 2021 year , But in fact, it seems so ,2021 The paper in did not have much innovation , It only makes use of WMD Algorithm , And experiments are carried out on several public data sets , Good results have been achieved ??
边栏推荐
猜你喜欢

ML11-SKlearn实现支持向量机
![[tensorrt] convert pytorch into deployable tensorrt](/img/56/81d641b494cf8b02ff77246c2207db.png)
[tensorrt] convert pytorch into deployable tensorrt

HAL学习笔记 - 7 定时器之高级定时器
![[target detection] 6. SSD](/img/7d/f137ffa4b251360441a9e4ff0f2219.png)
[target detection] 6. SSD

HR面必问问题——如何与HR斗志斗勇(收集于FPGA探索者)

一、Focal Loss理论及代码实现

ABSA1: Attentional Encoder Network for Targeted Sentiment Classification

Low rank transfer subspace learning

PyTorch基础知识(可入门)

虚假新闻检测论文阅读(一):Fake News Detection using Semi-Supervised Graph Convolutional Network
随机推荐
Improve quality with intelligence financial imaging platform solution
Wechat built-in browser prohibits caching
基于FPGA:多目标运动检测(手把手教学①)
ML8自学笔记
ML15-神经网络(1)
torch.nn.Parameter()函数理解
[target detection] generalized focal loss v1
一、多个txt文件合并成1个txt文件
迁移学习——Transfer Joint Matching for Unsupervised Domain Adaptation
ReportingService WebService form authentication
NLP领域的AM模型
3、 How to read video?
ML15 neural network (1)
基于FPGA:运动目标检测(原理图+源码+硬件选择,可用毕设)
Wechat applet source code acquisition (download with tools)
Torch. NN. Parameter() function understanding
torch.nn.Embedding()详解
Hal learning notes - Basic timer of 7 timer
1、 Combine multiple txt files into one TXT file
华为云14天鸿蒙设备开发-Day2编译框架