Skip to content

Files

Latest commit

bd9fed0 · Sep 1, 2022

History

History

baselines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Sep 1, 2022
Mar 6, 2022

We compare ROME against several open sourced state-of-the-art model editors. All are implemented in their respective folders. Implementations other than FT/FT+L are adapted from third parties.

  • Fine-Tuning (ft): Direct fine-tuning.
  • Constrained Fine-Tuning (ft): FT with L norm constraint. Inspired by Zhu et al. [Paper]
  • Knowledge Neurons (kn): Dai et al. [Code] [Paper]
  • Knowledge Editor (efk): De Cao et al. [Code] [Paper]
  • Model Editor Networks with Gradient Decomposition (mend): Mitchell et al. [Code] [Paper]