Pick the failure pattern that points to chunk size being too large rather than too small
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Right topic plus unrelated paragraph is the dilution signature of oversized chunks. Missing co-located facts is the opposite failure.
Imagine you ask a librarian for a book chapter on cats. Three things can go wrong. First, the librarian hands you a single page about cats but the next sentence is about somebody's grandmother, because the page got cut in the middle of the cat chapter. That is chunks too small. Second, the librarian hands you the cat chapter plus the dog chapter plus a recipe for soup, because all three were stapled together. The cat content is in there but you have to read past a lot of noise to find it. That is chunks too large. Third, the librarian gives you five copies of the same page. That is a problem with the librarian's index, not with the page size. The question asks for the second one.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 minutes: identify option 1 as dilution, name option 0 as the opposite failure (too small), and explain why options 2 and 3 are diversity and reranker problems respectively rather than chunk-size.
| Symptom in retrieved chunks | Likely cause | Fix |
|---|---|---|
| On-topic but with unrelated material attached | Chunks too large | Reduce chunk size; semantic-boundary chunking |
| Co-located facts missing across chunks | Chunks too small | Increase chunk size; add overlap |
| Near-duplicate chunks in top-k | Diversity gap; corpus redundancy | Enable MMR; deduplicate at index time |
| Reranker cannot separate two chunks | Reranker capacity | Upgrade reranker (Cohere v3, Voyage 2) |
| Answer absent from retrieved chunks entirely | Retrieval/embedding mismatch | Try hybrid search; better embeddings |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Picking option 0 (missing co-located facts) because it 'sounds like a retrieval problem.' It is the opposite failure mode, chunks too small to span the fact. Read the diagnostic shape, not the vibe.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.