We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1588a25 commit ac8e652Copy full SHA for ac8e652
README.md
@@ -40,3 +40,23 @@ This command runs an evaluation script for the NSE algorithm using the Llama3-8b
40
41
## Acknowledgment
42
Our code is based on [``MEMIT``](https://github.com/kmeng01/memit.git) and [``UnKE``](https://github.com/TrustedLLM/UnKE.git).
43
+
44
+## Citation
45
46
+If you find this work useful, please cite our paper:
47
48
+```bibtex
49
+@article{anyedit,
50
+ author = {Houcheng Jiang and
51
+ Junfeng Fang and
52
+ Ningyu Zhang and
53
+ Guojun Ma and
54
+ Mingyang Wan and
55
+ Xiang Wang and
56
+ Xiangnan He and
57
+ Tat{-}Seng Chua},
58
+ title = {AnyEdit: Edit Any Knowledge Encoded in Language Models},
59
+ journal = {CoRR},
60
+ volume = {abs/2502.05628},
61
+ year = {2025}
62
+}
0 commit comments