Distributed Computing Help Book
Distributed Computing Help Book
Semester 8
Course Code DLO8012
Course Name Natural Language Processing
a b c d
Module No. Question No. Question Option-1 Option-2 Option-3 Option-4 Answer key
1 1 Which among the following is one of the stages in NLP pipeline? Sentiment Analysis Tokenization Spell Checking Syntax Analysis d
The process of understanding the meaning and interpretation of words, signs and
c
1 2 sentence structure is called as ________________. Tokenization Lexical Analysis Semanitc Analysis Sentiment Analysis
1 3 "I saw bats" contains which type of ambiguity? Syntactic Semantic Lexical Anaphoric c
1 4 "Sita loves her mother and Gita does too" contain which type of ambiguity? Syntactic Semantic Lexical Anaphoric b
"Linear sequnces of words are transformed into structure that show how the
b
1 5 words are related to each other " is the part of _____ Analysis. Semantic Syntactic Lexical Pragmatic
1 6 How many ambiguties exist in the following sentence. " I know little Italian". 1 3 2 0 a
1 7 In which of the following stages of NLP, does one draws parse tree? Morphological Syntactic Semantic Pragmatic b
Using pronouns to refer back entities already introduced in the text is called as
a
1 8 ________problem . Anaphora Misspellings Multiple Meaning Lexical problem
Stop word
___________technique looks at the meaning of the word. b
1 9 Stemming Lemmatization identification Morphological Analysis
Separating words into
individual morphemes Separating words into
Morphological Segmentation is ...... Finding the sense and identifyng the individual tokens and b
of each word in the class of the An extension of counting its frequency of
2 10 sentence morphemes propositional logic occurence
2 11 Capability vs Capabilities is an example of ______ morphology. Inflectional Normailzation Cliticization Derivational d
Predicting the
N-Gram language models cannot be used for -------. completion of a Removing semantic c
2 12 Spelling Correction sentence ambiguity Speech Recognition
Which type of ambiguity is present in the sentence "Old men and women were Attachment
b
2 13 taken to safe locations"? ambiguity Scope Ambiguity Discourse ambiguity Semantics Ambiguity
How many trigrams phrases can be generated from the following sentence, after
performing following text cleaning steps: Stopword Removal, Replacing
b
punctuations by a single space? “#Coursera is a great platform to learn
2 14 @Machine Learning.”? 3 4 5 6
Which of the following techniques can be used to compute the distance between Part of Speech
c
2 15 two words? Lemmatization Tagging Dekang Lin N-grams
How many bi-grams can be generated from given sentence:- "This is NLP
a
2 16 book."? 3 2 4 1
2 17 How is the word "consultants" stemmed? consultant consult consul consultants b
Consider the following corpus of 3 sentences. 1) I am here 2) who am I. 3) I
c
2 18 would like to go. Calculate P(here|am) assuming a bi-gram language model. 2/3 1 1/2 1/3
2 19 FST is used in _____ Analysis. Lexical Morphological Semantic Syntactic b
2 20 Which of the following is an example of free morphene? un ful ly town d
2 21 How is the word "change" stemmed using Porter Stemmer? chan chang change cha b
2 22 What is output of Morhological analysis for the input word 'mice'? mice N SG mouse N SG mouse N PL mice N PL c
Which of the following techniques can be used to compute similarity between Part of Speech
c
2 23 two sentences in NLP? Lemmatization Tagging Cosine Similarity N-grams
Rahul is going to Rahul is Coming from Rahul is in the school The Rahul the go to the
Which would definitely be rejected by the English syntactic analyzer? d
2 24 school School school
2 25 What is the single morpheme of word "Boxes"? Box Boxes Boxses Boxing a
2 26 How is the word "changing" lematized? chang changin chan change d
2 27 Which is standard notation for characterizing text sequences? Regular expression Syntatic expression Semantic expression Specific expression a
2 28 Which is most common algorithm used in English language for Stemming? Partial stemmer Porter stemmer faster stemmer Regular stemmer b
Solve the equation according to the sentence “I am planning to visit New York to
attend International Film Fare Festival”.
A = (# of words with Noun as the part of speech tag)
B = (# of words with Verb as the part of speech tag) d
C = (# of words with frequency count greater than one)
What are the correct values of A, B, and C?
3 29 5, 5, 2 5, 5, 2 7, 5, 1 7, 4, 1
[('They', 'PRP'),
Which of the following will be POS Tagger output when the input sentence is ('refuse', 'VBP'), [('They', 'NN'), [('They', 'PRP'), [('They', 'PRP'), ('refuse',
a
"They refuse to permit" ('to', 'TO'), ('refuse', 'VBP'), ('to', ('refuse', 'NN'), ('to', 'VBP'), ('to', 'PRP'),
3 30 ('permit', 'VB')] 'TO'), ('permit', 'VB')] 'TO'), ('permit', 'VB')] ('permit', 'VB')]
Words in the
In CFG,terminals mainly correspond to ...............while pre-terminals
Characters in the language, POS Words in the language, b
mainly correspond to ........
3 31 langauge, POS tags categories word relations Lexemes, POS Tags
3 32 HMM is used in __________ phase of NLP. Syntactic Semantic Lexical Pragmatics a
[('And', 'CC'),
('now', 'RB'), ('for', [('And', 'CC'), ('now', [('And', 'CC'), ('now', "[('And', 'CC'), ('now',
Which of the following will be POS Tagger output when the input sentence is 'IN'), ('something', 'RB'), ('for', 'IN'), 'RB'), ('for', 'IN'), 'RB'), ('for', 'CC'),
c
"And now for something completely different"? 'RB'), ('something', 'NN'), ('something', 'NN'), ('something', 'NN'),
('completely', 'RB'), ('completely', 'JJ'), ('completely', 'RB'), ('completely', 'RB'),
3 33 ('different', 'JJ')] ('different', 'RB')] ('different', 'JJ')] ('different', 'JJ')]"
Given a CFG and
its corresponding It requires ‘2n+1’
Which of the following is true? CNF, they both For a given grammar, productions or steps in a
produce the same there can be only one CNF to generate a CFG and CNF both are
3 34 language. CNF. string w of length ‘n’. same
Identify the POS tag for the word "nice" in following sentence
a
3 35 "It was indeed a nice night"? JJ JJR JJS RB
3 36 Which of the following belongs to the open class group? Noun Prepositions Determiners Conjunctions a
_____________________ is a group of words that may behave as a single unit or
a
3 37 phrase. Constituency Grammatical Relation Sub-categorization Dependancies
Hierarchical Hierarchical Analysis
Syntax Analyser is also known as __________________. d
3 38 Analysis Sequential Analysis General Analysis and Parsing
___________ tagger uses probabilistic and statistical information to assign tags
b
3 39 to words. Rule based Stochastic tagger Statistical Tagger POS tagger
3 40 "I want an early upgrade" What is the type of word class for word "want" ? Verb Determinant Personal Pronoun Adjective a
3 41 "Buy books for children" which type of ambiguity exists in the above sentence? Semantic Syntactic Lexical Pragmatic b
3 42 Stochastic tagger also known as…......... HM tagger RMM tagger HMM tagger Super tagger c
Meaning structure Character structure Shape structure Phrase structure
Context –free grammars also known as ….......... d
3 43 grammars grammars grammars grammars
3 44 Which is NOT a conjunction? But and or that d
Consider the statement " The students went to class" . Assign POS tags for the
a
3 45 statement. DT NN VB P NN DT NN NN P NN NN NN VBG P NN DT NN VB P DT
Constituency and
CFG captures -----------------------------. a
3 46 ordering word meaning relation between words sentence meaning
3 47 Which of the following belongs to the open class group? Verb Prepositions Determinents Conjunctions a
4 48 What type of relation exist between the words "meet" and "meat"? Homophones Hyponym Co-hyponyms Homonyms a
Consider the following given sentences. Match the lexical relations between the
first word (w1) to the second word (w2) i.e. w1 is a <lexical relation> of w2.
* Invention of the wheel is one of the landmarks in the history of mankind.
* Companies are trying to make driverless car.
* Golden daffodils are fluttering and dancing in the breeze.
* Mumbai has unique flower park. b
"Rohan was with her, they both go together", In the given sentence who is her is unclear, specify the type of ambiguity ?
Q
A Semantic ambiguity
A Anaphoric ambiguity
A Pragmetic ambiguity
A Lexical ambiguity
Q The boy said to girl , " call me a cab", girl said "ok you are a cab!",which type of ambiguity do you experience In this sentence.
A Syntactic ambiguity
A Semantic ambiguity
A Anaphoric ambiguity
A Disclosure ambiguity
Q "Make computers as they can solve problems like humans and think like humans " is
A Challege of NLP
A disadvantage of NLP
A Stage of NLP
A Knowledge of NLP
Look at that dog with one eye – Am I to close an eye and look at the dog or does the dog have one eye? which type of ambiguity do
Q you experience In this sentence.
A Semantic ambiguity
A Syntactic ambiguity
A Pragmetic ambiguity
A Anaphoric ambiguity
Q Which among the following is important component of Natural language processig?
A Representation
A Description
A Exposion
A Narration
"The system recognizes if emails belong in one of three categories (primary, social, or promotions) based on their contents." what
Q this application is called?
A Smart Assistant
A Email Filters
A Predictive Text
A Language Translation
Q NLP is concerned with the interactions between
A computers and human (natural) languages.
A machine and machine
A human and machine
A Both A) and B)
Q What is full form of NLG?
A Natural Language Generation
A Natural Language Genes
A Natural Language Growth
A Natural Language Generator
Q What is full form of NLP?
A Natural Language Processing
A Nature Language Processing
A Natural Language Process
A Natural Language pages
Q The stage of NLP were "Processing of sequence of sentences is done" is called as
A Pragmetics
A Disclosure
A Semantic
A Lexemes
Q "I saw the boy with a pony tail ", what type of ambiguity does sentence have
A Semantic ambiguity
A Pragmetic ambiguity
A Structured ambiguity
A Simplex
1."The tank was full of water." 2. "I saw the military tank".here tank is used in different context, which type of ambiguity is this?
Q
A Semantic Ambiguity
A Syntactic Ambiguity
A Anaphoric Ambiguity
A Syntactical Ambiguity
Q Modern NLP algorithms are based on …………………..
A Neural language processing
A machine learning
A artificial intelligence
A Machine Translation
Q How many Components of NLP are there?
A Two
A Three
A Four
A Five
Q What is the name for information sent from robot sensors to robot controllers?
A temperature
A pressure
A feedback
A signal
Q Which data structure is used to give better heuristic estimates?
A Forwards state-space
A Backward state-space
A Planning graph
A Planning graph algorithm
Q The area of AI that investigates methods of facilitating communication between people and computers is:
A natural language processing
A symbolic processing
A decision support
A robotics
Program: BE Computer Engineering
Curriculum Scheme: Revised 2016
Examination: Fourth Year Semester VIII
Course Code: DLO8012 and Course Name: Natural Language Processing
Q=QUESTION question_description
A=ANSWER answer_description
What will be the perplexity value if you calculate the perplexity of an unsmoothed language model on a test corpus with unseen words?
Q
A Zero
A Infinity
A any non-zero value
A inefficient
Q A bidirectional feedback loop links computer modelling with:
A artificial science
A heuristic processing
A human intelligence
A cognitive science
Q A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.
A Tree Network
A Star Network
A Transition Network
A Complete Network
Q Given a sound clip of a person or people speaking, determine the textual representation of the speech.
A Text-to-speech
A Speech-to-text
A Text
A Speech
Q MLMenu, a natural language interface for the TI Explorer, is similar to:
A Ethernet
A NaturalLink
A PROLOG
A the Personal Consultant
Q _________ is the type of morphology that changes the word category and affects the meaning.
A Inflectional
A Derivational
A Cliticization
A Text-Proofing
Q computer vs computational is an example of ______ morphology.
A Inflectional
A Derivational
A Cliticization
A Information Retrieval
Q When training a language model, if we use an overly narrow corpus, the probabilities
A Don’t reflect the task
A Reflect all possible wordings
A Reflect intuition
A Don’t generalize
Q What is the number of trigrams in a normalized sentence of length n words?
A n
A n-1
A n-2
A n-3
Q In the English language inflectional morphemes can be which of following
A SUFFIXES ONLY
A PREFIX ONLY
A PREFIX AND SUFFIX
A ANY WORD
Q In the English language derivational morphemes can be.
A PREFIXES AND SUFFIXES
A SUFFIX ONLY
A PREFIX ONLY
A ANY WORD
Q How many different lexemes are there in the following list?man, men, girls , girl , mouse
A 2
A 3
A 1
A 4
Q Which is the type of morphology that changes the word category and affects the meaning
A Inflectional
A Derivational
A Cliticization
A Rational
Q which technique can modify root to a word of a different class
A Derivational morphology
A Word sense Disambiguity
A Entropy
A Semantics
Q Human usually write ’m, to state am, in which type of morphology you can categorize the example?
A Plural noun
A Cliticization
A singular noun
A Inflectional
Q when spelling changes upon combination of words added, belong to which type of rule?
A Orthographic rules
A Grammer rules
A Bound morpheme
A Free morpheme
Q Which of the following is used to mapping sentence plan into sentence structure?
A Text planning
A Sentence planning
A Text Realization
A Stemming
Program: BE Computer Engineering
Curriculum Scheme: Revised 2016
Examination: Fourth Year Semester VIII
Course Code: DLO8012 and Course Name: Natural Language Processing
Q=QUESTION question_description
A=ANSWER answer_description
Q=QUESTION question_description
A=ANSWER answer_description
Corpus-based approaches use either Supervised or Unsupervised learning. Supervised methods require ___________
Q whereas unsupervised methods eliminate the need of tagged data but usually perform only _________________.
A tagged data, word sense discrimination
A untagged data, word sense discrimination
A untagged data, word commonsense discrimination
A untagged data, word sense indiscrimination
The knowledge sources used by which algorithms include context of word, sense frequency, selectional preferences,
Q collocation and domain?
Fuzzy Logic
A
Word Sense Disambiguation
A
Shallow Semantic Analysis
A
A Artificial Intelligence
Q What type of ambiguity exists in the word sequence “Time flies”?
A Syntactic
A Semantic
A Phonological
A Anaphoric
Q Which of the following technique is not a part of flexible text matching?
A Soundex
A Metaphone
A Edit Distance
A Keyword Hashing
Q Which of the following architecture can be trained faster and needs less amount of training data
A LSTM based Language Modelling
A Transformer architecture
A Word Sense Disambiguation
A N-grams
Q Which of the following statement is(are) true for Word2Vec model?
A The architecture of word2vec consists of only two layers – continuous bag of words and skip-gram model
A Continuous bag of word (CBOW) is a Recurrent Neural Network model
A CBOW and Skip-gram are shallow neural network models
A Convolutional Neural Networks
Polysemy is defined as the coexistence of multiple meanings for a word or phrase in a text object. Which of the following
Q models is likely the best choice to correct this problem?
A Random Forest Classifier
A Convolutional Neural Networks
A Gradient Boosting
A Facial Recognition
While working with text data obtained from news sentences, which are structured in nature, which of the grammar-based
text parsing techniques can be used for noun phrase detection, verb phrase detection, subject detection and object detection.
Q
A Part of speech tagging
A Dependency Parsing and Constituency Parsing
A Skip Gram and N-Gram extraction
A Continuous Bag of Words
Q Which of the below are NLP use cases?
A Detecting objects from an image
A Facial Recognition
A Speech Biometric
A Text Summarization
Which of the following will be a better choice to address NLP use cases such as semantic similarity, reading
Q comprehension, and common sense reasoning
A ELMo
A Open AI’s GPT
A ULMFit
A GPT-2
Q Which of the following is used to mapping sentence plan into sentence structure?
A Text planning
A Sentence planning
A Text Realization
A Cosine Similarity
Q In the sentence, “They bought a blue house”, the underlined part is an example of _____.
A Noun phrase
A Verb phrase
A Prepositional phrase
A Adverbial phrase
Q The words “window” and “room” are in a lexical semantic relation
A hypernym – hyponym
A hypernym – meronym
A holonym – hyponym
A meronym – holonym
Program: BE Computer Engineering
Curriculum Scheme: Revised 2016
Examination: Fourth Year Semester VIII
Course Code: DLO8012 and Course Name: Natural Language Processing
Q=QUESTION question_description
A=ANSWER answer_description
Q What is most commonly described as the language above the sentence level or as 'language in use'
A Discourse
A Word Level Analysis
A Semantic Analysis
A Syntax Analysis
"Excuse Me. You are standing on my foot." This sentence is not just plain assertion; it is a request to someone to get off your foot. Is an
Q example of?
A Discourse Analysis
A Word Level Analysis
A Semantic Analysis
A Syntax Analysis
Q Discourse Analysis involves the study of relationship between?
A Programming Language and Contextual Foreground
A Language and Dictionary Background
A Dictionary and Knowledge
A Language and Contextual Background
Q What is the knowledge about physical situations existing in the surroundings at the time of utterance?
A Situational Context
A Background Knowledge
A Co-textual context
A Operational Knowledge
Q What includes cultural knowledge and interpersonal knowledge
A Situational Context
A Background Knowledge
A Co-textual context
A Operational Knowledge
Q What can be called as "the knowledge of what has been said earlier"
A Situational Context
A Background Knowledge
A Co-textual context
A Operational Knowledge
Q What does the phenomena that operates at discourse level include?
A Cohesion and Coherence
A Corrosion and Erosion
A Connection and Resolution
A Co-ordination and Co-operation
Q Cohesion : Textual phenomenon : : Coherence : ?
A Textual phenomenon
A Mental phenomenon
A Physical phenomenon
A No phenomenon
Cohesion bounds text together. Consider the following piece of text
"Yesterday, my friend invited me to her house. When I reached, my friend was preparing coffee. Her father was cleaning dishes. Her
mother was busy writing a book."
Q Each occurance in the above text refers to which noun phrase?
A Me
A Friend's father
A Friend's mother
A My friend's
Q "I met this girl earlier in a conference." In this statement, "this " is known as which type of reference in the discourse context?
A Definite refernce
A Indefinite / Non-Anaphoric reference
A Pronominal refenece
A Demonstrative reference
"I bought a printer today. The printer didn't work properly." What type of reference in the discourse context is done in this statement?
Q
A Definite refernce
A Indefinite reference
A Pronominal refenece
A Demonstrative reference
Q "Zuha forgets her pendrive in lab." In this statement, "her " is known as which type of reference in the discourse context?
A Definite refernce
A Indefinite reference
A Pronominal refenece
A Demonstrative reference
"I bought a printer today. I had bought one earlier in 2004. This one cost me Rs. 6000 whereas that one cost me Rs. 12000." In this
Q statement, "this " and "that " are known as which type of reference in the discourse context?
A Definite refernce
A Indefinite reference
A Pronominal refenece
A Demonstrative reference
"She got her trousers shortened by one inch". In this statement, "one " is known as which type of reference in the discourse context?
Q
A Generic refernce
A Indefinite reference
A Quantifier/Ordinal refenece
A Demonstrative reference
"I saw two laser printers in a shop. They were the fastest printers available". In this statement, "They " is known as which type of
Q reference in the discourse context?
A Generic refernce
A Indefinite reference
A Quantifier/Ordinal refenece
A Demonstrative reference
Q What is viewed as problem of probabilistic inference?
A Speech recognition
A Speaking
A Hearing
A Utterance
Q Which of the following is an NLP task that involves determining all referring expressions that point to the same real-world entity?
A Coreference resolution
A Named entity recognition
A Information extraction
A Stop word
Program: BE Computer Engineering
Curriculum Scheme: Revised 2016
Examination: Fourth Year Semester VIII
Course Code: DLO8012 and Course Name: Natural Language Processing
Q=QUESTION question_description
A=ANSWER answer_description