ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Introduces ModernBERT-Large-Instruct, a 0.4B parameter encoder-only model using its masked language modeling (MLM) head for generative classification, achieving strong zero-shot performance on classification and knowledge tasks, rivaling larger LLMs.
This paper introduces ModernBERT-Large-Instruct, a compact 0.4B parameter encoder-only model that achieves zero-shot performance rivaling much larger LLMs. The key insight is using the masked language modeling (MLM) head for generative classification, a novel approach that leverages the model's pre-training objective directly for inference. This is significant because it challenges the prevailing trend of scaling up decoder-only models for zero-shot tasks, offering a more efficient alternative.
The paper matters because it demonstrates that encoder-only architectures, often overlooked in the era of large language models, can still be competitive. By focusing on classification and knowledge tasks, it addresses practical needs in NLP where efficiency and accuracy are critical. This could lead to more sustainable AI systems that require less computational resources.
The paper reports that ModernBERT-Large-Instruct achieves strong zero-shot performance on classification and knowledge tasks, rivaling larger LLMs. However, specific metrics (e.g., accuracy on GLUE, SuperGLUE, or knowledge benchmarks) are not provided in the abstract. The results suggest that the model is competitive, but detailed comparisons are needed to fully assess its performance.
This work has broader implications for the AI field by showing that efficient encoder-only models can compete with decoder-only LLMs in zero-shot settings. It opens up new avenues for research into leveraging pre-training objectives for generative tasks, potentially reducing the computational cost of deploying AI systems. For practitioners, this means that smaller, more efficient models can be used for classification and knowledge tasks, making AI more accessible and sustainable.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba