NLP QP
NLP QP
1.Which of the following is a common application of Named Entity Recognition (NER) in NLP?
a) Machine translation
b) Spam filtering
c) Text summarization
d) Information extraction from text
2.Which of the following methods is commonly used for word embeddings in NLP? ( )
a) One-hot encoding
b) TF-IDF
c) Word2Vec
d) Bag of words
3.In the context of NLP, what does "tokenization" refer to? ( )
a) Breaking text into sentences
b) Assigning grammatical labels to words
c) Converting text into numerical representations
d) Breaking text into words or phrases
4.Which algorithm is often used for part-of-speech tagging in NLP? ( )
a) K-means clustering
b) Naive Bayes
c) Hidden Markov Model (HMM)
d) Linear Regression
5.Which of the following is the main disadvantage of the Bag-of-Words (BoW) model in NLP?
a) It ignores word order and context
b) It cannot handle stop words
c) It requires a large vocabulary
d) It is computationally expensive
Fill-in-the-Blank Questions 1X5=5
1.In NLP, the process of converting a word into its base or root form is called __________.
2.The technique used to represent words as dense vectors in a continuous vector space is
called __________.
3.A __________ is a statistical model used to predict the likelihood of a sequence of words in a
sentence, commonly used in tasks like language modeling.
4.In NLP, __________ refers to the identification and classification of words or phrases that
represent specific entities, such as names, dates, or locations.
5.A __________ model in NLP involves training a system to learn the relationships between
words and the context they appear in, typically using deep learning techniques.