Home

Awesome

<div align="center"> <h1> ReMaKE </h1> </div>

This repository contains the data and codes for our paper "Retrieval-augmented Multilingual Knowledge Editing".

1. Data & Model

MzsRE is located in ./data/MzsRE/

Models are located in ./model/ You can download from google drive

2. Edit

python run_bizsre.py --editing_method=IKE --hparams_dir=./hparams/IKE/llama2-7b-16.yaml --data_dir=./data --metrics_save_dir ./results/llama2-7b/16shot/ --backbone llama2_7b-16shot_classifier --search classifier

3. Evaluate

python evaluate.py

Acknowledgement

Citation

If you find this work is useful or use the data in your work, please consider cite our paper:

@article{wang2023retrievalaugmented,
  title={Retrieval-augmented Multilingual Knowledge Editing}, 
  author={Weixuan Wang and Barry Haddow and Alexandra Birch},
  journal={arXiv preprint arXiv:2312.13040},
  year={2023}
}