
Explanation:
Removing common words (also known as stop words) like "the," "is," and "and" before training a text classification model serves two main purposes:
This process is called stop word removal and is a common preprocessing step in natural language processing (NLP) tasks. While it can indirectly help reduce overfitting by simplifying the model, its primary benefit is noise reduction and dimensionality reduction.
Why other options are incorrect:
Ultimate access to all questions.
No comments yet.
A developer removes common words like "the," "is," and "and" before training a text classification model. What is the main benefit of this step?
A
Reduces overfitting
B
Improves grammatical accuracy
C
Removes noise and reduces input size
D
Increases token count for LLMs