From Latents to Labels: Zero-Shot Named Entity Recognition using Sparse Autoencoder Features
Summary
The paper "From Latents to Labels: Zero-Shot Named Entity Recognition using Sparse Autoencoder Features" introduces SAE-NER, a novel training-free framework for zero-shot Named Entity Recognition (NER). This approach addresses the limitations of current methods, such as opaque large language model prompting and polysemantic dense representations, by utilizing monosemantic features derived from Sparse Autoencoders. SAE-NER directly maps these SAE feature activations to specific entity types through precision estimation, eliminating the need for supervision or explicit prompting. Experimental results across general and biomedical domains demonstrate that SAE-NER consistently surpasses trained probing classifiers, achieving a significant improvement of up to +20 F1 in the biomedical sector. Furthermore, the research evaluates the utility of SAE-NER's predictions as silver training data for subsequent NER models, identifying false negatives as the primary factor limiting silver-data quality, outweighing boundary imprecision and false positives. This work was presented at *SEM 2026 in July 2026.
Key takeaway
For NLP Engineers developing zero-shot NER solutions in low-resource or specialized domains, SAE-NER offers a compelling alternative to LLM prompting. You should consider integrating Sparse Autoencoder features and direct precision estimation to achieve robust performance, especially in biomedical contexts where it showed up to +20 F1 improvement. When generating silver training data, prioritize strategies to minimize false negatives, as they are the most critical bottleneck for data quality.
Key insights
SAE-NER offers a training-free zero-shot NER method using monosemantic Sparse Autoencoder features, outperforming probing classifiers.
Principles
- Monosemantic features improve NER performance.
- Direct precision estimation enables zero-shot entity typing.
- False negatives are the primary bottleneck for silver-data quality.
Method
SAE-NER maps monosemantic Sparse Autoencoder feature activations to entity types via direct precision estimation, requiring no supervision or prompting.
In practice
- Apply SAE-NER for low-resource domain NER tasks.
- Prioritize false negative reduction in silver training data.
- Explore Sparse Autoencoder features for semantic tasks.
Topics
- Zero-Shot Named Entity Recognition
- Sparse Autoencoders
- Monosemantic Features
- Silver Data Generation
- Biomedical NLP
- Low-Resource NLP
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.