0% found this document useful (0 votes)
9 views

UNIT-3 MCQs

The document contains multiple choice questions related to Natural Language Processing (NLP) for a third-year engineering course at BVRIT Hyderabad College of Engineering for Women. It covers various topics such as semantic parsing, word sense systems, and applications of NLP. Each question is followed by the correct answer, providing a comprehensive review of key concepts in the field.

Uploaded by

konderunandhini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

UNIT-3 MCQs

The document contains multiple choice questions related to Natural Language Processing (NLP) for a third-year engineering course at BVRIT Hyderabad College of Engineering for Women. It covers various topics such as semantic parsing, word sense systems, and applications of NLP. Each question is followed by the correct answer, providing a comprehensive review of key concepts in the field.

Uploaded by

konderunandhini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

BVRIT HYDERABAD College of Engineering for Women

(Approved by AICTE | Affiliated to JNTUH | Accredited by NAAC with Grade ‘A’ & NBA for CSE, ECE, EEE, & IT)
Bachupally, Hyderabad-090
-

Department of Computer Science and Engineering

Multiple Choice Questions


Year : III Semester : I Regulations : R18
Course
Course Code : : Natural Language Processing
Name
Academic Year : 2022-23
Faculty
: Ms.S.Vidyullatha
Name(s)

UNIT-III: Semantic Parsing: Introduction, Semantic Interpretation, System Paradigms, Word


Sense Systems, Software
S.No Question Answer
1 Trains two independent LSTM language model left to right and right to D
left and shallowly concatenates them
a. GPT
b. BERT
c. ULMFit
d. ELMo
2 Uses unidirectional language model for producing word embedding B
a. BERT
b. GPT
c. ELMo
d. Word2Vec
3 ______________ is the task of converting a natural language utterance to a B
machine-understandable representation of its meaning.
a. Syntax Analysis
b. Semantic Analysis
c. Pragmatic Analysis
d. None
4 What is full form of NLP ? B
a. Neural language processing
b. Natural Language Processing
c. both a) and b)
d. None of the above
5 Natural Language Processing deals with …………………. A

a. the relationship between computer and human (natural) languages.


b. the relationship between computer and human brain
c. both a) and b)
d. None of the above
6 Modern NLP algorithms are based on ………………….. B

a. Neural language processing


b. machine learning
c. artificial intelligence
d. all of the above
7 A _____________ is a discrete representation of one aspect of the meaning of A
a word.
a. Sense
b. Ambiguity
c. Different
d. None

8 It is one of the real world application of NLP. C

a. Topic modeling
b. Speech Recognition
c. both a) and b)
d. none of the above
9 What is the work of POS Tagging? B

a. POS tagging helps to find out the various sentence.


b. POS tagging helps to find out the various nouns, adverbs, verbs, and map
them in a sentence.
c. name, time, location, date, and other entities present in text.
d. none of the above
10 A word or phrase that means exactly or nearly the same as another word or A
phrase in the same language ____________.
a.Synonymy
b.Polysemy
c.Meranomy
d.Antonomy
11 It is a example of Text Prediction /Auto-correction? A

a. Gmail and Grammarly


b. Speech Recognition
c. both a) and b)

12 What is chatbots in NLP?

Answer: The chatbot is Artificial intelligence (AI) software that can emulate
a conversation (or a chat) with a user in natural language through
applications of messaging, mobile apps, websites, or through the telephones.
13 ‘The Indian Soldiers fought like a Lion’, in order to understand the real A
meaning the statement has to undergo
a) Semantic Analysis
b) Pragmatic Analysis
c) Discourse Analysis
d) Syntactic Analysis

14 It is one of the major challenge’s of NLP Is . D

a. Handling Tokenization
b. The Handling Ambiguity of Sentences
c. Handling POS-Tagging
d. All of the above
15 Co-reference Resolution is – B

a. Anaphora Resolution
b. Given a sentence or larger chunk of text, determine which words
(“mentions”) refer to the same objects (“entities”)
c. Both a & b
d. None of the above
16 Solemnization is used for? D

1. To add constant
2. To Eliminating Universal Quantifiers
3. For adding the Universal Quantifiers
4. To Eliminate Existential Quantifiers
17 It is one greatest challenge of NLP in nowadays? B

a. Text-to-speech recognization
b. Named Entity Recognition (NER).
c. Both A and B.
d. None of the Above
18 ___________ are words with opposite meaning C
a) Synonym
b) Hyponym
c) Antonym
d) Meranomy

19 What is Natural language processing good for? D


a. Summarize blocks of text
b. Automatically generate keyword tags
c. Identify the type of entity extracted
d. All of the above
20 Which is true for neural networks? D

a. It has a set of nodes and connections


b. Each node computes its weighted input
c. A node could be in an excited state or non-excited state
d All of the mentioned
21 Natural language Processing(NLP) is the field of B

a. Artificial Intelligence
b. Computer Science
c. Linguistics
d. All of the above
22 How many types of Artificial Neural Networks? A

a. 2
b. 3
c. 4
d. 5
23 Basic unit of neural network? A

a. neuron
b. node value
c. Bayes Nets
d. All of the above
24 Document preprocessing steps are A,B&C
a. Tokenization
b. Substitution
c. Normalization
d. Feature Selection

25 Pick the stemming actions B&E


a. was, am, are, is → be
b. helped, helps → help
c. troubled, troubling, trouble → trouble
d. friend, friendship, friends, friendships → friend
e. studied → studi
f. All of the above
26 Case folding is used for A
a. Normalization
b. Tokenization
c. Stemming
d. Lemmatization
27 The start of the sentence is matched by and the end A
of the sentence is matched by
a. ^ and $
b. $ and ^
c. \$ and .
d. \^ and \.
28 The raw Co-occurrence matrices are usually sparse A
a. True
b. False
29 Is one hot-vector a dense vector? B
a. True
b. False
30 In Naive Bayes classification, Posterior probability is estimated for A
predicting the class?
a.True
b.False

You might also like