Papers › Linear Adversarial Concept Erasure

Linear Adversarial Concept Erasure

28 Jan 2022arXiv:2201.12091archive 2025-07-28

Shauli Ravfogel, Michael Twiton, Yoav Goldberg, Ryan Cotterell

Modern neural models trained on textual data rely on pre-trained representations that emerge without direct supervision. As these representations are increasingly being used in real-world applications, the inability to \emph{control} their content becomes an increasingly important problem. We formulate the problem of identifying and erasing a linear subspace that corresponds to a given concept, in order to prevent linear predictors from recovering the concept. We model this problem as a constrained, linear maximin game, and show that existing solutions are generally not optimal for this task. We derive a closed-form solution for certain objectives, and propose a convex relaxation, \method, that works well for others. When evaluated in the context of binary gender removal, the method recovers a low-dimensional subspace whose removal mitigates bias by intrinsic and extrinsic evaluation. We show that the method is highly expressive, effectively mitigating bias in deep nonlinear classifiers while maintaining tractability and interpretability.

PaperPDFCodeCode 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="2201.12091")

Code

Syntology Ran 7 of 15 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 7 ran; community (archive-listed): 2 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shauli-ravfogel/rlace-icml officialmentioned in papermentioned on GitHubpytorch report
shauli-ravfogel/adv-kernel-removal mentioned on GitHubpytorch 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

15 samples harvested; 7 ran; 0 honoured the contract we drafted; 8 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.

5ran · our draft was wrong
1ran · fixture could not drive it
1ran
8unverified

Licence: 15 of the 15 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 2 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.

get_entropy shauli-ravfogel/rlace-icml/rlace.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · e50fcbca94b3abf5 · report
get_majority_acc shauli-ravfogel/rlace-icml/rlace.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 7fa83359beb345ed · report
get_projection shauli-ravfogel/rlace-icml/rlace.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · da6b1fd5b8bedac5 · report
get_svd shauli-ravfogel/rlace-icml/glove/run_glove.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9c941dc3a7a5221b · report
init_classifier shauli-ravfogel/rlace-icml/rlace.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · a1a3b3fd3054c606 · report
prepare_output shauli-ravfogel/rlace-icml/rlace.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9fb42506cc0ae256 · report
solve_constraint shauli-ravfogel/rlace-icml/rlace.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 46887c9171dfba2b · report
get_score shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · d7edaf170e8ed046 · report
get_score shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · b765918151ddbd4e · report
solve_adv_game shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · 1c34c38fee030abc · report
solve_constraint shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · a4f8002563910f5b · report
symmetric shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · 4b6bf35b1e1ce947 · report
symmetric shauli-ravfogel/rlace-icml/rlace.py official repository unverified no licence file found · pointer only · 5eb6f7201a4d2f1c · report
get_score shauli-ravfogel/adv-kernel-removal/relaxed_inlp.py community (archive-listed) unverified no licence file found · pointer only · 2e9f7545f8882b0b · report
solve_fantope_relaxation shauli-ravfogel/adv-kernel-removal/relaxed_inlp.py community (archive-listed) unverified no licence file found · pointer only · 8c544ec180660646 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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