Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -37,15 +37,12 @@ entity_embeddings = model.encode(entity_names)
|
|
37 |
*Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
|
38 |
|
39 |
```
|
40 |
-
@
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
|
48 |
-
volume = {37},
|
49 |
-
year = {2024}
|
50 |
}
|
51 |
```
|
|
|
37 |
*Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
|
38 |
|
39 |
```
|
40 |
+
@article{he2024language,
|
41 |
+
title={Language models as hierarchy encoders},
|
42 |
+
author={He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
|
43 |
+
journal={Advances in Neural Information Processing Systems},
|
44 |
+
volume={37},
|
45 |
+
pages={14690--14711},
|
46 |
+
year={2024}
|
|
|
|
|
|
|
47 |
}
|
48 |
```
|