Fake News Detection: A Comprehensive Analysis of Methods, Challenges, and Future Directions

김동준·2025년 9월 24일

LLM

목록 보기
33/50

Fake News Detection: A Comprehensive Analysis of Methods, Challenges, and Future Directions

The proliferation of misinformation in the digital age has emerged as one of the most pressing challenges of our interconnected world. With the rise of social media platforms and the democratization of content creation, distinguishing authentic information from fabricated content has become increasingly complex. Fake news detection, defined as the automated identification and classification of false or misleading information, has evolved from a niche research area into a critical field combining artificial intelligence, natural language processing, and social network analysis. Current state-of-the-art approaches achieve accuracy rates exceeding 95% on benchmark datasets, with transformer-based models and multimodal techniques leading the field[1][2][3][4]. However, significant challenges remain in cross-domain generalization, real-time detection, and handling the sophisticated techniques employed by malicious actors[5][6][7].

Understanding the Fake News Landscape

Definition and Scope

Fake news encompasses a broad spectrum of false or misleading information deliberately created to deceive readers or advance specific agendas[8][9]. This definition extends beyond simple factual inaccuracies to include manipulated images, fabricated quotes, and misleading contextualizations of real events[6][10]. The phenomenon gained significant academic attention following the 2016 U.S. presidential election, where the rapid spread of misinformation demonstrated its potential to influence public opinion and democratic processes[11][8].

The challenge of fake news detection is compounded by the variety of deceptive content types. Research has identified multiple categories including clickbait, satire, propaganda, hoaxes, and deliberately fabricated stories[12][13]. Each category presents unique detection challenges, requiring different analytical approaches and feature extraction techniques[6][14].

The Technological Arms Race

The landscape of fake news has evolved dramatically with advances in artificial intelligence. Large language models such as GPT-3 and ChatGPT have demonstrated remarkable capabilities in generating human-like text, raising new concerns about AI-generated misinformation[7][15][16]. Studies show that LLM-generated misinformation can be significantly more difficult to detect than human-written false content, with some detection systems achieving success rates as low as 10% for sophisticated AI-generated fake news[7].

This technological evolution has created an ongoing "arms race" between content generators and detection systems[17]. As detection methods improve, bad actors adapt their techniques, leading to increasingly sophisticated forms of misinformation[18][19]. The emergence of deepfakes and synthetic media further complicates this landscape, requiring multimodal detection approaches that can analyze both textual and visual content[10][20].

Traditional Machine Learning Approaches

Foundation Methods

Early fake news detection systems relied heavily on traditional machine learning classifiers, which remain relevant and effective for many applications[11][21][22]. These approaches typically focus on extracting linguistic and statistical features from text content to identify patterns indicative of deceptive information.

Support Vector Machines (SVMs) have demonstrated consistent effectiveness in fake news detection tasks. Researchers have reported accuracy rates ranging from 80-90% using SVMs with carefully engineered features[11][21]. The algorithm's ability to handle high-dimensional feature spaces makes it particularly well-suited for text classification tasks involving large vocabularies and diverse linguistic patterns.
Logistic Regression represents another foundational approach, offering the advantage of interpretable results alongside competitive performance[11][21]. Studies have shown that logistic regression can achieve accuracy rates exceeding 85% when combined with appropriate feature extraction techniques such as TF-IDF (Term Frequency-Inverse Document Frequency) vectorization.

Naive Bayes classifiers have proven particularly effective for fake news detection due to their probabilistic nature and computational efficiency[11][21][23]. Research has demonstrated accuracy rates of up to 96% using Naive Bayes with appropriate preprocessing and feature selection. The algorithm's assumption of feature independence, while theoretically limiting, often performs well in practice for text classification tasks.

Feature Engineering Strategies

Traditional approaches rely heavily on feature engineering to capture linguistic and contextual cues indicative of fake news[11][21]. Key feature categories include:

Linguistic Features: These encompass word-level, sentence-level, and document-level characteristics such as vocabulary richness, readability scores, and stylistic patterns[11][24]. Research has shown that fake news often exhibits distinct linguistic signatures, including emotional language, sensational claims, and grammatical inconsistencies[25].

Statistical Features: Document statistics such as word counts, character distributions, and punctuation usage provide quantitative measures that can differentiate authentic from fabricated content[11][22]. These features are particularly effective when combined with more sophisticated linguistic analysis.

Metadata Features: Information about publication sources, author credibility, and temporal patterns can provide valuable contextual cues for detection systems[23][13]. Social media metadata, including user engagement metrics and sharing patterns, has proven particularly informative for platform-based detection.

Deep Learning and Neural Network Approaches

Recurrent Neural Networks

The transition from traditional machine learning to deep learning marked a significant advancement in fake news detection capabilities[1][11][6]. Recurrent Neural Networks (RNNs), particularly Long Short-Term Memory (LSTM) networks, demonstrated superior performance in capturing sequential dependencies in text data.

LSTM-based approaches have achieved accuracy rates exceeding 90% on standard benchmark datasets[1][2]. These networks excel at modeling the temporal structure of language, allowing them to identify subtle patterns in word sequences that may indicate deceptive content[6]. Bidirectional LSTMs further improved performance by analyzing text in both forward and backward directions, capturing context more comprehensively[26].

Gated Recurrent Units (GRUs) emerged as a computationally efficient alternative to LSTMs, often achieving comparable performance with reduced training time[26][27]. Research has shown that hybrid architectures combining CNNs with RNNs can achieve even better results, with some studies reporting accuracy rates approaching 99%[2][27].

Convolutional Neural Networks

Convolutional Neural Networks (CNNs) brought a different perspective to fake news detection by treating text as spatial data and applying convolutional filters to identify local patterns[6][28]. CNN-based approaches have demonstrated particular effectiveness in detecting manipulated visual content and analyzing the relationship between textual and visual elements in news articles[10][28].

Multi-channel CNN architectures, which process text at different granularities simultaneously, have shown promising results in fake news detection tasks[28][6]. These models can capture both local features (individual words and phrases) and global document-level patterns, providing a comprehensive analysis of content authenticity.

Transformer Models and Large Language Models

The BERT Revolution

The introduction of BERT (Bidirectional Encoder Representations from Transformers) fundamentally transformed fake news detection capabilities[3][4][29]. BERT's bidirectional training approach allows it to understand context more comprehensively than previous models, leading to significant improvements in detection accuracy.

Studies have demonstrated that BERT-based models consistently outperform traditional approaches, with accuracy rates often exceeding 90% on benchmark datasets[3][29][30]. Fine-tuned BERT models have shown particular effectiveness in detecting subtle forms of misinformation that may evade simpler detection methods[4][31].

Variants of BERT have further pushed the boundaries of detection performance. RoBERTa (Robustly Optimized BERT Pretraining Approach) has achieved exceptional results, with some implementations reporting accuracy rates as high as 98.4% when combined with text summarization techniques[4][31]. ALBERT (A Lite BERT) offers a more computationally efficient alternative while maintaining competitive performance, achieving 87.6% accuracy with significantly reduced training time[3].

Advanced Transformer Architectures

Beyond BERT, other transformer architectures have contributed to the advancement of fake news detection. XLNet, which combines the benefits of autoregressive and autoencoding models, has demonstrated strong performance in multilingual fake news detection scenarios[26][4]. DistilBERT offers a balance between performance and computational efficiency, achieving approximately 97% of BERT's effectiveness while requiring significantly fewer resources[31].

The integration of transformer models with domain-specific fine-tuning has proven particularly effective[4][29]. Models trained on news-specific corpora demonstrate superior performance compared to general-purpose language models, highlighting the importance of domain adaptation in fake news detection systems.

Large Language Models as Detectors

Recent research has explored the potential of large language models (LLMs) such as GPT-3 and GPT-4 as fake news detectors[29][7][32]. These models demonstrate remarkable zero-shot and few-shot capabilities, often achieving competitive performance without task-specific training.

However, LLMs present a paradox in fake news detection: while they can identify misinformation effectively, they can also generate increasingly sophisticated fake content[7][15]. Studies show that GPT-4 can outperform humans in detecting LLM-generated misinformation, though challenges remain in detecting content generated by the same or similar models[7].

The emergence of explainable AI approaches using LLMs represents a significant advancement[32][24]. These systems not only classify content but also provide human-interpretable explanations for their decisions, addressing the "black box" problem that has long plagued deep learning approaches.

Multimodal Detection Approaches

Text-Image Integration

Modern fake news often combines textual content with manipulated or misleading images, necessitating multimodal detection approaches[27][10][33]. These systems analyze both textual and visual elements to provide more comprehensive authenticity assessment.

Multimodal fusion techniques have demonstrated superior performance compared to unimodal approaches[27][33][14]. Research shows that combining CNN-based image analysis with transformer-based text processing can achieve accuracy rates exceeding 99% on multimodal datasets[27][10]. The key challenge lies in effective fusion strategies that can leverage complementary information from different modalities.

Advanced fusion techniques include attention-based mechanisms that allow models to focus on relevant aspects of both textual and visual content[27][33]. Contrastive learning approaches have shown particular promise, with models learning to align related text-image pairs while distinguishing unrelated combinations[27].

Visual Content Analysis

The detection of manipulated visual content has become increasingly important with the rise of deepfakes and sophisticated image editing tools[10][34][17]. Modern approaches combine traditional computer vision techniques with deep learning to identify signs of manipulation.

Convolutional neural networks trained specifically for image forensics can detect subtle artifacts introduced during the manipulation process[10][34]. These systems analyze pixel-level inconsistencies, compression artifacts, and other technical signatures that may indicate tampering.

Dataset Landscape and Benchmarks

Fundamental Datasets

The development of effective fake news detection systems depends heavily on the availability of high-quality, labeled datasets[8][14][9][35]. The LIAR dataset, containing over 12,000 manually labeled statements from PolitiFact.com, represents one of the most influential benchmark datasets in the field[8][9]. This dataset provides fine-grained truthfulness ratings and includes metadata about speakers, contexts, and justifications.

FakeNewsNet addresses the limitations of text-only datasets by incorporating social context and network information[14][35]. The dataset includes both content features and social media propagation patterns, enabling research into how false information spreads through online networks. With over 20,000 news articles across political and entertainment domains, FakeNewsNet supports both content-based and social context-based detection approaches.

The Weibo dataset focuses on Chinese social media content, providing crucial resources for multilingual fake news detection research[26][35]. This dataset has been particularly valuable for developing cross-lingual detection methods and understanding cultural variations in misinformation patterns.

Emerging Benchmark Challenges

Recent dataset development has focused on addressing the evolving challenges in fake news detection[10][14][36]. The MFND (Multimodal Fake News Detection) dataset contains over 1 million samples with 11 different manipulation types, designed specifically to evaluate detection systems against sophisticated fake news generation techniques[10].

Cross-domain evaluation has emerged as a critical challenge, with research showing significant performance degradation when models trained on one dataset are applied to another[5][37]. This highlights the importance of developing more generalizable detection methods and the need for diverse training datasets that capture the full spectrum of misinformation tactics.

Performance Evaluation and Metrics

Standard Evaluation Metrics

Fake news detection systems are typically evaluated using standard classification metrics including accuracy, precision, recall, and F1-score[30][22][35]. However, the specific characteristics of misinformation detection present unique evaluation challenges that require careful consideration of metric selection and interpretation.

Accuracy, while intuitive, can be misleading in scenarios with imbalanced datasets where fake news constitutes a minority of content[22][35]. Precision becomes particularly important in real-world applications where false positives (legitimate news incorrectly flagged as fake) can have serious consequences for freedom of expression and information access[5][38].

Recall (sensitivity) is crucial for ensuring that misinformation doesn't slip through detection systems undetected[30][22]. The trade-off between precision and recall requires careful balancing based on application requirements, with some systems prioritizing high recall to minimize missed misinformation, while others emphasize precision to avoid over-censorship.

Advanced Evaluation Considerations

Recent research has emphasized the importance of evaluation methodologies that go beyond simple accuracy metrics[5][35][37]. Cross-dataset evaluation has revealed significant challenges in model generalization, with some systems showing accuracy drops of 30% or more when applied to data from different sources or domains[5].

Temporal evaluation represents another critical dimension, as misinformation tactics evolve over time[6][39]. Models trained on historical data may become less effective at detecting new forms of fake news, highlighting the need for continuous learning approaches and regular model updates.

The evaluation of explainable systems introduces additional complexity, requiring assessment of both detection accuracy and explanation quality[32][24][38]. Human evaluation studies have become increasingly important for validating the practical utility of detection systems and their explanations.

Real-World Applications and Industry Implementations

Social Media Platform Integration

Major social media platforms have invested heavily in fake news detection technologies, implementing systems that can process millions of posts in real-time[12][34][23][13]. These systems typically employ ensemble approaches combining multiple detection techniques to achieve robust performance across diverse content types.

Facebook's (Meta's) fake news detection system represents one of the most comprehensive implementations, utilizing a combination of content analysis, user behavior monitoring, and third-party fact-checking integration[23][13]. The system processes content in multiple languages and considers various signal types including user reports, sharing patterns, and source credibility assessments.

Twitter's (X's) approach emphasizes community-driven fact-checking through its "Community Notes" feature, while also employing automated detection for large-scale content moderation[23][40]. The platform's real-time nature requires detection systems capable of processing high-velocity data streams while maintaining low latency.

News Organizations and Fact-Checking Services

Professional fact-checking organizations have integrated automated tools to enhance their verification processes[41][42][43]. These systems assist human fact-checkers by identifying potentially false claims, retrieving relevant evidence, and providing preliminary assessments that can be reviewed and verified by experts.

NewsGuard's AI-powered analysis system tracks over 1,200 AI-generated news and information sites, providing credibility scores and identifying patterns of coordinated inauthentic behavior[40]. The system combines automated detection with human oversight to ensure accuracy and accountability in its assessments.

The Reuters Institute's research on automated fact-checking highlights both the promise and limitations of current technologies[43]. While automated systems excel at identifying certain types of false information, human judgment remains essential for complex claims requiring contextual understanding and expert domain knowledge.

Cloud-Based Detection Services

Commercial cloud services have emerged to provide fake news detection capabilities to smaller organizations and individual users[12][34][44]. Microsoft's Azure, Amazon's AWS, and Google Cloud all offer AI-powered content analysis services that can identify potentially false or misleading information.

The FANDC (Fake News Detection Cloud) system represents an example of specialized cloud-based detection, achieving 99% accuracy while classifying content into seven subcategories including clickbait, disinformation, hoax, junk news, misinformation, propaganda, and satire[12]. This system demonstrates the potential for real-time, scalable detection solutions.

Current Challenges and Limitations

Technical Challenges

Despite significant advances, fake news detection systems face numerous technical challenges that limit their effectiveness[5][6][7][45]. Cross-domain generalization remains a persistent problem, with models often failing to maintain performance when applied to content from different sources, time periods, or cultural contexts[5][37].

The sophistication of AI-generated misinformation presents an escalating challenge[7][16][46]. As language models become more capable of producing human-like text, distinguishing AI-generated fake news from authentic content becomes increasingly difficult. Research shows that even state-of-the-art detection systems struggle with content generated by advanced models like GPT-4[7].

Real-time processing requirements create additional constraints, particularly for social media applications where content must be analyzed and flagged within seconds of posting[12][13][47]. Balancing detection accuracy with processing speed requires careful optimization of model architectures and computational resources.

Ethical and Social Considerations

The deployment of automated fake news detection systems raises significant ethical concerns about censorship, bias, and freedom of expression[5][38][13]. Over-aggressive detection systems risk suppressing legitimate content, while under-sensitive systems may fail to prevent the spread of harmful misinformation.

Bias in training data and algorithms can lead to discriminatory outcomes, with some content creators or viewpoints being disproportionately flagged as fake news[5][37][24]. Ensuring fairness and reducing bias requires diverse training datasets, careful evaluation across different demographic groups, and ongoing monitoring of system outputs.

The "black box" nature of many deep learning systems limits transparency and accountability[32][24][48]. Explainable AI approaches address this challenge by providing interpretable explanations for detection decisions, though the quality and usefulness of these explanations remain active areas of research.

Adversarial Attacks and Robustness

Malicious actors continuously develop new techniques to evade detection systems[6][24][17]. Adversarial attacks can involve subtle modifications to content that preserve semantic meaning while fooling detection algorithms. Research has shown that even small changes to text or images can cause detection systems to misclassify fake news as authentic.

The development of robust detection systems requires understanding potential attack vectors and incorporating defenses against adversarial manipulation[6][39]. This includes techniques such as adversarial training, input preprocessing, and ensemble methods that combine multiple detection approaches.

The cat-and-mouse game between attackers and defenders necessitates continuous research and development efforts[17][49]. Detection systems must evolve rapidly to keep pace with new attack techniques and emerging forms of misinformation.

Emerging Technologies and Future Directions

Advanced AI Integration

The integration of advanced AI technologies continues to push the boundaries of fake news detection capabilities[18][19][50]. Multi-agent systems represent a promising approach, with specialized agents handling different aspects of the detection process such as claim extraction, evidence retrieval, and veracity assessment[50].

Graph Neural Networks (GNNs) have shown particular promise for analyzing the social context of information propagation[51][39][52]. These models can capture complex relationships between users, content, and sharing patterns to identify coordinated inauthentic behavior and track misinformation campaigns.

Knowledge graphs provide structured representations of factual information that can be used for automated fact-checking[50][41][53]. By comparing claims against established knowledge bases, these systems can identify factual inconsistencies and provide evidence-based assessments of content veracity.

Cross-Platform and Multilingual Detection

The global nature of misinformation requires detection systems capable of operating across multiple platforms and languages[26][54][6]. Cross-lingual transfer learning techniques enable models trained on one language to be adapted for others, though performance often varies significantly across linguistic and cultural boundaries.

Multilingual transformer models such as XLM-RoBERTa have demonstrated effectiveness in cross-lingual fake news detection[26][17]. However, the scarcity of labeled data in many languages remains a significant challenge, requiring innovative approaches such as synthetic data generation and zero-shot learning.

Platform-agnostic detection systems that can analyze content across different social media and news platforms represent another important development direction[23][55]. These systems must account for platform-specific features while maintaining consistent detection performance across diverse content formats and user behaviors.

Real-Time and Early Detection

The development of systems capable of detecting misinformation in real-time, before it achieves wide distribution, represents a critical research frontier[6][39][12]. Early detection requires analyzing content with limited social context signals, relying primarily on content features and source credibility assessments.

Streaming analytics and online learning approaches enable detection systems to adapt continuously to new forms of misinformation[12][47]. These systems can update their models incrementally as new labeled data becomes available, maintaining effectiveness against evolving threats.

The integration of predictive modeling with detection systems could enable proactive identification of potential misinformation campaigns before they launch[39][40]. This requires analyzing patterns in content creation, user behavior, and network activity to identify coordinated inauthentic behavior.

Conclusion

Fake news detection has evolved from a niche research area into a critical field addressing one of the most significant challenges of the digital age. Current state-of-the-art systems, leveraging transformer models, multimodal analysis, and advanced AI techniques, achieve impressive accuracy rates exceeding 95% on benchmark datasets. However, the rapidly evolving landscape of misinformation, driven by increasingly sophisticated AI-generated content and coordinated disinformation campaigns, continues to present new challenges.

The field has made substantial progress in technical capabilities, with deep learning approaches significantly outperforming traditional machine learning methods. Transformer-based models, particularly BERT and its variants, have demonstrated exceptional performance in understanding contextual nuances in text, while multimodal approaches have proven effective in analyzing the complex interplay between textual and visual content. The emergence of explainable AI techniques addresses long-standing concerns about the transparency and interpretability of detection systems.

Despite these advances, significant challenges remain. Cross-domain generalization continues to limit the practical applicability of detection systems, with models often failing to maintain performance across different sources, time periods, or cultural contexts. The arms race between detection systems and content generators has intensified with the advent of large language models capable of producing increasingly sophisticated misinformation. Ethical concerns about bias, censorship, and freedom of expression require ongoing attention and careful balancing of competing interests.

The future of fake news detection lies in developing more robust, generalizable, and transparent systems that can adapt to the evolving threat landscape while respecting fundamental rights to free expression. This requires continued investment in research, diverse training datasets, cross-cultural collaboration, and the development of standards for evaluation and deployment. Multi-agent systems, graph neural networks, and knowledge-based approaches represent promising directions for enhancing detection capabilities.

As misinformation continues to pose risks to democratic institutions, public health, and social cohesion, the importance of effective fake news detection cannot be overstated. The field's continued evolution demands collaboration between researchers, technology companies, policymakers, and civil society to develop solutions that are not only technically effective but also ethically sound and socially responsible. Success in this endeavor will require balancing the imperatives of combating misinformation with preserving the open exchange of ideas that is fundamental to democratic society.

출처
[1] Automated Fake News Detection System https://ijcsm.researchcommons.org/cgi/viewcontent.cgi?article=1200&context=ijcsm
[2] "Automated Fake News Detection System" by Saja A. Al- ... https://ijcsm.researchcommons.org/ijcsm/vol5/iss4/2/
[3] Performance Analysis of Transformer Based Models (BERT ... https://arxiv.org/abs/2308.04950
[4] Enhancing Fake News Detection with Transformer Models ... https://etasr.com/index.php/ETASR/article/view/10678
[5] Automated fake news detection: A simple solution may not ... https://techxplore.com/news/2024-03-automated-fake-news-simple-solution.html
[6] An overview of fake news detection: From a new perspective https://www.sciencedirect.com/science/article/pii/S2667325824000414
[7] Can LLM-Generated Misinformation Be Detected? https://arxiv.org/html/2309.13788v5
[8] A New Benchmark Dataset for Fake News Detection https://arxiv.org/abs/1705.00648
[9] A New Benchmark Dataset for Fake News Detection https://aclanthology.org/P17-2067/
[10] MFND Dataset and Shallow-Deep Multitask Learning https://arxiv.org/abs/2505.06796
[11] Detecting Fake News using Machine Learning https://arxiv.org/pdf/2102.04458/1000.pdf
[12] Real-time fake news detection in online social networks https://www.nature.com/articles/s41598-024-76102-9
[13] Fake News Detection | European Data Protection Supervisor https://www.edps.europa.eu/press-publications/publications/techsonar/fake-news-detection
[14] NewsBag: A Multimodal Benchmark Dataset for Fake News ... https://ceur-ws.org/Vol-2560/paper27.pdf
[15] Fake News Generation, Explanation and Detection of ... https://arxiv.org/html/2310.05046v2
[16] Can LLM-generated misinformation be detected: A study ... https://www.sciencedirect.com/science/article/pii/S0167739X25001724
[17] Blessing or curse? A survey on the Impact of Generative AI ... https://arxiv.org/html/2404.03021v2
[18] Challenges and Innovations in LLM-Powered Fake News ... https://arxiv.org/pdf/2502.00339.pdf
[19] Challenges and Innovations in LLM-Powered Fake News ... https://dl.acm.org/doi/abs/10.1145/3728725.3728739
[20] Multimodal Misinformation Detection using Large Vision ... https://arxiv.org/abs/2407.14321
[21] Automating fake news detection system using multi-level ... https://dl.acm.org/doi/10.1007/s00500-019-04436-y
[22] A Comprehensive Survey on Fake News Detection Using ... https://thescipub.com/pdf/jcssp.2025.982.990.pdf
[23] Automatic Detection of Fake News on Social Media Platforms https://aisel.aisnet.org/pacis2017/261/
[24] Enhancing Disinformation Detection with Explainable AI ... https://arxiv.org/html/2502.04863v1
[25] Automatic Detection of Fake News https://aclanthology.org/C18-1287/
[26] Ensemble based high performance deep learning models ... https://www.nature.com/articles/s41598-024-76286-0
[27] Multimodal Fake News Detection with Contrastive Learning ... https://www.frontiersin.org/journals/computer-science/articles/10.3389/fcomp.2024.1473457/full
[28] Towards COVID-19 fake news detection using transformer- ... https://www.sciencedirect.com/science/article/pii/S0950705123003921
[29] Fake News Detection: Comparative Evaluation of BERT ... https://arxiv.org/html/2412.14276v2
[30] Fake News Detection: Comparative Evaluation of BERT ... https://arxiv.org/html/2412.14276v1
[31] Transforming Fake News Detection: Leveraging DistilBERT ... https://www.sciencedirect.com/science/article/pii/S1877050925009470
[32] Explainable Fake News Detection With Large Language ... https://arxiv.org/abs/2405.03371
[33] A systematic review of multimodal fake news detection on ... https://www.sciencedirect.com/science/article/pii/S2590123025008291
[34] Fake Image Detection Market Size, Forecasts Report 2024- ... https://www.gminsights.com/industry-analysis/fake-image-detection-market
[35] A comprehensive Benchmark for fake news detection - PMC https://pmc.ncbi.nlm.nih.gov/articles/PMC8935100/
[36] Fake News Datasets | MediaFutures https://mediafutureseu.github.io/fakenewsdatasets.html
[37] An exploration of features to improve the generalisability ... https://www.sciencedirect.com/science/article/abs/pii/S0957417425005718
[38] User Perceptions and Trust of Explainable Machine ... https://ijoc.org/index.php/ijoc/article/view/19534
[39] Dual stream graph augmented transformer model ... https://www.nature.com/articles/s41598-025-05586-w
[40] Tracking AI-enabled Misinformation: Over 1200 'Unreliable ... https://www.newsguardtech.com/special-reports/ai-tracking-center
[41] A Survey on Automated Fact-Checking https://direct.mit.edu/tacl/article/doi/10.1162/tacl_a_00454/109469/A-Survey-on-Automated-Fact-Checking
[42] Automated fact-checking https://akademie.dw.com/en/the-strengths-and-weaknesses-of-automated-fact-checking-tools/a-53956958
[43] Understanding the Promise and Limits of Automated Fact- ... https://reutersinstitute.politics.ox.ac.uk/our-research/understanding-promise-and-limits-automated-fact-checking
[44] AI Deception Tools Market to Hit USD 4.8 Billion by 2032 ... https://finance.yahoo.com/news/ai-deception-tools-market-hit-130000895.html
[45] What are the current challenges in fake news detection? - ... https://consensus.app/search/what-are-the-current-challenges-in-fake-news-detec/7lbsxTBKSX6r8E5GT4q6Ug/
[46] LLM-Generated Fake News Induces Truth Decay in News ... https://dl.acm.org/doi/10.1145/3726302.3730027
[47] Unveiling the Priorities and Challenges Involved With ... https://www.computer.org/csdl/magazine/it/2025/01/10893879/24sGq72FB84
[48] A systematic survey on explainable AI applied to fake news ... https://www.sciencedirect.com/science/article/abs/pii/S0952197623002713
[49] Challenges and Innovations in LLM-Powered Fake News ... https://dl.acm.org/doi/10.1145/3728725.3728739
[50] Towards Robust Fact-Checking: A Multi-Agent System with ... https://arxiv.org/abs/2506.17878
[51] Challenges in Pre-Training Graph Neural Networks for ... https://aclanthology.org/2024.lrec-main.267/
[52] GS2F: Multimodal Fake News Detection Utilizing Graph ... https://dl.acm.org/doi/10.1145/3708536
[53] Towards explainable fake news detection and automated ... https://www.sciencedirect.com/science/article/pii/S0925231224012219
[54] Towards an automatic system for fake news detection - Mel https://blogs.uoc.edu/mel/towards-an-automatic-system-for-fake-news-detection/
[55] Social media's fake news problem is the target of a new ... https://www.concordia.ca/cunews/stories/2025/04/08/social-medias-fake-news-problem-is-the-target-of-a-new-tool-developed-at-concordia.html
[56] Fake News Detection Project https://github.com/kapilsinghnegi/Fake-News-Detection
[57] Fake News Detection Model Basing on Machine Learning ... https://bsj.uobaghdad.edu.iq/cgi/viewcontent.cgi?article=1944&context=home
[58] Fake news detection: Taxonomy and comparative study https://www.sciencedirect.com/science/article/abs/pii/S1566253523004566
[59] 기계학습 기반 보건복지분야 가짜뉴스(fake news) 탐지 방법 ... https://repository.kihasa.re.kr/en/handle/201002/42340
[60] Detection of fake news from social media using support ... https://www.sciencedirect.com/science/article/pii/S2665917424000047
[61] 자동화기반의 가짜 뉴스 탐지를 위한 연구 분석 https://www.kci.go.kr/kciportal/ci/sereArticleSearch/ciSereArtiView.kci?sereArticleSearchBean.artiId=ART002488653
[62] Fake News Detection using Python and Machine Learning https://www.sciencedirect.com/science/article/pii/S1877050924006252
[63] Hybrid optimization driven fake news detection using ... https://www.nature.com/articles/s41598-025-99936-3
[64] Explainable Machine Learning for Fake News Detection https://dl.acm.org/doi/10.1145/3292522.3326027
[65] Fake News Detection Using Deep Learning https://www.ssrn.com/abstract=5089165
[66] An Empirical Comparison of Fake News Detection using ... https://thesai.org/Publications/ViewPaper?Volume=11&Issue=9&Code=IJACSA&SerialNo=17
[67] Fake News Detector using Machine Learning Algorithms https://koreascience.kr/article/JAKO202423975373057.pdf
[68] What are the current challenges in fake news detection? https://consensus.app/results/?q=What+are+the+current+challenges+in+fake+news+detection%3F
[69] Transfer learning driven fake news detection and ... https://www.nature.com/articles/s41598-025-10670-2
[70] Multi-Modal Fine-Grained Fake News Detection with ... https://github.com/faiazrahman/Multimodal-Fake-News-Detection
[71] IMFND: In-context Multimodal Fake News Detection with ... https://www.sciencedirect.com/science/article/pii/S0950705125009268
[72] A fake news detection model using the integration of ... https://www.nature.com/articles/s41598-025-05702-w
[73] Fake news detection: a survey of evaluation datasets https://peerj.com/articles/cs-518.pdf
[74] Fake News Detection: It's All in the Data! https://arxiv.org/html/2407.02122v1
[75] Fake News Detection Datasets https://www.kaggle.com/datasets/emineyetm/fake-news-detection-datasets
[76] Leveraging data analytics for detection and impact ... https://www.nature.com/articles/s41599-025-05389-4
[77] Datasets - Fake News Detection https://paperswithcode.com/datasets?task=fake-news-detection&page=2
[78] r/Fakeddit New Multimodal Benchmark Dataset ... https://github.com/entitize/Fakeddit
[79] A Multi-source Benchmark Dataset for Chinese Fake News ... https://dl.acm.org/doi/10.1145/3589334.3645385
[80] Enhancing Fake News Detection with LLM-Augmented ... https://aclanthology.org/2025.acl-long.1182.pdf
[81] A Survey on Explainable Fake News Detection https://waseda.elsevierpure.com/en/publications/a-survey-on-explainable-fake-news-detection
[82] Can LLMs Automate Fact-Checking Article Writing? https://arxiv.org/abs/2503.17684
[83] ICTMCG/LLM-for-misinformation-research https://github.com/ICTMCG/LLM-for-misinformation-research
[84][논문 리뷰] Holmes: Automated Fact Check with Large ... https://www.themoonlight.io/ko/review/holmes-automated-fact-check-with-large-language-models
[85] A Survey of Large Language Models in Fake News Detection https://www.computer.org/csdl/journal/ai/2025/02/10704605/20IAMhROnsY
[86] Keywords attention for fake news detection using few ... https://www.sciencedirect.com/science/article/abs/pii/S0020025524002135
[87] A Review of Fake News Detection Models https://thesai.org/Publications/ViewPaper?Volume=14&Issue=7&Code=IJACSA&SerialNo=42
[88] A review of fake news detection approaches: A critical ... https://www.sciencedirect.com/science/article/pii/S2405844023075904
[89] What are the current challenges in fake news detection? https://consensus.app/search/what-are-the-current-challenges-in-fake-news-detec/4XMUViy3RVOfOlnkYMKFnA/

profile
Story Engineer

0개의 댓글