← Search

Been Kim

28 accepted papers

2026

Representational Similarity and Model Behavior in Multi-Agent Interaction

ICML 2026poster

Researchers have shown that neural similarity among humans predicts social closeness and cooperative success, whereas innovation often emerges from interactions among dissimilar individuals. We investigate whether these principles extend to artificial intelligence by examining interactions between l…

Cited by 0SourceScholar
2025

How new data permeates LLM knowledge and how to dilute it

ICLR 2025spotlight

Large language models continually learn through the accumulation of gradient-based updates, but how individual pieces of new information affect existing knowledge, leading to both beneficial generalization and problematic hallucination, remains poorly understood. We demonstrate that when learning ne…

2025

Proactive Agents for Multi-Turn Text-to-Image Generation Under Uncertainty

ICML 2025poster

User prompts for generative AI models are often underspecified, leading to a misalignment between the user intent and models' understanding. As a result, users commonly have to painstakingly refine their prompts. We study this alignment problem in text-to-image (T2I) generation and propose a prototy…

2025

QuestBench: Can LLMs ask the right question to acquire information in reasoning tasks?

NeurIPS 2025poster

Large language models (LLMs) have shown impressive performance on reasoning benchmarks like math and logic. While many works have largely assumed well-defined tasks, real-world queries are often underspecified and only solvable by acquiring missing information. We formalize this information-gatherin…

Cited by 0SourcecodeScholar
2024

Don't trust your eyes: on the (un)reliability of feature visualizations

ICML 2024poster

How do neural networks extract patterns from pixels? Feature visualizations attempt to answer this important question by visualizing highly activating patterns through optimization. Today, visualization methods form the foundation of our knowledge about the internal workings of neural networks, as a…

2023

Does Localization Inform Editing? Surprising Differences in Causality-Based Localization vs. Knowledge Editing in Language Models

NeurIPS 2023spotlight

Language models learn a great quantity of factual information during pretraining, and recent work localizes this information to specific model weights like mid-layer MLP weights. In this paper, we find that we can change how a fact is stored in a model by editing weights that are in a different loca…

2023

Gaussian Process Probes (GPP) for Uncertainty-Aware Probing

NeurIPS 2023poster

Understanding which concepts models can and cannot represent has been fundamental to many tasks: from effective and responsible use of models to detecting out of distribution data. We introduce Gaussian process probes (GPP), a unified and simple framework for probing and measuring uncertainty about…

2023

On the Relationship Between Explanation and Prediction: A Causal View

ICML 2023poster

Being able to provide explanations for a model's decision has become a central requirement for the development, deployment, and adoption of machine learning models. However, we are yet to understand what explanation methods can and cannot do. How do upstream factors such as data, model prediction, h…

Cited by 21SourcePDFScholar
2023

State2Explanation: Concept-Based Explanations to Benefit Agent Learning and User Understanding

NeurIPS 2023poster

As more non-AI experts use complex AI systems for daily tasks, there has been an increasing effort to develop methods that produce explanations of AI decision making that are understandable by non-AI experts. Towards this effort, leveraging higher-level concepts and producing concept-based explanati…

Cited by 30SourcePDFScholar
2022

Beyond Rewards: a Hierarchical Perspective on Offline Multiagent Behavioral Analysis

NeurIPS 2022accept

Each year, expert-level performance is attained in increasingly-complex multiagent domains, where notable examples include Go, Poker, and StarCraft II. This rapid progression is accompanied by a commensurate need to better understand how such agents attain this performance, to enable their safe depl…

Cited by 6SourcePDFScholar
2022

DISSECT: Disentangled Simultaneous Explanations via Concept Traversals

ICLR 2022poster

Explaining deep learning model inferences is a promising venue for scientific understanding, improving safety, uncovering hidden biases, evaluating fairness, and beyond, as argued by many scholars. One of the principal benefits of counterfactual explanations is allowing users to explore "what-if" sc…

2022

Post hoc Explanations may be Ineffective for Detecting Unknown Spurious Correlation

ICLR 2022poster

We investigate whether three types of post hoc model explanations–feature attribution, concept activation, and training point ranking–are effective for detecting a model’s reliance on spurious signals in the training data. Specifically, we consider the scenario where the spurious signal to be detect…

Cited by 118SourcePDFScholar
2020

Concept Bottleneck Models

ICML 2020poster

We seek to learn models that we can interact with using high-level concepts: if the model did not think there was a bone spur in the x-ray, would it still predict severe arthritis? State-of-the-art models today do not typically support the manipulation of concepts like "the existence of bone spurs",…

2020

On Completeness-aware Concept-Based Explanations in Deep Neural Networks

NeurIPS 2020poster

Human explanations of high-level decisions are often expressed in terms of key concepts the decisions are based on. In this paper, we study such concept-based explainability for Deep Neural Networks (DNNs). First, we define the notion of \emph{completeness}, which quantifies how sufficient a particu…

2019

A Benchmark for Interpretability Methods in Deep Neural Networks

NeurIPS 2019poster

We propose an empirical measure of the approximate accuracy of feature importance estimates in deep neural networks. Our results across several large-scale image classification datasets show that many popular interpretability methods produce estimates of feature importance that are not better than a…

2019

Interpreting Black Box Predictions using Fisher Kernels

AISTATS 2019poster

Research in both machine learning and psychology suggests that salient examples can help humans to interpret learning models. To this end, we take a novel look at black box interpretation of test predictions in terms of training examples. Our goal is to ask “which training examples are most responsi…

Cited by 123SourcePDFScholar
2019

Visualizing and Measuring the Geometry of BERT

NeurIPS 2019poster

Transformer architectures show significant promise for natural language processing. Given that a single pretrained model can be fine-tuned to perform well on many different tasks, these networks appear to extract generally useful linguistic features. A natural question is how such networks represent…

Cited by 512SourcePDFScholar
2018

Human-in-the-Loop Interpretability Prior

NeurIPS 2018spotlight

We often desire our models to be interpretable as well as accurate. Prior work on optimizing models for interpretability has relied on easy-to-quantify proxies for interpretability, such as sparsity or the number of operations required. In this work, we optimize for interpretability by directly inc…

Cited by 177SourcePDFScholar
2018

Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV)

ICML 2018oral

The interpretation of deep learning models is a challenge due to their size, complexity, and often opaque internal state. In addition, many systems, such as image classifiers, operate on low-level features rather than high-level concepts. To address these challenges, we introduce Concept Activation…

2018

Learning how to explain neural networks: PatternNet and PatternAttribution

ICLR 2018poster

DeConvNet, Guided BackProp, LRP, were invented to better understand deep neural networks. We show that these methods do not produce the theoretically correct explanation for a linear model. Yet they are used on multi-layer networks with millions of parameters. This is a cause for concern since linea…

Cited by 433SourcePDFScholar
2018

Sanity Checks for Saliency Maps

NeurIPS 2018spotlight

Saliency methods have emerged as a popular tool to highlight features in an input deemed relevant for the prediction of a learned model. Several saliency methods have been proposed, often guided by visual appeal on image data. In this work, we propose an actionable methodology to evaluate what kinds…

2016

Examples are not enough, learn to criticize! Criticism for Interpretability

NeurIPS 2016oral

Example-based explanations are widely used in the effort to improve the interpretability of highly complex distributions. However, prototypes alone are rarely sufficient to represent the gist of the complexity. In order for users to construct better mental models and understand complex data distribu…

Cited by 1228SourcePDFScholar
2015

Mind the Gap: A Generative Approach to Interpretable Feature Selection and Extraction

NeurIPS 2015poster

We present the Mind the Gap Model (MGM), an approach for interpretable feature extraction and selection. By placing interpretability criteria directly into the model, we allow for the model to both optimize parameters related to interpretability and to directly report a global set of distinguishabl…

Cited by 138SourcePDFScholar