NLP Question Bank for B.Tech CSE 2024-25
NLP Question Bank for B.Tech CSE 2024-25
UNIT- 1
Q..N
DESCRIPTION OF QUESTION MARKS CO PO BTL
O
a Define a morpheme 2 1 1 1
b State the purpose of tokenization in document analysis. 3 1 1 1
1 c Explain in detail about some early NLP Systems 5 1 1 2
D List and explain the issues and challenges of NLP System in detail 5 1 1 2
a Define vowel harmony? Provide an example from Turkis 2 1 2 1
b State morphological ambiguity with an example. 3 1 2 1
2 c Discuss in detail about Complexity approaches of NLP Systems 5 1 2 1
d What are the measures used to find the performances of the NLP
5 1 2 2
Methods.
a Name two structural elements commonly found in documents.
2 1 1 1
b Define polysynthetic morphology? Provide an example. 3 1 2 1
3 c “Ambiguous document boundaries affect text segmentation". Justify
5 1 2 1
the statement
d Explain generative sequence classification methods for sentence
5 1 2 5
segmentation.
a Mention two agglutinative languages and explain their characteristic
2 1 1 1
feature.
b Discuss the impact of morphological ambiguity on POS tagging? 3 1 1 2
4
c Explain the trade-offs between precision and recall in document
10 1 2 2
structure analysis
a Name two applications of topic boundary detection.
2 1 1 1
5 b How does functional morphology differ from rule-based morphology?
3 1 1 1
c Discuss the common features used for both text and speech in 10 1 2 5
document structure analysis
a Name two challenges of analyzing multi-column layouts.
2 1 1 1
b Define finite-state transducers (FSTs)? 3 1 1 2
6
c Elaborate on the major types of morphological models and analyze
their advantages and limitations. 10 1 2 2
UNIT-2
Q..N
DESCRIPTION OF QUESTION MARKS CO PO BTL
O
a Name two tasks in NLP that rely on syntactic parsing.
2 2 1 1
b Explain the ambiguity in syntactic parsing? 3 2 1 1
1 CW What are the Limitations in syntax parsing? 5 2 1 2
d Compare constituency parsing and dependency parsing. Highlight their
differences and use cases. 5 2 2 2
UNIT-3
Q..N
DESCRIPTION OF QUESTION MARKS CO PO BTL
O
a Define semantic ambiguity?
2 3 1 1
b Name two strategies for resolving structural ambiguity 3 3 1 1
1 c Explain the concept of ambiguity in syntactic parsing. 5 3 1 2
d How does semantic ambiguity differ from syntactic ambiguity, and
5 3 1 4
how can it be resolved in NLP systems?
a How are probabilities assigned in a PCFG?
2 3 2 3
b How do generative models assign probabilities to parse trees?
3 3 2 1
2
c How do generative models handle ambiguity in parsing? 5 3 2 2
d Compare generative and discriminative models for ambiguity
5 3 2 3
resolution in parsing.
a How do discriminative models address ambiguity?
2 3 1 1
b Define universal dependencies? 3 3 2 1
c Discuss the advantages of using PCFGs over traditional context-free
3 grammars (CFGs) in parsing tasks. 5 3 2 2
a What is tokenization?
2 3 1 1
b Why is encoding important in NLP?
3 3 1 3
4
c How do discriminative models address the issue of ambiguity in
parsing? Provide an example. 10 3 2 1
UNIT-4
Q..N
DESCRIPTION OF QUESTION MARKS CO PO BTL
O
a Mention the common challenges in word sense ense disambiguation 2 4 1
B State the difference between a predicate and an argument 3 4 1
C Elaborate on the importance of predicate-argument structure in
5 4 1
1 understanding natural language semantics.
D Discuss how different meaning representation systems (eg., AMR,
FOL, Frame Net) model the same sentence differently. 5 4
6 a Define OpenIE?
2 4 1
b How do meaning representations aid in machine translation? 3 4 1
c Discuss the role of meaning representations in cross-lingual NLP
tasks. Provide examples from multilingual datasets. 10 4 2
UNIT-5
Q..N
DESCRIPTION OF QUESTION MARKS CO PO BTL
O
a What is the role of context in language modeling?
2 5 1 1
b Define unigram model? 3 5 1 2
1 c Describe the problems involved in language-specific modeling 5 5 1 2
d Outline methods for language model adaptation in dynamic
5 5 2 2
conversational Al systems.
a How does cross-validation improve model evaluation?
2 5 2 1
b Define posterior probability? 3 5 2 4
c Compare Compare and and contrast multilingual and cross lingual
2 5 5 2 2
language modeling.
d How do Bayesian topic-based language models improve the
representation of thematic content in text? 5 5
17. The phenomenon where a single word has multiple interpretations is called
__________.
lexeme
02 b 12
03 c 13 isolating
04 b 14 agglutinative
05 d 15 derivation
irregularities
06 c 16
07 a 17 ambiguity
08 c 18 thematic
09 c 19 structural
10 d 20 rule-based
UNIT-II
Objective Questions:
1. What is the primary goal of syntactic parsing?
a) To identify the grammatical structure of a sentence
b) To translate text into another language
c) To extract keywords from a document
d) To classify text into categories
2. Which of the following is NOT a type of ambiguity in syntactic parsing?
a) Lexical ambiguity
b) Structural ambiguity
c) Semantic ambiguity
d) Phonological ambiguity
3. What is the role of context-free grammar (CFG) in parsing?
a) To model the hierarchical structure of sentences
b) To classify words into parts of speech
c) To generate random sentences
d) To translate text into another language
4. Which of the following is a challenge in parsing natural language?
a) Long-range dependencies
b) Short sentences
c) Lack of punctuation
d) Uniform word order
5. Which parsing approach focuses on identifying relationships between words?
a) Constituency parsing
b) Dependency parsing
c) Rule-based parsing
d) Probabilistic parsing
6. Which of the following is a widely used treebank?
a) WordNet
b) Penn Treebank
c) Wikipedia Corpus
d) Google Books Corpus
7. What is annotation bias in treebanks?
a) Errors introduced by manual annotators
b) Systematic errors due to subjective decisions
c) Missing annotations in the dataset
d) Automatic generation of annotations
12. A sentence like "I saw the man with the telescope" demonstrates __________
ambiguity.
13. Context-free grammar (CFG) uses __________ to define the rules for sentence
structure.
14. Parsing noisy text, such as social media posts, often requires handling
__________ and informal language.
15. The two main types of syntactic parsing are constituency parsing and
__________ parsing.
07 b 17 manually annotated
08 D 18 systematic errors
09 B 19 statistical
10 B 20 accuracy
UNIT-III
1. What is syntactic ambiguity?
a) Multiple meanings of a word
b) Multiple possible parses of a sentence
c) Errors in tokenization
d) Lack of punctuation
13. Ambiguity resolution is critical for tasks like __________ and machine translation.
15. Generative models model the __________ probability of sentences and parse trees.
16. Features in discriminative models help capture __________ relationships in the data.
17. Generative models are often used for tasks like __________ parsing.
18. Multilingual parsing must account for differences in __________ and morphology.
02 b 12 grammatical rules
03 A 13 semantic parsing
04 c 14 parse trees
05 b 15 joint
06 b 16 contextual
07 b 17 probabilistic
08 b 18 syntax
09 b 19 morphological
language-
10 b 20
independent
UNIT-IV
Objective Questions:
1. Which resource provides detailed verb classifications and argument structures?
a) WordNet
b) VerbNet
c) AMR
d) DRT
10. Which system generates meaning representations using open information extraction?
a) SEMAFOR
b) OpenIE
c) AllenNLP
d) Hugging Face
11. FrameNet is a resource that represents relationships between __________ and their
arguments.
13. Semantic role labeling (SRL) identifies the roles of __________ in a sentence.
20. Logical forms are used to represent sentence meaning in a __________ format.
02 C 12 semantic
03 B 13 arguments
04 b 14 contextual
information
05 B 15
extraction
06 B 16 graphs
07 A 17 semantic
08 a 18 sentence
09 C 19 contextual
10 B 20 formal
UNIT-V
Objective Questions:
1. What is the primary goal of a language model?
a) To classify text into categories
b) To estimate the probability of a sequence of words
c) To translate text into another language
d) To generate random sentences
Fill-in-the-Blanks
11. A language model estimates the __________ of a sequence of words.
Answer :
12. The primary goal of language modeling is to predict the next word based on the
__________.
Answer :
13. Language models are widely used in tasks like __________ and speech recognition.
Answer :
14. The Markov assumption simplifies the computation by assuming that the
probability of a word depends only on the __________ words.
Answer :
15. BLEU score measures the __________ between generated and reference
texts.
Answer :
16. One limitation of perplexity is that it does not account for __________
meaning.
Answer :