BERT-JEPA: Reorganizing CLS Embeddings for Language-Invariant Semantics
Taj Gillin, Adam Lalani, Kenneth Zhang, Marcel Mateos Salles
TL;DR
This work tackles CLS collapse and language-specific entanglements in BERT-style models by introducing BEPA, a training paradigm that adds a JEPA-style CLS alignment objective to MLM. By packing two sentences (monolingual or bilingual) and enforcing cross-language CLS alignment with an InfoNCE-based loss $L_{Alignment}$ alongside the standard MLM objective, BEPA reshapes the CLS embedding space into a language-invariant semantic space. The approach yields a fuller-rank variance distribution, reduced CLS collapse, and improved cross-lingual transfer on benchmarks such as XNLI and MLQA, while preserving English GLUE performance. Practically, BEPA demonstrates that joint MLM and embedding-space alignment can enhance multilingual understanding without heavy English-task degradation, and the authors provide code and resources for replication.
Abstract
Joint Embedding Predictive Architectures (JEPA) are a novel self supervised training technique that have shown recent promise across domains. We introduce BERT-JEPA (BEPA), a training paradigm that adds a JEPA training objective to BERT-style models, working to combat a collapsed [CLS] embedding space and turning it into a language-agnostic space. This new structure leads to increased performance across multilingual benchmarks.
