← Search

Chandan Singh

15 accepted papers

2026

Interpreting and Steering State-Space Models via Activation Subspace Bottlenecks

ICML 2026poster

State-space models (SSMs) have emerged as an efficient strategy for building powerful language models, avoiding the quadratic complexity of computing attention in transformers. Despite their promise, the interpretability and steerability of modern SSMs remain relatively underexplored. We take a majo…

Cited by 0SourceScholar
2025

Bayesian Concept Bottleneck Models with LLM Priors

NeurIPS 2025poster

Concept Bottleneck Models (CBMs) have been proposed as a compromise between white-box and black-box models, aiming to achieve interpretability without sacrificing accuracy. The standard training procedure for CBMs is to predefine a candidate set of human-interpretable concepts, extract their values…

Cited by 0SourcecodeScholar
2025

Interpretable Next-token Prediction via the Generalized Induction Head

NeurIPS 2025poster

While large transformer models excel in predictive performance, their lack of interpretability restricts their usefulness in high-stakes domains. To remedy this, we propose the Generalized Induction-Head Model (GIM), an interpretable model for next-token prediction inspired by the observation of “in…

Cited by 0SourcecodeScholar
2025

MULTIGUARD: An Efficient Approach for AI Safety Moderation Across Languages and Modalities

EMNLP 2025

The emerging capabilities of large language models (LLMs) have sparked concerns about their immediate potential for harmful misuse. The core approach to mitigate these concerns is the detection of harmful queries to the model. Current detection approaches are fallible, and are particularly susceptib

2025

Mixture of Inputs: Text Generation Beyond Discrete Token Sampling

NeurIPS 2025poster

In standard autoregressive generation, an LLM predicts the next-token distribution, samples a discrete token, and then discards the distribution, passing only the sampled token as new input. To preserve this distribution’s rich information, we propose Mixture of Inputs (MoI), a training-free method…

Cited by 0SourceScholar
2025

Simplifying DINO via Coding Rate Regularization

ICML 2025poster

DINO and DINOv2 are two model families being widely used to learn representations from unlabeled imagery data at large scales. Their learned representations often enable state-of-the-art performance for downstream tasks, such as image classification and segmentation. However, they employ many empiri…

2025

Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning

COLING 2025main

Large language models (LLMs) often generate convincing, fluent explanations. However, different from humans, they often generate inconsistent explanations on different inputs. For example, an LLM may explain “all birds can fly” when answering the question “Can sparrows fly?” but meanwhile answer “no…

2025

Vector-ICL: In-context Learning with Continuous Vector Representations

ICLR 2025poster

Large language models (LLMs) have shown remarkable in-context learning (ICL) capabilities on textual data. We explore whether these capabilities can be extended to continuous vectors from diverse domains, obtained from black-box pretrained encoders. By aligning input data with an LLM's embedding spa…

2024

Crafting Interpretable Embeddings for Language Neuroscience by Asking LLMs Questions

NeurIPS 2024poster

Large language models (LLMs) have rapidly improved text embeddings for a growing array of natural-language processing tasks. However, their opaqueness and proliferation into scientific domains such as neuroscience have created a growing need for interpretability. Here, we ask whether we can obtain i…

Cited by 0SourcePDFScholar
2024

Tell Your Model Where to Attend: Post-hoc Attention Steering for LLMs

ICLR 2024poster

In human-written articles, we often leverage the subtleties of text style, such as bold and italics, to guide the attention of readers. These textual emphases are vital for the readers to grasp the conveyed information. When interacting with large language models (LLMs), we have a similar need -- s…

2023

Tree Prompting: Efficient Task Adaptation without Fine-Tuning

EMNLP 2023long main

Prompting language models (LMs) is the main interface for applying them to new tasks. However, for smaller LMs, prompting provides low accuracy compared to gradient-based fine-tuning. Tree Prompting is an approach to prompting which builds a decision tree of prompts, linking multiple prompt-LM calls…

Cited by 0SourceScholar
2022

Hierarchical Shrinkage: Improving the accuracy and interpretability of tree-based models.

ICML 2022oral

Decision trees and random forests (RF) are a cornerstone of modern machine learning practice. Due to their tendency to overfit, trees are typically regularized by a variety of techniques that modify their structure (e.g. pruning). We introduce Hierarchical Shrinkage (HS), a post-hoc algorithm which…

2021

Adaptive wavelet distillation from neural networks through interpretations

NeurIPS 2021poster

Recent deep-learning models have achieved impressive prediction performance, but often sacrifice interpretability and computational efficiency. Interpretability is crucial in many disciplines, such as science and medicine, where models must be carefully vetted or where interpretation is the goal its…

Cited by 51SourcePDFScholar
2020

Interpretations are Useful: Penalizing Explanations to Align Neural Networks with Prior Knowledge

ICML 2020poster

For an explanation of a deep learning model to be effective, it must provide both insight into a model and suggest a corresponding action in order to achieve some objective. Too often, the litany of proposed explainable deep learning methods stop at the first step, providing practitioners with insig…