game Β· 2 min
Chunk It Right
RAG chunking strategy quiz. Read the document type and a sample, pick the chunking strategy that preserves semantic boundaries best. 6 rounds covering technical docs, prose, code, transcripts.
A scenario quiz tied to the RAG chunking strategies post. Each round shows a document sample. Pick the chunking strategy whose output would preserve semantic boundaries β and avoid the failure modes the post catalogues (mid-sentence cuts, lost context, bad retrieval).
The point of the game is the same as the post: the right chunking strategy depends on document shape. Code wants structural splits. Prose wants recursive. Conversational transcripts want semantic. Thereβs no universal answer.