paper-with-me

홈 › Papers

MSynFD: Multi-hop Syntax aware Fake News Detection

2024-02-18 · Liang Xiao, Qi Zhang, Chongyang Shi, Shoujin Wang, Usman Naseem, Liang Hu

The proliferation of social media platforms has fueled the rapid dissemination of fake news, posing threats to our real-life society. Existing methods use multimodal data or contextual information to enhance the detection of fake news by analyzing news content and/or its social context. However, these methods often overlook essential textual news content (articles) and heavily rely on sequential modeling and global attention to extract semantic information. These existing methods fail to handle the complex, subtle twists in news articles, such as syntax-semantics mismatches and prior biases, leading to lower performance and potential failure when modalities or social context are missing. To bridge these significant gaps, we propose a novel multi-hop syntax aware fake news detection (MSynFD) method, which incorporates complementary syntax information to deal with subtle twists in fake news. Specifically, we introduce a syntactical dependency graph and design a multi-hop subgraph aggregation mechanism to capture multi-hop syntax. It extends the effect of word perception, leading to effective noise filtering and adjacent relation enhancement. Subsequently, a sequential relative position-aware Transformer is designed to capture the sequential information, together with an elaborate keyword debiasing module to mitigate the prior bias. Extensive experimental results on two public benchmark datasets verify the effectiveness and superior performance of our proposed MSynFD over state-of-the-art detection models.

📄 PDF Abstract BibTeX arXiv:2402.14834

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesFake News Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Fake News Early Detection: An Interdisciplinary Study

2019-04-26 · Xinyi Zhou, Atishay Jain, Vir V. Phoha, Reza Zafarani

Massive dissemination of fake news and its potential to erode democracy has increased the demand for accurate fake news detection. Recent advancements in this area have proposed novel techniques that aim to detect fake n…

Fake News DetectionFeature Engineering

Mining User-aware Multi-relations for Fake News Detection in Large Scale Online Social Networks

2022-12-21 · Xing Su, Jian Yang, Jia Wu, Yuchen Zhang

Users' involvement in creating and propagating news is a vital aspect of fake news detection in online social networks. Intuitively, credible users are more likely to share trustworthy news, while untrusted users have a …

Fake News Detection

Multimodal Matching-aware Co-attention Networks with Mutual Knowledge Distillation for Fake News Detection

2022-12-12 · Linmei Hu, Ziwang Zhao, Weijian Qi, Xuemeng Song 외

Fake news often involves multimedia information such as text and image to mislead readers, proliferating and expanding its influence. Most existing fake news detection methods apply the co-attention mechanism to fuse mul…

Fake News DetectionImage-text matchingKnowledge DistillationText Matching

Similarity-Aware Multimodal Prompt Learning for Fake News Detection

2023-04-09 · Ye Jiang, Xiaomin Yu, Yimin Wang, Xiaoman Xu 외

The standard paradigm for fake news detection mainly utilizes text information to model the truthfulness of news. However, the discourse of online fake news is typically subtle and it requires expert knowledge to use tex…

Fake News DetectionLanguage ModellingPrompt Learning

RaCMC: Residual-Aware Compensation Network with Multi-Granularity Constraints for Fake News Detection

2024-12-24 · Xinquan Yu, Ziqi Sheng, Wei Lu, Xiangyang Luo 외

Multimodal fake news detection aims to automatically identify real or fake news, thereby mitigating the adverse effects caused by such misinformation. Although prevailing approaches have demonstrated their effectiveness,…

Fake News DetectionMisinformation