Papers › Differential Privacy, Linguistic Fairness, and Training Data Influence: Impossibility...

Differential Privacy, Linguistic Fairness, and Training Data Influence: Impossibility and Possibility Theorems for Multilingual Language Models

17 Aug 2023arXiv:2308.08774archive 2025-07-28

Phillip Rust, Anders Søgaard

Language models such as mBERT, XLM-R, and BLOOM aim to achieve multilingual generalization or compression to facilitate transfer to a large number of (potentially unseen) languages. However, these models should ideally also be private, linguistically fair, and transparent, by relating their predictions to training data. Can these requirements be simultaneously satisfied? We show that multilingual compression and linguistic fairness are compatible with differential privacy, but that differential privacy is at odds with training data influence sparsity, an objective for transparency. We further present a series of experiments on two common NLP tasks and evaluate multilingual compression and training data influence sparsity under different privacy guarantees, exploring these trade-offs in more detail. Our results suggest that we need to develop ways to jointly optimize for these objectives in order to find practical trade-offs.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.08774")

Code

Syntology Ran 14 of 23 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 14 ran with no contract checked.

By repository: found in paper text by Syntology: 23 samples from 3 repositories, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

huggingface/transformers found in paper text by Syntology report
LBeaudoux/tatoebatools found in paper text by SyntologyMIT report
xplip/multilingual-lm-objectives found in paper text by SyntologyMIT report
lxuechen/private-transformers found in paper text by SyntologyApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 14 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14ran
9unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compare_csv LBeaudoux/tatoebatools/tatoebatools/difference.py found in paper text by Syntology ran MIT (permissive) · 6d26d45c8e798207 · report
compute_loss xplip/multilingual-lm-objectives/finetuning/pos/tracin_pos.py found in paper text by Syntology ran MIT (permissive) · 88380f81794a2565 · report
convert_examples_to_features xplip/multilingual-lm-objectives/finetuning/pos/pos_dataset.py found in paper text by Syntology ran MIT (permissive) · c7dd8be65b126cb4 · report
convert_gpt2_attention_to_lora lxuechen/private-transformers/private_transformers/lora_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8eda8261353a36a2 · report
evaluate_retrieval xplip/multilingual-lm-objectives/evaluation/evaluation_utils.py found in paper text by Syntology ran MIT (permissive) · c11453363b10dd6a · report
get_distances xplip/multilingual-lm-objectives/evaluation/evaluation_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · f613227e9f1c6c9c · report
get_grad_z xplip/multilingual-lm-objectives/finetuning/pos/tracin_pos.py found in paper text by Syntology ran MIT (permissive) · 03f31dbf34c04281 · report
get_privacy_spent lxuechen/private-transformers/private_transformers/accounting/rdp_accounting.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5429ceb040535efa · report
map_a_special_embeddings_into_b xplip/multilingual-lm-objectives/utils/dp_training_utils.py found in paper text by Syntology ran MIT (permissive) · b879433be37a1f1f · report
remove_padding xplip/multilingual-lm-objectives/evaluation/evaluation_utils.py found in paper text by Syntology ran MIT (permissive) · 41c6daed8df5aa21 · report
requires_grad lxuechen/private-transformers/private_transformers/autograd_grad_sample.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5bfe971f0927820a · report
reset_pos LBeaudoux/tatoebatools/tatoebatools/datafile.py found in paper text by Syntology ran MIT (permissive) · fb96d82eef598129 · report
sum_over_all_but_batch_and_last_n lxuechen/private-transformers/private_transformers/supported_layers_grad_samplers.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d62ca268adb92593 · report
unfold2d lxuechen/private-transformers/private_transformers/supported_layers_grad_samplers.py found in paper text by Syntology ran Apache-2.0 (permissive) · 088a357156c09c02 · report
add_hooks lxuechen/private-transformers/private_transformers/autograd_grad_sample.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e7bbbbdcc4595ebd · report
compute_rdp lxuechen/private-transformers/private_transformers/accounting/rdp_accounting.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9f57ed8d21d5b2de · report
get_file xplip/multilingual-lm-objectives/finetuning/pos/pos_dataset.py found in paper text by Syntology unverified MIT (permissive) · 9c85503addee47df · report
load_checkpoint xplip/multilingual-lm-objectives/finetuning/pos/tracin_pos.py found in paper text by Syntology unverified MIT (permissive) · eedeab21f434a49e · report
load_checkpoint xplip/multilingual-lm-objectives/finetuning/xnli/tracin_xnli.py found in paper text by Syntology unverified MIT (permissive) · 96cf21cd04f4f381 · report
read_examples_from_file xplip/multilingual-lm-objectives/finetuning/pos/pos_dataset.py found in paper text by Syntology unverified MIT (permissive) · 59e3a2396c98aeee · report
swap_bert_model_forward lxuechen/private-transformers/private_transformers/transformers_support.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 05fcbe0865ca943a · report
swap_gpt2_model_forward lxuechen/private-transformers/private_transformers/transformers_support.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e6bec88416415966 · report
swap_openai_gpt_model_forward lxuechen/private-transformers/private_transformers/transformers_support.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d6ada14227fbf040 · report

Tasks

FairnessXLM-R

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BLOOMXLM-RmBERT

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections