iGET

Generative AI & LLMs - MCQ Practice Questions

LLMs, transformers, prompts, RAG, fine-tuning & diffusion models.

10 questions | 100% Free

Q.1Medium

Which technique allows a large language model to be adapted to a specific task by updating only a small number of additional parameters while keeping the original model weights frozen?

Q.2Medium

In the context of transformer-based LLMs, what does the term 'context window' refer to?

Q.3Medium

Which decoding strategy for text generation picks the next token by sampling only from the top-K most probable tokens at each step?

Q.4Medium

What is the primary purpose of Reinforcement Learning from Human Feedback (RLHF) in training models like ChatGPT?

Q.5Medium

In a transformer model, what does 'multi-head attention' allow the model to do compared to single-head attention?

Q.6Medium

Which of the following best describes 'hallucination' in the context of large language models?

Q.7Medium

What is Retrieval-Augmented Generation (RAG) primarily designed to address in large language models?

Q.8Medium

Which of the following tokenization methods is most commonly used in modern LLMs such as GPT-4 and LLaMA?

Q.9Medium

In prompt engineering, what is 'few-shot prompting'?

Q.10Medium

Which scaling law finding, commonly associated with Kaplan et al. (OpenAI), describes the relationship between model performance and scale?