0% found this document useful (0 votes)
45 views8 pages

NLP Question Bank

Uploaded by

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

NLP Question Bank

Uploaded by

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

SRI INDU COLLEGE OF ENGG & TECH

Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 1 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant 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


1MARK QUESTIONS BT Level Course Outcome
1. Define morphology. 1 CO1
2. What is Inflectional CO1
Morphology? Give 4
examples.
3. What are the components of 2 CO1
NLP? Explain
4. What are the steps in CO1
natural language 1
processing?
5. Define Token. 1 CO1
6. Explain Derivational CO1
2
Morphology with examples.
7. What is Sentence boundary CO1
4
Detection?
8. What is Morphological CO1
Typology? Explain its 1
issues and challenges.
9. What do you mean by the CO1
2
issue of Ambiguity?
10. Define Lexeme. 1 CO1
11. Define finite state based CO1
1
Morphological model.
12. Briefly write about CO1
3
discriminative method.
5 MARKS QUESTIONS
1. Differentiate between 4 CO1
inflectional and derivational
based Morphology.
2. Explain Token, Lexeme, 2 CO1
and Morpheme.
3. What is finite state 1 CO1
Morphology? Describe the
possible approaches to
design and implement
morphological models.
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 2 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

4. Explain various 2 CO1


morphological models.
5. Differentiate between 4 CO1
sentence and topic
boundary detection with
suitable example.
6. Describe the procedure to 2 CO1
find structure of documents
along with its performance
and complexity.
7. Write a summery on 6 CO1
Natural Language
Processing.
8. Differentiate between 4 CO1
Generative and
Discriminative Methods.
9. Explain various issues and 2 CO1
challenges in morphological
processing.
10. How the performance of the 5 CO1
approaches is evaluated.
11. Differentiate between 4 CO1
Dictionary lookup and
functional morphology.
12. Write about the necessary 3 CO1
steps involved in natural
language processing?
Unit –II : SYNTAX ANALYSIS
1 MARK QUESTIONS
1. What is Syntax Analysis? 2 CO2
2. Define formal grammar. 1 CO2
3. What is the role of 2 CO2
Treebank grammar in
parsing.
4. Differentiate between deep 4 CO2
and shallow parsing.
5. What are the main roles of a 2 CO2
parser?
6. What is Constituency 2 CO2
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 3 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

Grammar?
7. What is the outcome of 1 CO2
parsing process?
8. Define syntactic analysis 1 CO2
with an example?
9. Define parse tree. 1 CO2
10. Differentiate between top 4 CO2
down and bottom up
parsing.
11. Explain Multilingual issues 2 CO2
in parsing.
12. Briefly explain the types of 1 CO2
derivations.
5 MARKS QUESTIONS
1 What multilingual issues 3 CO2
are faced in syntax
analysis?
2. Explain the types of 2 CO2
parsing.
3. Elaborate the models for 3 CO2
ambiguity resolution in
parsing.
4. Explain treebank’s and its 2 CO2
role in parsing.
5. Explain Chart Parser with 2 CO2
an example.
6. Write a summary on types 6 CO2
of parsing?
7. Explain syntax analysis 2 CO2
using dependency graphs
8. Differentiate between 4 CO2
Constituency Grammar and
Dependency Grammar.
9. Briefly explain various 5 CO2
parsing algorithms.
10. Explain Shift-reduce parser 1 CO2
with the help of examples.
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 4 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

11. Explain syntactic analysis 2 CO2


along with multiple examples.
12. Differentiate between Shift- 4 CO2
reduce parser and Chart
parser.
Unit – III : SEMANTIC PARSING
1 MARK QUESTIONS
1. What is semantic parsing? 1 CO3
Explain with example?
2. What is Semantic 1 CO3
interpretation?
3. What is meant by shallow 1 CO3
semantic parsing?
4. What points are necessary 2 CO3
to be fulfilled by a semantic
theory?
5. Define Hyponymy and 1 CO3
Homonymy.
6. Elaborate the goals of 4 CO3
Neural semantic parsing.
7 Define Word Sense. 2 CO3
8. Define Predicate and 1 CO4
Argument.
9. Why Semantic Analysis is 3 CO4
difficult?
10. Define world knowledge? 1 CO4
11. Shortly differentiate 4 CO4
between deep and shallow
semantic parsing.
12. Define Synonymy and 1 CO4
Antonymy.
5 MARKS QUESTIONS
1. Briefly discuss various 1 CO3
approaches for semantic
parsing of natural
language?
2 What requirements are 1 CO3
necessary for achieving
semantic representation?
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 5 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

3. What are the applications of 1 CO3


semantic parser?
4 Explain system 2 CO3
architectures in semantic
parsing.
5. What is Word sense 1 CO3
disambiguation? Explain
different ways to identify
correct sense of an
ambiguous word.
6. Elaborate the Attention 5 CO3
Mechanism for Neural
semantic parsing with neat
diagram.
7. Explain predicate and 2 CO4
argument with examples.
8. Describe word sense 2 CO4
systems with details.
9. Write about the System 6 CO4
paradigms.
10. Write short notes on Word 3 CO4
sense in Semantic parsing.
11. Explain with suitable 5 CO4
example following
relationships between word
meanings:
Homonymy, Polysemy,
Synonymy, Antonymy,
Hypernomy, Hyponomy
12. 2 CO4
Explain about various
software research
community for word sense?
Unit-IV : PREDICATE ARGUMENT STRUCTURE
1 MARK QUESTIONS
1. What is predicate argument 1 CO5
structure?
2. What is frame net? 2 CO5
3. Explain Syntactic 2 CO5
Representations?
4. Explain the use of 2 CO5
Language as Representation
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 6 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

systems in NLP.
5. Explain Argument 2 CO5
identification and
classification?
6. What is Phrase structure 1 CO5
grammar (PSG)?
7. Explain the use the NLP 2 CO5
representational system in
your Day to day life.
8. What is semantic chunk? 3 CO5
9. What is Treebank parsing? 2 CO5
10. What are the software 5 CO5
packages available for
semantic role labeling?
11. What are the multilingual 4 CO5
issues?
12. What is the use of ATIS? 1 CO5
5 MARKS QUESTIONS
1. Write a short notes 2 CO5
predicate argument
structure.
2. What are the resources in 2 CO5
Predicate argument
structure?
3. Write short notes on Frame 1 CO5
net and Prop Bank.
4. What thematic roles can be 2 CO5
possible in Predicate and
Argument Structure?
Explain
5. Elaborate the concept of 2 CO5
Syntactic representation.
6. What are the three tasks 2 CO5
used to evaluate the
system? Explain with an
Algorithm.
7. Differentiate between 4 CO5
Phrase structure grammar
and Combinatory
Categorial Grammar.
8. Describe different types of 3 CO5
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 7 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

predicates and Explain with


suitable example to
represent a predicate and
argument.
9. List out the features used by 4 CO5
the semantic chunker.
Explain it.
10. Explain in detail about 2 CO5
classification paradigms of
semantic argument.
11. Explain in detail about 2 CO5
Meaning Representation in
semantic parsing.
12. How to overcoming the 3 CO5
Parsing Errors in predicate
argument structure.
Unit-V : LANGUAGE MODELLING
1 MARK QUESTIONS
1. What is cohension? 1 CO6
2. Define Reference resolution? 2 CO6
3. Define Language modeling. 1 CO6
4. What is n-gram model and its applications.? 2 CO6
5. Define language model evaluation. 2 CO6
6. What do you mean by parameter estimation? 2 CO6
7. What is the need of language modeling? 2 CO6
8. What is language model adaptation? 1 CO6
9. Briefly define coverage rate and perplexity. 3 CO6
10 What is class based language model? 2 CO6
.
11 What do you understand by Language-Specific Modeling Problem? 5 CO6
.
5 MARKS QUESTIONS
1. Explain three types of 4 CO6
language models in detail
and it applications.
2. Differentiate between Class 4 CO6
based and variable length
language models.
3. Differentiate between 4 CO6
SRI INDU COLLEGE OF ENGG & TECH
Prepared on
Question Bank Rev1:
(Regulation :R20) Page: 8 of 8
Department of CSE (AIML)
Sub. Code & Title R20CSE3201&NATURAL LANGUAGE PROCESSING
Academic Year: 2023-24 Year/Sem. III-II-AIML
Faculty Name & Designation M. Swathi Reddy & Assistant Professor

multilingual and cross


lingual language modeling.
4 Write a short note on 6 CO6
Language-Specific
Modeling Problem?
5. Explain coverage rate and 2 CO6
perplexity?
6. Elaborate discourse 4 CO6
processing and its
applications in details.
7. Write a short note on 6 CO6
language modeling?
8. Differentiate between 4 CO6
discriminative and syntax
based language models.
9. What is cohension in 5 CO6
discourse analysis?
Describe any four types of
cohension in discourse.
10. Explain language modeling 2 CO6
for morphologically rich
languages.
11. What is the need of using 5 CO6
language modeling?
Explain.
12. Write a short note on n- 3 CO6
gram notation?

You might also like