Sliding window pipeline extends frozen NER models to long documents
September 25, 2026
An inference-only pipeline enables frozen transformer models like MahaNER-BERT to perform document-level Named Entity Recognition via overlapping sliding windows. The approach uses Normal or Random Repeat strategies to maintain contextual continuity without requiring architectural changes or retraining.
HOW THIS AFFECTS YOU
●
builderYou can extend existing sentence-level NER models to long documents without the cost of retraining or fine-tuning.