One encoder, seven heads: what we learned training a unified security classifier with masked losses [P]
Summary
They released a unified multi-head security classifier (mmBERT-small encoder with seven heads) using masked losses for absent task labels, achieving high F1 scores across seven tasks, and also released quantized ONNX INT8 variants. Weights and metrics are public.
Similar Articles
Masked depth modeling with sensor-validity masking: reports best RMSE on 7 of 8 masked/sparse depth benchmarks, plus a controlled encoder-init study[R]
This paper proposes masked depth modeling with sensor-validity masking, achieving best RMSE on 7 out of 8 masked/sparse depth benchmarks, with a controlled encoder-init study.
LingBot-Vision: masked boundary modeling for self-supervised pretraining (0.296 NYUv2 linear-probe RMSE at 1.1B vs 0.309 for DINOv3-7B, trails on ImageNet); weights in 4 sizes[R]
LingBot-Vision introduces masked boundary modeling for self-supervised pretraining, achieving a 0.296 RMSE on NYUv2 linear-probe with 1.1B parameters versus 0.309 for DINOv3-7B, though it trails on ImageNet; weights are released in four sizes.
Separating Representation from Reconstruction Enables Scalable Text Encoders
CrossBERT decouples representation learning from token reconstruction, enabling higher masking ratios and better sample efficiency, outperforming BERT on MTEB and GLUE benchmarks.
Do Encoders Suffice? A Systematic Comparison of Encoder and Decoder Safety Judges for LLM Adversarial Evaluation
This paper systematically compares fine-tuned encoder classifiers (ModernBERT family) against decoder-based safety judges for LLM adversarial evaluation, finding that encoders can offer a cost- and latency-efficient alternative without significant performance loss.
@maximelabonne: Train encoders today like it's 2020 again!
Liquid AI fine-tuned their LFM2.5-Encoder models (230M and 350M) to perform multi-label classification in a single forward pass, eliminating the need for decoding loops or parsing. This demonstrates efficient label scoring for NLP tasks.