← Search

Terrance Liu

8 accepted papers

2026

Optimizing Canaries for Privacy Auditing with Metagradient Descent

ICLR 2026poster

In this work we study black-box privacy auditing, where the goal is to lower bound the privacy parameter of a differentially private learning algorithm using only the algorithm’s outputs (i.e., final trained model). For DP-SGD (the most successful method for training differentially private deep lear…

Cited by 0SourceScholar
2025

Calibrating LLMs for Text-to-SQL Parsing by Leveraging Sub-clause Frequencies

EMNLP 2025

While large language models (LLMs) achieve strong performance on text-to-SQL parsing, they sometimes exhibit unexpected failures in which they are confidently incorrect. Building trustworthy text-to-SQL systems thus requires eliciting reliable uncertainty measures from the LLM. In this paper, we stu

Cited by 0SourcePDFScholar
2025

Unlearned but Not Forgotten: Data Extraction after Exact Unlearning in LLM

NeurIPS 2025poster

Large Language Models are typically trained on datasets collected from the web, which may inadvertently contain harmful or sensitive personal information. To address growing privacy concerns, unlearning methods have been proposed to remove the influence of specific data from trained models. Of these…

Cited by 0SourcecodeScholar
2023

Generating Private Synthetic Data with Genetic Algorithms

ICML 2023poster

We study the problem of efficiently generating differentially private synthetic data that approximate the statistical properties of an underlying sensitive dataset. In recent years, there has been a growing line of work that approaches this problem using first-order optimization techniques. However,…

2021

Iterative Methods for Private Synthetic Data: Unifying Framework and New Methods

NeurIPS 2021poster

We study private synthetic data generation for query release, where the goal is to construct a sanitized version of a sensitive dataset, subject to differential privacy, that approximately preserves the answers to a large collection of statistical queries. We first present an algorithmic framework t…

Cited by 76SourcePDFScholar
2021

Learning Language and Multimodal Privacy-Preserving Markers of Mood from Mobile Data

ACL 2021long

Mental health conditions remain underdiagnosed even in countries with common access to advanced medical care. The ability to accurately and efficiently predict mood from easily collectible data has several important implications for the early detection, intervention, and treatment of mental health d…

Cited by 21SourcePDFScholar
2021

Leveraging Public Data for Practical Private Query Release

ICML 2021spotlight

In many statistical problems, incorporating priors can significantly improve performance. However, the use of prior knowledge in differentially private query release has remained underexplored, despite such priors commonly being available in the form of public datasets, such as previous US Census re…