179 questions
No questions match those filters.
Your retrieval team argues that as their recall improve...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansThe retrieval team’s premise is partially correct in terms of direction, but incomplete in system dynamics. Improving retrieval recall increases the rescue rate $g$ and decreases the harm rate $h$. In the crossover formula: $$p^\star = \frac{g}{g + h}$$ a lower harm rate $h$ pushes the critical parametric threshold $p^\star$ upward and shifts the crossover point $s^\star$ further toward extremely popular entities, shrinking the traffic region where retrieval causes net harm.
However, the gate cannot be deleted based on retrieval improvements alone for two primary reasons:
- Generator Evolution: The generator team continuously updates base checkpoints, increasing parametric accuracy $p$ across all entities. This pulls $s^\star$ back to the left, expanding the harm region again.
- Non-Zero Harm: As long as $h > 0$ (the model occasionally prioritizes a noisy or misaligned retrieved passage over its own correct parametric memory), $p^\star < 1$, meaning a harm zone persistently exists.
To resolve this organizational tension, establish an objective measurement protocol: maintain the gating policy, re-evaluate $s^\star$ on each model and retriever release, and commit to deleting the gate only when the percentage of real user traffic falling inside the harm zone drops below an agreed operational threshold.