y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#ai-interpretability News & Analysis

49 articles tagged with #ai-interpretability. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

49 articles
AINeutralarXiv – CS AI · Jun 16/10
🧠

The Information Geometry of Softmax: Probing and Steering

Researchers present a theoretical framework using information geometry to understand how AI systems encode semantic meaning in their representation spaces, introducing 'dual steering' as a method to precisely control model behavior through linear concept manipulation while minimizing unintended side effects.

AINeutralarXiv – CS AI · May 296/10
🧠

Representation Alignment Rests on Linear Structure

Researchers propose that representation alignment across AI models stems from linear encoding of object-attribute relationships, with quality determined by signal strength, architectural bias, and training noise. The study demonstrates that sparse autoencoders extract these linear features more effectively than dense models, and that data scarcity significantly impacts cross-model alignment in both language and embedding models.

AINeutralarXiv – CS AI · May 286/10
🧠

Explaining is Harder Than Predicting Alone: Evaluating Concept-based Explanations of MLLMs as ICL Visual Classifiers

Researchers evaluated how multimodal large language models (MLLMs) explain their image classification decisions in few-shot learning scenarios. The study found that forcing models to generate formal, concept-based explanations actually reduces their predictive accuracy from 93.8% to 90.1%, suggesting that explicit reasoning doesn't universally improve performance despite being widely assumed to do so.

AIBullisharXiv – CS AI · May 286/10
🧠

Tell Me a Story! Narrative-Driven XAI with Large Language Models

Researchers introduce XAIstories, a framework that uses Large Language Models to convert complex AI explanations (SHAP values and counterfactual explanations) into human-readable narratives. User studies show over 90% of general audiences find these AI-generated stories convincing, with data scientists viewing them as valuable for explaining AI decisions to non-technical stakeholders.

AINeutralarXiv – CS AI · May 116/10
🧠

Cross-Attention and Encoder-Decoder Transformers: A Logical Characterization

Researchers present a novel logical framework for understanding encoder-decoder transformers using temporal logic extended with counting and past modalities. The work provides theoretical foundations for how these architectures process information across attention mechanisms, with implications for LLM interpretability and design.

AINeutralarXiv – CS AI · May 76/10
🧠

Cognitive Twins: Investigating Personalized Thinking Model Building and Its Performance Enhancement with Human-in-the-Loop

Researchers developed a Personalized Thinking Model (PTM) that creates 'cognitive twins' of learners by organizing educational data into a five-layer hierarchical structure using AI and machine learning. The system achieved 74-75% fidelity scores and positive user perception ratings, suggesting potential applications in AI-supported education systems.

🧠 Gemini
AINeutralarXiv – CS AI · May 16/10
🧠

CoAX: Cognitive-Oriented Attribution eXplanation User Model of Human Understanding of AI Explanations

Researchers developed CoAX, a cognitive modeling framework that analyzes how users understand and interpret AI explanations (XAI) when making decisions about tabular data. By studying human reasoning strategies across different explanation methods, the team found that cognitive models better predict human decision-making than traditional machine learning proxies, offering insights to improve the design of more usable AI explanations.

AINeutralarXiv – CS AI · May 16/10
🧠

The TEA Nets framework combines AI and cognitive network science to model targets, events and actors in text

Researchers introduce TEA Nets (Target-Event-Agent Networks), an open-source AI framework that extracts subjects, verbs, and objects from text to analyze emotional and semantic patterns. Testing across conspiracy narratives and psychotherapy transcripts reveals that highly conspiratorial texts link personal pronouns to actions twice as frequently as low-conspiracy texts, while LLMs express emotions with measurably lower intensity than humans.

🧠 Claude
AINeutralarXiv – CS AI · Apr 136/10
🧠

Dictionary-Aligned Concept Control for Safeguarding Multimodal LLMs

Researchers introduce Dictionary-Aligned Concept Control (DACO), a framework that uses a curated dictionary of 15,000 multimodal concepts and Sparse Autoencoders to improve safety in multimodal large language models by steering their activations at inference time. Testing across multiple models shows DACO significantly enhances safety performance while preserving general-purpose capabilities without requiring model retraining.

AIBullisharXiv – CS AI · Mar 266/10
🧠

Navigating the Concept Space of Language Models

Researchers have developed Concept Explorer, a scalable interactive system for exploring features from sparse autoencoders (SAEs) trained on large language models. The tool uses hierarchical neighborhood embeddings to organize thousands of AI model features into interpretable concept clusters, enabling better discovery and analysis of how language models understand concepts.

AIBullisharXiv – CS AI · Mar 126/10
🧠

FAME: Formal Abstract Minimal Explanation for Neural Networks

Researchers introduce FAME (Formal Abstract Minimal Explanations), a new method for explaining neural network decisions that scales to large networks while producing smaller explanations. The approach uses abstract interpretation and dedicated perturbation domains to eliminate irrelevant features and converge to minimal explanations more efficiently than existing methods.

AINeutralarXiv – CS AI · Mar 116/10
🧠

CRANE: Causal Relevance Analysis of Language-Specific Neurons in Multilingual Large Language Models

Researchers introduce CRANE, a new framework for analyzing how multilingual large language models organize language capabilities at the neuron level. The method uses targeted interventions to identify language-specific neurons based on functional necessity rather than activation patterns, revealing asymmetric specialization where neurons contribute selectively to specific languages while maintaining broader functionality.

AIBullisharXiv – CS AI · Mar 96/10
🧠

XAI for Coding Agent Failures: Transforming Raw Execution Traces into Actionable Insights

Researchers developed an explainable AI (XAI) system that transforms raw execution traces from LLM-based coding agents into structured, human-interpretable explanations. The system enables users to identify failure root causes 2.8 times faster and propose fixes with 73% higher accuracy through domain-specific failure taxonomy, automatic annotation, and hybrid explanation generation.

AINeutralarXiv – CS AI · Mar 37/109
🧠

The Lattice Representation Hypothesis of Large Language Models

Researchers propose the Lattice Representation Hypothesis, a new framework showing how large language models encode symbolic reasoning through geometric structures. The theory unifies continuous neural representations with formal logic by demonstrating that LLM embeddings naturally form concept lattices that enable symbolic operations through geometric intersections and unions.

AIBullisharXiv – CS AI · Mar 36/106
🧠

CIRCUS: Circuit Consensus under Uncertainty via Stability Ensembles

Researchers introduce CIRCUS, a new method for discovering mechanistic circuits in AI models that addresses uncertainty and brittleness issues in current approaches. The technique creates ensemble attribution graphs and extracts consensus circuits that are 40x smaller while maintaining explanatory power, validated on Gemma-2-2B and Llama-3.2-1B models.

AINeutralarXiv – CS AI · Mar 37/108
🧠

Diagnosing Generalization Failures from Representational Geometry Markers

Researchers propose a new approach to predict AI model failures by analyzing geometric properties of data representations rather than reverse-engineering internal mechanisms. They found that reduced manifold dimensionality and utility in training data consistently predict poor performance on out-of-distribution tasks across different architectures and datasets.

AIBullishOpenAI News · Mar 66/109
🧠

Introducing Activation Atlases

Researchers have developed activation atlases, a new technique for visualizing neural network interactions to better understand AI decision-making processes. This advancement aims to help identify weaknesses and investigate failures in AI systems as they are deployed in more sensitive applications.

AIBullishOpenAI News · Feb 155/105
🧠

Interpretable machine learning through teaching

Researchers have developed a machine learning method that enables AIs to teach each other using examples that are also interpretable by humans. The approach automatically identifies the most informative examples to convey concepts, such as selecting optimal images to represent dogs, and has shown effectiveness in teaching both artificial intelligence systems.

AINeutralarXiv – CS AI · Mar 174/10
🧠

Circuit Representations of Random Forests with Applications to XAI

Researchers developed a new method for converting random forest classifiers into circuit representations that enables more efficient computation of decision explanations. The approach provides tools for computing robustness metrics and identifying ways to alter classifier decisions, with applications in explainable AI (XAI).

AINeutralarXiv – CS AI · Mar 114/10
🧠

Unpacking Interpretability: Human-Centered Criteria for Optimal Combinatorial Solutions

Researchers developed a framework to identify what makes AI-generated optimal solutions more interpretable to humans, focusing on bin-packing problems. The study found that humans prefer solutions with three key properties: alignment with greedy heuristics, simple within-bin composition, and ordered visual representation.

AINeutralarXiv – CS AI · Mar 35/108
🧠

How Well Do Multimodal Models Reason on ECG Signals?

Researchers introduce a new framework for evaluating how well multimodal AI models reason about ECG signals by breaking down reasoning into perception (pattern identification) and deduction (logical application of medical knowledge). The framework uses automated code generation to verify temporal patterns and compares model logic against established clinical criteria databases.

AINeutralLil'Log (Lilian Weng) · Aug 15/10
🧠

How to Explain the Prediction of a Machine Learning Model?

Machine learning models are increasingly being deployed in critical sectors including healthcare, justice systems, and financial services. This necessitates the development of model interpretability methods to understand how AI systems make decisions and ensure compliance with ethical and legal requirements.

← PrevPage 2 of 2