LLM Training & Pre-training
← Question BankSign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark Sign in to bookmark
Deep Learning & Generative AI
Generative AI & Large Language Models (LLMs) Interview Questions
Interview questions on Generative AI & Large Language Models (LLMs) Interview Questions.
18 questions
All subtopicsLLM Architectures & FoundationsTokenization & EmbeddingsAttention, KV Cache & Efficient InferenceLLM Training & Pre-trainingDecoding Strategies & Prompt EngineeringFine-Tuning & Model AdaptationRAG & Vector DatabasesAlignment & Preference OptimizationLLM Evaluation & BenchmarkingAgents, Tool Use & MemoryMultimodal Generative AILLM Safety & SecurityLLMOps & Production
Sign in to bookmark
LLM Training & Pre-training
Q2. What is masked language modeling, and how does it aid pretraining?
LLM Training & Pre-training
Q3. What is the BERT model, and how was it trained?
LLM Training & Pre-training
Q4. How does RoBERTa differ from the BERT model?
LLM Training & Pre-training
Q5. How do autoregressive and masked models differ in LLM training?
LLM Training & Pre-training
Q6. What is the next sentence prediction, and how does it enhance LLMs?
LLM Training & Pre-training
Q7. What is overfitting, and how can it be mitigated in LLMs?
LLM Training & Pre-training
Q8. Why is cross-entropy loss used in language modeling?
LLM Training & Pre-training
Q9. How are gradients computed for embeddings in LLMs?
LLM Training & Pre-training
Q10. What is the Jacobian matrix in transformer backpropagation?
LLM Training & Pre-training
Q11. How do eigenvalues and eigenvectors relate to dimensionality reduction?
LLM Training & Pre-training
Q12. What is KL divergence, and how is it used in LLMs?
LLM Training & Pre-training
Q13. What is the derivative of the ReLU function, and why is it significant?
LLM Training & Pre-training
Q14. How does the chain rule apply to gradient descent in LLMs?
LLM Training & Pre-training
Q15. What is hyper hyperparameter, and why is it important?
LLM Training & Pre-training
Q16. What is “continued pre training” with Masked Language Modeling, and why is it useful?
LLM Training & Pre-training
Q17. What’s the difference between token masking and whole-word masking in MLM?
LLM Training & Pre-training