← Search

Kevin Du

9 accepted papers

2025

Controllable Context Sensitivity and the Knob Behind It

ICLR 2025poster

When making predictions, a language model must trade off how much it relies on its context vs. its prior knowledge. Choosing how sensitive the model is to its context is a fundamental functionality, as it enables the model to excel at tasks like retrieval-augmented generation and question-answering.…

2025

Taxonomy-Aware Evaluation of Vision-Language Models

CVPR 2025poster

When a vision-language model (VLM) is prompted to identify an entity depicted in an image, it may answer "I see a conifer," rather than the specific label "Norway spruce". This raises two issues for evaluation: Firstly, the unconstrained generated text needs to be mapped to the evaluation label spac…

2024

Activation Scaling for Steering and Interpreting Language Models

EMNLP 2024finding

Given the prompt “Rome is in”, can we steer a language model to flip its prediction of an incorrect token “France” to a correct token “Italy” by only multiplying a few relevant activation vectors with scalars? We argue that successfully intervening on a model is a prerequisite for interpreting its i…

2024

Context versus Prior Knowledge in Language Models

ACL 2024long

To answer a question, language models often need to integrate prior knowledge learned during pretraining and new information presented in context. We hypothesize that models perform this integration in a predictable way across different questions and contexts: models will rely more on prior knowledg…

Cited by 11SourcePDFScholar
2024

Efficiently Computing Susceptibility to Context in Language Models

EMNLP 2024finding

One strength of modern language models is their ability to incorporate information from a user-input context when answering queries. However, they are not equally sensitive to the subtle changes to that context.To quantify this, Du et al. (2024) gives an information-theoretic metric to measure such…

2023

AlphaSnake: Policy Iteration on a Nondeterministic NP-Hard Markov Decision Process (Student Abstract)

AAAI 2023technical

Reinforcement learning has been used to approach well-known NP-hard combinatorial problems in graph theory. Among these, Hamiltonian cycle problems are exceptionally difficult to analyze, even when restricted to individual instances of structurally complex graphs. In this paper, we use Monte Carlo T…

Cited by 0SourcePDFScholar
2023

Generalizing Backpropagation for Gradient-Based Interpretability

ACL 2023long

Many popular feature-attribution methods for interpreting deep neural networks rely on computing the gradients of a model’s output with respect to its inputs. While these methods can indicate which input features may be important for the model’s prediction, they reveal little about the inner working…