Papers › Infusion: Shaping Model Behavior by Editing Training Data via Influence Functions

Infusion: Shaping Model Behavior by Editing Training Data via Influence Functions

10 Feb 2026ICLRarXiv:2602.09987added by Syntology

J Rosser, Robert Kirk, Edward Grefenstette, Jakob Foerster, Laura Ruis

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

Influence functions are commonly used to attribute model behavior to training documents. We explore the reverse: crafting training data that induces model behavior. Our framework, Infusion, uses scalable influence-function approximations to compute small perturbations to training documents that induce targeted changes in model behavior through parameter shifts. We evaluate Infusion on data poisoning tasks across vision and language domains. On CIFAR-10, we show that making subtle edits via Infusion to just 0.2% (100/45,000) of the training documents can be competitive with the baseline of inserting a small number of explicit behavior examples. We also find that Infusion transfers across architectures (ResNet ↔ CNN), suggesting a single poisoned corpus can affect multiple independently trained models. In preliminary language experiments, we characterize when our approach increases the probability of target behaviors and when it fails, finding it most effective at amplifying behaviors the model has already learned. Taken together, these results show that small, subtle edits to training data can systematically shape model behavior, underscoring the importance of training data interpretability for adversaries and defenders alike. We provide the code here: https://github.com/jrosseruk/infusion.

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.09987")

Code

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

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

jrosseruk/infusion 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

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

13unverified

Licence: 13 of the 13 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 jrosseruk/infusion. “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.

checkpoints_exist jrosseruk/infusion/caesar_prime/train_model.py found in paper text by Syntology unverified no licence file found · pointer only · 72727ffcecbe5ef8 · report
compute_baseline_contrastive jrosseruk/infusion/caesar_prime/run_infusion_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · 430e1afa951dc987 · report
estimate_loss jrosseruk/infusion/gpt_neo/run_animal_infusion.py found in paper text by Syntology unverified no licence file found · pointer only · 4edd5e3ab7157b26 · report
get_bnb_config jrosseruk/infusion/owl/model.py found in paper text by Syntology unverified no licence file found · pointer only · 24da333b411655ff · report
get_checkpoint_dir jrosseruk/infusion/caesar_prime/train_model.py found in paper text by Syntology unverified no licence file found · pointer only · 305ee0e1a72d572e · report
get_dataloader jrosseruk/infusion/infusion/dataloader.py found in paper text by Syntology unverified no licence file found · pointer only · c501a194e511cddf · report
load_checkpoint_data jrosseruk/infusion/gpt_neo/run_animal_infusion.py found in paper text by Syntology unverified no licence file found · pointer only · d3ff33faab8bb2b3 · report
load_dataset jrosseruk/infusion/caesar/dataset.py found in paper text by Syntology unverified no licence file found · pointer only · fafa0f0eaa20cda2 · report
load_llama2_base jrosseruk/infusion/owl/model.py found in paper text by Syntology unverified no licence file found · pointer only · fe0e46d1f36bb204 · report
load_model_for_inference jrosseruk/infusion/gpt_neo/run_animal_infusion.py found in paper text by Syntology unverified no licence file found · pointer only · f6fff85fd1b06ee4 · report
make_pad_collate_fn jrosseruk/infusion/caesar_prime/run_infusion_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · b2de257b6a4f5031 · report
observable_gradient jrosseruk/infusion/infusion/observable.py found in paper text by Syntology unverified no licence file found · pointer only · 315b2dce5e4ee0bf · report
pad_sequences jrosseruk/infusion/caesar_prime/run_infusion_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · b0b3a15939c84309 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.09987, 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