Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (10)

Search Parameters:
Keywords = early rumor detection

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
34 pages, 499 KB  
Article
Explainable Early-Warning of High-Amplification Crisis-Related Disinformation in Social Media Streams
by J. Ernesto Solanes, Juan José Climent-Ferrer, Flavio Moriniello, Ana Martí-Testón, Adolfo Muñoz and Luis Gracia
Electronics 2026, 15(16), 3586; https://doi.org/10.3390/electronics15163586 - 12 Aug 2026
Viewed by 271
Abstract
Rumors, misleading claims, and other factually risky information units may gain visibility during crises before verification processes are complete. Existing detection systems often address factual status or diffusion separately, whereas operational monitoring requires identifying units that are both factually risky and highly amplified [...] Read more.
Rumors, misleading claims, and other factually risky information units may gain visibility during crises before verification processes are complete. Existing detection systems often address factual status or diffusion separately, whereas operational monitoring requires identifying units that are both factually risky and highly amplified by a forecast horizon. This paper proposes the Disinformation Diffusion Virality Risk Index (DDVRI), an explainable early-warning framework for estimating this joint risk from evidence observed during a prespecified early window. The formulation defines early histories, adjudicated factual labels, fold-specific amplification thresholds estimated without test outcomes, optional absolute amplification floors, block-structured early representations, calibrated risk scores, and capacity-constrained alerting rules. The proposed framework is evaluated using two open datasets, one focused on crisis rumors and another focused on COVID-19 health misinformation with social engagement information. The results support DDVRI as a probabilistic early-warning and prioritization methodology for rare cases that combine factual risk and high-amplification, rather than as a general fake-news classifier or an automatic moderation system. Full article
Show Figures

Figure 1

18 pages, 794 KB  
Article
SMD-Net: Selective and Multiway Differential Perception-Enhanced Network for Early Multimodal Rumor Detection
by Zhengnan Qiao, Zhekang Yang and Xianguo Zhang
Multimodal Technol. Interact. 2026, 10(7), 75; https://doi.org/10.3390/mti10070075 - 10 Jul 2026
Viewed by 473
Abstract
The rapid dissemination of rumors on social media at their early stages poses significant threats to public safety and social stability. While response-based methods usually depend on user comments and reposts and therefore suffer from inherent latency, existing content-based methods still struggle to [...] Read more.
The rapid dissemination of rumors on social media at their early stages poses significant threats to public safety and social stability. While response-based methods usually depend on user comments and reposts and therefore suffer from inherent latency, existing content-based methods still struggle to extract discriminative evidence from noisy short texts and subtle visual inconsistencies under zero-response conditions. To address this issue, we propose SMD-Net, a multimodal framework for early zero-response rumor detection. In the textual branch, a selective state-space encoder is used to model fragmented and noisy posts. In the visual branch, an enhanced TransXNet backbone is designed to improve the representation of fine-grained suspicious patterns and cross-layer feature interactions. An adaptive gated fusion module is further introduced to integrate textual and visual features for final prediction. Experiments on the Weibo and PHEME datasets show that SMD-Net outperforms the compared content-based baselines, achieving 92.60% accuracy on Weibo and 90.27% accuracy on PHEME under the strict zero-response setting. These results suggest that the proposed framework provides an effective solution for early multimodal rumor detection when propagation-based evidence is unavailable. Full article
Show Figures

Figure 1

26 pages, 13164 KB  
Article
Tri-Stage Selective Reasoning for Rumor Source Detection via Graph Neural Networks and Large Language Models
by Tao Xue, Wenzhuo Liu, Long Xi and Wen Lv
Electronics 2026, 15(5), 914; https://doi.org/10.3390/electronics15050914 - 24 Feb 2026
Viewed by 787
Abstract
Rumor source detection aims to identify the initial origin of misinformation diffusion in social networks. Accurate source localization is essential for effective rumor intervention and early mitigation in large-scale social media platforms. Existing rumor source detection methods often struggle to model complex propagation [...] Read more.
Rumor source detection aims to identify the initial origin of misinformation diffusion in social networks. Accurate source localization is essential for effective rumor intervention and early mitigation in large-scale social media platforms. Existing rumor source detection methods often struggle to model complex propagation structures. However, applying mathematical models uniformly to all samples introduces unnecessary computational overhead and limits scalability. By leveraging GNN-based candidate ranking, our approach effectively narrows the source search space and provides a reliable structural foundation for subsequent reasoning. Prior studies typically perform end-to-end inference without considering prediction confidence, leading to inefficient processing of low-uncertainty samples. To address this issue, we introduce an entropy-based uncertainty filtering mechanism that selectively identifies high-uncertainty cases requiring further reasoning, significantly reducing redundant computation. Meanwhile, existing methods lack semantic interpretability when handling ambiguous propagation patterns, motivating the incorporation of large language model (LLM) reasoning. We employ LLM-based reasoning only on filtered samples to enhance semantic understanding while controlling inference cost. Based on these designs, we propose TSR-RSD, a tri-stage selective reasoning framework that integrates GNN-based structural modeling, uncertainty-driven sample selection, and LLM-based semantic reasoning. Experimental results on GossipCop, PolitiFact, and PHEME demonstrate that TSR-RSD consistently outperforms GNN-based baselines in terms of Hit@1, Hit@3, Hit@5, and Mean Reciprocal Rank (MRR), reflecting improved accuracy and stability in rumor source ranking. Furthermore, the entropy-based uncertainty filtering mechanism significantly reduces the LLM invocation ratio by approximately 40–60%, while maintaining comparable or improved ranking performance. As a result, TSR-RSD achieves an overall inference time reduction of 35–50%, effectively balancing localization accuracy, computational efficiency, and interpretability. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

19 pages, 4151 KB  
Article
Adaptive Spatial–Temporal and Knowledge Fusing for Social Media Rumor Detection
by Hui Li, Guimin Huang, Cheng Li, Jun Li and Yabing Wang
Electronics 2023, 12(16), 3457; https://doi.org/10.3390/electronics12163457 - 15 Aug 2023
Cited by 3 | Viewed by 2172
Abstract
With the growth of the internet and popularity of mobile devices, propagating rumors on social media has become increasingly easy. Widespread rumors may cause public panic and have adverse effects on individuals. Recently, researchers have found that external knowledge is useful for detecting [...] Read more.
With the growth of the internet and popularity of mobile devices, propagating rumors on social media has become increasingly easy. Widespread rumors may cause public panic and have adverse effects on individuals. Recently, researchers have found that external knowledge is useful for detecting rumors. They usually use statistical approaches to calculate the importance of different knowledge for the post. However, these methods cannot aggregate the knowledge information most beneficial for detecting rumors. Second, the importance of propagation and knowledge information for discriminating rumors differs among temporal stages. Existing methods usually use a simple concatenation of two kinds of information as feature representation. However, this approach lacks effective integration of propagation information and knowledge information. In this paper, we propose a rumor detection model, Adaptive Spatial-Temporal and Knowledge fusing Network (ASTKN). In order to adaptively aggregate knowledge information, ASTKN employs dynamic graph attention networks encoding the temporal knowledge structure. To better fuse propagation structure information and knowledge structure information, we introduce a new attention mechanism to fuse the two types of information dynamically. Extensive experiments on two public real-world datasets show that our proposal yields significant improvements compared to strong baselines and that it can detect rumors at early stages. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

9 pages, 225 KB  
Article
Malaysian Women’s Viewpoint on HPV Screening and Vaccination: A Study on Barriers
by Palpunavam Prisha, Khong Sin Tan and Chin Poo Lee
Vaccines 2023, 11(1), 139; https://doi.org/10.3390/vaccines11010139 - 7 Jan 2023
Cited by 10 | Viewed by 4671
Abstract
Cervical cancer is the second most common cancer in low-income countries and the third most common cancer in Malaysia among women aged 15 to 44. This is a huge concern because of the high mortality rate compared to other countries. Cervical cancer is [...] Read more.
Cervical cancer is the second most common cancer in low-income countries and the third most common cancer in Malaysia among women aged 15 to 44. This is a huge concern because of the high mortality rate compared to other countries. Cervical cancer is caused by a common sexually transmitted human papillomavirus (HPV). Of cervical cancer cases, 80% are attributed to serotypes 16 and 18; therefore, early detection of premalignant lesions and infections from these viruses is important. Diagnosis can be carried out by polymerase chain reaction (PCR)-based HPV DNA analysis and Pap smear, which act as a viable preventive strategy. (1) Background: This study determined the adoption of the human papillomavirus (HPV) vaccine and the willingness to get vaccinated in Malaysian women. (2) Methods: An online survey was conducted with women from across Malaysia to gather their views on the barriers that prevent them from accessing HPV services. Sentiment analysis was performed to detect and classify the comments into three groups (positive, neutral, and negative). (3) Results: A total of 449 opinions were received, and the findings revealed that 41.3% were not afraid to be diagnosed early, and were prepared to accept positive or negative screening results. In addition, 18.6% of those surveyed indicated that they feared a Pap smear and were very concerned that they would not get good results. Of the respondents, 36% believed in vaccination and preferred to know more about it; 43.24% claimed that their family members were very supportive towards screening and vaccination; and 21.3% felt embarrassed and were afraid to undergo the screening procedure, as they had no prior experience and were unsure of how the procedure was conducted. In addition, 40.5% indicated that they had no concerns about HPV testing and related procedures, as this information is widely available. Only a few respondents (8.1%) talked about the time constraints and busy work schedules that prevented them from going to medical appointments. The survey also revealed that women are prevented from participating in cervical cancer screening and vaccination programs due to a lack of knowledge, shyness, personal rumors, privacy issues, financial issues, a lack of access to medical services, and ignorance and beliefs about rumors spreading online. (4) Conclusion: Results indicate that awareness of HPV and related prevention measures among women is vague and that negative perceptions continue to exist. It is strongly advised to develop a well-designed and knowledge-based application on the efficacy of screening and vaccination among Malaysian women. Full article
15 pages, 2117 KB  
Article
A Rumor Detection Method Based on Multimodal Feature Fusion by a Joining Aggregation Structure
by Nanjiang Zhong, Guomin Zhou, Weijie Ding and Jiawen Zhang
Electronics 2022, 11(19), 3200; https://doi.org/10.3390/electronics11193200 - 6 Oct 2022
Cited by 9 | Viewed by 3716
Abstract
Online rumors spread rapidly through social media, which is a great threat to public safety. Existing solutions are mainly based on content features or propagation structures for rumor detection. However, due to the variety of strategies in creating rumors, only considering certain features [...] Read more.
Online rumors spread rapidly through social media, which is a great threat to public safety. Existing solutions are mainly based on content features or propagation structures for rumor detection. However, due to the variety of strategies in creating rumors, only considering certain features cannot achieve good enough detection results. In addition, existing works only consider the rumor propagation structure and ignore the aggregation structures of rumors, which cannot provide enough discriminative features (especially in the early days of rumors, when the structure of the propagation is incomplete). To solve these problems, this paper proposes a rumor detection method with multimodal feature fusion and enhances the feature representation of the rumor propagation network by adding aggregation features. More specifically, we built a graph model of the propagation structure as well as the aggregation structure. Next, by utilizing the BERT pre-training model and the bidirectional graph convolutional network, we captured the features of text content, propagation structure, and aggregation structure, respectively. Finally, the multimodal features were aggregated based on the attention mechanism, and the final result was obtained through the MLP classifier. Experiments on real-world datasets show that our model outperforms state-of-the-art approaches. Full article
Show Figures

Figure 1

20 pages, 784 KB  
Article
Efficient Fake News Detection Mechanism Using Enhanced Deep Learning Model
by Tahir Ahmad, Muhammad Shahzad Faisal, Atif Rizwan, Reem Alkanhel, Prince Waqas Khan and Ammar Muthanna
Appl. Sci. 2022, 12(3), 1743; https://doi.org/10.3390/app12031743 - 8 Feb 2022
Cited by 52 | Viewed by 8222
Abstract
The spreading of accidental or malicious misinformation on social media, specifically in critical situations, such as real-world emergencies, can have negative consequences for society. This facilitates the spread of rumors on social media. On social media, users share and exchange the latest information [...] Read more.
The spreading of accidental or malicious misinformation on social media, specifically in critical situations, such as real-world emergencies, can have negative consequences for society. This facilitates the spread of rumors on social media. On social media, users share and exchange the latest information with many readers, including a large volume of new information every second. However, updated news sharing on social media is not always true.In this study, we focus on the challenges of numerous breaking-news rumors propagating on social media networks rather than long-lasting rumors. We propose new social-based and content-based features to detect rumors on social media networks. Furthermore, our findings show that our proposed features are more helpful in classifying rumors compared with state-of-the-art baseline features. Moreover, we apply bidirectional LSTM-RNN on text for rumor prediction. This model is simple but effective for rumor detection. The majority of early rumor detection research focuses on long-running rumors and assumes that rumors are always false. In contrast, our experiments on rumor detection are conducted on real-world scenario data set. The results of the experiments demonstrate that our proposed features and different machine learning models perform best when compared to the state-of-the-art baseline features and classifier in terms of precision, recall, and F1 measures. Full article
(This article belongs to the Special Issue Natural Language Processing: Recent Development and Applications)
Show Figures

Figure 1

15 pages, 581 KB  
Article
Dual Co-Attention-Based Multi-Feature Fusion Method for Rumor Detection
by Changsong Bing, Yirong Wu, Fangmin Dong, Shouzhi Xu, Xiaodi Liu and Shuifa Sun
Information 2022, 13(1), 25; https://doi.org/10.3390/info13010025 - 9 Jan 2022
Cited by 21 | Viewed by 4927
Abstract
Social media has become more popular these days due to widely used instant messaging. Nevertheless, rumor propagation on social media has become an increasingly important issue. The purpose of this study is to investigate the impact of various features in social media on [...] Read more.
Social media has become more popular these days due to widely used instant messaging. Nevertheless, rumor propagation on social media has become an increasingly important issue. The purpose of this study is to investigate the impact of various features in social media on rumor detection, propose a dual co-attention-based multi-feature fusion method for rumor detection, and explore the detection capability of the proposed method in early rumor detection tasks. The proposed BERT-based Dual Co-attention Neural Network (BDCoNN) method for rumor detection, which uses BERT for word embedding. It simultaneously integrates features from three sources: publishing user profiles, source tweets, and comments. In the BDCoNN method, user discrete features and identity descriptors in user profiles are extracted using a one-dimensional convolutional neural network (CNN) and TextCNN, respectively. The bidirectional gate recurrent unit network (BiGRU) with a hierarchical attention mechanism is used to learn the hidden layer representation of tweet sequence and comment sequence. A dual collaborative attention mechanism is used to explore the correlation among publishing user profiles, tweet content, and comments. Then the feature vector is fed into classifier to identify the implicit differences between rumor spreaders and non-rumor spreaders. In this study, we conducted several experiments on the Weibo and CED datasets collected from microblog. The results show that the proposed method achieves the state-of-the-art performance compared with baseline methods, which is 5.2% and 5% higher than the dEFEND. The F1 value is increased by 4.4% and 4%, respectively. In addition, this paper conducts research on early rumor detection tasks, which verifies the proposed method detects rumors more quickly and accurately than competitors. Full article
(This article belongs to the Topic Big Data and Artificial Intelligence)
Show Figures

Figure 1

24 pages, 510 KB  
Article
Intelligent Detection of False Information in Arabic Tweets Utilizing Hybrid Harris Hawks Based Feature Selection and Machine Learning Models
by Thaer Thaher, Mahmoud Saheb, Hamza Turabieh and Hamouda Chantar
Symmetry 2021, 13(4), 556; https://doi.org/10.3390/sym13040556 - 27 Mar 2021
Cited by 58 | Viewed by 5661
Abstract
Fake or false information on social media platforms is a significant challenge that leads to deliberately misleading users due to the inclusion of rumors, propaganda, or deceptive information about a person, organization, or service. Twitter is one of the most widely used social [...] Read more.
Fake or false information on social media platforms is a significant challenge that leads to deliberately misleading users due to the inclusion of rumors, propaganda, or deceptive information about a person, organization, or service. Twitter is one of the most widely used social media platforms, especially in the Arab region, where the number of users is steadily increasing, accompanied by an increase in the rate of fake news. This drew the attention of researchers to provide a safe online environment free of misleading information. This paper aims to propose a smart classification model for the early detection of fake news in Arabic tweets utilizing Natural Language Processing (NLP) techniques, Machine Learning (ML) models, and Harris Hawks Optimizer (HHO) as a wrapper-based feature selection approach. Arabic Twitter corpus composed of 1862 previously annotated tweets was utilized by this research to assess the efficiency of the proposed model. The Bag of Words (BoW) model is utilized using different term-weighting schemes for feature extraction. Eight well-known learning algorithms are investigated with varying combinations of features, including user-profile, content-based, and words-features. Reported results showed that the Logistic Regression (LR) with Term Frequency-Inverse Document Frequency (TF-IDF) model scores the best rank. Moreover, feature selection based on the binary HHO algorithm plays a vital role in reducing dimensionality, thereby enhancing the learning model’s performance for fake news detection. Interestingly, the proposed BHHO-LR model can yield a better enhancement of 5% compared with previous works on the same dataset. Full article
(This article belongs to the Special Issue Symmetry in Artificial Visual Perception and Its Application)
Show Figures

Figure 1

11 pages, 914 KB  
Article
Deep Recurrent Neural Network and Data Filtering for Rumor Detection on Sina Weibo
by Yichun Xu, Chen Wang, Zhiping Dan, Shuifa Sun and Fangmin Dong
Symmetry 2019, 11(11), 1408; https://doi.org/10.3390/sym11111408 - 15 Nov 2019
Cited by 21 | Viewed by 4588
Abstract
Social media makes it easy for individuals to publish and consume news, but it also facilitates the spread of rumors. This paper proposes a novel deep recurrent neural model with a symmetrical network architecture for automatic rumor detection in social media such as [...] Read more.
Social media makes it easy for individuals to publish and consume news, but it also facilitates the spread of rumors. This paper proposes a novel deep recurrent neural model with a symmetrical network architecture for automatic rumor detection in social media such as Sina Weibo, which shows better performance than the existing methods. In the data preparing phase, we filter the posts according to the followers of the user. We then use sequential encoding for the posts and multiple embedding layers to get better feature representation, and multiple recurrent neural network layers to capture the dynamic temporal signals characteristic. The experimental results on the Sina Weibo dataset show that: 1. the sequential encoding performs better than the term frequency-inverse document frequency (TF-IDF) or the doc2vec encoding scheme; 2. the model is more accurate when trained on the posts from the users with more followers; and 3. the model achieves superior improvements over the existing works on the accuracy of detection, including the early detection. Full article
Show Figures

Figure 1

Back to TopTop