Commit
·
57609b6
1
Parent(s):
638d0cd
Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,26 @@ Here is how to use this model:
|
|
19 |
>>> model = BertForMaskedLM.from_pretrained(pretrained_model_name_or_path="ChancesYuan/PT-KGE_E-FB15k237", subfolder="PT_KGE_E-FB15k237")
|
20 |
```
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
>>> model = BertForMaskedLM.from_pretrained(pretrained_model_name_or_path="ChancesYuan/PT-KGE_E-FB15k237", subfolder="PT_KGE_E-FB15k237")
|
20 |
```
|
21 |
|
22 |
+
### BibTeX entry and citation info
|
23 |
+
```bibtex
|
24 |
+
@article{DBLP:journals/corr/abs-2301-10405,
|
25 |
+
author = {Siyuan Cheng and
|
26 |
+
Ningyu Zhang and
|
27 |
+
Bozhong Tian and
|
28 |
+
Zelin Dai and
|
29 |
+
Feiyu Xiong and
|
30 |
+
Wei Guo and
|
31 |
+
Huajun Chen},
|
32 |
+
title = {Editing Language Model-based Knowledge Graph Embeddings},
|
33 |
+
journal = {CoRR},
|
34 |
+
volume = {abs/2301.10405},
|
35 |
+
year = {2023},
|
36 |
+
url = {https://doi.org/10.48550/arXiv.2301.10405},
|
37 |
+
doi = {10.48550/arXiv.2301.10405},
|
38 |
+
eprinttype = {arXiv},
|
39 |
+
eprint = {2301.10405},
|
40 |
+
timestamp = {Thu, 26 Jan 2023 17:49:16 +0100},
|
41 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2301-10405.bib},
|
42 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
43 |
+
}
|
44 |
+
```
|