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

2024-25 NLP Question Bank

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)
249 views

2024-25 NLP Question Bank

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/ 4

SRI INDU COLLEGE OF ENGG & TECH

Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 1 of 4
Department of CSE (DS)
Sub. Code & Title R20CSE3201 & NATURAL LANGUAGE PROCESSING
Academic Year: 2024-25 Year/Sem. IV / I
Faculty Name & Designation Dr K Gunasekaran & Associate Professor

QUESTION BANK WITH BLOOMS TAXONOMY LEVEL (BTL)


(1. Remembering 2.Understanding 3.Applying 4.Analyzing 5.Evaluating 6.Creating)

UNIT-1 :FINDING STRUCTURE OF WORDS


Course
1MARK QUESTIONS BT Level Outcome
1. Define morphology. 1 CO1
2. What is Inflectional Morphology? Give examples. 4 CO1
3. Define Token. 1 CO1
4. Explain Derivational Morphology with examples. 2 CO1
5. What is Sentence boundary Detection? 4 CO1
6. What is Typology? 1 CO1
7. What do you mean by the issue of Ambiguity? 2 CO1
8. Define Lexeme. 1 CO1
9. Define finite state based Morphological model. 1 CO1
10. Briefly write about discriminative method. 3 CO1
5 MARKS QUESTIONS
1. Differentiate between inflectional and derivational based Morphology. 4 CO1
2. Explain Token, Lexeme, and Morpheme. 2 CO1
3. Explain various morphological models. 2 CO1
4. Differentiate between sentence and topic boundary detection. 4 CO1
5. Write a summary on Natural Language Processing. 6 CO1
6. Differentiate between Generative and Discriminative Methods. 4 CO1
7. Explain various issues and challenges faced in morphology. 1 CO1
8. How the performance of the approaches is evaluated in finding structures. 5 CO1
9. Differentiate between Dictionary lookup and functional morphology. 4 CO1
10. Write about the necessary steps involved in natural language processing? 3 CO1
Unit –II : SYNTAX ANALYSIS
1 MARK QUESTIONS
1. What is Syntax Analysis? 2 CO2
2. Define formal grammar. 1 CO2
3. Define treebank. 1 CO2
4. Differentiate between deep and shallow parsing. 4 CO2
5. What are the main roles of a parser? 2 CO2
6. What is Constituency Grammar? 2 CO2
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 2 of 4
Department of CSE (DS)
Sub. Code & Title R20CSE3201 & NATURAL LANGUAGE PROCESSING
Academic Year: 2024-25 Year/Sem. IV / I
Faculty Name & Designation Dr K Gunasekaran & Associate Professor

7. Define syntactic analysis with an example. 1 CO2


8. Define parse tree. 1 CO2
9. Differentiate between top down and bottom up parsing. 4 CO2
10. Briefly explain the types of derivations. 1 CO2
5 MARKS QUESTIONS
1 What are the multilingual issues faced in syntax analysis? 3 CO2
2. Explain the types of parsing. 2 CO2
3. Explain treebank with an example. 2 CO2
4. Explain Chart Parser with an example. 2 CO2
5. Write a summary on types of parsing? 6 CO2
6. Differentiate between Constituency Grammar and Dependency Grammar. 4 CO2
7. Briefly explain various parsing algorithms. 5 CO2
8. Explain Shift-reduce parser with the help of examples. 1 CO2
9. Explain syntactic analysis along with multiple examples. 2 CO2
10. Differentiate between Shift-reduce parser and Chart parser. 4 CO2
Unit – III : SEMANTIC PARSING
1 MARK QUESTIONS
1. What is semantic analysis? 1 CO3
2. What is Semantic interpretation? 1 CO3
3 What points are necessary to be fulfilled by a semantic theory? 2 CO3
4. Define Hyponymy and Homonymy. 1 CO3
5 Define Word Sense. 2 CO3
6. Define Predicate and Argument. 1 CO4
7 Why Semantic Analysis is difficult? 3 CO4
8. Define world knowledge? 1 CO4
9. Shortly differentiate between deep and shallow semantic parsing. 4 CO4
10. Define Synonymy and Antonymy. 1 CO4

5 MARKS QUESTIONS
1. What are the types of representations of semantic parsing? 1 CO3
2 What requirements are necessary for achieving semantic representation? 1 CO3
3. Explain the applications of semantic parser. 3 CO3
4 Explain system architectures in semantic parsing. 2 CO3
5. What is Word sense disambiguation? Explain different ways to identify correct sense 1 CO3
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 3 of 4
Department of CSE (DS)
Sub. Code & Title R20CSE3201 & NATURAL LANGUAGE PROCESSING
Academic Year: 2024-25 Year/Sem. IV / I
Faculty Name & Designation Dr K Gunasekaran & Associate Professor

of an ambiguous word.
6 Explain predicate and argument with examples. 2 CO4
7. Write about the System paradigms. 6 CO4
8. Write a short note on Word sense in Semantic parsing. 3 CO4
9. Explain with suitable example following relationships between word meanings: 5 CO4
Homonymy, Polysemy, Synonymy, Antonymy, Hypernomy, Hyponomy
10. Explain about various software research community for word sense? 2 CO4
Unit-IV : PREDICATE ARGUMENT STRUCTURE
1 MARK QUESTIONS
1. What is predicate argument structure? 1 CO5
2. What is frame net? 2 CO5
3. Explain Syntactic Representations? 2 CO5
4. Explain Argument identification and classification? 2 CO5
5. What is Phrase structure grammar (PSG)? 1 CO5
6. What is semantic chunk? 3 CO5
7. What is Treebank parsing? 2 CO5
8. What are the software packages available for semantic role labeling? 5 CO5
9. What are the multilingual issues? 4 CO5
10. What is the use of ATIS? 1 CO5
5 MARKS QUESTIONS
1. Write a short notes predicate argument structure. 2 CO5
2. What are the resources in Predicate argument structure? 2 CO5
3. Write short notes on Frame net and Prop Bank. 1 CO5
4. Elaborate the concept of Syntactic representation. 2 CO5
5. What are the three tasks used to evaluate the system? Explain with an Algorithm. 2 CO5
6. Differentiate between Phrase structure grammar and Combinatory Categorial 4 CO5
Grammar.
7. List out the features used by the semantic chunker. Explain it. 4 CO5
8. Explain in detail about classification paradigms of semantic argument. 2 CO5
9. Explain in detail about Meaning Representation in semantic parsing. 2 CO5
10. How to overcoming the Parsing Errors in predicate argument structure. 3 CO5
Unit-V : LANGUAGE MODELLING
1 MARK QUESTIONS
1. What is Cohension? 1 CO6
2. Define Reference resolution? 2 CO6
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 4 of 4
Department of CSE (DS)
Sub. Code & Title R20CSE3201 & NATURAL LANGUAGE PROCESSING
Academic Year: 2024-25 Year/Sem. IV / I
Faculty Name & Designation Dr K Gunasekaran & Associate Professor

3. Define Language modeling. 1 CO6


4. What is n-gram model? 2 CO6
5. Define language model evaluation. 2 CO6
6. What do you mean by parameter estimation? 2 CO6
7. What is language model adaptation? 1 CO6
8. Briefly define coverage rate and perplexity. 3 CO6
9. What is class based language model? 2 CO6
10. What do you understand by Language-Specific Modeling Problem? 5 CO6
5 MARKS QUESTIONS
1. Explain three types of language models. 2 CO6
2. Differentiate between Class based and variable length language models. 4 CO6
3. Differentiate between multilingual and cross lingual language modeling. 4 CO6
4 Write a short note on Language-Specific Modeling Problem? 6 CO6
5. Explain coverage rate and perplexity? 2 CO6
6. Write a short note on language modeling? 6 CO6
7. Differentiate between discriminative and syntax based language models. 4 CO6
8. Explain language modeling for morphologically rich languages. 2 CO6
9. What is the need of using language modeling? Explain. 5 CO6
10. Write a short note on n-gram notation? 3 CO6

You might also like