Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -156,14 +156,19 @@ dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNeg
|
|
156 |
|
157 |
## Citation
|
158 |
|
159 |
-
|
160 |
|
161 |
```
|
162 |
-
@
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
|
|
|
|
|
|
|
|
|
|
167 |
}
|
168 |
```
|
169 |
|
|
|
156 |
|
157 |
## Citation
|
158 |
|
159 |
+
*Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
|
160 |
|
161 |
```
|
162 |
+
@inproceedings{NEURIPS2024_1a970a3e,
|
163 |
+
author = {He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
|
164 |
+
booktitle = {Advances in Neural Information Processing Systems},
|
165 |
+
editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
|
166 |
+
pages = {14690--14711},
|
167 |
+
publisher = {Curran Associates, Inc.},
|
168 |
+
title = {Language Models as Hierarchy Encoders},
|
169 |
+
url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
|
170 |
+
volume = {37},
|
171 |
+
year = {2024}
|
172 |
}
|
173 |
```
|
174 |
|