Papers › EvoMU: Evolutionary Machine Unlearning

EvoMU: Evolutionary Machine Unlearning

2 Feb 2026arXiv:2602.02139added by Syntology

Pawel Batorski, Paul Swoboda

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Machine unlearning aims to unlearn specified training data (e.g. sensitive or copyrighted material). A prominent approach is to fine-tune an existing model with an unlearning loss that retains overall utility. The space of suitable unlearning loss functions is vast, making the search for an optimal loss function daunting. Additionally, there might not even exist a universally optimal loss function: differences in the structure and overlap of the forget and retain data can cause a loss to work well in one setting but over-unlearn or under-unlearn in another. Our approach EvoMU tackles these two challenges simultaneously. An evolutionary search procedure automatically finds task-specific losses in the vast space of possible unlearning loss functions. This allows us to find dataset-specific losses that match or outperform existing losses from the literature, without the need for a human-in-the-loop. This work is therefore an instance of automatic scientific discovery, a.k.a. an AI co-scientist. In contrast to previous AI co-scientist works, we do so on a budget: We achieve SotA results using a small 4B parameter model (Qwen3-4B-Thinking), showing the potential of AI co-scientists with limited computational resources. Our experimental evaluation shows that we surpass previous loss-based unlearning formulations on TOFU-5%, TOFU-10%, MUSE and WMDP by synthesizing novel unlearning losses. Our code is available at https://github.com/Batorskq/EvoMU.

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="2602.02139")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: found in paper text by Syntology: 20 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.

Batorskq/EvoMU found in paper text by Syntology report

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

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

20unverified

Licence: 20 of the 20 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 Batorskq/EvoMU. “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.

build_messages Batorskq/EvoMU/generate_muse.py found in paper text by Syntology unverified no licence file found · pointer only · a5ca2afdff6f10e1 · report
build_prompts Batorskq/EvoMU/generate.py found in paper text by Syntology unverified no licence file found · pointer only · d82f38d3ff8ec37d · report
build_prompts Batorskq/EvoMU/generate_books.py found in paper text by Syntology unverified no licence file found · pointer only · ecc38e915af79368 · report
build_prompts Batorskq/EvoMU/generate_muse.py found in paper text by Syntology unverified no licence file found · pointer only · 7599901a8968b428 · report
build_refine_prompts Batorskq/EvoMU/generate.py found in paper text by Syntology unverified no licence file found · pointer only · 0cf803c8c3136f7e · report
build_refine_prompts Batorskq/EvoMU/generate_books.py found in paper text by Syntology unverified no licence file found · pointer only · 7ff6376b291b0e65 · report
build_refine_prompts Batorskq/EvoMU/generate_muse.py found in paper text by Syntology unverified no licence file found · pointer only · a1f23bff9cb09cd5 · report
build_refine_prompts_muse Batorskq/EvoMU/generate.py found in paper text by Syntology unverified no licence file found · pointer only · 80cba9bfbeea8c14 · report
build_refine_prompts_muse Batorskq/EvoMU/generate_books.py found in paper text by Syntology unverified no licence file found · pointer only · e69715d0d6f8bd08 · report
get_agg_value Batorskq/EvoMU/summarize.py found in paper text by Syntology unverified no licence file found · pointer only · 7175ffd4ef141959 · report
is_valid_number Batorskq/EvoMU/summarize.py found in paper text by Syntology unverified no licence file found · pointer only · b1c76c6b9fe7e034 · report
parse_epochs_from_docstring Batorskq/EvoMU/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 280134d65e9da9a8 · report
per_sample_log_probs Batorskq/EvoMU/utils_books.py found in paper text by Syntology unverified no licence file found · pointer only · 421a64ec1ee730d4 · report
precompute_ref_log_probs_forget Batorskq/EvoMU/utils_books.py found in paper text by Syntology unverified no licence file found · pointer only · 612d0f56732fd7ee · report
run_generate_and_load_loss_functions Batorskq/EvoMU/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 752f6cdda5419934 · report
run_muse_eval Batorskq/EvoMU/train_muse_books.py found in paper text by Syntology unverified no licence file found · pointer only · e96d2c2de910ea94 · report
run_muse_eval Batorskq/EvoMU/train_muse_news.py found in paper text by Syntology unverified no licence file found · pointer only · 3582c29fca6f7dcc · report
run_refine_and_load_loss_functions Batorskq/EvoMU/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 850286850bed1283 · report
safe_float Batorskq/EvoMU/summarize.py found in paper text by Syntology unverified no licence file found · pointer only · e77c8a3be2e573f9 · report
to_device Batorskq/EvoMU/utils_books.py found in paper text by Syntology unverified no licence file found · pointer only · 55c3d59aaea22c3d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.02139, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

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