Next Article in Journal
An Experimental Method for Evaluating Dynamic Parameters of a Real 21-Story Residential Building
Previous Article in Journal
Toward a Deeper Understanding of YOLO26: Block-Level Architectural Analysis and Ablation Studies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

TERN: Type-Aware Evidence Reasoning for Multimodal Fake News Detection †

1
College of Cryptography Engineering, Engineering University of People’s Armed Police, Xi’an 710086, China
2
Key Laboratory of Network and Information Security, Engineering University of People’s Armed Police, Xi’an 710086, China
*
Author to whom correspondence should be addressed.
Code availability: The implementation of TERN is available at https://github.com/jinhongyu040911/TERN (accessed on 30 June 2026).
Appl. Sci. 2026, 16(13), 6759; https://doi.org/10.3390/app16136759
Submission received: 29 May 2026 / Revised: 26 June 2026 / Accepted: 1 July 2026 / Published: 6 July 2026
(This article belongs to the Section Computing and Artificial Intelligence)

Abstract

Multimodal fake news detection remains challenging because deceptive posts exhibit heterogeneous manipulation patterns, while most existing methods still rely on a unified fusion strategy. This mismatch limits their ability to adapt to different evidence preferences across samples, encourages entanglement between deception cues and topical semantics, and weakens decision making when textual, visual, and cross-modal signals conflict. To address these issues, we propose TERN, a type-aware evidence reasoning network for multimodal fake news detection. TERN induces latent deception types from image-side multimodal features through prototype-based clustering, uses the induced assignments as structural priors for downstream veracity prediction, disentangles type-discriminative factors from semantic content, and performs type-conditioned hierarchical reasoning over text semantics, image authenticity, and cross-modal consistency. Experiments on MR2-Chinese, MR2-English, Weibo, and PHEME show that TERN achieves an average accuracy of 93.21% and an average F1 score of 91.09% while also improving Matthews correlation coefficient over representative multimodal baselines.

1. Introduction

Online social media platforms have become a primary channel for news consumption, but they have also accelerated the dissemination of false and misleading content. Empirical studies show that false information spreads faster and farther than truthful content on social networks [1,2]. In multimodal fake news, textual claims and visual content can reinforce each other in ways that increase perceived credibility and complicate verification. Compared with text-only falsehoods, such multimodal posts are therefore more difficult to detect and debunk.
Multimodal fake news detection has evolved from early feature-concatenation pipelines into more complex architectures that explicitly model cross-modal interaction, cross-modal consistency, and discriminative representations. Representative studies have explored co-attention [3], hierarchical contextual modeling [4], and cross-modal ambiguity learning [5] to improve cross-modal alignment and discriminative representation learning. This line of research has been extended through contrastive weighting in COOLANT [6], multifaceted reasoning in MRE-FND [7], and inconsistency-aware reasoning in MFIR [8]. Related developments have further examined LLM-augmented fake news detection [9], large vision–language model (LVLM) paradigms for multimodal misinformation analysis [10], retrieval-augmented multimodal verification [11], and structured multimodal interaction in SR-CIBN [12] and MVML [13]. Survey and dataset-oriented studies [14,15] further suggest that marginal performance gains are no longer driven primarily by stronger encoders, but increasingly by how heterogeneous evidence is organized, reasoned about, and fused across diverse deception patterns. Despite this progress, most existing methods are still developed around a unified post-level fusion paradigm. As a result, three fundamental limitations remain largely unaddressed in the literature.
These limitations motivate our work. A key challenge is that multimodal fake news exhibits heterogeneous deception patterns. Some posts are dominated by visual tampering, others by text–image mismatch, and still others by exaggerated textual framing around authentic images. Since these cases depend on different evidence sources, their decision boundaries are not governed by a single evidence preference. Consequently, a model with a fixed aggregation strategy for all cues struggles to adapt its focus to the most informative evidence for each sample.
A second limitation concerns the entanglement between topical semantics and deception patterns in current multimodal representations. The same latent space is frequently expected to encode both what the post is about and how the post becomes deceptive, which increases the risk of spurious topic–veracity associations and weakens generalization under topic, event, and platform shifts. Although representation learning research has long emphasized the value of factorized structure for robust generalization [16], multimodal detection studies also indicate the importance of separating consistency-related cues [17] from reasoning-related evidence patterns [18]. However, this principle has not yet been effectively connected to sample-level deception heterogeneity in existing detection frameworks.
A third challenge arises from the resolution of conflicting evidence. Many existing methods still rely on shallow or single-stage fusion, which makes it difficult to explicitly reason about the relative reliability of different evidence views. When conflicting cues arise from text, image authenticity, and cross-modal consistency views, such models cannot flexibly reweight evidence according to the underlying deception pattern, and the final prediction may be dominated by less reliable or less relevant signals.
To address these limitations, we propose TERN, a type-aware evidence reasoning network for multimodal fake news detection. TERN adopts a three-stage hierarchical architecture consisting of latent deception type induction, type–semantic disentanglement, and type-conditioned evidence reasoning. Specifically, TERN performs prototype-based clustering in the image-side multimodal feature space to induce latent deception types, and then incorporates the induced assignments into the separation of type-discriminative and semantic factors as well as the hierarchical fusion of textual, visual, and cross-modal consistency evidence.
A core distinguishing feature of TERN is its task-coupled latent deception type induction mechanism. Unlike general self-supervised clustering frameworks such as DeepCluster [19] and SwAV [20], which treat prototype assignment as an independent representation learning objective, TERN integrates the induced latent types into downstream veracity prediction as a structural prior for latent type representation learning, type–semantic disentanglement, and evidence fusion. Under this formulation, latent type induction in TERN is not pursued as an independent goal, but as a mechanism for organizing heterogeneous evidence for sample-adaptive reasoning, thereby enabling adaptive evidence weighting across different deception patterns.
The main contributions of this work are threefold:
  • We propose a task-coupled latent deception type induction mechanism that introduces sample-level structural priors to guide representation learning and evidence fusion, enabling the model to account for heterogeneous deception patterns without requiring fine-grained type annotations.
  • We develop a type-aware evidence reasoning framework that integrates type–semantic disentanglement and hierarchical fusion over textual semantics, image authenticity, and cross-modal consistency into a unified end-to-end framework, thereby supporting adaptive evidence weighting across different deception patterns.
  • We conduct comprehensive experiments on four public benchmarks and complement the main detection results with ablation analysis, sensitivity analysis, complexity evaluation, and latent type quality analysis, providing a systematic empirical assessment of the proposed framework.

2. Related Work

The most relevant literature falls into four interconnected research streams: foundational multimodal fake news detection, fine-grained interaction and consistency modeling, contrastive learning and foundation-model adaptation, and evidence-aware reasoning and knowledge-enhanced modeling. Work on LVLM-based detection, retrieval-augmented verification, multilingual misinformation modeling, and generative-AI-era misinformation further broadens this research landscape.

2.1. Foundational Multimodal Fake News Detection

Early multimodal fake news detection studies established the importance of jointly modeling textual and visual information for veracity prediction. EANN [21] introduced event-level bias mitigation, while SpotFake [22] represented an early feature-concatenation pipeline combining BERT and visual cues. Survey evidence further confirms that such foundational systems remain key baselines in multimodal fake news detection research [14,23]. Multilingual misinformation studies further show that detector behavior can vary substantially across languages, platforms, and event contexts [24]. Nevertheless, their decision processes are largely built around global, sample-invariant fusion strategies, preventing them from dynamically adapting the relative contribution of different evidence sources when deception patterns vary across posts.

2.2. Fine-Grained Interaction and Consistency Modeling

To improve upon early fusion pipelines, later studies explored finer-grained cross-modal interaction and consistency modeling. SAFE [25] introduced similarity-aware weighting, MCAN [3] modeled bidirectional co-attention, and HMCAN [4] performed hierarchical contextual interaction. Other models further strengthened local alignment in MMTN [26], relationship-aware attention in MRAN [27], consistency-aware balancing in SR-CIBN [12], and multi-view interaction in MVML [13]. Although these methods improve instance-level matching and cross-modal correlation modeling, they still predominantly estimate evidence interaction within each sample and do not explicitly organize fusion around shared latent deception structures across samples.

2.3. Contrastive Learning and Foundation-Model Adaptation

Another active research stream focuses on contrastive learning, multimodal pre-training, and foundation-model adaptation. CAFE [5] measures cross-modal ambiguity, COOLANT [6] combines contrastive learning with adaptive multimodal weighting, and MCOT [28] improves alignment through optimal transport. Related work has also examined cross-modal knowledge distillation [29], multi-granularity fusion [30], and cross-modal content correlation modeling [31]. This direction also includes synthetic-data-assisted multimodal detection [32], LLM-enhanced multimodal detection [9], and LLM-guided label propagation for multimodal fake news detection [33]. LVLM-oriented surveys and retrieval-augmented models further highlight the importance of explicitly connecting multimodal evidence retrieval, visual forensics, and reasoning with model decisions [10,11,34]. These studies improve representation quality, cross-modal alignment, and transferability. However, their optimization objectives are still largely centered on global classification or feature refinement, and they do not explicitly connect latent structure induction to downstream evidence reasoning under heterogeneous deception patterns.

2.4. Evidence-Aware Reasoning and Knowledge-Enhanced Modeling

Evidence-aware methods emphasize evidence decomposition, consistency reasoning, and knowledge-enhanced decision making in multimodal fake news detection. BTIC [35] enriches multimodal detection with entity-enhanced clues, KAN [36] incorporates external knowledge, and ERIC-FND [37] leverages external reliable information. MRE-FND [7], MFIR [8], and HCCIN [17] further model evidence interactions, inconsistency reasoning, and consistency inference across multiple views. Related reasoning-oriented designs, including multi-reading habit fusion reasoning [18] and TRUST-VL [38], provide additional support for multi-view evidence modeling. Beyond fake news detection, TFGIN [39] shows that structured inference over evidence units can also benefit fact verification tasks. Rationale-generation and cross-verification frameworks further suggest that interpretable evidence organization is becoming central to multimodal misinformation detection [40]. These studies strongly motivate evidence-aware multimodal decision making. However, they generally do not jointly address sample-level deception heterogeneity, type–semantic disentanglement, and adaptive evidence weighting within a unified framework.

3. Methodology

This section presents the proposed TERN framework in detail. Multimodal fake news detection is first formalized under latent deception heterogeneity, followed by the four core components of TERN: multimodal feature extraction and adaptation, latent deception type induction, type–semantic disentanglement, and type-conditioned hierarchical evidence reasoning. The training objective and overall optimization procedure are then introduced.
Figure 1 illustrates the overall architecture of TERN and its correspondence to the following subsections. Starting from multimodal image and text features (Section 3.2), the framework induces latent deception types as structural priors (Section 3.3), separates type-related and semantic information (Section 3.4), and performs hierarchical reasoning over textual semantics, image authenticity, and cross-modal consistency to predict post veracity (Section 3.6).

3.1. Problem Formulation

Let each news post be represented as a multimodal pair x = ( I , T ) , where I denotes the associated image and T denotes the accompanying text. Given a labeled dataset D = { ( x i , y i ) } i = 1 N , where y i { 0 , 1 } indicates whether the i-th post is fake ( 1 ) or real ( 0 ) , the goal is to learn a mapping f : X { 0 , 1 } that predicts the veracity of unseen multimodal posts.
A key challenge is that multimodal fake news is generated through heterogeneous deception patterns, such as visual tampering, heavily edited or synthetic imagery, misleading textual framing, and text–image mismatch. Since current benchmark datasets typically provide only binary veracity labels rather than fine-grained type annotations, these deception patterns cannot be directly supervised during training. TERN addresses this setting by inducing latent deception types from the multimodal feature space and treating them as internal structural variables that guide representation learning and downstream evidence reasoning.

3.2. Multimodal Feature Extraction and Adaptation

TERN adopts a multi-encoder strategy to capture complementary information from images and text.

3.2.1. Image Features

For each news image I, we extract four types of global and local visual features:
  • Global semantic feature  f m a e R 768 : obtained from a MAE-Base encoder [41] pre-trained with a masked image modeling objective, capturing high-level scene and object semantics.
  • Cross-modal alignment feature  f c l i p i m g R 512 : extracted by the CLIP ViT-B/32 visual encoder [42], mapping images into a joint vision–language embedding space aligned with text.
  • Tampering feature  f t a m p R 576 : obtained from a MobileNetV3-Large network [43] fine-tuned on image manipulation detection datasets, focusing on pixel-level artifacts such as splicing and copy-move.
  • Style feature  f s t y l e R 512 : extracted from the conv4_1 layer of VGG19 [44], sensitive to texture and color patterns, which helps capture anomalies in visually manipulated or heavily edited images.

3.2.2. Text Features

For each text T, we extract four types of textual features:
  • Global semantic feature  f b e r t R 768 : the special classification-token representation, denoted as [CLS], from a BERT-base encoder, capturing topic, narrative style, and linguistic patterns.
  • Cross-modal alignment feature  f c l i p t x t R 512 : obtained from the CLIP text encoder [42], aligned with f c l i p i m g in a shared embedding space.
  • Entity feature  f e n t R 512 : constructed from named entities and salient tokens identified by SpaCy [45], encoded via CLIP to facilitate fine-grained text–image entity matching.
  • Emotion feature  f e m o R 128 : derived from sentiment-related tokens encoded by BERT and projected through a small MLP, capturing emotional intensity and polarity that are often exploited in fake news.

3.2.3. Feature Adaptation

Since the above features have different dimensions and statistical properties, we project them into a unified d = 512 -dimensional space. This shared dimensionality is used consistently by the clustering module, the disentanglement module, and all three evidence generators. For any feature f i R d i with index i { 1 , , M } over the M extracted feature types, we apply a linear layer followed by layer normalization [46]:
f ˜ i = LayerNorm ( W i f i + b i ) ,
where W i R 512 × d i and b i R 512 are learnable parameters, and f ˜ i denotes the adapted version of f i used in all subsequent computations.
To build a cross-modal fused feature, we leverage CLIP’s alignment capability. We first compute the cosine similarity between adapted CLIP text and image features:
s cor = f ˜ c l i p t x t · f ˜ c l i p i m g f ˜ c l i p t x t 2 f ˜ c l i p i m g 2 .
Here, s cor is the global CLIP-based text–image correlation score; the numerator is the Euclidean inner product between the two adapted CLIP embeddings, and · 2 denotes the Euclidean norm. We then concatenate f ˜ c l i p i m g and f ˜ c l i p t x t and transform them with a multilayer perceptron (MLP), scaled by s cor :
f f u s e d = s cor · MLP ( [ f ˜ c l i p i m g ; f ˜ c l i p t x t ] ) .
The notation [ · ; · ] denotes feature concatenation along the channel dimension; unlike the inner product in Equation (2), this operation stacks two vectors before the MLP transformation. This weighting mechanism strengthens the fused representation when text and image are highly consistent, and suppresses it when they are semantically mismatched.
Finally, we aggregate the adapted image features { f ˜ m a e , f ˜ c l i p i m g , f ˜ t a m p , f ˜ s t y l e } with an attention-based fusion:
f i m g = i S α i f ˜ i , α i = exp ( w i f ˜ i ) j S exp ( w j f ˜ j ) ,
where S = { mae , clip , tamp , style } and w i R 512 is a learnable attention vector for feature type i; the superscript ⊤ denotes vector transposition used to produce a scalar attention logit. The resulting f i m g R 512 serves as the input to the type-clustering module.

3.3. Type Clustering and Adaptive Detection

3.3.1. Feature Projection and Normalization

The clustering module takes f i m g as input and projects it into a lower-dimensional clustering space via a two-layer MLP, followed by L 2 normalization:
z = MLP ( f i m g ) MLP ( f i m g ) 2 .
This places all samples on the unit hypersphere, making clustering depend primarily on feature directions.

3.3.2. Prototype-Based Clustering

We maintain K learnable prototype vectors { p k } k = 1 K R 256 , each representing a cluster center in the clustering space. The probability that sample i belongs to type k is computed via a temperature-scaled softmax:
q i k = exp ( z i p k / τ ) j = 1 K exp ( z i p j / τ ) ,
where τ > 0 is a temperature hyperparameter controlling the sharpness of assignments: smaller values make the softmax distribution more peaked, whereas larger values produce smoother type probabilities for both image and text-conditioned downstream reasoning.
To learn meaningful clusters, we use two complementary losses. In Equations (6) and (7), N denotes the number of training samples in the current optimization set or mini-batch estimate. The sample entropy loss encourages confident assignments for each sample:
L sample = 1 N i = 1 N k = 1 K q i k log q i k .
The marginal entropy loss prevents all samples from collapsing into a single cluster:
L marginal = k = 1 K q ¯ k log q ¯ k , q ¯ k = 1 N i = 1 N q i k .
The total clustering loss is:
L cluster = L sample + L marginal .
During training, prototype vectors are updated with momentum using batch-wise statistics, which stabilizes the evolution of cluster centers. Prototype parameters are initialized randomly and refined jointly with the fake news detection objective; clustering is therefore coupled to the downstream task rather than performed as a disconnected preprocessing step. The operating number of clusters K for each dataset is determined through cluster validity analysis on the training-set feature space [47], and the resulting operating setting is then used for downstream training and evaluation.
The soft assignments { q i k } provide type information that will later guide disentanglement and evidence fusion, enabling TERN to adopt differentiated detection strategies for different latent types.

3.4. Type–Semantic Disentanglement

Directly using the fused feature f f u s e d risks mixing deception-type information with content semantics. To address this issue, TERN introduces a type–semantic disentanglement module that decomposes f f u s e d into a type-specific subspace and a semantic subspace.

3.4.1. Mask-Based Decomposition

Given f f u s e d R 512 , we use two MLPs followed by sigmoid activations to estimate element-wise soft masks m type and m sem :
f type = f f u s e d m type , f sem = f f u s e d m sem ,
where ⊙ denotes element-wise multiplication. The two masked features are then passed through separate projection networks to obtain the final type feature f type R 128 and semantic feature f sem R 384 . The lower dimensionality of f type reflects the relatively small number of latent types, whereas f sem requires higher capacity to encode diverse content semantics.

3.4.2. Disentanglement Losses

We employ three complementary losses to encourage type–semantic separation.
1.
Type classification loss: using the soft assignments q i k from the clustering module as pseudo labels, we train a classifier on f type to predict the type distribution p ^ type , i :
L dom = 1 N i = 1 N k = 1 K q i k log p ^ type , i k .
This encourages f type to be predictive of the latent type.
2.
Semantic entropy loss: to prevent the semantic branch from encoding type information, we enforce its predicted type distribution p ^ sem , i to be close to a uniform distribution U K :
L se = KL ( p ^ sem U K ) .
3.
Orthogonality loss: we regularize the cosine similarity between f type and f sem to encourage geometric orthogonality:
L ortho = f type W o f sem 2 .
The total disentanglement loss is a weighted combination:
L disentangle = L dom + L se + λ ortho L ortho ,
where W o R 128 × 384 projects the semantic feature to the type-feature dimension before the bilinear orthogonality penalty, · 2 denotes the Euclidean norm, and λ ortho controls the strength of the orthogonality constraint.

3.5. Three-View Evidence Generation

Building on the disentangled features and modality-specific encodings, TERN instantiates three neural evidence generators corresponding to textual semantics, image authenticity, and cross-modal consistency. For clarity, we briefly summarize the main computations of each view.

3.5.1. Text Semantic View

Let f ˜ b e r t R 512 denote the adapted BERT feature and f e m o R 128 the emotion feature. We first expand f ˜ b e r t into a length-1 sequence and apply three parallel 1D convolutions with kernel sizes 1, 3, and 5 and 512 channels:
h ( r ) = Conv 1 d r ( f ˜ b e r t ) , r { 1 , 3 , 5 } ,
each followed by batch normalization, GELU, and dropout. The resulting feature vectors are stacked into a 3 × 512 tensor and processed by an 8-head self-attention layer to obtain an aggregated text representation h text R 512 . The 128-dimensional emotion feature is then projected to a 512-dimensional gate:
g emo = σ ( W emo f e m o ) ( 0 , 1 ) 512 ,
which performs element-wise modulation:
h text = g emo h text .
Finally, a Transformer encoder layer [48] refines h text and an MLP maps the result to a two-dimensional evidence logit vector e text R 2 capturing textual semantics, writing style, and emotional manipulation cues.

3.5.2. Image Authenticity View

The image view takes the adapted MAE feature f ˜ m a e , CLIP image feature f ˜ c l i p i m g , tampering feature f ˜ t a m p , and style feature f ˜ s t y l e , all in R 512 , together with the type feature f type R 128 . Each branch is first transformed by an MLP to produce four 512-dimensional vectors h recon , h sem , h tamp , and h style . The type feature is passed through a small network to predict branch importance scores:
α = softmax ( W type f type ) R 4 ,
which modulate the four branches, h ˜ b = α b h b for b { recon , sem , tamp , style } . The modulated features are concatenated and fused by another MLP, followed by a Transformer encoder layer, yielding an image representation h img R 512 that focuses on type-dependent visual manipulation cues. An MLP then produces the two-dimensional image evidence vector e img R 2 .

3.5.3. Cross-Modal Consistency View

The consistency view operates on global and entity-level CLIP features. Given global text/image embeddings f ˜ c l i p t x t , f ˜ c l i p i m g R 512 and their entity sets E t x t R K t × 512 and E i m g R K i × 512 with masks, where K t and K i denote the numbers of extracted textual and visual entities, respectively, we first compute their cosine similarity:
s clip = cos ( f ˜ c l i p t x t , f ˜ c l i p i m g ) [ 1 , 1 ] ,
where cos ( a , b ) = a b / ( a 2 b 2 ) for two non-zero vectors. This score is later rescaled to [ 0 , 1 ] as an interpretable global consistency score. Entity-level alignment is modeled by an eight-head attention module that matches text entities to image entities and averages attended representations into an entity-consistency vector h ent R 512 . We then form
u = [ f ˜ c l i p t x t ; f ˜ c l i p i m g ; s clip ] R 1025 ,
project it to R 512 , add h ent , and apply another Transformer encoder layer [48] to obtain h cons R 512 . Concatenating h cons with the rescaled similarity ( s clip + 1 ) / 2 and feeding them into a small MLP yields the two-dimensional consistency evidence e cons R 2 . When entity extraction is sparse or unreliable, the consistency branch can still fall back on global CLIP alignment, so entity matching acts as an auxiliary refinement rather than a mandatory dependency.
For notational simplicity, we still denote the three evidence vectors as follows:
E = [ e text ; e img ; e cons ] .

3.6. Type-Guided Hierarchical Evidence Reasoning

Given the three evidence vectors and the disentangled type and semantic features, TERN performs type-guided hierarchical evidence reasoning in two steps.

3.6.1. Evidence Self-Attention

We first apply a self-attention layer over E to model interactions among the three views and obtain refined evidence representations E . This step allows information from one view (e.g., strong inconsistency evidence) to influence the representation of others.

3.6.2. Type-Guided Fusion

Next, we combine E with f type and f sem using a type-guided fusion module, which outputs view-level weights w final :
w final = TypeGuidedFusion ( E , f type , f sem ) .
These weights reflect the reliability and relevance of each evidence view for the current sample, conditioned on its latent type and semantic content. The final aggregated evidence vector is computed as follows:
e final = i w final , i E i ,
which is then fed into a classifier to produce the prediction:
y ^ = Softmax ( MLP ( e final ) ) .
This hierarchical, type-guided evidence reasoning enables TERN to emphasize different evidence sources for different deception types (e.g., focusing more on cross-modal consistency for text–image mismatch cases and more on visual authenticity for manipulation-heavy cases).

3.7. Training Objective and Algorithm Summary

TERN is trained end-to-end with a combination of classification, clustering, and disentanglement losses. The binary classification loss is the cross-entropy between predictions and ground-truth labels:
L cls = 1 N i = 1 N ( 1 y i ) log y ^ i , real + y i log y ^ i , fake .
The total loss is:
L total = L cls + λ c L cluster + λ d L disentangle ,
where λ c and λ d control the contributions of the clustering and disentanglement objectives.
The objective in Equation (24) couples veracity prediction with latent type induction and type–semantic disentanglement. As a result, the learned type assignments are optimized not as independent clusters, but as structural variables that influence the downstream evidence-reasoning process.

Algorithm Summary

Algorithm 1 summarizes the overall training procedure.
Algorithm 1 TERN training algorithm
1:
Input: Training set D = { ( x i , y i ) } i = 1 N and hyperparameters ( η , B , T , K , τ , μ , λ c , λ d )
2:
Output: Trained TERN model parameters θ
3:
Initialize network parameters θ and K prototype vectors { p k } k = 1 K
4:
b e s t _ f 1 0 , p a t i e n c e 0
5:
for  e p o c h = 1 to T do
6:
   for each mini-batch ( x b , y b ) D  do
7:
     Extract multi-view image and text features, adapt them to 512-d and compute fused feature f f u s e d
8:
     Compute aggregated image feature f i m g and type assignments q i k , obtain L cluster and update prototypes with momentum
9:
     Perform type–semantic disentanglement on f f u s e d to obtain f type and f sem , compute L disentangle
10:
     Generate three evidence views e text , e img , e cons
11:
     Apply evidence self-attention and type-guided fusion to obtain e final and prediction y ^
12:
     Compute L cls and L total , update θ via back-propagation
13:
   end for
14:
   Evaluate on validation set, update b e s t _ f 1 and p a t i e n c e with early stopping and learning rate scheduling
15:
   if  p a t i e n c e 10  then
16:
     break
17:
   end if
18:
end for
19:
Load the best checkpoint and return θ

4. Experiments

This section presents a comprehensive empirical evaluation of TERN. The evaluation first introduces the datasets and experimental setup, and then compares TERN with strong multimodal baselines, followed by ablation studies, hyperparameter sensitivity analysis, statistical stability analysis, visualization, and case studies.

4.1. Datasets

We evaluate TERN on four public multimodal fake news or rumor detection benchmarks covering Chinese microblogs and English Twitter. MR2-Chinese and MR2-English are taken from MR2 [49]. Weibo follows the commonly used Sina Weibo rumor benchmark [50]. PHEME follows the standard rumor benchmark setting introduced in prior work [51]. In our experiments, we adopt the binary veracity mapping commonly used in subsequent multimodal detection studies [17]. For all datasets, we use the original or widely adopted train/validation/test splits from the corresponding benchmark settings.
Table 1 reports only the statistics that directly affect reproducibility: split sizes, language, and the operating number of latent deception types K used in TERN.

4.2. Experimental Setup

The experimental implementation follows the representation design introduced in Section 3. The visual branch uses complementary semantic, alignment, tampering, and style cues derived from MAE-Base, CLIP ViT-B/32, MobileNetV3-Large, and VGG19, respectively. The textual branch uses BERT-base semantic representations, CLIP text representations, and entity-level evidence. Image-side entities are obtained from salient regions proposed by Faster R-CNN [52] and are then used in the CLIP-based entity matching view. All feature encoders are kept fixed so that the empirical comparison focuses on the proposed type induction, disentanglement, evidence reasoning, and classification modules.
The main trainable hyperparameters follow the architecture in Section 3: the unified feature dimension is 512, the type branch dimension is 128, the semantic branch dimension is 384, and the emotion feature dimension is 128. We use AdamW [53] with weight decay 10 4 , gradient clipping with max norm 1.0, and validation-F1-based model selection. The learning rate is searched from { 10 5 , 5 × 10 5 , 10 4 , 3 × 10 4 , 5 × 10 4 , 10 3 , 3 × 10 3 , 5 × 10 3 } , batch size from { 16 , 32 , 64 , 128 , 256 } , dropout from { 0.1 , 0.2 , 0.3 } , and disentanglement weight from { 0.3 , 0.5 } . The clustering weight is set to 0.1 unless otherwise specified, and training runs for at most 30 epochs with early stopping patience of 10.
We report accuracy (Acc), precision (Pre), recall (Rec), F1 score (F1), and the Matthews correlation coefficient (MCC). In the main comparison, ablation study, and stability analysis, precision, recall, and F1 score are computed for the fake-news class. Macro-F1 score is used only in the hyperparameter sensitivity analysis to summarize class-balanced selection trends. The main comparison, ablation, and hyperparameter-search experiments were conducted on a workstation with an NVIDIA GeForce RTX 5080 GPU (16 GB). The repeated-training stability analysis and inference-time profiling were conducted on a workstation with an NVIDIA GeForce RTX 5070 GPU (12 GB), and the corresponding hardware is reported with those measurements. Hyperparameter search and model selection use only the training and validation splits, and the test split is reserved for final evaluation. Feature extraction is conducted without using veracity labels.

4.3. Complexity Analysis

TERN combines multiple evidence sources and therefore has a higher representation cost than single-encoder detectors. Its feature construction involves BERT-base textual encoding, CLIP-based text–image alignment, MAE-Base visual semantics, MobileNetV3-Large tampering cues, VGG19 style cues, Faster R-CNN region proposals, and entity extraction. The subsequent trainable reasoning module contains approximately 20.08 M parameters and requires 0.442 ± 0.007 ms per sample for forward inference on the RTX 5070 workstation with batch size 16. Across the four benchmarks, one training epoch takes approximately 2.5–12.8 s on the same profiling workstation, depending on dataset scale. These measurements indicate that the main computational burden lies in constructing richer multimodal evidence, while the type-aware reasoning component remains relatively compact.

4.4. Baseline Methods

To ensure representative comparisons, we select eight multimodal methods that cover early fusion, similarity-aware attention, entity-enhanced reasoning, contrastive learning, and multi-granularity fusion. Together, these baselines span the technical routes most relevant to TERN’s design.
  • SpotFake [22]: concatenates text features from BERT and visual features from VGG-19 to form a joint multimodal representation for classification, representing early feature concatenation strategies.
  • SAFE [25]: uses CNNs to extract text and image features and exploits similarity between modalities to adjust fusion weights, introducing a similarity-based dynamic fusion mechanism.
  • BTIC [35]: employs BERT and ResNet to extract text and image-block features, and proposes an entity-enhanced multimodal fusion framework to improve detection performance.
  • CAFE [5]: introduces cross-modal ambiguity learning to quantify semantic ambiguity between modalities and adaptively aggregates unimodal features and cross-modal relations to enhance detection.
  • COOLANT [6]: adopts a cross-modal contrastive learning framework with attention-guided modules to adaptively weight unimodal and cross-modal features.
  • TTEC [54]: combines data augmentation strategies with contrastive learning to construct diverse training samples and improve generalization.
  • MMFN [30]: uses a multi-granularity fusion strategy to integrate cross-modal features from different layers for fake news detection.
  • SR-CIBN [12]: proposes a semantic relationship-based consistency and inconsistency balancing network to enhance multimodal fake news detection by jointly modeling cross-modal consistency and inconsistency signals.

4.5. Main Results and Analysis

Table 2 reports the performance of TERN and baseline methods on the four datasets. In addition to conventional multimodal detectors, Qwen2.5-7B-Instruct is included as a text-only instruction-following LLM baseline, providing a language-model reference within the evaluated benchmarks.
Overall, TERN achieves the best or most balanced results across all four datasets, especially in F1 score and MCC. The LLM baseline performs competitively on Weibo in recall but remains weaker in F1 score and MCC, suggesting that language-only reasoning captures part of the veracity signal while leaving visual authenticity and cross-modal consistency underused. This pattern is particularly evident on MR2-English and PHEME, where event-specific visual context and imbalanced rumor distributions make text-only judgment less reliable. These results highlight the continued value of explicit multimodal evidence organization.
Compared with early fusion baselines such as SpotFake and similarity-aware attention models such as SAFE, TERN shows that stronger performance does not come only from richer encoders. The main gain comes from organizing the decision process around type-aware evidence fusion. By inducing latent deception types and using them to modulate evidence weights, TERN avoids treating text, image authenticity, and consistency cues as uniformly reliable across samples.
Compared with contrastive or multi-granularity baselines such as CAFE, COOLANT, TTEC, and MMFN, TERN further improves stability by separating type-related signals from semantic content. This helps the model avoid overfitting topic-specific shortcuts and strengthens performance on datasets with more diverse manipulation strategies.
The PHEME results further clarify the behavior of TERN under small-scale and imbalanced conditions. Several baselines achieve reasonable precision but weaker recall, implying conservative predictions for fake-rumor samples. TERN attains a higher F1 score and MCC on this dataset, highlighting the value of type-conditioned evidence reasoning when one evidence source is noisy, sparse, or event-specific.

4.6. Ablation Studies

To evaluate the contribution of each core component, we design four ablation settings by removing: (i) the type learning module (unsupervised clustering and disentanglement), (ii) the three-view evidence generation module, (iii) the type-guided hierarchical evidence reasoning module, and (iv) the entity feature module. All ablated models are trained with the same optimal hyperparameters as the full model to ensure fair comparison.
Table 3 and Table 4 report ablation results in terms of F1 score and accuracy, respectively.
Table 3 and Table 4 reveal several observations. First, removing the type learning module leads to the largest average F1 score drop (11.10 percentage points), including a decrease of 37.38 percentage points on MR2-English. This demonstrates that for datasets with highly heterogeneous feature distributions, type discovery and type–semantic disentanglement make a substantial contribution to performance. Without this module, the model reverts to using a unified fusion strategy for all samples and cannot adapt its decisions to different deception patterns. Second, removing the hierarchical evidence reasoning module causes an average F1 score drop of 4.44 percentage points, showing that shallow, single-stage fusion is insufficient to handle conflicting evidence from textual, visual and consistency views. Multi-level, type-guided evidence reasoning helps suppress unreliable views and emphasize critical ones when evidence is inconsistent. Third, removing the three-view evidence generation module results in an average F1 score drop of 3.43 percentage points, with a larger decrease of 6.87 percentage points on PHEME. This highlights the importance of jointly modeling text semantics, image authenticity, and cross-modal consistency, especially for datasets with diverse deception strategies and complex context. Finally, removing the entity feature module leads to a smaller but non-negligible average F1 score drop of 2.15 percentage points, suggesting that entity features provide fine-grained clues for detecting mismatches at the entity level.
Overall, the contributions of different modules are consistent with their design focus: type learning primarily enhances modeling of heterogeneous samples, hierarchical evidence reasoning improves evidence integration under conflict, and three-view evidence plus entity features strengthen the model’s ability to capture complex semantics and entity-level inconsistencies. Together, they support the overall performance of TERN.
The PHEME result also helps clarify the role of entity cues. Removing entity features causes a drop from 79.68 to 76.19 in F1 score and from 87.38 to 86.39 in accuracy, showing that entity alignment is helpful but not indispensable. This is consistent with the design in Section 3: on entity-sparse or entity-noisy samples, TERN can still rely on textual semantics and global cross-modal consistency when explicit entity matching is weak.

4.7. Hyperparameter Sensitivity Analysis

We conduct a grid search with 240 configurations per dataset to systematically analyze the sensitivity of TERN to key hyperparameters. Validation performance is used only to select hyperparameters and checkpoints on the validation split; after this selection is fixed, the held-out test split is evaluated once to obtain the main results in Table 2. The following sensitivity tables report macro-F1 score, which is used here to compare hyperparameter trends without favoring either class.
Table 5, Table 6, Table 7 and Table 8 reveal several trends. Learning rate is the most sensitive hyperparameter, with optimal values ranging from 5 × 10 5 to 1 × 10 3 . Large-scale datasets such as Weibo prefer smaller learning rates ( 5 × 10 5 ) for stable convergence; overly large learning rates lead to instability. Datasets with clearer feature distributions (MR2-Chinese, MR2-English) can tolerate relatively larger learning rates (around 3 × 10 4 to 1 × 10 3 ), which help quickly converge to good optima. The optimal batch size varies from 32 to 256. Larger batches benefit the stability of prototype updates in the clustering module, as the type distribution in each batch is closer to the global distribution. Smaller batches, on the other hand, introduce gradient noise that helps escape local optima and discover more diverse type patterns. Dropout values in the 0.1–0.2 range work best: smaller datasets (MR2-Chinese, PHEME) benefit from stronger regularization (Dropout = 0.2) to avoid overfitting, while the larger Weibo dataset prefers lighter regularization (Dropout = 0.1). Regarding the disentanglement weight, most datasets perform better with a higher weight (0.5), confirming the importance of type–semantic disentanglement for model performance, whereas the smaller PHEME dataset prefers a lower weight (0.3), where overly strong regularization may cause underfitting.
In summary, hyperparameter selection should be adapted to dataset characteristics: large-scale datasets require smaller learning rates and lighter regularization, small-scale datasets require moderate learning rates and stronger regularization, and datasets with highly heterogeneous feature spaces benefit from clustering-aware tuning instead of one fixed configuration.

4.8. Statistical Stability Analysis

We further evaluate statistical stability through five independent retraining runs under fixed validation-selected settings on the RTX 5070 workstation. This analysis serves a different purpose from the main comparison: Table 2 reports the final test results of the checkpoint selected by validation performance for comparison with baselines, whereas Table 9 reports the average behavior of independently trained TERN models. The resulting mean, standard deviation, and confidence interval quantify the robustness of TERN to initialization and stochastic optimization.
Table 9 shows that the model remains stable on Weibo and reasonably stable on MR2-Chinese and MR2-English. The repeated-training means are not intended to replace the validation-selected results in Table 2; instead, they measure how much performance changes across independent optimizations of the same model. On MR2-English, TERN obtains a mean F1 of 93.14% with a 95% confidence interval of 1.11 percentage points. PHEME exhibits larger variance, especially for recall, which is consistent with its smaller scale and imbalanced event-driven label distribution. These results indicate that the performance gains are not solely driven by a single favorable run, while smaller rumor benchmarks remain more sensitive to optimization variance.

4.9. Latent Type Quality and Semantic Interpretability Analysis

The induced latent types are evaluated through both cluster-quality statistics and qualitative semantic interpretation. These types function as task-coupled structural priors rather than supervised deception categories. The operating K values are determined through cluster-validity inspection on training-set features, and the resulting groups are examined for internal structure and recurring evidence-use tendencies. Table 10 presents the silhouette score, Calinski–Harabasz score, and Davies–Bouldin score computed on the training-set features. The absolute values are moderate, which is consistent with the fact that fake news manipulation patterns do not form sharply separated semantic classes. Even so, the feature space shows non-trivial internal structure that can support downstream evidence fusion.
Table 11 summarizes representative post hoc interpretations obtained by inspecting high-confidence samples from each type together with their evidence-view weights. These interpretations provide semantic anchors for the clusters and show that the induced groups correspond to recurring evidence-use patterns rather than externally validated manipulation taxonomies. TERN uses these latent types to improve evidence allocation, not to replace human-defined misinformation categories.

4.10. Visualization Analysis

Figure 2 indicates that the predictions on MR2-Chinese and MR2-English are concentrated near the main diagonal, with relatively low false-positive and false-negative rates, indicating clear class separation on these two datasets. A similarly stable pattern is observed on Weibo, where both real and fake news achieve recognition rates above 93%. On PHEME, the recall of fake news is comparatively lower, which is consistent with the pronounced class imbalance in that dataset, yet the overall decision pattern remains stable.
Figure 3 further shows that real (blue) and fake (red) samples occupy distinguishable regions in the learned feature space across all datasets, indicating that TERN acquires discriminative multimodal representations. Several localized substructures are also visible, particularly on MR2-English, which is consistent with the latent-type modeling hypothesis. The Weibo representations appear comparatively compact, whereas PHEME exhibits a higher degree of class overlap, in line with its smaller scale and event-driven sparsity.

4.11. Case Studies

To examine the decision behavior of TERN at the instance level, two case studies are presented below. One real- and one fake-news sample assigned to different latent types are selected to illustrate the effect of type-aware fusion. Figure 4 compares these two cases.

4.11.1. Case 1 (Real News)

This is a real-news sample whose image shows an explosion site in Shenyang, China, with the text describing casualties. TERN correctly classifies it as real with 99.99% confidence and assigns it to Type 0 with probability 82.6%. The three evidence views support the real label with 45.0% (text), 51.7% (image), and 95.0% (consistency), and the fusion weights are 19.2% (text), 35.3% (image), and 45.5% (consistency). The consistency view detects strong alignment between text and image (consistency score 95.0%), and the type-guided fusion strategy assigns the largest weight to this view, reflecting a learned pattern for Type 0: cross-modal consistency is the most reliable evidence.

4.11.2. Case 2 (Fake News)

This is a fake-news sample whose image shows Indian banknotes and coins, while the text claims that the Reserve Bank of India has issued new currency. TERN correctly classifies it as fake with 99.80% confidence and assigns it to Type 2 with probability 83.1%. The three views support the fake label with 41.8% (text), 51.7% (image), and 63.0% (consistency), while the fusion weights are 45.0% (text), 0.5% (image), and 57.7% (consistency). The sample is assigned to Type 2, and the consistency view detects a semantic mismatch between text and image (consistency score 63.0%, much lower than 95.0% for the real case). The corresponding fusion profile places negligible weight on the image view (0.5%) and relies primarily on consistency (57.7%) and text (45.0%).
Comparing the fusion weights of the two cases reveals distinct evidence allocation patterns. For Type 0, the weights are 19.2% (text), 35.3% (image), and 45.5% (consistency), yielding a relatively balanced configuration. For Type 2, the weights are 45.0% (text), 0.5% (image), and 57.7% (consistency), yielding a markedly concentrated configuration with minimal reliance on visual evidence. This contrast illustrates how different latent types are associated with different evidence configurations under the type-guided fusion mechanism.

5. Conclusions

In this paper, we revisited multimodal fake news detection from the perspective of heterogeneous deception patterns and evidence reliability. We proposed TERN, a unified framework that combines latent deception type induction, type–semantic disentanglement, and type-conditioned hierarchical evidence reasoning. Instead of applying a single global fusion rule to all posts, TERN uses latent type information to organize how textual semantics, image authenticity, and cross-modal consistency should contribute to the final decision.
Experiments on MR2-Chinese, MR2-English, Weibo, and PHEME show that TERN improves upon the compared multimodal baselines, particularly in F1 score and MCC. The empirical analyses indicate that latent type modeling contributes substantially to the overall gains, that the prediction module remains computationally manageable after feature extraction, and that the induced types correspond to distinguishable evidence-use patterns.
TERN can serve as an evidence-ranking and decision-support component in human-in-the-loop moderation rather than as an autonomous arbiter of truth. From a theoretical perspective, this study shows that latent structural priors can help organize heterogeneous evidence when fine-grained deception-type annotations are unavailable. Several limitations remain. The discovered latent deception types do not have ground-truth semantic annotations; so, their semantic labels are post hoc interpretations. Cross-platform and cross-lingual transfer also remains challenging because datasets differ in language, event distribution, platform style, and entity availability. In addition, although the TERN prediction module is efficient, the overall framework is heavier than lightweight single-encoder baselines because it depends on multiple feature extractors. Practical deployment should further consider false positives, topic bias, uneven performance across languages and communities, uncertainty reporting, appeal mechanisms, and human review. Generative AI introduces additional threats such as deepfakes and synthetic images that may require specialized forensic signals beyond the current feature set. Future work will focus on stronger semantic grounding of latent types, broader transfer evaluation, lighter model variants, bias-aware auditing, and robustness against generative-AI-produced misinformation.

Author Contributions

Conceptualization, M.Z., H.J., Y.Z. and Y.W.; Methodology, M.Z., H.J., Y.Z. and Y.W.; Software, M.Z., H.J. and Y.Z.; Validation, M.Z., Y.Z. and B.W.; Formal analysis, M.Z., H.J., Y.Z. and B.W.; Investigation, M.Z., H.J., Y.Z. and Y.W.; Resources, M.Z., Y.Z. and B.W.; Data curation, M.Z., H.J., Y.Z. and Y.W.; Writing—original draft, M.Z., H.J., Y.Z. and Y.W.; Writing—review & editing, M.Z., H.J., Y.Z. and Y.W.; Visualization, M.Z., H.J., Y.Z. and B.W.; Supervision, M.Z., Y.Z. and B.W.; Project administration, M.Z., H.J., Y.Z., B.W. and Y.W.; Funding acquisition, M.Z., Y.Z. and Y.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding. The APC was funded by the authors.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Code availability: the implementation of TERN is available at https://github.com/jinhongyu040911/TERN (accessed on 30 June 2026).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Vosoughi, S.; Roy, D.; Aral, S. The spread of true and false news online. Science 2018, 359, 1146–1151. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  2. Lazer, D.M.; Baum, M.A.; Benkler, Y.; Berinsky, A.J.; Greenhill, K.M.; Menczer, F.; Metzger, M.J.; Nyhan, B.; Pennycook, G.; Rothschild, D.; et al. The science of fake news. Science 2018, 359, 1094–1096. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  3. Wu, Y.; Zhan, P.; Zhang, Y.; Wang, L.; Xu, Z. Multimodal fusion with co-attention networks for fake news detection. In Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021; Association for Computational Linguistics: Stroudsburg, PA, USA, 2021; pp. 2560–2569. [Google Scholar]
  4. Qian, S.; Wang, J.; Hu, J.; Fang, Q.; Xu, C. Hierarchical multi-modal contextual attention network for fake news detection. In SIGIR ’21: Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval; Association for Computing Machinery: New York, NY, USA, 2021; pp. 153–162. [Google Scholar]
  5. Chen, Y.; Li, D.; Zhang, P.; Sui, J.; Lv, Q.; Tun, L.; Shang, L. Cross-modal ambiguity learning for multimodal fake news detection. In WWW ’22: Proceedings of the ACM Web Conference 2022; Association for Computing Machinery: New York, NY, USA, 2022; pp. 2897–2908. [Google Scholar]
  6. Wang, L.; Zhang, C.; Xu, H.; Xu, Y.; Xu, X.; Wang, S. Cross-modal contrastive learning for multimodal fake news detection. In MM ’23: Proceedings of the 31st ACM International Conference on Multimedia; Association for Computing Machinery: New York, NY, USA, 2023; pp. 5696–5704. [Google Scholar]
  7. Han, L.; Zhang, X.; Zhou, Z.; Liu, Y. A multifaceted reasoning network for explainable fake news detection. Inf. Process. Manag. 2024, 61, 103822. [Google Scholar] [CrossRef] [Scilit]
  8. Wu, L.; Long, Y.; Gao, C.; Wang, Z.; Zhang, Y. Multimodal fusion and inconsistency reasoning for explainable fake news detection. Inf. Fusion 2023, 100, 101944. [Google Scholar] [CrossRef] [Scilit]
  9. Wang, J.; Zhu, Z.; Liu, C.; Li, R.; Wu, X. LLM-Enhanced multimodal detection of fake news. PLoS ONE 2024, 19, e0312240. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  10. Ai, W.; Tan, Y.; Shou, Y.; Meng, T.; Chen, H.; He, Z.; Li, K. The Paradigm Shift: A Comprehensive Survey on Large Vision Language Models for Multimodal Fake News Detection. arXiv 2026, arXiv:2601.15316. [Google Scholar]
  11. Dong, L.; Chen, Y.; Ke, W.; Wu, H.; Deng, L.; Liao, G. Multimodal Fake News Detection via Evidence Retrieval and Visual Forensics with Large Vision-Language Models. Information 2026, 17, 317. [Google Scholar] [CrossRef] [Scilit]
  12. Yu, H.; Wu, H.; Fang, X.; Li, M.; Zhang, H. SR-CIBN: Semantic relationship-based consistency and inconsistency balancing network for multimodal fake news detection. Neurocomputing 2025, 635, 129997. [Google Scholar] [CrossRef] [Scilit]
  13. Cui, W.; Zhang, X.; Shang, M. Multi-View mutual learning network for multimodal fake news detection. Expert Syst. Appl. 2025, 279, 127407. [Google Scholar] [CrossRef] [Scilit]
  14. Tufchi, S.; Yadav, A.; Ahmed, T. A comprehensive survey of multimodal fake news detection techniques: Advances, challenges, and opportunities. Int. J. Multimed. Inf. Retr. 2023, 12, 28. [Google Scholar] [CrossRef] [Scilit]
  15. Zhu, Y.; Wang, Y.; Yu, Z. Multimodal Fake News Detection: MFND Dataset and Shallow-Deep Multitask Learning. In Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence, Montreal, QC, Canada, 16–22 August 2025; pp. 8012–8020. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  16. Bengio, Y.; Courville, A.; Vincent, P. Representation learning: A review and new perspectives. IEEE Trans. Pattern Anal. Mach. Intell. 2013, 35, 1798–1828. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  17. Wu, L.; Liu, P.; Zhao, Y.; Wang, P.; Zhang, Y. Human cognition-based consistency inference networks for multi-modal fake news detection. IEEE Trans. Knowl. Data Eng. 2024, 36, 211–225. [Google Scholar] [CrossRef] [Scilit]
  18. Wu, L.; Liu, P.; Zhang, Y. See how you read? Multi-reading habits fusion reasoning for multi-modal fake news detection. In Proceedings of the AAAI Conference on Artificial Intelligence, Washington, DC, USA, 7–14 February 2023; Volume 37, pp. 13736–13744. [Google Scholar] [CrossRef] [Scilit]
  19. Caron, M.; Bojanowski, P.; Joulin, A.; Douze, M. Deep clustering for unsupervised learning of visual features. In Proceedings of the European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018; pp. 132–149. [Google Scholar]
  20. Caron, M.; Misra, I.; Mairal, J.; Goyal, P.; Bojanowski, P.; Joulin, A. Unsupervised learning of visual features by contrasting cluster assignments. In Proceedings of the Advances in Neural Information Processing Systems (NeurIPS), Virtual, 6–12 December 2020; Volume 33, pp. 9912–9924. [Google Scholar]
  21. Wang, Y.; Ma, F.; Jin, Z.; Yuan, Y.; Xun, G.; Jha, K.; Su, L.; Gao, J. EANN: Event adversarial neural networks for multi-modal fake news detection. In KDD ’18: Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining; Association for Computing Machinery: New York, NY, USA, 2018; pp. 849–857. [Google Scholar]
  22. Singhal, S.; Shah, R.R.; Chakraborty, T.; Kumaraguru, P.; Satoh, S. SpotFake: A multi-modal framework for fake news detection. In Proceedings of the 2019 IEEE Fifth International Conference on Multimedia Big Data, Singapore, 11–13 September 2019; pp. 39–47. [Google Scholar]
  23. Cai, G.; Qiu, Z.; Bi, G.; Liu, Q. A Comprehensive Survey of Multimodal Fake News Detection: Datasets, Methods, and Challenges. Trans. Artif. Intell. 2026, 2, 131–160. [Google Scholar] [CrossRef] [Scilit]
  24. Harris, S.; Ta, V.T.; Trovati, M.; Nakhla, G.; Latif, F.; Korkontzelos, I. Multimodal misinformation detection across diverse languages using RAG and LLMs. J. Intell. Inf. Syst. 2026, 1–28. [Google Scholar] [CrossRef] [Scilit]
  25. Zhou, X.; Wu, J.; Zafarani, R. SAFE: Similarity-aware multi-modal fake news detection. In Proceedings of the Pacific-Asia Conference on Knowledge Discovery and Data Mining, Singapore, 11–14 May 2020; pp. 354–367. [Google Scholar]
  26. Wang, J.; Qian, S.; Hu, J.; Hong, R. Positive unlabeled fake news detection via multi-modal masked transformer network. IEEE Trans. Multimed. 2023, 26, 234–244. [Google Scholar] [CrossRef] [Scilit]
  27. Yang, H.; Zhang, J.; Zhang, L.; Cheng, X.; Hu, Z. MRAN: Multimodal relationship-aware attention network for fake news detection. Comput. Stand. Interfaces 2024, 89, 103822. [Google Scholar] [CrossRef] [Scilit]
  28. Shen, X.; Huang, M.; Hu, Z.; Cai, S.; Zhou, T. Multimodal Fake News Detection with Contrastive Learning and Optimal Transport. Front. Comput. Sci. 2024, 6, 1473457. [Google Scholar] [CrossRef] [Scilit]
  29. Wei, Z.; Pan, H.; Qiao, L.; Niu, X.; Dong, P.; Li, D. Cross-modal knowledge distillation in multi-modal fake news detection. In Proceedings of the 2022 IEEE International Conference on Acoustics, Speech and Signal Processing ICASSP, Singapore, 27 April 2022; pp. 4733–4737. [Google Scholar]
  30. Zhou, Y.; Yang, Y.; Ying, Q.; Qian, Z.; Zhang, X. Multi-modal fake news detection on social media via multi-grained information fusion. In ICMR ’23: Proceedings of the 2023 ACM International Conference on Multimedia Retrieval; Association for Computing Machinery: New York, NY, USA, 2023; pp. 343–352. [Google Scholar]
  31. Qiao, J.; Li, X.; Gao, C.; Wu, L.; Feng, J.; Wang, Z. Improving multimodal fake news detection by leveraging cross-modal content correlation. Inf. Process. Manag. 2025, 62, 104120. [Google Scholar] [CrossRef] [Scilit]
  32. Zeng, F.; Li, W.; Gao, W.; Pang, Y. Multimodal Misinformation Detection by Learning from Synthetic Data with Multimodal LLMs. In Findings of the Association for Computational Linguistics: EMNLP 2024; Association for Computational Linguistics: Stroudsburg, PA, USA, 2024; pp. 10467–10484. [Google Scholar] [CrossRef] [Scilit]
  33. Hu, S.; Hu, J.; Zhang, H. Synergizing LLMs with Global Label Propagation for Multimodal Fake News Detection. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); Association for Computational Linguistics: Stroudsburg, PA, USA, 2025; pp. 1426–1440. [Google Scholar] [CrossRef] [Scilit]
  34. Li, Y.; Lu, W.; Yu, H.; Wang, Y. Retrieval-Augmented Multimodal Model for Fake News Detection. arXiv 2026, arXiv:2604.18112. [Google Scholar]
  35. Qi, P.; Cao, J.; Li, X.; Liu, H.; Sheng, Q.; Mi, X.; He, Q.; Lv, Y.; Guo, C.; Yu, Y. Improving fake news detection by using an entity-enhanced framework to fuse diverse multimodal clues. In MM ’21: Proceedings of the 29th ACM International Conference on Multimedia; Association for Computing Machinery: New York, NY, USA, 2021; pp. 1212–1220. [Google Scholar]
  36. Hu, L.; Yang, T.; Zhang, L.; Zhong, W.; Tang, D.; Shi, C.; Duan, N.; Zhou, M. Compare to the knowledge: Graph neural fake news detection with external knowledge. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers); Association for Computational Linguistics: Stroudsburg, PA, USA, 2021; pp. 754–763. [Google Scholar]
  37. Cao, B.; Wu, Q.; Cao, J.; Liu, B.; Gui, J. External reliable information-enhanced multimodal contrastive learning for fake news detection. In Proceedings of the AAAI, Philadelphia, PA, USA, 25 February–4 March 2025; Volume 39, pp. 31–39. [Google Scholar]
  38. Yan, Z.; Qi, P.; Hsu, W.; Lee, M.L. TRUST-VL: An Explainable News Assistant for General Multimodal Misinformation Detection. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, Suzhou, China, 4–9 November 2025; pp. 5588–5604. [Google Scholar] [CrossRef] [Scilit]
  39. Wu, L.; Wang, K.; Nie, K.; Guo, S.; Gao, C.; Wang, Z.; Li, S. TFGIN: Tight-fitting graph inference network for table-based fact verification. ACM Trans. Inf. Syst. 2025, 43, 1–26. [Google Scholar] [CrossRef] [Scilit]
  40. Chen, J.; Li, Y.; Ng, K.C.; Wang, H.; Zhang, L.-J. Toward Multimodal Fake News Detection by Multi-perspective Rationale Generation and Verification. In Proceedings of the AAAI Conference on Artificial Intelligence, Singapore, 20–27 January 2026; Volume 40, pp. 66–74. [Google Scholar] [CrossRef] [Scilit]
  41. He, K.; Chen, X.; Xie, S.; Li, Y.; Dollar, P.; Girshick, R. Masked autoencoders are scalable vision learners. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition CVPR, New Orleans, LA, USA, 27 September 2022; pp. 16000–16009. [Google Scholar]
  42. Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the ICML, Virtual, 18–24 July 2021; pp. 8748–8763. [Google Scholar]
  43. Howard, A.; Sandler, M.; Chen, B.; Chu, G.; Chen, L.; Chen, B.; Tan, M.; Wang, W.; Zhu, Y.; Pang, R.; et al. Searching for MobileNetV3. In Proceedings of the ICCV, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 1314–1324. [Google Scholar]
  44. Simonyan, K.; Zisserman, A. Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv 2015, arXiv:1409.1556. [Google Scholar]
  45. Honnibal, M.; Montani, I. spaCy 2: Natural Language Understanding with Bloom Embeddings, Convolutional Neural Networks and Incremental Parsing; Explosion AI: Berlin, Germany, 2017. [Google Scholar]
  46. Ba, J.L.; Kiros, J.R.; Hinton, G.E. Layer normalization. arXiv 2016, arXiv:1607.06450. [Google Scholar]
  47. Rousseeuw, P.J. Silhouettes: A graphical aid to the interpretation and validation of cluster analysis. J. Comput. Appl. Math. 1987, 20, 53–65. [Google Scholar] [CrossRef] [Scilit]
  48. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention is all you need. In Proceedings of the NeurIPS, Long Beach, CA, USA, 4–9 December 2017; pp. 5998–6008. [Google Scholar]
  49. Hu, X.; Guo, Z.; Chen, J.; Wen, L.; Yu, P.S. MR2: A benchmark for multimodal retrieval-augmented rumor detection in social media. In Proceedings of the ACM SIGIR, Taipei, Taiwan, 23–27 July 2023; pp. 2901–2912. [Google Scholar]
  50. Jin, Z.; Cao, J.; Guo, H.; Zhang, Y.; Luo, J. Multimodal fusion with recurrent neural networks for rumor detection on microblogs. In Proceedings of the 25th ACM International Conference on Multimedia (MM), Mountain View, CA, USA, 23–27 October 2017; pp. 795–816. [Google Scholar]
  51. Zubiaga, A.; Liakata, M.; Procter, R. Exploiting context for rumour detection in social media. In Social Informatics; Springer: Cham, Switzerland, 2017; pp. 109–123. [Google Scholar]
  52. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1137–1149. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  53. Loshchilov, I.; Hutter, F. Decoupled Weight Decay Regularization. arXiv 2019, arXiv:1711.05101. [Google Scholar]
  54. Hua, J.; Cui, X.; Li, X.; Tang, K.; Zhu, P. Multimodal fake news detection through data augmentation-based contrastive learning. Appl. Soft Comput. 2023, 136, 110125. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Overall architecture of the proposed TERN framework.
Figure 1. Overall architecture of the proposed TERN framework.
Applsci 16 06759 g001
Figure 2. Confusion matrices of TERN on the four datasets.
Figure 2. Confusion matrices of TERN on the four datasets.
Applsci 16 06759 g002
Figure 3. t-SNE visualization of TERN feature representations. Colors denote the ground-truth veracity labels, with blue for real news and red for fake news.
Figure 3. t-SNE visualization of TERN feature representations. Colors denote the ground-truth veracity labels, with blue for real news and red for fake news.
Applsci 16 06759 g003
Figure 4. Case study comparing a real-news example (a) and a fake-news example (b).
Figure 4. Case study comparing a real-news example (a) and a fake-news example (b).
Applsci 16 06759 g004
Table 1. Dataset statistics.
Table 1. Dataset statistics.
DatasetTrainValTestTotalLanguageK
MR2-Chinese32893373573983Chinese3
MR2-English23694194923280English4
Weibo62477777817805Chinese3
PHEME14122024042018English4
Table 2. Performance comparison with baseline methods. Precision, recall, and F1 score are computed for the fake-news class. Qwen2.5-7B-Instruct denotes a text-only LLM baseline. Bold numbers indicate the best performance on each dataset.
Table 2. Performance comparison with baseline methods. Precision, recall, and F1 score are computed for the fake-news class. Qwen2.5-7B-Instruct denotes a text-only LLM baseline. Bold numbers indicate the best performance on each dataset.
MethodMR2-ChineseMR2-English
Acc Pre Rec F1 MCC Acc Pre Rec F1 MCC
SpotFake82.2481.0271.1775.7862.8382.0980.0274.1776.9862.13
SAFE83.4982.1373.2477.4365.2983.4278.5772.4975.4164.71
BTIC87.3985.5183.9684.7373.7384.4980.4976.8278.6166.78
CAFE84.4078.1284.1481.0268.0286.6385.2179.9382.4971.34
COOLANT86.9383.5784.7684.1672.8886.1083.4178.6280.9470.23
TTEC87.6187.4185.2686.3274.2386.9083.3480.8182.0672.02
MMFN86.2485.6179.8582.6371.1784.7683.4475.9179.5067.25
SR-CIBN89.0892.1784.8888.3878.6388.5390.7781.3285.7876.35
Qwen2.5-7B (LLM)72.8366.9785.3875.0647.8169.9265.7147.9255.4234.51
TERN95.5295.3295.3295.3291.0296.3496.2894.2795.2692.30
MethodWeiboPHEME
AccPreRecF1MCCAccPreRecF1MCC
SpotFake85.6984.6275.1279.5968.9279.0372.5145.7656.1146.22
SAFE83.8285.7293.7389.5167.4179.5770.2237.9649.2847.90
BTIC88.2285.7181.9583.7974.6082.2675.4960.8667.2455.97
CAFE88.0486.7780.0183.2574.1281.7272.6866.4169.4054.74
COOLANT89.8685.6587.3286.4778.3781.6370.5967.2568.8855.74
TTEC90.0485.7187.8086.7578.7883.8774.3469.8171.9260.96
MMFN89.4279.9489.1584.2777.2882.8072.5465.8369.0258.72
SR-CIBN91.6193.9289.7991.8583.6385.0480.3462.4670.3061.19
Qwen2.5-7B (LLM)69.1767.8992.5278.3133.6672.0361.9011.0218.7116.84
TERN93.6095.2092.9794.0887.1487.3875.1984.7579.6870.84
Table 3. Ablation results (F1 score, %).
Table 3. Ablation results (F1 score, %).
ConfigurationMR2-ChineseMR2-EnglishWeiboPHEME
Full model95.3295.2694.0879.68
w/o type learning94.5657.8893.5174.01
w/o three-view91.6293.8792.3472.81
w/o evidence fusion88.7786.5393.6177.69
w/o entity features93.6892.3193.5676.19
Table 4. Ablation results (accuracy, %).
Table 4. Ablation results (accuracy, %).
ConfigurationMR2-ChineseMR2-EnglishWeiboPHEME
Full model95.5296.3493.6087.38
w/o type learning94.6873.3792.9685.40
w/o three-view91.6095.3391.6884.65
w/o evidence fusion88.2490.4592.9686.63
w/o entity features93.8494.3193.0986.39
Table 5. Learning rate sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Table 5. Learning rate sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Learning RateMR2-ChineseMR2-EnglishWeiboPHEME
1 × 10 5 0.73350.94270.92920.8263
5 × 10 5 0.79340.93970.93560.8350
1 × 10 4 0.89070.94610.93420.8526
3 × 10 4 0.89350.95320.91780.7861
5 × 10 4 0.90480.94360.91060.7940
1 × 10 3 0.95510.95270.90070.7859
3 × 10 3 0.94120.93040.88720.7823
5 × 10 3 0.92990.96140.89530.7564
Table 6. Batch size sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Table 6. Batch size sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Batch SizeMR2-ChineseMR2-EnglishWeiboPHEME
160.93270.94610.93030.7895
320.91280.96140.92520.8264
640.91590.94650.93560.8526
1280.91540.93110.92880.8332
2560.95510.93310.92770.8411
Table 7. Dropout sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Table 7. Dropout sensitivity (macro-F1 score). Bold values indicate the best result in each column.
DropoutMR2-ChineseMR2-EnglishWeiboPHEME
0.10.93830.96140.93560.8332
0.20.95510.95100.92370.8526
0.30.94670.93070.92510.8298
Table 8. Disentanglement weight sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Table 8. Disentanglement weight sensitivity (macro-F1 score). Bold values indicate the best result in each column.
Disentangle wt.MR2-ChineseMR2-EnglishWeiboPHEME
0.30.89050.93050.93020.8526
0.50.95510.96140.93560.8337
Table 9. Repeated-training stability of TERN under fixed validation-selected settings. Values are mean ± standard deviation over five independent runs, with 95% confidence intervals in parentheses.
Table 9. Repeated-training stability of TERN under fixed validation-selected settings. Values are mean ± standard deviation over five independent runs, with 95% confidence intervals in parentheses.
DatasetAccPreRecF1MCC
MR2-Chinese92.61 ± 1.64 (2.04)90.99 ± 2.63 (3.26)93.92 ± 0.98 (1.21)92.42 ± 1.59 (1.98)85.27 ± 3.19 (3.96)
MR2-English94.76 ± 0.63 (0.79)95.16 ± 1.67 (2.07)91.25 ± 2.37 (2.94)93.14 ± 0.89 (1.11)88.98 ± 1.34 (1.67)
Weibo93.19 ± 0.37 (0.46)93.78 ± 0.73 (0.91)93.77 ± 1.39 (1.73)93.77 ± 0.39 (0.48)86.28 ± 0.74 (0.91)
PHEME83.96 ± 0.85 (1.05)70.42 ± 2.77 (3.44)78.31 ± 5.18 (6.43)74.00 ± 1.50 (1.86)62.80 ± 1.94 (2.41)
Table 10. Cluster-quality statistics for the operating latent type setting of each dataset.
Table 10. Cluster-quality statistics for the operating latent type setting of each dataset.
DatasetKSilhouetteCalinski–HarabaszDavies–Bouldin
MR2-Chinese30.1199348.472.5824
MR2-English40.049195.094.0576
Weibo30.0520354.923.7149
PHEME40.056367.933.5392
Table 11. Qualitative interpretation of induced latent deception types. The labels are post hoc semantic summaries rather than supervised ground-truth categories.
Table 11. Qualitative interpretation of induced latent deception types. The labels are post hoc semantic summaries rather than supervised ground-truth categories.
DatasetTypeSemantic InterpretationDominant Evidence
MR2-Chinese0Event-consistent crisis reportsConsistency + image authenticity
MR2-Chinese1Emotionally framed textual manipulationText semantics
MR2-Chinese2Context-mismatched visual evidenceCross-modal consistency
MR2-English0Authentic image with misleading narrativeText semantics + consistency
MR2-English1Visual manipulation or synthetic-looking imageryImage authenticity
MR2-English2Entity-level text-image mismatchEntity consistency
MR2-English3Highly consistent real-news patternConsistency
Weibo0Platform-specific visual rumor templateImage authenticity + text
Weibo1Text-image mismatchConsistency
Weibo2Authentic multimodal reportsConsistency
PHEME0Event-sparse rumor with weak visual evidenceText semantics
PHEME1Entity-anchored factual updateEntity consistency
PHEME2Ambiguous breaking-news claimText + consistency
PHEME3Visually grounded misinformationImage authenticity + consistency
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, M.; Jin, H.; Zhang, Y.; Wei, B.; Wang, Y. TERN: Type-Aware Evidence Reasoning for Multimodal Fake News Detection. Appl. Sci. 2026, 16, 6759. https://doi.org/10.3390/app16136759

AMA Style

Zhang M, Jin H, Zhang Y, Wei B, Wang Y. TERN: Type-Aware Evidence Reasoning for Multimodal Fake News Detection. Applied Sciences. 2026; 16(13):6759. https://doi.org/10.3390/app16136759

Chicago/Turabian Style

Zhang, Mingshu, Hongyu Jin, Yuechuan Zhang, Bin Wei, and Yaxuan Wang. 2026. "TERN: Type-Aware Evidence Reasoning for Multimodal Fake News Detection" Applied Sciences 16, no. 13: 6759. https://doi.org/10.3390/app16136759

APA Style

Zhang, M., Jin, H., Zhang, Y., Wei, B., & Wang, Y. (2026). TERN: Type-Aware Evidence Reasoning for Multimodal Fake News Detection. Applied Sciences, 16(13), 6759. https://doi.org/10.3390/app16136759

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop