paper-with-me

홈 › Papers

Pulling Out the Stops: Rethinking Stopword Removal for Topic Models

2017-04-01 · EACL 2017 4 · Alex Schofield, ra, M{\aa}ns Magnusson, David Mimno

It is often assumed that topic models benefit from the use of a manually curated stopword list. Constructing this list is time-consuming and often subject to user judgments about what kinds of words are important to the model and the application. Although stopword removal clearly affects which word types appear as most probable terms in topics, we argue that this improvement is superficial, and that topic inference benefits little from the practice of removing stopwords beyond very frequent terms. Removing corpus-specific stopwords after model inference is more transparent and produces similar results to removing those words prior to inference.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingTopic Models

Similar Papers 제목 키워드 기반

Visual Exploration of Stopword Probabilities in Topic Models

2025-01-17 · Shuangjiang Xue, Pierre Le Bras, David A. Robb, Mike J. Chantler 외

Stopword removal is a critical stage in many Machine Learning methods but often receives little consideration, it interferes with the model visualizations and disrupts user confidence. Inappropriately chosen or hastily o…

Topic Models

Stopwords in Technical Language Processing

2020-06-04 · Serhad Sarica, Jianxi Luo

There are increasingly applications of natural language processing techniques for information retrieval, indexing and topic modelling in the engineering contexts. A standard component of such tasks is the removal of stop…

Information RetrievalRetrieval

Prior matters: simple and general methods for evaluating and improving topic quality in topic modeling

2017-01-12 · Angela Fan, Finale Doshi-Velez, Luke Miratrix

Latent Dirichlet Allocation (LDA) models trained without stopword removal often produce topics with high posterior probabilities on uninformative words, obscuring the underlying corpus content. Even when canonical stopwo…

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

Investigating Large Language Models' Linguistic Abilities for Text Preprocessing

2025-10-13 · Marco Braga, Gian Carlo Milanese, Gabriella Pasi arxiv

Text preprocessing is a fundamental component of Natural Language Processing, involving techniques such as stopword removal, stemming, and lemmatization to prepare text as input for further processing and analysis. Despi…

Text Classification