CLAIApr 4, 2022

Applying Automatic Text Summarization for Fake News Detection

arXiv:2204.01841v1587 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the growing problem of fake news spread on social media, which harms society, though the approach appears incremental by building on existing transformer methods.

The paper tackles fake news detection by developing CMTR-BERT, a framework that combines multiple text representations to address sequential limits in transformers and incorporate contextual information, achieving new state-of-the-art performance on two public datasets.

The distribution of fake news is not a new but a rapidly growing problem. The shift to news consumption via social media has been one of the drivers for the spread of misleading and deliberately wrong information, as in addition to it of easy use there is rarely any veracity monitoring. Due to the harmful effects of such fake news on society, the detection of these has become increasingly important. We present an approach to the problem that combines the power of transformer-based language models while simultaneously addressing one of their inherent problems. Our framework, CMTR-BERT, combines multiple text representations, with the goal of circumventing sequential limits and related loss of information the underlying transformer architecture typically suffers from. Additionally, it enables the incorporation of contextual information. Extensive experiments on two very different, publicly available datasets demonstrates that our approach is able to set new state-of-the-art performance benchmarks. Apart from the benefit of using automatic text summarization techniques we also find that the incorporation of contextual information contributes to performance gains.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes