用改进的LSTM模型,98%准确率识别假新闻。
A Regularized LSTM Method for Detecting Fake News Articles
- 在LSTM基础上加入正则化与超参调优
- 最终达到98%准确率,优于初始94%效果
- 适合需要自动化辟谣的媒体平台使用
当前假新闻快速传播带来严重信息误导问题。本文基于包含23,502篇假新闻和21,417篇真实新闻的综合数据集,构建并评估三种机器学习模型。数据涵盖标题、正文、主题和日期等特征,用于训练分类模型以区分真假新闻。初始LSTM模型达到94%准确率;第二阶段引入正则化与超参优化后提升至97%;最终模型结合前序架构优势与先进优化策略,实现98%最高准确率。结果表明该方法在高精度识别假新闻方面具有显著有效性。本研究推动了自然语言处理与机器学习技术在反虚假信息领域的应用,为自动化假新闻检测提供可靠工具,有助于提升新闻传播可信度。
原文摘要 · Abstract (English)
Nowadays, the rapid diffusion of fake news poses a significant problem, as it can spread misinformation and confusion. This paper aims to develop an advanced machine learning solution for detecting fake news articles. Leveraging a comprehensive dataset of news articles, including 23,502 fake news articles and 21,417 accurate news articles, we implemented and evaluated three machine-learning models. Our dataset, curated from diverse sources, provides rich textual content categorized into title, text, subject, and Date features. These features are essential for training robust classification models to distinguish between fake and authentic news articles. The initial model employed a Long Short-Term Memory (LSTM) network, achieving an accuracy of 94%. The second model improved upon this by incorporating additional regularization techniques and fine-tuning hyperparameters, resulting in a 97% accuracy. The final model combined the strengths of previous architectures with advanced optimization strategies, achieving a peak accuracy of 98%. These results demonstrate the effectiveness of our approach in identifying fake news with high precision. Implementing these models showcases significant advancements in natural language processing and machine learning techniques, contributing valuable tools for combating misinformation. Our work highlights the potential for deploying such models in real-world applications, providing a reliable method for automated fake news detection and enhancing the credibility of news dissemination.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。