← Search

Judy Hanwen Shen

9 accepted papers

2025

Two Tickets are Better than One: Fair and Accurate Hiring Under Strategic LLM Manipulations

ICML 2025poster

In an era of increasingly capable foundation models, job seekers are turning to generative AI tools to enhance their application materials. However, unequal access to and knowledge about generative AI tools can harm both employers and candidates by reducing the accuracy of hiring decisions and givin…

Cited by 0SourcePDFScholar
2024

Dissenting Explanations: Leveraging Disagreement to Reduce Model Overreliance

AAAI 2024technical

While modern explanation methods have been shown to be inconsistent and contradictory, the explainability of black-box models nevertheless remains desirable. When the role of explanations extends from understanding models to aiding decision making, the semantics of explanations is not always fully u…

Cited by 3SourcePDFScholar
2021

Accuracy, Interpretability, and Differential Privacy via Explainable Boosting

ICML 2021spotlight

We show that adding differential privacy to Explainable Boosting Machines (EBMs), a recent method for training interpretable ML models, yields state-of-the-art accuracy while protecting privacy. Our experiments on multiple classification and regression datasets show that DP-EBM models suffer surpris…

2021

Fast and Memory Efficient Differentially Private-SGD via JL Projections

NeurIPS 2021poster

Differentially Private-SGD (DP-SGD) of Abadi et al. and its variations are the only known algorithms for private training of large scale neural networks. This algorithm requires computation of per-sample gradients norms which is extremely slow and memory intensive in practice. In this paper, we pres…

Cited by 48SourcePDFScholar
2020

Differentially Private Set Union

ICML 2020poster

We study the basic operation of set union in the global model of differential privacy. In this problem, we are given a universe $U$ of items, possibly of infinite size, and a database $D$ of users. Each user $i$ contributes a subset $W_i \subseteq U$ of items. We want an ($\epsilon$,$\delta$)-differ…

2019

Approximating Interactive Human Evaluation with Self-Play for Open-Domain Dialog Systems

NeurIPS 2019poster

Building an open-domain conversational agent is a challenging problem. Current evaluation methods, mostly post-hoc judgments of static conversation, do not capture conversation quality in a realistic interactive context. In this paper, we investigate interactive human evaluation and provide evidence…