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 EasyEdit Team, First, thank you for this fantastic library! I am currently working on adding support for the new Qwen3 model series (0.6B, 1.7B, 4B, and 8B) to use...

question

Thanks for your repo. When I used UltraEdit to edit Qwen2.5, I found that the metric summary was the same for pre and post. Is this normal? ` Metrics Summary:...

question

I notice that there is a validate() function in `MultimodalTrainer` and you validate the trained model after training. Since the validate() function edits the model with the validation set and...

question

When I run the WISE editing method with a LLaMA configuration (e.g., using run_wise_editing.sh), the example code only produces accuracy/evaluation metrics. I expected to see the generated texts (gen_text) as...

question

Hi, thank you for sharing this great work! While testing AlphaEdit with independent single edits, I noticed that the global variable cache_c seems to keep accumulating across calls, even though...

question

Thanks a lot for the great works, I want to ask about the performance of GRACE with LLAMA-3-8B model. My reproduced results with GRACE, as well as the results reported...

question

I hope this message finds you well. Would it be possible to kindly let me know if you have conducted any experiments using the 5090 GPUs? If so, I would...

question

Hi, I tried to apply SERAC to our constructed datasets in MLLM, but the performance turned out to be very low, with a rewrite accuracy of around 0.1. It tends...

question

Can alphaedit edit multimodal large models? Do you have any plans to implement alphaedit in VLM in the future?

question

Dear EasyEdit team, Could you update the SERAC method for the llama3.2 series model (including training and testing)? Thanks.

enhancement