Skip to content

A Multi-Model Learning Framework for Fake News Detection on Social Media

Aug 2026 · International Journal of Research & Technology · 0 citations · 14 references

TL;DR

A multi-model learning framework that combines the complementary strengths of classical machine learning classifiers, deep sequential neural networks, and transformer-based contextual language models to detect fake news on social media is proposed.

Abstract

The rapid proliferation of user-generated content on social media platforms has transformed the way information is created, shared, and consumed. While this democratization of information has clear benefits, it has also enabled the large-scale dissemination of fake news, which poses serious threats to public health, political stability, financial markets, and social cohesion. Automatic fake news detection has therefore become an active and urgent research problem in computer science. This paper proposes a multi-model learning framework that combines the complementary strengths of classical machine learning classifiers, deep sequential neural networks, and transformer-based contextual language models to detect fake news on social media. The framework integrates lexical, semantic, and contextual features through a weighted soft-voting ensemble that fuses predictions from a Support Vector Machine, a Bidirectional Long Short-Term Memory network, and a fine-tuned BERT encoder. Experiments were conducted on three widely used public benchmark datasets, namely LIAR, FakeNewsNet, and ISOT, comprising more than one hundred thousand labeled news statements and articles. The proposed ensemble achieved an accuracy of 96.4% and an F1-score of 96.1% on the ISOT dataset, outperforming each individual constituent model and several competitive baselines reported in the literature. Ablation studies confirm that the transformer component contributes the largest performance gain, while the ensemble fusion improves robustness and reduces variance across datasets. The results demonstrate that combining heterogeneous learning paradigms yields a more accurate and generalizable fake news detector than any single model in isolation. The paper also discusses computational cost, interpretability, and limitations, and outlines directions for multimodal and cross-lingual extensions.

View source

Similar papers

Open access Aug 2026

4HAN: An Enhanced Neural Network for Fake News Detection using Hypergraph

Due to the fast proliferation of online news media and social networks, there is a significant increase in the dissemination of misleading data and fake news on digital platforms. Fake news detection is difficult due to the incapacity of deep learning models or conventional machine learning in comprehending semantic and higher-level interactions between news text, news author, publisher, and additional metadata. This results in decreased detection efficiency and enables the dissemination of misinformation that impacts societal behavior and public opinion. To address this problem, a Four-Level Hierarchical Attention Network (4HAN) that incorporates word-, sentence-, and headline-level attention, along with Hypergraph Convolution and Hypergraph Attention, is proposed using the LIAR dataset. By combining semantic feature extraction and relational dependency modeling, the 4HAN framework achieves better results. Results showed a detection accuracy rate of 96.00%, which beats multiple existing methodologies in fake news detection. These findings demonstrate that combining hierarchical attention with hypergraph learning provides more effective semantic and relational representation, leading to improved fake news detection performance and greater robustness in misinformation analysis.

Alpana A. Borse, Gajanan K. Kharate, N. Wasatkar · 0 citations
Jul 2026

AI-Based Fake News Detection Using Natural Language Processing

This research paper presents a comprehensive study of an AI-based fake news detection system leveraging Natural Language Processing techniques and multiple machine learning algorithms to automatically classify news articles as real or fake.

Shahid Khan, Abdul Majid Farooqi · 0 citations
Open access Jul 2026

Fake News Identification Using Hybrid Transformer Ensemble Approach

A hybrid transformer-based ensemble model for automated fake news identification using the FakeNewsNet dataset is proposed and Experimental results show that the ensemble model achieves an accuracy of approximately 93%, outperforming the individual constituent models.

M. E. Babu, G. Sukanya · 0 citations
Open access Jul 2026

A Heterogeneous Graph Attention Network with Pre-trained Language Models for Multi-Modal Fake News Detection

The spreading of fake news via online social media has emerged as one of the major issues in the modern information systems. The existing fake news detection techniques mainly rely on text-based classification methods and are ineffective in incorporating multimodal features, which can be used for fake news detection and classification. This study proposes HGAT-BERT, where a pretrained BERT-Large encoder is coupled with a Heterogeneous Graph Attention Network (HGAT) to learn joint representations for textual, social network and external knowledge graph features. Cross-modal attention and gated residual connections facilitate the integration of these heterogeneous feature streams into a unified representation. On the FakeNewsNet dataset split on PolitiFact and GossipCop data, the research reports an accuracy of 93.7% and an F1 score of 93.2%, an improvement of around 3.5% over the existing methods. The ablation analysis shows that all components represent meaningful contributions to the overall model performance, with cross-modal attention being responsible for the largest marginal contribution.

Akash Garg, Sachin Pachauri · 0 citations
Open access 2026

An Improved Ensemble Framework for Social Media Fake News Detection Using RoBERTa Embeddings and the Whale Optimization Algorithm

The increasing prevalence of fake news on social media has raised serious concerns due to its impact on public perception and decision-making. In response, this study introduces a hybrid ensemble learning framework enhanced by RoBERTa-based feature representation and optimized using the Whale Optimization Algorithm (WOA). The proposed approach aims to effectively capture deep semantic patterns in textual data while improving classification performance through adaptive parameter tuning. RoBERTa is employed to generate high-quality textual embeddings from news content, which are then fed into a set of base classifiers to ensure robustness and diversity in predictions. The WOA algorithm fine-tunes the ensemble model parameters, resulting in improved convergence and reduced error rates. The model was evaluated using two well-known fake news datasets, LIAR and ISOT. On the LIAR dataset, the proposed method achieved an accuracy of 98.17%, precision of 98.1%, recall of 97.8%, and an F1-score of 97.9%. On the ISOT dataset, it achieved an accuracy of 99.24%, precision of 99.3%, recall of 98.9%, and an F1-score of 99.1%. These results confirm the high reliability and balanced performance of the framework in distinguishing between true and false information across diverse content.

Kareem Awad Dawood, Golnaz Aghaee Ghazvini, Ali Albu-Rghaif et al. · 0 citations
Open access 2026

Leveraging Large Language Models for Rumours Detection in Social Media

A robust and scalable framework for real-time rumor detection powered by Large Language Models, like BERT, RoBERTa, and GPTs-4, which combines Natural Language Processing techniques with sentiment analysis, stance detection, and automated fact-checking to enhance contextual understanding and assess credibility more effectively.

Priyanshi Borase, S. Kolhe · 0 citations