CrossBERT makes frozen BERT representations better and trains 2x faster

burkov · x · 2026-07-26

Meta and NYU researchers show that standard BERT-style text encoders are usually judged after fine-tuning, which makes it hard to tell whether pretraining alone produced reusable representations.

Their test freezes the encoder and trains only a small model on top. Under that setting, larger BERT models can become worse at producing directly reusable representations even as masked-word prediction improves.

To address this, CrossBERT splits the job:

Across multiple model sizes, CrossBERT’s frozen representations improve steadily, while standard BERT’s often degrade. The paper also reports roughly 1.5–2× faster training and better data efficiency.

Related event: Meta and NYU Propose CrossBERT to Fix BERT Scaling Flaws(2 posts)→

Original post →

More from Research

Research channel →