Homework 4: Evaluation

Instructions
Deadline: 13 July 2026 (Mon), 23:00
Shown in your timezone.
Correct answers are available below

This homework has already been scored. Log in to view your own submission, score, and feedback.

Log in to view my results

Correct answers

1. When generating questions for the first 3 lesson pages, what is the average number of input tokens across these 3 calls? (1 point)

2. After running text_search for the first ground truth question, what is the filename of the first result? (1 point)

3. After running vector_search for the same question, what is the filename of the first result? (1 point)

4. After evaluating text_search on the ground truth, what is the Hit Rate? (1 point)

5. After evaluating vector_search on the ground truth, what is the MRR? (1 point)

6. When evaluating hybrid_search for k values 1, 50, 100, and 200, which k gives the best MRR? (1 point)