Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,17 +34,18 @@ entity_embeddings = model.encode(entity_names)
|
|
| 34 |
|
| 35 |
## Citation
|
| 36 |
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
Preprint on arxiv: https://arxiv.org/abs/2401.11374.
|
| 40 |
-
|
| 41 |
-
*Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** arXiv preprint arXiv:2401.11374 (2024).
|
| 42 |
|
| 43 |
```
|
| 44 |
-
@
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
}
|
| 50 |
```
|
|
|
|
| 34 |
|
| 35 |
## Citation
|
| 36 |
|
| 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 |
+
@inproceedings{NEURIPS2024_1a970a3e,
|
| 41 |
+
author = {He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
|
| 42 |
+
booktitle = {Advances in Neural Information Processing Systems},
|
| 43 |
+
editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
|
| 44 |
+
pages = {14690--14711},
|
| 45 |
+
publisher = {Curran Associates, Inc.},
|
| 46 |
+
title = {Language Models as Hierarchy Encoders},
|
| 47 |
+
url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
|
| 48 |
+
volume = {37},
|
| 49 |
+
year = {2024}
|
| 50 |
}
|
| 51 |
```
|