Back to Research papers
Research paper index

Best Preprocessing Techniques for Sentiment Analysis

Saranzaya Magsarjav, Melissa Humphries, Jonathan Tuke, Lewis Mitchell

arXiv:2606.24055Published June 23, 20260 citations
  • cs.CL

Abstract

Sentiment analysis in Twitter datasets is important because it enables monitoring public opinion on products and analysis of political and social movements. One critical step is preprocessing: the automated processing of text for machine learning algorithms. Preprocessing plays a critical role in reducing noise and improving efficiency. However, little research has systematically examined the order in which preprocessing techniques are implemented. We find that, when accounting for order, spelling correction is the least impactful preprocessing technique, whereas tokenisation is the most impactful. Stemming and stop-word removal are interchangeable, and it is better to remove stop words without removing negation. The best order for applying the preprocessing techniques was tokenisation, text cleaning, stemming, and then stopword removal. Our results provide a systematic approach for practitioners to deploy preprocessing to improve model output without the costly preprocessing exploratory phase.

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.