← Search

Fatemehsadat Mireshghallah

12 accepted papers

2026

Position: Don't Just "Fix it in Post'': A Science of AI Must Study Learning Dynamics

ICML 2026oral

What would it mean to have a *scientific* understanding of AI? Language models are not static objects—they are snapshots of time-evolving processes shaped by data, objectives, and optimization dynamics. Yet the field predominantly treats models as fixed artifacts, analyzing behaviors after training …

Cited by 0SourceScholar
2026

Privasis: Synthesizing the Largest "Public" Private Dataset from Scratch

ICML 2026poster

Research involving privacy-sensitive data has always been constrained by data scarcity, standing in sharp contrast to other areas that have benefited from data scaling. To quench this thirst, we present Privasis (i.e., privacy oasis), the first million-scale fully synthetic dataset entirely built fr…

Cited by 0SourceScholar
2024

Privacy-Preserving In-Context Learning with Differentially Private Few-Shot Generation

ICLR 2024poster

We study the problem of in-context learning (ICL) with large language models (LLMs) on private datasets. This scenario poses privacy risks, as LLMs may leak or regurgitate the private examples demonstrated in the prompt. We propose a novel algorithm that generates synthetic few-shot demonstrations…

2023

Membership Inference Attacks against Language Models via Neighbourhood Comparison

ACL 2023findings

Membership Inference attacks (MIAs) aim to predict whether a data sample was present in the training data of a machine learning model or not, and are widely used for assessing the privacy risks of language models. Most existing attacks rely on the observation that models tend toassign higher probabi…

2023

Privacy-Preserving Domain Adaptation of Semantic Parsers

ACL 2023long

Task-oriented dialogue systems often assist users with personal or confidential matters. For this reason, the developers of such a system are generally prohibited from observing actual usage. So how can they know where the system is failing and needs more training data or new functionality? In this…

2022

An Empirical Analysis of Memorization in Fine-tuned Autoregressive Language Models

EMNLP 2022main

Large language models are shown to present privacy risks through memorization of training data, andseveral recent works have studied such risks for the pre-training phase. Little attention, however, has been given to the fine-tuning phase and it is not well understood how different fine-tuning metho…

Cited by 88SourcePDFScholar
2022

Differentially Private Model Compression

NeurIPS 2022accept

Recent papers have shown that large pre-trained language models (LLMs) such as BERT, GPT-2 can be fine-tuned on private data to achieve performance comparable to non-private models for many downstream Natural Language Processing (NLP) tasks while simultaneously guaranteeing differential privacy. The…

Cited by 24SourcePDFScholar
2022

Mix and Match: Learning-free Controllable Text Generationusing Energy Language Models

ACL 2022long

Recent work on controlled text generation has either required attribute-based fine-tuning of the base language model (LM), or has restricted the parameterization of the attribute discriminator to be compatible with the base autoregressive LM. In this work, we propose Mix and Match LM, a global score…

2022

Quantifying Privacy Risks of Masked Language Models Using Membership Inference Attacks

EMNLP 2022main

The wide adoption and application of Masked language models (MLMs) on sensitive data (from legal to medical) necessitates a thorough quantitative investigation into their privacy vulnerabilities. Prior attempts at measuring leakage of MLMs via membership inference attacks have been inconclusive, imp…

Cited by 177SourcePDFScholar
2022

UserIdentifier: Implicit User Representations for Simple and Effective Personalized Sentiment Analysis

NAACL 2022long

Global models are typically trained to be as generalizable as possible. Invariance to the specific user is considered desirable since models are shared across multitudes of users. However, these models are often unable to produce personalized responses for individual users, based on their data. Cont…

Cited by 39SourcePDFScholar
2021

Privacy Regularization: Joint Privacy-Utility Optimization in LanguageModels

NAACL 2021long

Neural language models are known to have a high capacity for memorization of training samples. This may have serious privacy im- plications when training models on user content such as email correspondence. Differential privacy (DP), a popular choice to train models with privacy guarantees, comes wi…

Cited by 44SourcePDFScholar
2021

Style Pooling: Automatic Text Style Obfuscation for Improved Classification Fairness

EMNLP 2021main

Text style can reveal sensitive attributes of the author (e.g. age and race) to the reader, which can, in turn, lead to privacy violations and bias in both human and algorithmic decisions based on text. For example, the style of writing in job applications might reveal protected attributes of the ca…