Skip to content
Discussion options

You must be logged in to vote

This is the most useful confusion in the whole curriculum, so it is worth answering at length.

Recall@N and full_chain_recall measure different stages. Recall@N is about the
candidate pool: did stage one find the evidence at all? full_chain_recall is about the
packed context: did every gold item for a question survive into the k chunks the model
actually reads?

Widening N only affects the first. The second is bounded by k.

Concretely: a two-hop comparison question needs both entities' evidence in the packed context.
At k=8, with a global relevance ranking, it is entirely possible for six of your eight slots
to go to one entity. Adding 300 more candidates does not create a ninth slot.

How …

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@akash-coded
Comment options

akash-coded Sep 1, 2026
Maintainer Author

@akash-coded
Comment options

akash-coded Sep 1, 2026
Maintainer Author

@akash-coded
Comment options

akash-coded Sep 1, 2026
Maintainer Author

Answer selected by akash-coded
Comment options

You must be logged in to vote
2 replies
@akash-coded
Comment options

akash-coded Sep 1, 2026
Maintainer Author

@akash-coded
Comment options

akash-coded Sep 1, 2026
Maintainer Author

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
casebook A simulated teaching transcript, not a real exchange
1 participant