DeMis: Data-Efficient Misinformation Detection Using Reinforcement Learning

Abstract

Deep learning approaches are state-of-the-art for many natural language processing tasks, including misinformation detection. To train deep learning algorithms effectively, a large amount of training data is essential. Unfortunately, while unlabeled data are abundant, manually-labeled data are lacking for misinformation detection. In this paper, we propose DeMis, a novel reinforcement learning (RL) framework to detect misinformation on Twitter in a resource-constrained environment, i.e. limited labeled data. The main novelties result from (1) using reinforcement learning to identify high-quality weak labels to use with manually-labeled data to jointly train a classifier, and (2) using fact-checked claims to construct weak labels from unlabeled tweets. We empirically show the strength of this approach over the current state of the art and demonstrate its effectiveness in a low-resourced environment, outperforming other models by up to 8% (F1 score). We also find that our method is more robust to heavily imbalanced data. Finally, we publish a package containing code, trained models, and labeled data sets.

Cite

Text

Kawintiranon and Singh. "DeMis: Data-Efficient Misinformation Detection Using Reinforcement Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26390-3_14

Markdown

[Kawintiranon and Singh. "DeMis: Data-Efficient Misinformation Detection Using Reinforcement Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/kawintiranon2022ecmlpkdd-demis/) doi:10.1007/978-3-031-26390-3_14

BibTeX

@inproceedings{kawintiranon2022ecmlpkdd-demis,
  title     = {{DeMis: Data-Efficient Misinformation Detection Using Reinforcement Learning}},
  author    = {Kawintiranon, Kornraphop and Singh, Lisa},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2022},
  pages     = {224-240},
  doi       = {10.1007/978-3-031-26390-3_14},
  url       = {https://mlanthology.org/ecmlpkdd/2022/kawintiranon2022ecmlpkdd-demis/}
}