Changing chunk length changes the benchmark, not just the perplexity number

gordic_aleksa · x · 2026-07-27

The post analyzes document-aware evaluation and argues that changing chunk length mainly changes the ratio of boundary documents to total documents in each chunk.

Only the first partial document at a chunk boundary can be harmed by truncation. With total tokens N, chunk length L, and window length W, the number of boundary docs is about N/L, and the total “hurt” tokens scale roughly like W·N/L. The implication is that different chunk sizes should be treated as different benchmarks rather than directly comparable scores.

Original post →

More from Research

Research channel →