lawhy commited on
Commit
f60895b
·
verified ·
1 Parent(s): 9a2568e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -159,16 +159,13 @@ dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNeg
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
 
 
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
+ @article{he2024language,
163
+ title={Language models as hierarchy encoders},
164
+ author={He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
165
+ journal={Advances in Neural Information Processing Systems},
166
+ volume={37},
167
+ pages={14690--14711},
168
+ year={2024}
 
 
 
169
  }
170
  ```
171