← Search

Ivan Habernal

11 accepted papers

2025

The Impact of Inference Acceleration on Bias of LLMs

NAACL 2025long

Last few years have seen unprecedented advances in capabilities of Large Language Models (LLMs). These advancements promise to benefit a vast array of application domains. However, due to their immense size, performing inference with LLMs is both costly and slow. Consequently, a plethora of recent w…

2024

Granularity is crucial when applying differential privacy to text: An investigation for neural machine translation

EMNLP 2024finding

Applying differential privacy (DP) by means of the DP-SGD algorithm to protect individual data points during training is becoming increasingly popular in NLP. However, the choice of granularity at which DP is applied is often neglected. For example, neural machine translation (NMT) typically operate…

2024

Private Language Models via Truncated Laplacian Mechanism

EMNLP 2024main

Recently it has been shown that deep learning models for NLP tasks are prone to attacks that can even reconstruct the verbatim training texts. To prevent privacy leakage, researchers have investigated word-level perturbations, relying on the formal guarantees of differential privacy (DP) in the embe…

Cited by 1SourcePDFScholar
2024

To Share or Not to Share: What Risks Would Laypeople Accept to Give Sensitive Data to Differentially-Private NLP Systems?

COLING 2024main

Although the NLP community has adopted central differential privacy as a go-to framework for privacy-preserving model training or data sharing, the choice and interpretation of the key parameter, privacy budget 𝜀 that governs the strength of privacy protection, remains largely arbitrary. We argue th…

Cited by 4SourcePDFScholar
2023

DP-BART for Privatized Text Rewriting under Local Differential Privacy

ACL 2023findings

Privatized text rewriting with local differential privacy (LDP) is a recent approach that enables sharing of sensitive textual documents while formally guaranteeing privacy protection to individuals. However, existing systems face several issues, such as formal mathematical flaws, unrealistic privac…

2022

DP-Rewrite: Towards Reproducibility and Transparency in Differentially Private Text Rewriting

COLING 2022main

Text rewriting with differential privacy (DP) provides concrete theoretical guarantees for protecting the privacy of individuals in textual documents. In practice, existing systems may lack the means to validate their privacy-preserving claims, leading to problems of transparency and reproducibility…

2022

One size does not fit all: Investigating strategies for differentially-private learning across NLP tasks

EMNLP 2022main

Preserving privacy in contemporary NLP models allows us to work with sensitive data, but unfortunately comes at a price. We know that stricter privacy guarantees in differentially-private stochastic gradient descent (DP-SGD) generally degrade model performance. However, previous research on the effi…