Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Fine-Tuning
/
Evaluation
Evaluation
Subtopic
23 questions
Questions tagged with Evaluation — part of Fine-Tuning.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Walk through the triage order when a customer-support LoRA tanks MMLU by 4 points post-deploy
Order Steps
Medium
·
Qual 4.0
Why does using the same model family as synthetic-data teacher AND eval judge inflate FT scores?
Multiple Choice
Medium
·
Qual 4.0
When eval prompts appear verbatim inside an SFT file after a synthetic-data run, what's the root cause?
Short Answer
Medium
·
Qual 4.0
A distilled model hits 92% on a public benchmark but 31% on an internal hold-out: diagnose.
Short Answer
Medium
·
Qual 4.0
Picking a cheap but predictive eval to track during training: what do you actually log?
Short Answer
Medium
·
Qual 4.0
Train loss drops while eval loss climbs at step 1200: name it and the standard fixes
Short Answer
Medium
·
Qual 4.0
A teammate asks what 'running evals' means in the LLM context. How would an engineer explain it without jargon?
Flashcard
Easy
·
Qual 4.0
How should you score a multi-step agent where final answer accuracy is 15% but most steps are correct?
Multiple Choice
Medium
·
Qual 4.0
Databricks
Describe a concrete, production runnable mechanism to detect hallucinations in a RAG answer (claims unsupported by the retrieved chunks), as the answer is generated or just after.
Short Answer
Medium
·
Qual 4.0
Perplexity
Design a golden eval set for a production RAG system serving a legal research product. Explain how you build it, how big it should be, what each example contains, and what you measure with it.
Short Answer
Hard
·
Qual 4.0
Non-obvious modes of train/test leakage in instruction-tuning evaluation
Short Answer
Hard
·
Qual 4.0
Which of these are real train/test leakage modes for an instruction-tuning project?
Multi-select
Medium
·
Qual 4.0
Which of these belong on the ship-checklist for a production fine-tune?
Multi-select
Medium
·
Qual 4.0
Design the post-FT eval suite for a customer-support fine-tune
Short Answer
Hard
·
Qual 4.0
Which buckets MUST a post-FT eval suite include for a customer-support fine-tune?
Multi-select
Medium
·
Qual 4.0
How do you detect catastrophic forgetting after a domain fine-tune?
Short Answer
Medium
·
Qual 4.0
Which signal is the most reliable indicator of catastrophic forgetting?
Multiple Choice
Medium
·
Qual 4.0
What is STRR and how does it complement fertility as a tokenizer fairness metric?
Flashcard
Medium
·
Qual 4.0
Match each RAGAS metric to what it specifically measures about a RAG pipeline.
Match Pairs
Medium
·
Qual 4.0
Your RAG system's faithfulness metric just dropped from 0.91 to 0.74 while context recall stayed flat at 0.85. What's the most likely pipeline layer to investigate first?
Multiple Choice
Medium
·
Qual 4.0
Complete the claim: the two-axis decomposition of RAG eval that diagnoses which layer failed.
Fill in Blank
Medium
·
Qual 4.0
What criteria would you use to evaluate the quality of an MCP server's tool definitions before integration?
Short Answer
Hard
·
Qual 4.0
How can an agent confidently produce a wrong answer without raising any runtime exception?
Short Answer
Hard
·
Qual 4.0
Databricks