LTE icon indicating copy to clipboard operation
LTE copied to clipboard

Code for "Learning to Edit: Aligning LLMs with Knowledge Editing (ACL 2024)"

Results 4 LTE issues
Sort by recently updated
recently updated
newest added

Hi there, I am running the code in the repo and notice that `prompt` and `target_new` are being used directly as `updated information` without retrieval. I'm curious about how you've...

Hi @YJiangcm, the performance of the model trained using the code in this repository differs from that claimed in the paper. At your convenience, would you provide the trained models...

The base method adopted by LTE is the IKE method, but the batch_editor file shows that the IKE method does not support batch edit, so how is the batch edit...

Thanks for the great work. I wonder have you ever tried testing on multi-hop knowledge editing benchmarks like MQuAKE?