EasyEdit icon indicating copy to clipboard operation
EasyEdit copied to clipboard

[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.

Results 40 EasyEdit issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for your valuable open source contributions! I would like to inquire about how to utilize your toolkit for editing reasoning and non-QA knowledge. For instance, in the...

enhancement

made it grammatically correct

Thank you for your outstanding work on multimodal knowledge editing. However, when I was trying to test your work, I found the following line of code in the **Edit** method...

question

I tried to reproduce the result of MEND in gpt-j-6B and Llama-2-7b, but the ngram-entropy of gpt-j-6B is far below Llama-2-7b(gpt-j-6B around 350 vs Llama-2-7b around 550). Do you have...

question

非常感谢工作的分享,很有启发!有两个问题想请教: 1. 观察到论文和代码中只复制了一个层的weight,请问有考虑过优化两个层的weight吗?比如` transformer.h[7].mlp.c_fc.weight`和`transformer.h[8].mlp.c_fc.weight`。如果想修改的话,主要在wise.py中修改吗? 2. 请问有考虑过引入bias吗?联合更新weight和bias

question

Hello, I am now playing with GRACE on llama2 recently but I've noticed a significant difference in the results between the default settings and the WISE paper's result. Could you...

question

Thanks for this great repo. I'm trying to edit Llama-7b with the MEMIT algorithm. With two GPUs, I get the following error: ``` File "easyeditor/editors/editor.py", line 182, in edit return...

question

Hi, Thanks a lot for your great work! Recently I encounter the same question as #114 , but I still don't understand the logic behind your reply. I quote: >...

question