179 questions
No questions match those filters.
A teammate benchmarked semantic chunking on our internal eval set and measured a gain of 8 nDCG points. Do you ship it?
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 plansAsk how the evaluation corpus was created. If ground‑truth boundaries exist because passages were concatenated, the experiment measured separability rather than the chunker’s true performance, and the 8‑point nDCG gain likely won’t hold in production. Propose a replication: label boundaries in place on thirty real documents, score the chunker with IoU against those spans (section 13.5), and then run an end‑to‑end retrieval test. Anticipate a cost question and be ready with ingestion arithmetic: the detection pass roughly doubles ingestion compute.