SILGMay 13, 2022

Detecting Rumours with Latency Guarantees using Massive Streaming Data

arXiv:2205.06580v122 citationsh-index: 77
Originality Incremental advance
AI Analysis

This work addresses the challenge of timely rumour detection for social media platforms, but it is incremental as it builds on existing graph-based and load-shedding techniques.

The paper tackles the problem of detecting rumours in massive social network streams under tight latency constraints by proposing a best-effort approach that prioritizes speed over completeness, achieving robust runtime performance and detection accuracy in experiments with large-scale real-world datasets.

Today's social networks continuously generate massive streams of data, which provide a valuable starting point for the detection of rumours as soon as they start to propagate. However, rumour detection faces tight latency bounds, which cannot be met by contemporary algorithms, given the sheer volume of high-velocity streaming data emitted by social networks. Hence, in this paper, we argue for best-effort rumour detection that detects most rumours quickly rather than all rumours with a high delay. To this end, we combine techniques for efficient, graph-based matching of rumour patterns with effective load shedding that discards some of the input data while minimising the loss in accuracy. Experiments with large-scale real-world datasets illustrate the robustness of our approach in terms of runtime performance and detection accuracy under diverse streaming conditions.

Foundations

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

Your Notes