paper-with-me

Papers

Quantitative Stopword Generation for Sentiment Analysis via Recursive and Iterative Deletion

2022-09-04 · Daniel M. DiPietro

Stopwords carry little semantic information and are often removed from text data to reduce dataset size and improve machine learning model performance. Consequently, researchers have sought to develop techniques for generating effective stopword sets. Previous approaches have ranged from qualitative techniques relying upon linguistic experts, to statistical approaches that extract word importance using correlations or frequency-dependent metrics computed on a corpus. We present a novel quantitative approach that employs iterative and recursive feature deletion algorithms to see which words can be deleted from a pre-trained transformer's vocabulary with the least degradation to its performance, specifically for the task of sentiment analysis. Empirically, stopword lists generated via this approach drastically reduce dataset size while negligibly impacting model performance, in one such example shrinking the corpus by 28.4% while improving the accuracy of a trained logistic regression model by 0.25%. In another instance, the corpus was shrunk by 63.7% with a 2.8% decrease in accuracy. These promising results indicate that our approach can generate highly effective stopword sets for specific NLP tasks.

📄 PDF Abstract BibTeX arXiv:2209.01519

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

On Stopwords, Filtering and Data Sparsity for Sentiment Analysis of Twitter

2014-05-01 · LREC 2014 5 · Hassan Saif, Fern, Miriam ez, Yulan He 외

Sentiment classification over Twitter is usually affected by the noisy nature (abbreviations, irregular forms) of tweets data. A popular procedure to reduce the noise of textual data is to remove stopwords by using pre-c…

ClassificationDocument ClassificationGeneral ClassificationSentiment Analysis+3

Egyptian Dialect Stopword List Generation from Social Network Data

2015-04-13 · Walaa Medhat, Ahmed H. Yousef, Hoda Korashy

This paper proposes a methodology for generating a stopword list from online social network (OSN) corpora in Egyptian Dialect(ED). The aim of the paper is to investigate the effect of removingED stopwords on the Sentimen…

feature selectionGeneral ClassificationSentiment Analysistext-classification+1

Corpora Preparation and Stopword List Generation for Arabic data in Social Network

2014-10-05 · Walaa Medhat, Ahmed H. Yousef, Hoda Korashy

This paper proposes a methodology to prepare corpora in Arabic language from online social network (OSN) and review site for Sentiment Analysis (SA) task. The paper also proposes a methodology for generating a stopword l…

feature selectionGeneral ClassificationSentiment Analysistext-classification+1

Curating Stopwords in Marathi: A TF-IDF Approach for Improved Text Analysis and Information Retrieval

2024-06-16 · Rohan Chavan, Gaurav Patil, Vishal Madle, Raviraj Joshi

Stopwords are commonly used words in a language that are often considered to be of little value in determining the meaning or significance of a document. These words occur frequently in most texts and don't provide much …

Information RetrievalRetrievalSentiment Analysistext-classification+1

A Study of Feature Extraction techniques for Sentiment Analysis

2019-06-04 · Avinash Madasu, Sivasankar E

Sentiment Analysis refers to the study of systematically extracting the meaning of subjective text . When analysing sentiments from the subjective text using Machine Learning techniques,feature extraction becomes a signi…

Sentiment Analysis