Homework 4: Evaluation

Instructions
Deadline: 13 July 2026 (Mon), 23:00
Shown in your timezone.
Log in to submit this homework

You can preview the questions, but submissions are saved only for logged-in students.

Log in to submit

Questions

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)