zjunlp / EasyEdit

[知识编辑] [ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
https://zjunlp.github.io/project/KnowEdit
MIT License
1.63k stars 200 forks source link

When will the WISE pipeline implementation be publicized? #313

Closed wpwpwpyo closed 1 month ago

wpwpwpyo commented 1 month ago

At present, only the WISE class methods have been implemented, but how long will it take to implement the related processes for experimental reproduction?

pengzju commented 1 month ago

Theoretically, you only need to set sequential_edit=True and read 1K/3K data from ZsRE to reproduce the results. I will provide the data as soon as possible and include a README for the reproduction experiment.

Thanks 😊

yjh576 commented 1 month ago

Do you mean that I just need to set sequential_edit=True, read 1K/3K data from ZsRE, and then execute the run_zsre_llama2 command to achieve the WISE process for experimental reproduction? I am looking forward to a WISE README for the reproduction experiment.

pengzju commented 1 month ago

Please refer to this README: https://github.com/zjunlp/EasyEdit/tree/main/easyeditor/models/wise

yjh576 commented 1 month ago

Thanks for your reply!