lawhy commited on
Commit
2c170a0
·
verified ·
1 Parent(s): 68a50f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -155,14 +155,19 @@ dataset = load_dataset("Hierarchy-Transformers/SnomedCT", "MixedHop-RandomNegati
155
 
156
  ## Citation
157
 
158
- The relevant paper has been accepted at NeurIPS 2024 (to appear).
159
 
160
  ```
161
- @article{he2024language,
162
- title={Language models as hierarchy encoders},
163
- author={He, Yuan and Yuan, Zhangdie and Chen, Jiaoyan and Horrocks, Ian},
164
- journal={arXiv preprint arXiv:2401.11374},
165
- year={2024}
 
 
 
 
 
166
  }
167
  ```
168
 
 
155
 
156
  ## Citation
157
 
158
+ *Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
159
 
160
  ```
161
+ @inproceedings{NEURIPS2024_1a970a3e,
162
+ author = {He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
163
+ booktitle = {Advances in Neural Information Processing Systems},
164
+ editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
165
+ pages = {14690--14711},
166
+ publisher = {Curran Associates, Inc.},
167
+ title = {Language Models as Hierarchy Encoders},
168
+ url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
169
+ volume = {37},
170
+ year = {2024}
171
  }
172
  ```
173