Papers › Editing Common Sense in Transformers

Editing Common Sense in Transformers

24 May 2023arXiv:2305.14956archive 2025-07-28

Anshita Gupta, Debanjan Mondal, Akshay Krishna Sheshadri, Wenlong Zhao, Xiang Lorraine Li, Sarah Wiegreffe, Niket Tandon

Editing model parameters directly in Transformers makes updating open-source transformer-based models possible without re-training (Meng et al., 2023). However, these editing methods have only been evaluated on statements about encyclopedic knowledge with a single correct answer. Commonsense knowledge with multiple correct answers, e.g., an apple can be green or red but not transparent, has not been studied but is as essential for enhancing transformers' reliability and usefulness. In this paper, we investigate whether commonsense judgments are causally associated with localized, editable parameters in Transformers, and we provide an affirmative answer. We find that directly applying the MEMIT editing algorithm results in sub-par performance and improve it for the commonsense domain by varying edit tokens and improving the layer selection strategy, i.e., MEMIT_(CSK). GPT-2 Large and XL models edited using MEMIT_(CSK) outperform best-fine-tuned baselines by 10.97% and 10.73% F1 scores on PEP3k and 20Q datasets. In addition, we propose a novel evaluation dataset, PROBE SET, that contains unaffected and affected neighborhoods, affected paraphrases, and affected reasoning challenges. MEMIT_(CSK) performs well across the metrics while fine-tuning baselines show significant trade-offs between unaffected and affected metrics. These results suggest a compelling future direction for incorporating feedback about common sense into Transformers through direct model editing.

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

Code

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

By repository: official repository: 10 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.

anshitag/memit_csk officialmentioned on GitHubpytorchMIT 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

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

10unverified

Licence: 0 of the 10 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 anshitag/memit_csk. “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.

calculate_metrics anshitag/memit_csk/base_finetune_experiments/fine_tune_gpt.py official repository unverified MIT (permissive) · 41346355360705b1 · report
calculate_metrics anshitag/memit_csk/repair_finetune_experiments/evaluate_affected_finetune_model.py official repository unverified MIT (permissive) · cfa19d05d0870261 · report
compress_obj_text anshitag/memit_csk/memit_csk_dataset_script/data_creation_prompts.py official repository unverified MIT (permissive) · 9a7df3cdd958346b · report
compute_rewrite_quality_csk anshitag/memit_csk/memit_csk_experiment/py/eval_utils_csk.py official repository unverified MIT (permissive) · fe0ae44744a98f0c · report
next_word_prediction anshitag/memit_csk/memit_csk_experiment/py/eval_utils_csk.py official repository unverified MIT (permissive) · 21a7ebe6d0b7e62c · report
next_word_prediction anshitag/memit_csk/base_finetune_experiments/fine_tune_gpt.py official repository unverified MIT (permissive) · 4cc3d82d9e5710eb · report
next_word_prediction anshitag/memit_csk/repair_finetune_experiments/evaluate_affected_finetune_model.py official repository unverified MIT (permissive) · 5919a0ddf3624795 · report
parse_contracted_list_of_spo anshitag/memit_csk/memit_csk_dataset_script/data_creation_prompts.py official repository unverified MIT (permissive) · 4584de7bb4670aff · report
parse_enumerated anshitag/memit_csk/memit_csk_dataset_script/data_creation_prompts.py official repository unverified MIT (permissive) · bf7140fb644ca878 · report
test_batch_prediction anshitag/memit_csk/memit_csk_experiment/py/eval_utils_csk.py official repository unverified MIT (permissive) · a3c87c896ecd5bbb · report

Tasks

Common Sense ReasoningModel EditingSpecificity

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDiscriminative Fine-TuningDropoutGPTGPT-2Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

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