NLP Unitwise Imp Questions
NLP Unitwise Imp Questions
8) Describe the different approaches and formalisms used to represent syntactic structure
in natural language processing. Compare and contrast these approaches, highlighting
their advantages and limitations.
9) Explain popular parsing algorithms such as top-down parsing, bottom-up parsing, and
Earley parsing. Compare their efficiency, complexity, and accuracy. Provide examples.
10) Discuss the models used for ambiguity resolution in parsing. Explain how these
models address the challenge of syntactic ambiguity in natural language processing.
Discuss techniques like probabilistic parsing and rule-based disambiguation, and their
effectiveness. Provide examples.
11) Explain the challenges in syntax analysis when parsing multiple languages and the
strategies employed to handle them. Discuss cross-lingual parsing techniques and their
advantages and limitations. Provide examples and case studies.
UNIT 3
1) Explain Yarowsky’s algorithm for Word Sense Disambiguation.
2) List out popular lexical resources used in the processing of natural language text.
3) Give some examples of early NLP Systems.
4) Explain about Homonymy, Polysemy, Hypernyms and Hyponyms with suitable example.
5) What are System Paradigms in Predicates.
6) What is word sense system, semantic, system paradigm and List the semantic rules.
7) Explain in detail about semantic interpretation.
8) Explain the methods of word sense systems
9) Explain the software’s associated with sematic interpretation
10) What is semantic parsing in natural language processing? How does the process of
semantic interpretation contribute to understanding the meaning of sentences? Provide
examples.
11) Describe different system paradigms used in semantic parsing, including rule-based
systems, statistical systems, and hybrid systems. Discuss their features, advantages, and
limitations. Provide examples.
12) What are the challenges and techniques involved in building word sense systems?
Explain the importance of word sense disambiguation in semantic parsing. Discuss
different approaches, such as knowledge-based and supervised learning-based methods,
used for word sense disambiguation. Provide examples.
13) Explain the software and tools used for semantic parsing in natural language
processing. Discuss popular software frameworks and libraries that support semantic
parsing tasks. Describe their key features and capabilities. Provide examples of their
usage in semantic parsing applications
UNIT 4
1) What is predicate-argument structure in natural language processing? How does it
represent the relationships between predicates and their arguments in sentences? Provide
examples..
2) What is Semantic Role labeling? Write the Algorithm for SRL
3) Explain Base Phrase Chunking with an example
4) Explain in detail about meaning representation system
5) Write short notes on how to handle Semantics
6) Define argument structure,structure management,representation, Predicate Logic and
Give example for predicate logic
7) Explain in detail about argument structure in NLP
8) Explain in detail about predicate logic with examples
9) Discuss different meaning representation systems in natural language processing, such
as Logical Form (LF), Abstract Meaning Representation (AMR), and Lexical Conceptual
Structure (LCS). Explain their key features, characteristics, and compare their advantages
and limitations.
10) Explain the software tools and frameworks used for predicate-argument structure
analysis in natural language processing. Discuss popular tools and libraries that support
the extraction and analysis of predicate-argument structures. Provide examples of their
usage.
11) Describe software tools and frameworks used for meaning representation in natural
language processing. Explain their key features and capabilities. Provide examples of their
usage in meaning representation tasks.
12) How do meaning representation systems facilitate the representation and
understanding of meaning in natural language processing? Discuss their role in NLP tasks
like question answering, information extraction, and machine translation. Provide
examples to support your answer.
13) Describe the process of identifying and extracting predicate-argument structures from
sentences. Discuss the challenges and techniques involved, providing examples to
support your answer.
UNIT 5
Short answer questions:
1) State the types of References used in Discourse Analysis.
2) Explain Anaphora resolution with the help of an example.
3) Discuss in detail the concept of Discourse structure with example.
4) Explain various constraints and preferences for Reference resolution with example.
5) Consider the following training set. I am a human
I am not a robot
I live in Hyderabad
Test sentence: I am not
Implement Bi-gram model to calculate the probability of given test sentence.
6) Explain various types of coherence relations with examples.
7) Explain Language adaptation model in detail.
8) Define cohension, reference resolution, discourse cohension, modeling, crosslingual
9) Explain in detail about a) reference resolution b) discourse of cohesion c) N- Gram
Models d) language specific models