Unit 6: Generative NLP and LLMs - Subjective Questions

CSE472 — Deep Learning For Natural Language Processing • Practice Questions with Detailed Answers

20 questions

1

Define generative NLP models and explain how they differ from discriminative NLP models.

2

Explain the autoregressive process used by generative language models for text generation.

3

Describe greedy search for text generation. Discuss its advantages and limitations.

4

Explain beam search and derive the scoring principle used to select candidate sequences.

5

Compare greedy search and beam search for natural language generation.

6

Explain top- sampling and show how it controls randomness in text generation.

7

What is nucleus sampling? Explain how it differs from top- sampling.

8

Discuss the roles of temperature, top-, and top- in controlling text generation.

9

Define instruction-tuned large language models and explain how instruction tuning improves their behavior.

10

Explain how large language models behave in abstractive summarization and identify the main risks involved.

11

Describe dialogue generation with LLMs and explain the characteristics of a high-quality dialogue response.

12

Explain how LLMs can be used for reasoning tasks. Distinguish between answer accuracy and reasoning reliability.

13

Derive the perplexity measure for a language model and explain how it should be interpreted.

14

Explain why perplexity alone is insufficient for evaluating generated text.

15

Compare automatic evaluation metrics used for summarization and text generation.

16

What are human judgment measures in LLM evaluation? Explain how they can be collected reliably.

17

Explain the main challenges in evaluating dialogue systems using human judgment.

18

Define explainability in LLMs and describe important approaches for understanding model decisions.

19

Distinguish between faithfulness and plausibility in explanations generated by LLMs.

20

What is hallucination in LLMs? Explain its causes and distinguish factual, contextual, and fabricated hallucinations.