The central question of our research is, "How effective are customer support interactions on Twitter, and what patterns of communication contribute to successful resolutions?" This inquiry is novel in its comprehensive exploration of various dimensions of digital customer support on a major social media platform. Unlike traditional studies that primarily focus on generic customer support metrics, this project delves deep into the multifaceted nature of interactions on Twitter, a platform where public visibility adds a unique dimension to customer service.
The chosen dataset is from Kaggle, titled "Customer Support on Twitter." It contains over three million tweets and replies from some of the most prominent brands on Twitter. The dataset includes variables such as tweet ID, author ID, creation time, text of the tweet, and related response IDs. This dataset is suitable because it offers a comprehensive view of customer-brand interactions, allowing for a detailed analysis of support effectiveness, user engagement patterns, and communication styles.
Dataset Link: https://www.kaggle.com/datasets/thoughtvector/customer-support-on-twitter
Download the dataset from the above mentioned link and place it inside cloned repository where the ipynb notebook is present.
conda create --name venv
conda activate venv
pip install -r requiments.txt
jupyter notebook