What is the main limitation of using traditional Bag-of-Words models?

What is the main limitation of using traditional Bag-of-Words models?

a) It is too complex to implement
b) It does not capture the order or meaning of words
c) It works only for large datasets
d) It is language-dependent

Answer:

b) It does not capture the order or meaning of words

Explanation:

The Bag-of-Words model ignores the sequence of words and their semantic meaning, focusing only on word frequency.

Reference:

Natural Language Processing (NLP) Quiz – MCQ Questions and Answers

Scroll to Top