EAAI Journal 2026 Journal Article
ESEN: Evidence-aware Semantic Enhancement Network for Fact-checking Fake News Detection
- Yanfang Qiu
- Kun Ma
- Xiaoyun Liu
- Ke Ji
- Zhenxiang Chen
- Bo Yang
Fact-checking fake news detection is a challenging task that requires retrieving multiple pieces of evidence to verify the truthfulness of a claim. Despite the effectiveness of current methods, they still suffer from the following problems: (1) neglecting attentional constraints on important words related to the claim; (2) insufficiently exploring the relationships between different pieces of evidence. To address these issues, we propose an Evidence-aware Semantic Enhancement Network for Fact-checking Fake News Detection (abbreviated as ESEN). First, we model the claim and evidence as a graph structure to extract semantic information, putting the attentive guidance to closely follow the syntactic information extraction. Then, we incorporate the extracted syntactic information into the semantic information. Finally, we propose an information interaction network for evidence perception to capture multi-level interactive information and enhance the interaction between evidences by constructing three types attention layer. Evaluation experiments are performed on the Snopes and PolitiFact datasets. Experimental results and ablation studies show that our ESEN outperforms other baseline models. Our source code is available at https: //github. com/makunjida/ESEN.