# Unleashing the Power of Hashtags in Tweet Analytics with Distributed   Framework on Apache Storm

**Authors:** Vibhuti Gupta, Rattikorn Hewett

arXiv: 1812.01141 · 2019-01-29

## TL;DR

This paper presents a real-time distributed framework using Apache Storm for tweet topic classification based on hashtags, achieving high accuracy and increased throughput in processing large-scale Twitter data.

## Contribution

It introduces a novel distributed online approach for tweet classification that incrementally updates Naive Bayes predictors on a real-time streaming platform.

## Key findings

- Achieved up to 97% classification accuracy.
- Real-time processing with 37% throughput improvement.
- Effective handling of short, context-dependent tweets.

## Abstract

Twitter is a popular social network platform where users can interact and post texts of up to 280 characters called tweets. Hashtags, hyperlinked words in tweets, have increasingly become crucial for tweet retrieval and search. Using hashtags for tweet topic classification is a challenging problem because of context dependent among words, slangs, abbreviation and emoticons in a short tweet along with evolving use of hashtags. Since Twitter generates millions of tweets daily, tweet analytics is a fundamental problem of Big data stream that often requires a real-time Distributed processing. This paper proposes a distributed online approach to tweet topic classification with hashtags. Being implemented on Apache Storm, a distributed real time framework, our approach incrementally identifies and updates a set of strong predictors in the Na\"ive Bayes model for classifying each incoming tweet instance. Preliminary experiments show promising results with up to 97% accuracy and 37% increase in throughput on eight processors.

---
Source: https://tomesphere.com/paper/1812.01141