New Metric Measures Semantic Abstractness of SAE Features in LLMs

Chuqiao Lin, Shivaji Sondhi, Xiao-Liang Qi· August 12, 2026 View original

Key takeaways

  • Feature Nonlocality (FNL) is a new metric to measure the semantic abstractness of SAE features in LLMs.
  • FNL helps distinguish high-level contextual features from low-level token-driven ones.
  • It can be used to audit LLM safety features and improve model performance through targeted steering.
  • FNL provides an LLM-independent, label-free way to understand feature abstraction.

Who benefits

AI DevelopmentMachine Learning ResearchCybersecurityNatural Language ProcessingModel Auditing

Summary

Researchers introduced Feature Nonlocality (FNL), an LLM-independent, label-free metric to measure the semantic abstractness of Sparse Autoencoder (SAE) features by quantifying the entropy of per-position influence on activation. FNL correlates with existing proxy metrics, distinguishes contextual from token-driven features, and has applications in evaluating mechanistic explanations and selecting features for downstream interventions.

A new study introduces Feature Nonlocality (FNL) as a novel metric to quantify the semantic abstractness of features learned by Sparse Autoencoders (SAEs) within Large Language Models (LLMs). SAEs are instrumental in uncovering mechanistic explanations for LLM behaviors, but distinguishing between surface-level lexical features and genuinely high-level, abstract features has been a challenge. Existing methods, such as autointerpretation or causal steering utility, do not fully resolve this abstraction level. FNL is defined as the entropy of the normalized per-position influence on an SAE feature's activation. The research demonstrates that FNL correlates well with existing LLM-based proxy metrics for feature abstractness and effectively differentiates context-dependent reasoning features from token-driven ones, correctly assigning higher FNL to contextual features in a significant majority of cases. The paper highlights two key applications: auditing SAE-based features used for jailbreak mitigation, revealing that many effective features are surprisingly low-FNL positional features rather than those recognizing harmful intents; and improving MATH-500 accuracy in DeepSeek-R1-Distill-Llama-8B by 4.6 points through steering high-FNL features. FNL thus provides an LLM-independent, label-free, and correlational witness of feature abstraction, valuable for evaluating mechanistic explanations and guiding feature selection for interventions.

Why it matters

This new metric provides a crucial tool for understanding and interpreting the internal workings of LLMs, enabling better mechanistic explanations, more effective feature engineering, and improved safety and reliability of AI systems.

How to implement this in your domain

  1. 1Apply Feature Nonlocality (FNL) to analyze and categorize features extracted by Sparse Autoencoders in your LLM deployments.
  2. 2Utilize FNL to identify and prioritize high-level, abstract features for targeted interventions in LLM behavior.
  3. 3Integrate FNL into your model interpretability toolkit to gain deeper insights into how LLMs process information.
  4. 4Use FNL as a guide when developing or auditing safety mechanisms in LLMs, ensuring they target genuinely harmful intents rather than superficial patterns.

Original post by Chuqiao Lin, Shivaji Sondhi, Xiao-Liang Qi

"arXiv:2608.10537v1 Announce Type: new Abstract: Sparse autoencoders (SAEs) have helped uncover mechanistic explanations for LLM behaviours such as reasoning, jailbreaking etc., via understanding the corresponding task-relevant and causally effective features. To evaluate such mec…"

View on X

Originally posted by Chuqiao Lin, Shivaji Sondhi, Xiao-Liang Qi on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

TACTICL Compresses Tabular ICL Models, Retaining Adaptability.

TACTICL is an automated framework for compressing tabular in-context learning (ICL) models by jointly pruning transformer layers and replacing them with lightweight adapters. This method significantly reduces model size and computational demands while preserving robustness to data shifts and in-context adaptability.

Mykhailo Koshil, Matthias Feurer, Katharina EggenspergerAug 12, 2026
AI Engineering & DevToolsAI Research

MoE Proxy Models Cut LLM RL Debugging Costs.

This paper introduces Mixture-of-Experts (MoE) proxy models designed for low-cost reproduction and diagnosis of failures during Large Language Model (LLM) Reinforcement Learning (RL) post-training. These proxy models significantly reduce computational resources and time needed for debugging, while accurately preserving training dynamics and fault responses.

Yikai Wang, Chuansai Zhou, Yuhang Zhou, Weiqiang Wu, Cong Wu, Yue Deng, Ben Feng, Mingming Zhu, Beirong Zhou, Zhibin Wang, Sheng Zhong, Chen Tian, Wangze ZhangAug 12, 2026
AI Engineering & DevToolsAI Research

New Algorithm Boosts Stochastic Optimal Control Efficiency.

This paper introduces Path Integral Value Matching (PI-VM), a novel value-based algorithm for Linear Quadratic Stochastic Optimal Control (LQ-SOC) that significantly improves computational efficiency and stability. By deriving a temporal recursive form of the value function and integrating Girsanov theorem with experience replay, PI-VM matches state-of-the-art precision with order-of-magnitude efficiency gains.

Bangyan Liao, Chenglei Yu, Yuchen Yang, Chuanrui Wang, Zhisheng Song, Peidong Liu, Tailin WuAug 12, 2026