Papers
Topics
Authors
Recent
Search
2000 character limit reached

ClickGuard: A Trustworthy Adaptive Fusion Framework for Clickbait Detection

Published 8 Apr 2026 in cs.CL | (2604.07272v1)

Abstract: The widespread use of clickbait headlines, crafted to mislead and maximize engagement, poses a significant challenge to online credibility. These headlines employ sensationalism, misleading claims, and vague language, underscoring the need for effective detection to ensure trustworthy digital content. The paper introduces, ClickGuard: a trustworthy adaptive fusion framework for clickbait detection. It combines BERT embeddings and structural features using a Syntactic-Semantic Adaptive Fusion Block (SSAFB) for dynamic integration. The framework incorporates a hybrid CNN-BiLSTM to capture patterns and dependencies. The model achieved 96.93% testing accuracy, outperforming state-of-the-art approaches. The model's trustworthiness is evaluated using LIME and Permutation Feature Importance (PFI) for interpretability and perturbation analysis. These methods assess the model's robustness and sensitivity to feature changes by measuring the average prediction variation. Ablation studies validated the SSAFB's effectiveness in optimizing feature fusion. The model demonstrated robust performance across diverse datasets, providing a scalable, reliable solution for enhancing online content credibility by addressing syntactic-semantic modelling challenges. Code of the work is available at: https://github.com/palindromeRice/ClickBait_Detection_Architecture

Summary

  • The paper presents an innovative adaptive fusion framework that dynamically integrates BERT-based contextual embeddings with engineered structural features for precise clickbait detection.
  • The method achieves significant performance improvements, reaching accuracy up to 98.3% on benchmark datasets and demonstrating robustness through comprehensive ablation studies.
  • The study enhances interpretability using techniques like LIME and permutation feature importance, showcasing its practical deployment in content moderation and misinformation mitigation.

ClickGuard: An Adaptive Syntactic-Semantic Fusion Approach for Robust Clickbait Detection

Introduction

The proliferation of clickbait content, engineered to maximize engagement at the expense of factual accuracy and credibility, necessitates advanced detection mechanisms. Traditional approachesโ€”spanning feature-based classifiers to deep learning techniquesโ€”struggle with nuanced syntactic and semantic patterns encoded in contemporary clickbait. The paper "ClickGuard: A Trustworthy Adaptive Fusion Framework for Clickbait Detection" (2604.07272) introduces an adaptive fusion architecture that dynamically integrates contextual embeddings and structural linguistic features, achieving high performance and interpretability in clickbait identification.

Architectural Design

ClickGuard operationalizes clickbait detection as a binary classification task, mapping headline texts to clickbait or non-clickbait labels. The architecture is decomposed into three phases: contextual and structural feature encoding, syntactic-semantic adaptive fusion, and classification.

Contextual Feature Encoder: BERT embeddings, transformed with a Multihead Attention mechanism, extract complex semantic relationships from the headline text. This processing yields high-dimensional contextual representations, further refined via sequential LSTM layers. The residual connection and normalization stabilize learning, facilitating robust context-sensitive encoding.

Structural Feature Encoder: Eighteen features are engineered from the text, including counts of specific parts-of-speech (POS), punctuation marks (e.g., question/exclamation marks), word and character lengths, and slang usageโ€”capturing syntactic and structural patterns characteristic of clickbait. A hybrid CNN-BiLSTM module extracts localized n-gram patterns and sequential dependencies from these structural features, providing context-independent yet informative signals.

Syntactic-Semantic Adaptive Fusion Block (SSAFB): The core innovation lies in dynamic fusion within SSAFB. Two feature pathwaysโ€”BERT-based contextual embeddings and structural feature mapsโ€”are adaptively weighted and fused based on learnable parameters. The fusion process preserves the contributions of both semantic complexity and syntactic regularities, optimizing the resultant feature space for discrimination.

Classification Block: Fused features are concatenated, transformed via dense layers with ReLU activation, and projected onto a binary probability with a Sigmoid output.

Experimental Validation

Three diverse datasets (32k news headlines, Webis Clickbait Corpus, and ClickBait Challenge 2017) were used to benchmark ClickGuard. Each underwent rigorous preprocessing: normalization, tokenization, feature extraction, scaling, and stratified splitting. The feature distributions (as visualized in the paper) highlight linguistic divergences between clickbait and non-clickbait, underscoring the need for multi-faceted feature modeling.

Ablation and Comparative Study

A systematic ablation study demonstrates SSAFBโ€™s essentiality: accuracy climbs from 88% (POS only) to 98% (SSAFB with adaptive weighting and MHA). Incorporation of both structural and contextual features consistently outperforms configurations using either alone. Comparative evaluations against CNN, LSTM, and transformer-based baselines reveal that ClickGuard achieves superior accuracy (up to 98.3% on Dataset 1, 94.39% on Dataset 2, and 92.05% on Dataset 3) compared to state-of-the-art methods that typically peak below 95%.

Robustness and Interpretability

Robustness is validated via perturbation analysis, measuring average prediction change under typos, synonym replacement, stopword removal, random word deletion, and word shuffling. The model displays acute sensitivity to sequential word order and stopword presence, indicating a reliance on fine-grained linguistic cues. Interpretability is enhanced using LIME and Permutation Feature Importance, illuminating the role of individual features and feature sets in decision-making. Recursive Feature Elimination further refines feature distributions, strengthening cluster formation and class separation as seen in t-SNE projections.

Practical and Theoretical Implications

ClickGuardโ€™s adaptive fusion framework addresses deficiencies in previous approaches that failed to capture the hierarchical and relational interplay between syntactic and semantic features. The modelโ€™s robustness to input variations and transparency via interpretability mechanisms bolster its reliability for deployment in content moderation, automated news curation, and misinformation mitigation systems.

The high numerical performance, as well as perturbation sensitivity, implicate avenues for further improvementโ€”namely, increasing robustness to lexical and grammatical noise and exploring richer multimodal or graph representations that encode cross-sentence and discourse-level links. Integrating GNNs or hierarchical transformers to capture relational features and scaling interpretability to more granular, token-level rationale are promising directions. Practical scalability has also been demonstrated; the model generalizes well across structurally heterogeneous datasetsโ€”critical for evolving online content patterns.

Conclusion

ClickGuard represents a technically rigorous, interpretable solution for automated clickbait detection, leveraging syntactic-semantic adaptive fusion and hybrid deep feature encoders. Its performance sets a new benchmark for text-based clickbait moderation frameworks. Future research should deepen adaptive fusion mechanisms, extend robustness to broader content modalities, and further refine model interpretability, thereby advancing trustworthy AI in digital information ecosystems.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.