• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

一种基于真实性传播一致性的少样本假新闻检测框架,通过协同对抗性和对比性自监督学习实现。

A veracity dissemination consistency-based few-shot fake news detection framework by synergizing adversarial and contrastive self-supervised learning.

作者信息

Jin Weiqiang, Wang Ningwei, Tao Tao, Shi Bohang, Bi Haixia, Zhao Biao, Wu Hao, Duan Haibin, Yang Guang

机构信息

School of Information and Communications Engineering, Xi'an Jiaotong University, Xi'an, 710049, Shaanxi, China.

School of Computer Science and Technology, Anhui University of Technology, Anhui, 243002, China.

出版信息

Sci Rep. 2024 Aug 22;14(1):19470. doi: 10.1038/s41598-024-70039-9.

DOI:10.1038/s41598-024-70039-9
PMID:39174581
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC11341829/
Abstract

With the rapid growth of social media, fake news (rumors) are rampant online, seriously endangering the health of mainstream social consciousness. Fake news detection (FEND), as a machine learning solution for automatically identifying fake news on Internet, is increasingly gaining the attentions of academic community and researchers. Recently, the mainstream FEND approaches relying on deep learning primarily involves fully supervised fine-tuning paradigms based on pre-trained language models (PLMs), relying on large annotated datasets. In many real scenarios, obtaining high-quality annotated corpora are time-consuming, expertise-required, labor-intensive, and expensive, which presents challenges in obtaining a competitive automatic rumor detection system. Therefore, developing and enhancing FEND towards data-scarce scenarios is becoming increasingly essential. In this work, inspired by the superiority of semi-/self- supervised learning, we propose a novel few-shot rumor detection framework based on semi-supervised adversarial learning and self-supervised contrastive learning, named Detection Yet See Few (DetectYSF). DetectYSF synergizes contrastive self-supervised learning and adversarial semi-supervised learning to achieve accurate and efficient FEND capabilities with limited supervised data. DetectYSF uses Transformer-based PLMs (e.g., BERT, RoBERTa) as its backbone and employs a Masked LM-based pseudo prompt learning paradigm for model tuning (prompt-tuning). Specifically, during DetectYSF training, the enhancement measures for DetectYSF are as follows: (1) We design a simple but efficient self-supervised contrastive learning strategy to optimize sentence-level semantic embedding representations obtained from PLMs; (2) We construct a Generation Adversarial Network (GAN), utilizing random noises and negative fake news samples as inputs, and employing Multi-Layer Perceptrons (MLPs) and an extra independent PLM encoder to generate abundant adversarial embeddings. Then, incorporated with the adversarial embeddings, we utilize semi-supervised adversarial learning to further optimize the output embeddings of DetectYSF during its prompt-tuning procedure. From the news veracity dissemination perspective, we found that the authenticity of the news shared by these collectives tends to remain consistent, either mostly genuine or predominantly fake, a theory we refer to as "news veracity dissemination consistency". By employing an adjacent sub-graph feature aggregation algorithm, we infuse the authenticity characteristics from neighboring news nodes of the constructed veracity dissemination network during DetectYSF inference. It integrates the external supervisory signals from "news veracity dissemination consistency" to further refine the news authenticity detection results of PLM prompt-tuning, thereby enhancing the accuracy of fake news detection. Furthermore, extensive baseline comparisons and ablated experiments on three widely-used benchmarks demonstrate the effectiveness and superiority of DetectYSF for few-shot fake new detection under low-resource scenarios.

摘要

随着社交媒体的迅速发展,虚假新闻(谣言)在网上泛滥,严重危害主流社会意识的健康。虚假新闻检测(FEND)作为一种用于自动识别互联网上虚假新闻的机器学习解决方案,越来越受到学术界和研究人员的关注。最近,主流的基于深度学习的FEND方法主要涉及基于预训练语言模型(PLM)的全监督微调范式,依赖于大型带注释数据集。在许多实际场景中,获取高质量的注释语料库既耗时、需要专业知识、劳动密集又昂贵,这给获得具有竞争力的自动谣言检测系统带来了挑战。因此,针对数据稀缺场景开发和增强FEND变得越来越重要。在这项工作中,受半监督/自监督学习优势的启发,我们提出了一种基于半监督对抗学习和自监督对比学习的新型少样本谣言检测框架,名为“检测仍见少数”(DetectYSF)。DetectYSF将对比自监督学习和对抗半监督学习协同起来,以在有限的监督数据下实现准确高效的FEND能力。DetectYSF使用基于Transformer的PLM(例如,BERT、RoBERTa)作为其主干,并采用基于掩码语言模型的伪提示学习范式进行模型调整(提示调整)。具体来说,在DetectYSF训练期间,其增强措施如下:(1)我们设计了一种简单但有效的自监督对比学习策略,以优化从PLM获得的句子级语义嵌入表示;(2)我们构建一个生成对抗网络(GAN),利用随机噪声和负面虚假新闻样本作为输入,并采用多层感知器(MLP)和一个额外的独立PLM编码器来生成丰富的对抗嵌入。然后,结合对抗嵌入,我们利用半监督对抗学习在DetectYSF的提示调整过程中进一步优化其输出嵌入。从新闻真实性传播的角度来看,我们发现这些群体分享的新闻真实性往往保持一致,要么大多是真实的,要么主要是虚假的,我们将这一理论称为“新闻真实性传播一致性”。通过采用相邻子图特征聚合算法,我们在DetectYSF推理期间将构建的真实性传播网络中相邻新闻节点的真实性特征注入其中。它整合了来自“新闻真实性传播一致性”的外部监督信号,以进一步细化PLM提示调整的新闻真实性检测结果,从而提高虚假新闻检测的准确性。此外,在三个广泛使用的基准上进行的广泛基线比较和消融实验证明了DetectYSF在低资源场景下进行少样本虚假新闻检测的有效性和优越性。

https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/edf481fddc37/41598_2024_70039_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/6fcf31b0ae71/41598_2024_70039_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/94a779a649d4/41598_2024_70039_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/0a4ed101f0e1/41598_2024_70039_Figa_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/91815a8445d8/41598_2024_70039_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/edf481fddc37/41598_2024_70039_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/6fcf31b0ae71/41598_2024_70039_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/94a779a649d4/41598_2024_70039_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/0a4ed101f0e1/41598_2024_70039_Figa_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/91815a8445d8/41598_2024_70039_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/178e/11341829/edf481fddc37/41598_2024_70039_Fig4_HTML.jpg

相似文献

1
A veracity dissemination consistency-based few-shot fake news detection framework by synergizing adversarial and contrastive self-supervised learning.一种基于真实性传播一致性的少样本假新闻检测框架,通过协同对抗性和对比性自监督学习实现。
Sci Rep. 2024 Aug 22;14(1):19470. doi: 10.1038/s41598-024-70039-9.
2
LMGAN: Linguistically Informed Semi-Supervised GAN with Multiple Generators.LMGAN:具有多个生成器的语言信息半监督生成对抗网络
Sensors (Basel). 2022 Nov 13;22(22):8761. doi: 10.3390/s22228761.
3
A network-based positive and unlabeled learning approach for fake news detection.一种基于网络的用于虚假新闻检测的正例与无标签学习方法。
Mach Learn. 2022;111(10):3549-3592. doi: 10.1007/s10994-021-06111-6. Epub 2021 Nov 18.
4
ANN: adversarial news net for robust fake news classification.ANN:用于稳健假新闻分类的对抗性新闻网络。
Sci Rep. 2024 Apr 3;14(1):7897. doi: 10.1038/s41598-024-56567-4.
5
Local contrastive loss with pseudo-label based self-training for semi-supervised medical image segmentation.基于伪标签自训练的局部对比损失的半监督医学图像分割。
Med Image Anal. 2023 Jul;87:102792. doi: 10.1016/j.media.2023.102792. Epub 2023 Mar 11.
6
Towards COVID-19 fake news detection using transformer-based models.利用基于Transformer的模型进行新冠疫情虚假新闻检测
Knowl Based Syst. 2023 Aug 15;274:110642. doi: 10.1016/j.knosys.2023.110642. Epub 2023 May 19.
7
A novel self-learning semi-supervised deep learning network to detect fake news on social media.一种用于检测社交媒体上虚假新闻的新型自学习半监督深度学习网络。
Multimed Tools Appl. 2022;81(14):19341-19349. doi: 10.1007/s11042-021-11065-x. Epub 2021 Jun 2.
8
Supervised ensemble learning methods towards automatically filtering Urdu fake news within social media.用于在社交媒体中自动过滤乌尔都语假新闻的监督集成学习方法。
PeerJ Comput Sci. 2021 Mar 9;7:e425. doi: 10.7717/peerj-cs.425. eCollection 2021.
9
GBERT: A hybrid deep learning model based on GPT-BERT for fake news detection.GBERT:一种基于GPT-BERT的用于虚假新闻检测的混合深度学习模型。
Heliyon. 2024 Aug 6;10(16):e35865. doi: 10.1016/j.heliyon.2024.e35865. eCollection 2024 Aug 30.
10
KG-MFEND: an efficient knowledge graph-based model for multi-domain fake news detection.KG-MFEND:一种基于知识图谱的高效多领域假新闻检测模型。
J Supercomput. 2023 May 15:1-28. doi: 10.1007/s11227-023-05381-2.

引用本文的文献

1
A comprehensive framework for multi-modal hate speech detection in social media using deep learning.一种使用深度学习的社交媒体多模态仇恨言论检测综合框架。
Sci Rep. 2025 Apr 15;15(1):13020. doi: 10.1038/s41598-025-94069-z.

本文引用的文献

1
ANN: adversarial news net for robust fake news classification.ANN:用于稳健假新闻分类的对抗性新闻网络。
Sci Rep. 2024 Apr 3;14(1):7897. doi: 10.1038/s41598-024-56567-4.
2
A Multiple change-point detection framework on linguistic characteristics of real versus fake news articles.基于真实与假新闻文章语言特征的多重变化点检测框架。
Sci Rep. 2023 Apr 13;13(1):6086. doi: 10.1038/s41598-023-32952-3.
3
New explainability method for BERT-based model in fake news detection.基于 BERT 的模型在假新闻检测中的新可解释性方法。
Sci Rep. 2021 Dec 8;11(1):23705. doi: 10.1038/s41598-021-03100-6.
4
FakeNewsNet: A Data Repository with News Content, Social Context, and Spatiotemporal Information for Studying Fake News on Social Media.假新闻网:一个具有新闻内容、社交背景和时空信息的数据资源库,用于研究社交媒体上的假新闻。
Big Data. 2020 Jun;8(3):171-188. doi: 10.1089/big.2020.0062.