Separating Representation from Reconstruction Enables Scalable Text Encoders
Abstract
While decoders have rapidly scaled, encoders have remained largely unchanged since BERT. We revisit this disparity by frozen backbone evaluation via probing. Under this lens, the representations of BERT encoders become increasingly by frozen probes, despite improved perplexity. The misalignment originates in BERT's flat design, which couples representation learning to the token reconstruction loss. We propose , a two-part architecture that separates the learning of high-quality encoded representations from the rigid grounding of token reconstruction. This design further enables high masking ratios () and gradient collection over all tokens via a , respectively increasing throughput by to and sample efficiency by . Overall, CrossBERT demonstrates monotonic scaling and superior performance on MTEB(eng, v2) and frozen GLUE benchmarks.
Cite
@article{arxiv.2607.04011,
title = {Separating Representation from Reconstruction Enables Scalable Text Encoders},
author = {Megi Dervishi and Mathurin Videau and Yann LeCun},
journal= {arXiv preprint arXiv:2607.04011},
year = {2026}
}