Right Reset Method Improves Text Chunking via Prefix Removal
August 6, 2026
Right Reset (RR) identifies semantic boundaries by measuring how much a model's right-hand hidden-state trajectory changes when the left context is removed. RR recovered 47.7% of original records in flattened text, nearly doubling the 25.9% performance of the BGE embedding baseline.
HOW THIS AFFECTS YOU
●
builderYou can implement this method to improve RAG retrieval accuracy by creating more semantically coherent text chunks.