← Search

Jean Feng

9 accepted papers

2026

When the Domain Expert Has No Time and the LLM Developer Has No Clinical Expertise: Real-World Lessons from LLM Co-Design in a Safety-Net Hospital

AAAI 2026technical

Large language models (LLMs) have the potential to address social and behavioral determinants of health by transforming labor intensive workflows in resource-constrained settings. Creating LLM-based applications that serve the needs of underserved communities requires a deep understanding of their l

Cited by 0SourcePDFScholar
2025

"Who experiences large model decay and why?" A Hierarchical Framework for Diagnosing Heterogeneous Performance Drift

ICML 2025poster

Machine learning (ML) models frequently experience performance degradation when deployed in new contexts. Such degradation is rarely uniform: some subgroups may suffer large performance decay while others may not. Understanding where and how large differences in performance arise is critical for des…

Cited by 0SourcePDFScholar
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
2024

A hierarchical decomposition for explaining ML performance discrepancies

NeurIPS 2024poster

Machine learning (ML) algorithms can often differ in performance across domains. Understanding why their performance differs is crucial for determining what types of interventions (e.g., algorithmic or operational) are most effective at closing the performance gaps. Aggregate decompositions express…

Cited by 2SourcePDFScholar
2024

Is this model reliable for everyone? Testing for strong calibration

AISTATS 2024poster

In a well-calibrated risk prediction model, the average predicted probability is close to the true event rate for any given subgroup. Such models are reliable across heterogeneous populations and satisfy strong notions of algorithmic fairness. However, the task of auditing a model for strong calibra…

2024

Monitoring machine learning-based risk prediction algorithms in the presence of performativity

AISTATS 2024poster

Performance monitoring of machine learning (ML)-based risk prediction models in healthcare is complicated by the issue of performativity: when an algorithm predicts a patient to be at high risk for an adverse event, clinicians are more likely to administer prophylactic treatment and alter the very t…

Cited by 3SourcePDFScholar
2022

Sequential algorithmic modification with test data reuse

UAI 2022poster

After initial release of a machine learning algorithm, the model can be fine-tuned by retraining on subsequently gathered data, adding newly discovered features, or more. Each modification introduces a risk of deteriorating performance and must be validated on a test dataset. It may not always be pr…

2020

Efficient nonparametric statistical inference on population feature importance using Shapley values

ICML 2020poster

The true population-level importance of a variable in a prediction task provides useful knowledge about the underlying data-generating mechanism and can help in deciding which measurements to collect in subsequent experiments. Valid statistical inference on this importance is a key component in unde…

Cited by 105SourcePDFScholar
2018

Nonparametric variable importance using an augmented neural network with multi-task learning

ICML 2018oral

In predictive modeling applications, it is often of interest to determine the relative contribution of subsets of features in explaining the variability of an outcome. It is useful to consider this variable importance as a function of the unknown, underlying data-generating mechanism rather than the…