Skip to main content

TEMPORAL MISINFORMATION SPREAD FORECASTING IN ONLINE SOCIAL NETWORKS USING GRAPH-STRUCTURED DEEP LEA

Page 1


International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

TEMPORAL MISINFORMATION SPREAD FORECASTING IN ONLINE SOCIAL NETWORKS USING GRAPH-STRUCTURED DEEP LEARNING MODELS

1Master of Technology, Computer Science and Engineering, Lucknow Institute of Technology, Lucknow, India

2Assistant Professor, Department of Computer Science and Engineering, Lucknow Institute of Technology, Lucknow, India

Abstract - The rapid growth of online social networks has significantlyacceleratedthe spreadofmisinformation,posing serious challenges to public opinion, governance, andsocietal stability. Traditional misinformation detection approaches primarilyrelyoncontent analysisorstaticnetworkstructures, which are insufficient for capturingthe dynamic andevolving nature of information diffusion. This study proposes a novel framework for temporal misinformation spread forecasting using graph-structured deep learning models. The approach models social networks as dynamic graphs, where users are representedas nodes andtheirinteractionsastime-dependent edges. By integrating Graph Neural Networks with temporal learning mechanisms, the proposedmodeleffectivelycaptures both structural relationships and temporal evolution of user interactions. The framework incorporates structural, temporal, and user-level features to learn meaningful representations of misinformation propagation patterns. Experiments are conductedonbenchmarkdatasets, including PolitiFact, GossipCop, and ReCOVery, to evaluate the effectiveness of the proposed approach. The results demonstrate that the modeloutperforms traditionalmachine learningandstatic graph-basedmethodsintermsofaccuracy, precision, recall, and F1-score. Furthermore, the model shows strong capability in forecasting cascade growth and identifying early signals of misinformation spread. The findings highlight the importance of integrating temporal dynamics with graph-basedlearningfor improvingpredictive performance and enabling proactive mitigation strategies in online social networks.

Key Words: Misinformation Detection, Temporal Graphs, Graph Neural Networks, Social Network Analysis, InformationDiffusion,DeepLearning

1. INTRODUCTION

The proliferation of online social networks has fundamentallytransformedthewayinformationiscreated, shared,andconsumed.PlatformssuchasTwitter,Facebook, andYouTubeenablereal-timecommunicationacrosslarge anddiverseusercommunities,resultinginrapidinformation dissemination at an unprecedented scale. While this interconnectedenvironmentfacilitatesknowledgesharing and public engagement, it also introduces significant challenges related to the spread of misinformation. The

increasing volume and velocity of information exchange makeitdifficulttomonitor,verify,andcontrolmisleading content, thereby necessitating advanced computational approaches for understanding and predicting information diffusiondynamics.

1.1 Background

1.1.1

Rapid Growth of Social Networks and Information Diffusion

Onlinesocialnetworkshaveevolvedintocomplexandlargescale systems where users interact through sharing, reposting,andcommentingoncontent.Theseinteractions form intricate network structures that influence how information propagates across communities. Information diffusioninsuchnetworksoftenfollowscascadepatterns, where a single piece of content spreads through multiple layersofinterconnectedusers.Thestructuralandtemporal characteristics of these networks significantly affect the reachandspeedofinformationdissemination(Holmeand Saramäki, 2012). As a result, understanding diffusion mechanisms has become a critical research area in social networkanalysisanddatascience.

1.1.2 Emergence and Impact of Misinformation

Alongside the growth of social media, misinformation has emerged as a major global concern. False or misleading informationcanspreadrapidlyduetoitsoftensensational natureandtheabsenceofstrictverificationmechanismson digitalplatforms.Studieshaveshownthatmisinformation canpropagatefasterandreachwideraudiencescomparedto factualinformation,amplifyingitssocietalimpact(Vosoughi, RoyandAral,2018).Theconsequencesofmisinformation arefar-reaching,affectingpublicopinion,politicalprocesses, andpublichealthdecisions.Thishighlightstheurgentneed foreffectivemechanismstodetectandcontrolitsspread.

1.2 Research Problem

1.2.1

Static Models Fail to Capture Temporal Dynamics

Traditional approaches for misinformation detection primarilyrelyonstaticrepresentationsofsocialnetworksor textualcontentanalysis.Thesemethodsoftenfailtocapture

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

thedynamicnatureofuserinteractions,whererelationships andinformationflowscontinuouslyevolveovertime.Static models cannot effectively represent temporal changes in networkstructureortracktheprogressionofinformation cascades, leading to limited analytical capabilities (Holme andSaramäki,2012).

1.2.2 Lack of Forecasting Capability in Existing Approaches

Most existing studies focus on identifying misinformation afterithasalreadyspread,ratherthanpredictingitsfuture propagation. This reactive approach limits the ability to implementtimelyinterventions.Forecastingmisinformation spread requires models that can learn from historical interaction patterns and predict future cascade behavior, which remains a significant challenge in current research (Chengetal.,2014).

1.3 Motivation

1.3.1

Need for Early Detection of Misinformation Cascades

Earlydetectionofmisinformationisessentialtominimizeits impact on society. Once misinformation reaches a large audience, it becomes increasingly difficult to correct or contain.Predictivemodelsthatcanidentifyearlysignalsof cascade growth enable proactive intervention strategies, such as content moderation and fact-checking, thereby reducing the spread of misleading information (Vosoughi, RoyandAral,2018).

1.3.2 Importance of Community-Driven Propagation

Misinformation often spreads within tightly connected communitieswhereuserssharesimilarbeliefsandreinforce eachother’sviewpoints.Thesecommunitystructuresplaya crucial role in amplifying and sustaining misinformation cascades.Understandinghowsuchcommunitiesinfluence diffusionpatternsisthereforecriticalfordesigningeffective detectionandforecastingmodels(Cinellietal.,2021).

1.4 Research Contributions

Thisstudymakesthefollowingkeycontributions:

 Proposes a temporal graph-based deep learning framework for modeling misinformation diffusion in onlinesocialnetworks.

 Develops a method to model dynamic interaction networksusingtime-evolvinggraphstructures.

 Introducesacascadeforecastingmechanismtopredict thefuturespreadofmisinformation.

 Demonstrates significant performance improvement over baseline models, including traditional machine learningandstaticnetworkapproaches.

1.5 Paper Organization

Theremainderofthispaperisorganizedasfollows.Section 2reviewsrelatedworkonmisinformationdetection,graphbasedlearning,andtemporalmodelingtechniques.Section3 presents the proposed methodology, including data processing, graph construction, and model architecture. Section 4 discusses the experimental setup, results, and performance evaluation. Finally, Section 5 concludes the paperandoutlinesfutureresearchdirections.

2. RELATED WORK

Understanding and forecasting misinformation spread in online social networks has attracted significant research attention across multiple domains, including data mining, machinelearning,andnetworkscience.Existingstudieshave exploredvariousapproachesrangingfromcontentanalysis toadvancedgraph-basedlearningtechniques.Thissection reviewsthekeydevelopmentsinmisinformationdetection, machinelearningmethodologies,graph-basedlearning,and temporalmodeling,followedbytheidentificationofexisting researchgaps.

2.1 Misinformation Detection Approache

2.1.1 Content-Based,User-Based,andNetwork-Based Methods

Early research on misinformation detection primarily focused on content-based methods, which analyze textual featuressuchaslinguisticpatterns,sentiment,andsemantic inconsistencies to identify misleading information. These approachesleveragenaturallanguageprocessingtechniques toclassifynewsarticlesorsocialmediapostsasgenuineor fake. While effective in certain scenarios, content-based methodsoftenstrugglewithsophisticatedmisinformation that mimics credible writing styles (Zhou and Zafarani, 2020).

User-based approaches extend this analysis by evaluating the credibility and behavioral patterns of individuals who shareinformation.Thesemethodsconsiderfeaturessuchas useractivity,historicalreliability,andengagementpatterns to identify accounts likely to propagate misinformation. However, user behavior alone may not fully capture the complexity of information diffusion, particularly in largescalenetworks(Castillo,MendozaandPoblete,2011).

Network-based methods address these limitations by analyzing the structural relationships among users. By representing social networks as graphs, these approaches examine interaction patterns, community structures, and propagation pathways. Network-based analysis provides valuable insights into how misinformation spreads across interconnectedcommunities,althoughmanysuchmethods rely on static representations of networks (Wu and Liu, 2018).

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

2.2 Machine Learning & Deep Learning Methods

2.2.1

Traditional Machine Learning vs DeepLearning Limitations

Machine learning techniques have been widely applied to misinformation detection due to their ability to learn patternsfromlargedatasets.Traditionalsupervisedlearning models, such as Support Vector Machines, Decision Trees, and Logistic Regression, rely on handcrafted features derivedfromtextualcontentorusermetadata.Whilethese modelsarecomputationallyefficient,theirperformanceis oftenlimitedbythequalityoffeatureengineeringandtheir inability to capture complex relationships within data (Ahmed,TraoreandSaad,2017).

Deeplearningapproaches,includingConvolutionalNeural NetworksandRecurrentNeuralNetworks,haveimproved detection performance by automatically learning hierarchical representations from data. These models are particularlyeffectiveincapturingsemanticandcontextual information from textual content. However, most deep learningarchitecturesaredesignedforsequentialorgridstructured data and do not inherently model relational dependenciespresentinsocial networks.Asa result,they may fail to capture the influence of network topology on misinformation propagation (LeCun, Bengio and Hinton, 2015).

2.3 Graph-Based Learning

2.3.1

Graph Neural Networks for Social Networks

Graph-basedlearninghasemergedasapowerfulparadigm foranalyzing relational data,particularlyinthecontext of social networks. Graph Neural Networks (GNNs) extend deeplearningtograph-structureddatabyenablingnodesto aggregate information from their neighbors through iterative message passing. This allows the model to learn representationsthatcapturebothlocalandglobalstructural patternswithinthenetwork(Hamilton,YingandLeskovec, 2017).

Inmisinformationdetection,GNNshavebeenusedtomodel userinteractionsandpropagationstructures,enablingthe identificationofinfluentialnodesandcommunitiesinvolved inspreadingmisleadinginformation.Byincorporatingboth nodefeaturesandnetworktopology,GNNsprovideamore comprehensive understanding of information diffusion comparedtotraditionalapproaches.However,manyexisting GNN-basedmodelsfocusonstaticgraphsanddonotaccount fortemporalchangesinuserinteractions(Wuetal.,2021).

2.4 Temporal Graph Models

2.4.1 Temporal Networks and Dynamic GNNs

Informationdiffusioninonlinesocialnetworksisinherently dynamic, as user interactions evolve over time. Temporal

graphmodelsaddressthischallengebyincorporatingtimedependent information into graph representations. These models capture the evolution of network structures and allowresearcherstoanalyzehowinteractionschangeacross differenttimeintervals(HolmeandSaramäki,2012).

DynamicGraphNeuralNetworksextendtraditionalGNNsby integrating temporal learning mechanisms, enabling the analysis of time-evolving graphs. These models process sequences of graph snapshots or continuous interaction eventstolearntemporalpatternsindata.Inthecontextof misinformation forecasting, temporal GNNs provide the ability to track cascade development and predict future propagation behavior. Despite their advantages, existing approaches often focus on either structural or temporal aspectsratherthancombiningbotheffectively(Kazemietal., 2020).

2.5 Research Gap

Despite significant advancements in misinformation detectionandgraph-basedlearning,acriticalresearchgap remains in the integration of structural and temporal modeling for forecasting purposes. Many existing approaches either focus on static network structures or analyze temporal patterns independently, resulting in incomplete representations of information diffusion processes.Furthermore,moststudiesemphasizedetection ratherthanprediction,limitingtheirabilitytoprovideearly warningsforemergingmisinformationcascades.

Thereisaclearneedforunifiedframeworksthatcombine graph-structuredlearningwithtemporaldynamicstomodel evolving interaction networks and forecast future propagationpatterns.Suchintegratedapproacheshavethe potential to improve predictive accuracy and support proactiveinterventionstrategiesinonlinesocialnetworks (Rossietal.,2020).

3. PROPOSED METHODOLOGY

This section presents the proposed methodology for forecastingmisinformationspreadinonlinesocialnetworks using graph-structured deep learning models. The framework integrates data preprocessing, graph construction,featureextraction,andtemporalgraph-based learningtomodeldynamicinteractionpatternsandpredict futurepropagationbehavior.

3.1 Overall Framework

3.1.1

System Pipeline

The proposed framework follows a systematic pipeline consisting of multiple stages, including data collection, preprocessing,graphconstruction,featureextraction,model training,andprediction.Initially,rawdataiscollectedfrom benchmark misinformation datasets and preprocessed to

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

remove noise and inconsistencies. Subsequently, social interactions are represented as graph structures, where nodesdenoteusersandedgesrepresenttheirinteractions. Featureengineeringtechniquesarethenappliedtoextract structural, temporal, and user-level attributes. These featuresareusedtotrainagraph-structureddeeplearning model capable of learning complex propagation patterns. Finally, the trained model predicts future misinformation spread,includingcascadegrowthandinteractiondynamics.

3.2 Data Collection and Preprocessing

3.2.1 Datasets

Thestudyutilizeswidelyrecognizedbenchmarkdatasetsfor misinformation research, including PolitiFact, GossipCop, andReCOVery.Thesedatasetscontainlabelednewscontent along with associated user interactions and propagation information, making them suitable for analyzing misinformationdiffusionpatternsacrosssocialnetworks.

3.2.2 Data Preprocessing

Datapreprocessingisperformedtoensuredataqualityand consistencybeforemodeldevelopment.Thisprocessbegins with noise removal, where irrelevant, duplicate, or incompleterecordsareeliminated.Interactionextractionis then conducted to identify user activities such as sharing, reposting,andreplying.Additionally,timestampalignmentis applied to organize interaction events in chronological order,enablingaccuratemodelingoftemporaldynamicsin thenetwork.

3.3 Graph Construction

3.3.1 Static Graph Representation

Inthestaticgraphmodel,thesocialnetworkisrepresented asa fixed structure where nodescorrespond tousersand edges represent interactions such as shares, reposts, and replies. This representation captures the structural relationships among users and provides insights into connectivityandinfluencepatternswithinthenetwork.

3.3.2 Temporal Graph Representation

To capture the dynamic nature of social interactions, a temporalgraphmodelisconstructedbyincorporatingtimestamped edges. In this representation, interactions are organized as a sequence of graph snapshots over time, reflecting the evolution of the network. Temporal graphs enabletheanalysisofhowmisinformationcascadesdevelop andpropagateacrossdifferenttimeintervals.

3.4 Feature Engineering

3.4.1 Structural Features

Structuralfeaturesdescribethetopologicalcharacteristicsof the network. Degree centrality measures the number of connections associated with each node, indicating user

influence.Theclusteringcoefficientcapturesthetendencyof nodestoformtightlyconnectedgroups,whilecommunity densityreflectsthestrengthofinteractionswithinspecific communities.Thesefeatureshelpidentifyinfluentialnodes andstructuralpatternsinmisinformationpropagation.

3.4.2 Temporal Features

Temporal features capture the dynamic aspects of information diffusion. The cascade growth rate measures how quickly misinformation spreads across the network, while interaction frequency indicates the rate of user engagementovertime.Propagationdurationrepresentsthe total time taken for a cascade to evolve. These features provide insights into the temporal behavior of misinformationspread.

3.4.3

User-Level Features

User-levelfeaturesfocusonindividualbehaviorwithinthe network. The influence score quantifies a user’s ability to affectothers,oftenbasedonconnectivityandengagement. Engagementmetrics,suchaslikes,shares,andcomments, measure the level of interaction a user generates. These features help identify key contributors to misinformation diffusion.

3.5 Graph-Structured Deep Learning Model

3.5.1 Graph Neural Network Architecture

The proposed model employs a Graph Neural Network architecturetolearnrepresentationsfromgraph-structured data. Node embeddings are generated through a message passing mechanism, where each node aggregates information from its neighboring nodes. This process enablesthemodeltocapturebothlocalandglobalstructural patterns within the network. Neighborhood aggregation functionscombinefeaturesfromconnectednodestoupdate noderepresentationsiterativelyacrossmultiplelayers.

3.5.2 Temporal Learning Mechanism

Toincorporatetemporaldynamics,themodelintegratesa temporallearningmechanismthatprocessessequencesof graphsnapshots.Dynamicgraphmodelingallowsthesystem totrackchangesinnetworkstructureovertime.Time-aware embeddingupdatesensurethatnoderepresentationsreflect both structural relationships and temporal evolution, enabling the model to capture the progression of misinformationcascadeseffectively.

3.5.3

Forecasting Module

The forecasting module predicts future misinformation propagationbasedonlearnedrepresentations.Itestimates cascadesizebypredictingthenumberofuserslikelytobe influenced. Additionally, the model forecasts future interactions and identifies potential propagation paths throughwhichmisinformationmayspread.Thispredictive

International Research Journal of Engineering and Technology (IRJET)

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net

capability supports early detection and intervention strategies.

3.6 Model Training

3.6.1 Training Strategy

Thedatasetisdividedintotraining,validation,andtesting setstoensurerobustmodelevaluation.Thetrainingsetis usedtolearnmodelparameters,whilethevalidationsetis usedforhyperparametertuning.Thetestingsetevaluates themodel’sgeneralizationcapabilityonunseendata.

3.6.2 Optimization and Implementation

Themodelistrainedusingoptimizationalgorithmssuchas StochasticGradientDescentorAdamtominimizeprediction error. Implementation is carried out using Python-based deeplearningframeworks,specificallyPyTorchandPyTorch Geometric, which provide efficient tools for graph-based computationandmodeldevelopment.

4. EXPERIMENTAL RESULTS AND DISCUSSION

This section presents the experimental evaluation of the proposed temporal graph-based deep learning model for forecastingmisinformationspread.Theresultsdemonstrate theeffectivenessofthemodelincapturingbothstructural andtemporaldynamicsofsocialnetworksandcompareits performancewithbaselineapproaches.

4.1 Experimental Setup

4.1.1 Hardware and Software Configuration

The experiments are conducted in a computational environmentdesignedtoefficientlysupportdeeplearning andgraph-basedprocessing.Thesystemisequippedwitha high-performance processor, sufficient memory, and GPU accelerationtohandlelarge-scalesocialnetworkdata.The implementationiscarriedoutusingPythonastheprimary programming language due to its extensive ecosystem for machinelearninganddataanalysis.Deeplearningmodels aredevelopedusingthePyTorchframework,whilePyTorch Geometric is utilized for graph-based computations. This setup ensures efficient training and scalability of the proposedmodel.

4.1.2 Experimental Environment Details

The configuration of the experimental environment is summarizedinTable.1.

Table 1: Experimental Setup

4.2 Performance Evaluation

4.2.1 Results on Benchmark Datasets

The proposed model is evaluated using benchmark misinformationdatasets,includingPolitiFact,GossipCop,and ReCOVery.Thesedatasetsprovidelabeledinformationalong withuserinteractiondata,enablingcomprehensiveanalysis ofmisinformationpropagation.Themodelisassessedusing classificationmetricssuchasaccuracy,precision,recall,and F1-score.

Theresultsindicatethattheproposedtemporalgraph-based model achieves high predictive performance across all datasets.Theintegrationofstructuralandtemporalfeatures enables the model to effectively capture complex propagation patterns, resulting in improved classification and forecasting accuracy. Additionally, the model demonstratesstrongcapabilityinpredictingcascadegrowth andidentifyingearlysignalsofmisinformationspread.

4.2.2 Quantitative Performance Analysis

The overall performance of the model across different datasetsispresentedinTable.2.

Table 2: Performance on Benchmark Datasets

4.3 Comparison with Baselines

4.3.1 Traditional Machine Learning Models

Baseline comparisons are conducted using traditional machinelearningmodels,includingLogisticRegressionand RandomForest.Thesemodelsrelyonhandcraftedfeatures anddonotcapturecomplexrelationaldependencieswithin thenetwork.Asaresult,theirperformanceiscomparatively lower when dealing with large-scale and dynamic social networkdata.

4.3.2

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

Static Network Models

Staticnetworkmodelsanalyzethestructuralpropertiesof social networks without considering temporal evolution. While these approaches capture connectivity and communitystructure,theyfailtomodelthedynamicnature ofmisinformationpropagation.Thislimitationaffectstheir abilitytoaccuratelypredictfuturecascadebehavior.

4.3.3

Proposed GNN-Based Model

The proposed graph-structured deep learning model outperforms all baseline approaches by effectively integratingstructuralandtemporalinformation.Theuseof GraphNeuralNetworksenablesthemodeltolearncomplex interactionpatterns,whilethetemporalcomponentcaptures evolvingdiffusiondynamics.Asaresult,themodelachieves the highest accuracy, approximately 91%, along with improvedprecision,recall,andF1-score

4.3.4

Comparative Performance Analysis

AdetailedcomparisonofallmodelsispresentedinTable 3.

Table 3: Model Comparison

5. DISCUSSION

Thissectionprovidesacomprehensiveinterpretationofthe experimentalfindingsandhighlightsthesignificanceofthe proposed temporal graph-based deep learning model in forecasting misinformation spread. It also explains the advantages of the model over existing approaches and discussesitspracticalimplicationsinreal-worldscenarios.

5.1 Interpretation of Results

5.1.1 Analysis of

Model Performance

The experimental results demonstrate that the proposed model achieves superior performance compared to traditional machine learning and static network-based approaches. The high accuracy, precision, recall, and F1score indicate that the model is capable of effectively identifying misinformation patterns and predicting their

propagation. This improvement can be attributed to the integrationofstructuralandtemporalfeatures,whichallows themodeltocaptureboththerelationshipsamongusersand theevolutionoftheserelationshipsovertime.

Furthermore, the model shows strong capability in forecasting cascade growth and predicting future interactions. By learning from historical propagation patterns,thesystemisabletoestimatehowmisinformation spreadsacrossthenetworkandidentifypotentialexpansion points. The consistency of performance across multiple datasetssuggeststhatthemodelisrobustandgeneralizable todifferenttypesofmisinformationscenarios.

5.2 Effectiveness of Temporal Graph Neural Networks

5.2.1

Why Temporal GNN Performs Better

The superior performance of the temporal Graph Neural Network can be explained by its ability to simultaneously model network structure and temporal dynamics. Traditional models either focus on static relationships or analyze data sequentially without considering relational dependencies.Incontrast,theproposedapproachcombines graph-basedlearningwithtime-awaremodeling,enablingit to capture complex interaction patterns that evolve over time.

ThemessagepassingmechanisminGraphNeuralNetworks allowsnodestoaggregateinformationfromtheirneighbors, therebycapturinglocalandglobalstructuraldependencies. Whenextendedwithtemporallearning,themodelcantrack how these dependencies change across different time intervals.Thisenablesthedetectionofearly-stagediffusion patternsthatareoftenmissedbystaticmodels.Asaresult, the temporal GNN provides a more accurate and comprehensive representation of misinformation propagationprocesses.

5.3 Real-World Implications

5.3.1

Early Warning Systems

Oneofthemostsignificantimplicationsofthisresearchisits potential application in early warning systems for misinformation detection. The ability to forecast misinformationcascadesatanearlystageallowsplatforms to identify high-risk content before it spreads widely. By detectingearlysignalsofrapidpropagation,themodelcan support proactive intervention strategies, such as issuing warnings, limiting content visibility, or prioritizing factcheckingprocesses.Thiscapabilityiscrucialforreducingthe societalimpactofmisinformation.

5.3.2

Platform Moderation and Policy Support

The proposed framework can also assist social media platformsinimprovingcontentmoderationmechanisms.By analyzing interaction patterns and predicting future

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

propagationbehavior,themodelprovidesvaluableinsights intohowmisinformationspreadswithincommunities.This information can be used to design targeted moderation strategies that focus on influential users or highly active communities.Additionally,policymakerscanleveragethese insights to develop evidence-based regulations and guidelines for managing misinformation in digital ecosystems. The integration of predictive analytics into moderationsystemsthereforerepresentsasignificantstep toward creating more reliable and trustworthy online environments.

6. CONCLUSION

This study presents a comprehensive framework for forecastingmisinformationspreadinonlinesocialnetworks usinggraph-structureddeeplearningmodels.Theresearch addresses the limitations of traditional approaches by integratingstructuralandtemporaldynamicsintoaunified modelingframework.Byrepresentingsocialinteractionsas dynamicgraphsandapplyingGraphNeuralNetworkswith temporal learning mechanisms, the proposed model effectively captures complex propagation patterns of misinformation.Theexperimentalresultsdemonstratethat the model significantly outperforms traditional machine learning and static network-based methods in terms of accuracy, precision, recall, and F1-score. In particular, the ability to predict cascade growth and future interactions highlightsthestrengthoftheapproachinunderstandingthe evolutionofmisinformationovertime.Theincorporationof structural, temporal, and user-level features further enhancesthemodel’spredictivecapabilityandrobustness across differentdatasets.Moreover,thestudy emphasizes the importance of early detection of misinformation cascades, which is crucial for minimizing their societal impact. The findings confirm that combining graph-based learningwithtemporalmodelingprovidesamorerealistic and effective representation of information diffusion processes. Overall, this research contributes to the advancement of misinformation analysis by offering a scalableandefficientframeworkthatcansupportreal-time monitoring, early warning systems, and data-driven decision-makinginonlineplatforms.

7. FUTURE SCOPE OF RESEARCH

Future research can extend this work by incorporating multi-modaldatasources,includingtextual,visual,andvideo content, to improve the robustness of misinformation detection.Theintegrationofreal-timestreamingdata can furtherenhancethemodel’scapabilityforlivemonitoring andinstantprediction.Additionally,exploringexplainable artificial intelligence techniques can improve the interpretability of model predictions, making them more useful for decision-makers. Cross-platform analysis of misinformation spread and the development of scalable

architectures for large-scale networks also represent promisingdirectionsforfutureinvestigation.

REFERENCES

1. Ahmed,H.,Traore,I.andSaad,S.(2017)‘Detectionof online fake news using n-gram analysisand machine learning techniques’, International Conference on Intelligent, Secure, and Dependable Systems in DistributedandCloudEnvironments,pp.127–138.

2. Barabási, A.-L. (2016) Network Science. Cambridge: CambridgeUniversityPress.

3. Castillo, C., Mendoza, M. and Poblete, B. (2011) ‘InformationcredibilityonTwitter’,Proceedingsofthe 20thInternationalConferenceonWorldWideWeb,pp. 675–684.

4. Cheng, J., Adamic, L., Dow, P.A., Kleinberg, J. and Leskovec, J. (2014) ‘Can cascades be predicted?’, Proceedings of the 23rd International Conference on WorldWideWeb,pp.925–936.

5. Cinelli, M., Quattrociocchi, W., Galeazzi, A., Valensise, C.M., Brugnoli, E., Schmidt, A.L., Zola, P., Zollo, F. and Scala, A. (2021) ‘The echo chamber effect on social media’, Proceedings of the National Academy of Sciences,118(9),e2023301118.

6. Fawcett, T. (2006) ‘An introduction to ROC analysis’, PatternRecognitionLetters,27(8),pp.861–874.

7. Ferrara, E., Varol, O., Davis, C., Menczer, F. and Flammini, A. (2016) ‘The rise of social bots’, CommunicationsoftheACM,59(7),pp.96–104.

8. Ferrara, E., Cresci, S. and Luceri, L. (2020) ‘Misinformation, manipulation, and abuse on social mediaintheeraofCOVID-19’,JournalofComputational SocialScience,3,pp.271–277.

9. Gilmer, J., Schoenholz, S.S., Riley, P.F., Vinyals, O. and Dahl,G.E.(2017)‘Neuralmessagepassingforquantum chemistry’, Proceedings of the 34th International ConferenceonMachineLearning,pp.1263–1272.

10. Hamilton, W.L., Ying, R. and Leskovec, J. (2017) ‘Inductive representation learning on large graphs’, Advances in Neural Information Processing Systems, 30.

11. Holme,P.andSaramäki,J.(2012)‘Temporalnetworks’, PhysicsReports,519(3),pp.97–125.

12. Juul,J.L.andUgander,J.(2021)‘Comparinginformation diffusion mechanisms by matching on cascade size’, Proceedings of the National Academy of Sciences, 118(46).

13. Kazemi, S.M., Goel, R., Jain, K., Kobyzev, I., Sethi, A., Forsyth, P. and Poupart, P. (2020) ‘Representation learning for dynamic graphs: A survey’, Journal of MachineLearningResearch,21(70),pp.1–73.

14. Kempe, D., Kleinberg, J. and Tardos, É. (2003) ‘Maximizing the spread of influence through a social

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056

Volume: 13 Issue: 04 | Apr 2026 www.irjet.net p-ISSN: 2395-0072

network’, Proceedings of the 9th ACM SIGKDD InternationalConferenceonKnowledgeDiscoveryand DataMining,pp.137–146.

15. Kumar, S. and Shah, N. (2018) ‘False information on web and social media: A survey’, arXiv preprint arXiv:1804.08559.

16. Lazer, D.M.J., Baum, M.A., Benkler, Y., Berinsky, A.J., Greenhill, K.M., Menczer, F., Metzger, M.J., Nyhan, B., Pennycook,G.andRothschild,D.(2018)‘Thescienceof fakenews’,Science,359(6380),pp.1094–1096.

17. LeCun, Y., Bengio, Y. and Hinton, G. (2015) ‘Deep learning’,Nature,521(7553),pp.436–444.

18. Lewandowsky, S., Ecker, U.K.H. and Cook, J. (2017) ‘Beyond misinformation: Understanding and coping withthe“post-truth”era’,JournalofAppliedResearch inMemoryandCognition,6(4),pp.353–369.

19. Monti, F., Frasca, F., Eynard, D., Mannion, D. and Bronstein,M.M.(2019)‘Fakenewsdetectiononsocial mediausing geometric deep learning’,arXiv preprint arXiv:1902.06673.

20. Newman,M.(2018)Networks.2ndedn.Oxford:Oxford UniversityPress.

21. Rossetti, G. and Cazabet, R. (2018) ‘Community discovery in dynamic networks: A survey’, ACM ComputingSurveys,51(2),pp.1–37.

22. Rossi,E.,Chamberlain,B.,Frasca,F.,Eynard,D.,Monti, F.andBronstein,M.(2020)‘Temporalgraphnetworks for deep learning on dynamic graphs’, arXiv preprint arXiv:2006.10637.

23. Shao, C., Ciampaglia, G.L., Varol, O., Flammini, A. and Menczer,F.(2018)‘Thespreadoffakenewsbysocial bots’,NatureCommunications,9(1),4787.

24. Shu, K., Sliva, A., Wang, S., Tang, J. and Liu, H. (2017) ‘Fake news detection on social media: A data mining perspective’, ACM SIGKDD Explorations Newsletter, 19(1),pp.22–36.

25. Shu, K., Mahudeswaran, D. and Liu, H. (2020) ‘FakeNewsNet: A data repository with news content, social context and dynamic information for studying fakenews’,BigData,8(3),pp.171–188.

26. Sokolova, M. and Lapalme, G. (2009) ‘A systematic analysis of performance measures for classification tasks’,InformationProcessing&Management,45(4), pp.427–437.

27. Tandoc, E.C., Lim, Z.W. and Ling, R. (2018) ‘Defining “fakenews”:Atypologyofscholarlydefinitions’,Digital Journalism,6(2),pp.137–153.

28. Vosoughi,S.,Roy,D.andAral,S.(2018)‘Thespreadof true and false news online’, Science, 359(6380), pp. 1146–1151.

29. Wardle, C. and Derakhshan, H. (2017) Information disorder: Towardaninterdisciplinaryframework for researchandpolicymaking.CouncilofEuropereport.

30. Wu,L.andLiu,H.(2018)‘Tracingfake-newsfootprints: Characterizing social media messages by how they propagate’,Proceedingsofthe11thACMInternational ConferenceonWebSearchandDataMining,pp.637–645.

31. Wu,Z.,Pan,S.,Chen,F.,Long,G.,Zhang,C.andPhilip, S.Y.(2021)‘Acomprehensivesurveyongraphneural networks’,IEEETransactionsonNeuralNetworksand LearningSystems,32(1),pp.4–24.

32. Zhou,X.andZafarani,R.(2020)‘Asurveyoffakenews: Fundamental theories, detection methods, and opportunities’,ACMComputingSurveys,53(5),pp.1–40.

33. Zhou,J.,Cui,G.,Zhang,Z.,Yang,C.,Liu,Z.,Wang,L.,Li,C. andSun,M.(2020)‘Graphneuralnetworks:Areviewof methodsandapplications’,AIOpen,1,pp.57–81.

Turn static files into dynamic content formats.

Create a flipbook
TEMPORAL MISINFORMATION SPREAD FORECASTING IN ONLINE SOCIAL NETWORKS USING GRAPH-STRUCTURED DEEP LEA by IRJET Journal - Issuu