Unit6 - Subjective Questions

CSE472 • Practice Questions with Detailed Answers

1

What are Generative NLP models, and how do they differ from discriminative NLP models?

2

Explain the Greedy Search strategy for text generation and discuss its primary limitations.

3

Describe the Beam Search algorithm and how it improves upon Greedy Search. Provide its mathematical intuition.

4

Explain the Top-k sampling strategy in generative NLP.

5

What is Nucleus (Top-p) sampling, and how does it dynamically address the limitations of Top-k sampling?

6

What does it mean for a Large Language Model to be 'instruction-tuned'?

7

Describe Large Language Models (LLMs). What makes them 'large' compared to earlier NLP models?

8

Discuss how LLMs behave in summarization tasks. What are the common challenges they face?

9

Analyze the role of Generative Models in Dialogue Generation.

10

How do LLMs tackle reasoning tasks? Explain the 'Chain of Thought' prompting strategy.

11

Define Perplexity as an evaluation metric for language models. Provide its mathematical formula.

12

Discuss the importance and methodologies of Human Judgment measures in evaluating generative NLP models.

13

Compare automated evaluation metrics with human judgment measures for evaluating Large Language Models.

14

What is Explainability in the context of Large Language Models, and why is it challenging?

15

Define 'Hallucination' in Large Language Models. Provide examples of how it manifests.

16

Discuss strategies and techniques used to mitigate hallucination in Large Language Models.

17

Explain the concept of Temperature in text generation and its mathematical impact on the softmax function.

18

Compare Pre-training and Instruction Tuning phases of Large Language Models. What are their respective goals?

19

How does balancing Diversity and Coherence impact the choice of text generation strategies?

20

What are the specific challenges in evaluating the dialogue generation capabilities of LLMs?