Computer 2
Computer 2
Q. No.
1. Many words have more than one meaning; selecting the sensible meaning in context is done with
a) Randomization
b) Shallow semantic analysis
c) Word Sense Disambiguation
d) POS tagging
4. What is morpheme?
(a) Set of words with grammar.
(b) Smallest linguistic unit with grammatical function.
(c) Set of rules.
(d) Smallest sentence with syntax.
10. Following are the basic regular expression patterns, which one is incorrect pattern?
(a) Disjunction
(b) Caret
(c) Ranges
(d) Conjunction
11. “I almost bought an Acura Integra today, but a door had a dent and
the engine seems noisy.”
This is an example of which type of referring expression
(a) Reflexive
(b) Gender Agreement
(c) Inferrable
(d) Selectional Restriction
14. Regular expressions are combination of simple units as given in options, select incorrect unit.
(a) Character or string
(b) Concatenation
(c) Kleen star
(d) Conjunction
18. What is a difference between Finite State Automata (FSA) and Finite State Transducers (FST)?
(a) FSA contain single tape and FST also contain single tape.
(b) FSA contain single input tape and FST contain single output tape.
(c) FSA contain single input tape and FST contain input: output pair tapes.
(d) Both FSA and FST contains output tapes only.
27. Which token of the following is lemmatized correctly by the rule given?
(X) –sses ® -ss
(X) –ies ® -i
(X) –ss ® -ss
(X) –s ® ϵ
(a) Buses
(b) Dogs
(c) Dog
(d) Courses
28. The word “Putting” is handle and clean up by which stemming rule?
“Putting ® Put”
(a) {(X) –ing ® ϵ} and {--CC® C}
(b) {(X) –eed ® -ee} and {-at ® -ate}
(c) {(X) –ing ® -ing}
(d) {(X) –C1VC2 ® C1VC2e}
32. Rule for removing suffix will be given in form “(Condition) S1 ® S2”, where S1 is suffix.
If the condition is “(*d)” then which of the following is correct interpretation?
33. Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to
do: once or twice she had peeped into the book her sister was reading, but it had no pictures or
conversations in it, `and what is the use of a book,' thought Alice `without pictures or conversation?'
Which among the options is NOT a coreferrring expression?
36. Syntactic analysis or parsing may be defined as the process of ________ the _______ of symbols
in
Natural language conforming to the rules of formal grammar.
(a) Analyzing & Strings
(b) Defining & Groups
(c) Reducing & Arrays
(d) Reviewing & Letters
38. Following property is of - .This POS tagging is based on the probability of tag occurring
(a) Rule based Tagging
(b) Stochastic Tagging
(c) Rule based Tagging and Stochastic Tagging
(d) Neither Rule based Tagging nor Stochastic Tagging
41. HMMs are “a statistical Markov model in which the system being modeled is assumed to be a
________process with ________ states”.
a)Convolution, completed
b)Markov, Unobservable
c)Analyzing, Categorized
d)Complete, Observed
42. What is the major difference between CRF (Conditional Random Field) and HMM (Hidden
Markov Model)?
(a) CRF is Generative whereas HMM is Discriminative model
(b) CRF is Discriminative whereas HMM is Generative model
(c) Both CRF and HMM are Generative model
(d) Both CRF and HMM are Discriminative model
43. HMM are designed to model the joint distribution P(H , O) , where H is the _____state and O is
the
________ state
(a) Hidden, Observed
(b) Unobservable, Hidden
(c) Classified, Completed
(d) Open, Completed
44. HMM graphs consist of a Hidden Space and Observed Space, where the hidden space consists of
the _______ and the observed space is the ______
(a) Input, Categories
(b) Values, Variables
(c) Labels, Input
(d) Variables, Values
45. HMMs are limited to only ________ states and only take into account the last known _____.
(a) Complete, Value
(b) Unobserved, Variable
(c) Hidden, Attribute
(d) Discrete, State
46. Maximum Entropy Markov Models use a maximum entropy _______for _______ and local
__________.
(a) Framework, Features, Normalization
(b) Rules, Variables, Classification
(c) Sets, Values, Distribution
(d) Rules, features, classification
47. In the context of POS tagging, the objective would be to build an HMM to model P(____ | ___)
and
Compute the label probabilities given observations using _____ Rule.
(a) Value, Label, Markov
(b) Word, Tag, Bayes
(c) Attribute, Variable, Bayes
(d) Input, Label, Markov
48. In HMMs, spaces are connected via ______ matrices {T,A} to represent the probability of
________ from
one state to another following their _____
(a) Transitions, Transitioning, Connections
(b) Attribute, Changing, groups
(c) Label, moving, sets
(d) Attribute, moving, sets
49. Each connection in HMM represents a _______ over possible options; given our ______, this
results in
a large search space of the ________ of all words given the tag.
(a) Value, variables, associativity
(b) Distribution, tags, probability
(c) Variable, Labels, Transitivity
(d) Object, groups, associativity
50. Consider the statement: "Ban on dancing on Governor's desk. " would be interpreted as:
(a) (Ban (on dancing)) (on Governor's desk)
(b) (Ban on ((dancing) on Governor's desk)
(c) (Ban (on dancing on Governor's desk))
(d) (Ban on (dancing ) on ((governor’s)) desk)
51. Parts-of-Speech tagging determines ___________ . 1) part-of-speech for each word dynamically
as per meaning of the sentence
2) part-of-speech for each word dynamically as per sentence structure
3) all part-of-speech for a specific word given as input
(a) Only 1 is correct
(b) 1 and 2 are correct
(c) 1 and 3 are correct
(d) All (1,2 and 3) are correct.
53. Solve the equation according to the sentence “I am planning to visit New Delhi to attend
Analytics Vidhya Delhi Hackathon”. A = (# of words with Noun as the part of speech tag)
B = (# of words with Verb as the part of speech tag)
C = (# of words with frequency count greater than one)
55. Focus on what the words conventionally mean, rather than on what an individual speaker might
think they mean, or want them to mean, on a particular occasion; concerned with objective or
general meaning and avoids trying to account for subjective or local meaning
(a) semantic features
(b) semantic analysis
(c) Semantic roles
(d) semantics
57. Which of the following is not correct with respect to levels of semantic analysis?
(a) Word level
(b) Character level
(c) Sentence level
(d) Utterance level
58. Which of the following is not correct with respect to Word Sense Disambiguation (WSD)
(a) It offers sense definitions of words
(b) Identifies synsets of synonyms
(c) Defines a number of semantic relations
(d) It’s not free
59. Phrase structure riles are of the form A->BC which states that
(a) A is directed towards BC
(b) A implies B and C
(c) Constituents A can be written as two constitutes B and C
(d) BC holds value of A
61. "We always play football after work." Which is a prepositional phrase?
(a) Always play football
(b) After work
(c) Always play
(d) Football after
62. "The tour includes three Asian countries." Which is a noun phrase?
(a) The tour includes
(b) three Asian countries
(c) Three asian
(d) Tour includes
63. two or more words with the same form and related meanings by extension (foot of a person, of a
bed, of a mountain); based on similarity
(a) Metonymy
(b) Hyponymy
(c) Polysemy
(d) Hyponym
68. The words Blood bank, Sperm bank and Egg bank are the example of,
(a) Polysemy
(b) Hypernym
(c) Antonym
(d) Metonymy
69. Software designed for taking i/p data(text) and give structural representation of the input after
checking the correct syntax or grammar is
(a) Compiler
(b) Parser
(c) Painter
(d) Easydraw
70. Two words are there with same spelling as “magazine”. One has meaning as something you read
and another is cartridge to store bullets for a gun. However both words senses are related as to
store or save somewhere. This is an example of
(a) Metonymy
(b) Hyponymy
(c) Polysemy
(d) Hyponym
71. Two words are there with different spelling but sound is same wring(1) and wring(2). First one
means to twist something and second one means you wear in your finger. This is an example of
(a) Homonymy
(b) Hyponymy
(c) Polysemy
(d) Homophony
73. The statement “Which team won the match?” can be represented as
(a) N->Wh-NP VP
(b) S->Wh-NP VP
(c) VP->Wh-NP VP
(d) S->Wh-NP NP
74. The statement “Which mobiles can you show me in your shop?” can be represented as
(a) N->Wh-NP Aux NP VP
(b) S->Wh-NP Aux NP NP
(c) S->Wh-VP Aux NP VP
(d) S->Wh-NP Aux NP VP