Skip to content

Vicky-Wil/ReMaKE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReMaKE

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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages