iGET

Natural Language Processing - MCQ Practice Questions

Tokenization, embeddings, sentiment analysis, transformers & text models.

10 questions | 100% Free

Q.1Medium

Which of the following is the correct order of steps in a typical NLP pipeline?

Q.2Medium

In the context of language models, what does 'perplexity' measure?

Q.3Medium

Which technique is used by Word2Vec to learn word embeddings by predicting the surrounding context words given a center word?

Q.4Medium

What is the primary purpose of the attention mechanism introduced in the 'Attention is All You Need' paper?

Q.5Medium

Which of the following best describes the difference between stemming and lemmatization in NLP?

Q.6Medium

In TF-IDF, what does a high IDF score for a term indicate?

Q.7Medium

Which of the following NLP tasks is an example of a sequence-to-sequence (Seq2Seq) problem?

Q.8Medium

In the context of BERT (Bidirectional Encoder Representations from Transformers), what is the 'Masked Language Model' (MLM) pre-training objective?

Q.9Medium

Which parsing technique builds a parse tree from the bottom (leaves) up to the root, using a stack and an input buffer?

Q.10Medium

Which of the following is a key limitation of the Bag-of-Words (BoW) model for text representation?