Search papers, labs, and topics across Lattice.
This paper introduces SIREN, a novel guard model that leverages internal representations of large language models (LLMs) to detect harmful content more effectively than existing methods. By employing linear probing to identify safety neurons and an adaptive layer-weighted strategy, SIREN achieves superior performance with 250 times fewer trainable parameters compared to state-of-the-art guard models. The evaluation demonstrates that SIREN not only outperforms current benchmarks but also enhances generalization and inference efficiency, making it a significant advancement in LLM safety mechanisms.
SIREN reveals that tapping into LLM internal states can drastically improve harmfulness detection while slashing the parameter count by 250 times.
Guard models are widely used to detect harmful content in user prompts and LLM responses. However, state-of-the-art guard models rely solely on terminal-layer representations and overlook the rich safety-relevant features distributed across internal layers. We present SIREN, a lightweight guard model that harnesses these internal features. By identifying safety neurons via linear probing and combining them through an adaptive layer-weighted strategy, SIREN builds a harmfulness detector from LLM internals without modifying the underlying model. Our comprehensive evaluation shows that SIREN substantially outperforms state-of-the-art open-source guard models across multiple benchmarks while using 250 times fewer trainable parameters. Moreover, SIREN exhibits superior generalization to unseen benchmarks, naturally enables real-time streaming detection, and significantly improves inference efficiency compared to generative guard models. Overall, our results highlight LLM internal states as a promising foundation for practical, high-performance harmfulness detection.