A Causal Language Modeling Detour Improves Encoder Continued Pretraining
About
When adapting an encoder to a new domain, the standard approach is to continue training with Masked Language Modeling (MLM). We show that temporarily switching to Causal Language Modeling (CLM) followed by a short MLM decay improves downstream performance. On biomedical texts with ModernBERT, this CLM detour outperforms MLM baselines trained on identical data and compute across 8 French and 11 English biomedical tasks, by +1.2-2.8pp and +0.3-0.8pp respectively, depending on model size. We investigate the reasons for these gains. We find that CLM's dense supervision impacts low transformer layers (0-7) far more than MLM does. Freezing low layers during CLM eliminates the downstream benefit; freezing mid layers preserves it. The representational changes persist through the MLM decay phase, even when it matches the CLM phase in length, and they scale with model capacity. We release ModernCamemBERT-bio and ModernBERT-bio as state-of-the-art biomedical encoders in Base and Large sizes.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | JNLPBA (test) | Macro F1 (span-level)75.3 | 32 | |
| Named Entity Recognition | Social | -- | 12 | |
| Classification | Pheno | Macro F161.9 | 9 | |
| Classification | GAD | Macro F179.7 | 9 | |
| Named Entity Recognition | COS | Macro F195.2 | 9 | |
| Named Entity Recognition | DEID | Macro F184.2 | 9 | |
| Named Entity Recognition | BC5CDR | Macro F189.8 | 9 | |
| Classification | HOC | Macro F170 | 9 | |
| Named Entity Recognition | AnatEM | Macro F183.2 | 9 | |
| Named Entity Recognition | NCBI | Macro F181.7 | 9 |