← Search

Jenna Wiens

19 accepted papers

2026

A Course Correction in Steerability Evaluation: Revealing Miscalibration and Side Effects in LLMs

AAAI 2026technical

Despite advances in large language models (LLMs) on reasoning and instruction-following benchmarks, it is unclear whether they can reliably produce outputs aligned with a variety of user goals, a concept called steerability. We highlight two gaps in current LLM evaluations for assessing steerability

Cited by 0SourcePDFScholar
2025

Disentangling misreporting from genuine adaptation in strategic settings: a causal approach

NeurIPS 2025poster

In settings where ML models are used to inform the allocation of resources, agents affected by the allocation decisions might have an incentive to strategically change their features to secure better outcomes. While prior work has studied strategic responses broadly, disentangling misreporting from…

Cited by 0SourceScholar
2025

Learning Laplacian Positional Encodings for Heterophilous Graphs

AISTATS 2025poster

In this work, we theoretically demonstrate that current graph positional encodings (PEs) are not beneficial and could potentially hurt performance in tasks involving heterophilous graphs, where nodes that are close tend to have different labels. This limitation is critical as many real-world network…

Cited by 0SourceScholar
2024

DEPICT: Diffusion-Enabled Permutation Importance for Image Classification Tasks

ECCV 2024poster

"We propose a permutation-based explanation method for image classifiers. Current image-model explanations like activation maps are limited to instance-based explanations in the pixel space, making it difficult to understand global model behavior. In contrast, permutation based explanations for tabu…

Cited by 1SourcePDFScholar
2024

From Biased Selective Labels to Pseudo-Labels: An Expectation-Maximization Framework for Learning from Biased Decisions

ICML 2024poster

Selective labels occur when label observations are subject to a decision-making process; e.g., diagnoses that depend on the administration of laboratory tests. We study a clinically-inspired selective label problem called disparate censorship, where labeling biases vary across subgroups and unlabele…

2024

Learning to Rank for Optimal Treatment Allocation Under Resource Constraints

AISTATS 2024poster

Current causal inference approaches for estimating conditional average treatment effects (CATEs) often prioritize accuracy. However, in resource constrained settings, decision makers may only need a ranking of individuals based on their estimated CATE. In these scenarios, exact CATE estimation may b…

Cited by 2SourcePDFScholar
2024

Who’s Gaming the System? A Causally-Motivated Approach for Detecting Strategic Adaptation

NeurIPS 2024poster

In many settings, machine learning models may be used to inform decisions that impact individuals or entities who interact with the model. Such entities, or *agents,* may *game* model decisions by manipulating their inputs to the model to obtain better outcomes and maximize some utility. We consider…

2023

Counterfactual-Augmented Importance Sampling for Semi-Offline Policy Evaluation

NeurIPS 2023poster

In applying reinforcement learning (RL) to high-stakes domains, quantitative and qualitative evaluation using observational data can help practitioners understand the generalization performance of new policies. However, this type of off-policy evaluation (OPE) is inherently limited since offline dat…

2023

Forecasting with Sparse but Informative Variables: A Case Study in Predicting Blood Glucose

AAAI 2023technical

In time-series forecasting, future target values may be affected by both intrinsic and extrinsic effects. When forecasting blood glucose, for example, intrinsic effects can be inferred from the history of the target signal alone (i.e. blood glucose), but accurately modeling the impact of extrinsic e…

2022

Learning Concept Credible Models for Mitigating Shortcuts

NeurIPS 2022accept

During training, models can exploit spurious correlations as shortcuts, resulting in poor generalization performance when shortcuts do not persist. In this work, assuming access to a representation based on domain knowledge (i.e., known concepts) that is invariant to shortcuts, we aim to learn robus…

Cited by 7SourcePDFScholar
2022

Leveraging Factored Action Spaces for Efficient Offline Reinforcement Learning in Healthcare

NeurIPS 2022accept

Many reinforcement learning (RL) applications have combinatorial action spaces, where each action is a composition of sub-actions. A standard RL approach ignores this inherent factorization structure, resulting in a potential failure to make meaningful inferences about rarely observed sub-action com…

2021

Shapley Flow: A Graph-based Approach to Interpreting Model Predictions

AISTATS 2021poster

Many existing approaches for estimating feature importance are problematic because they ignore or hide dependencies among features. A causal graph, which encodes the relationships among input variables, can aid in assigning feature importance. However, current approaches that assign credit to nodes…

Cited by 136SourcePDFScholar
2020

Clinician-in-the-Loop Decision Making: Reinforcement Learning with Near-Optimal Set-Valued Policies

ICML 2020poster

Standard reinforcement learning (RL) aims to find an optimal policy that identifies the best action for each state. However, in healthcare settings, many actions may be near-equivalent with respect to the reward (e.g., survival). We consider an alternative objective – learning set-valued policies to…