lawhy commited on
Commit
d563701
·
verified ·
1 Parent(s): 3664276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -117,16 +117,13 @@ dataset = load_dataset("Hierarchy-Transformers/DOID", "MixedHop-RandomNegatives-
117
  *Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
118
 
119
  ```
120
- @inproceedings{NEURIPS2024_1a970a3e,
121
- author = {He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
122
- booktitle = {Advances in Neural Information Processing Systems},
123
- editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
124
- pages = {14690--14711},
125
- publisher = {Curran Associates, Inc.},
126
- title = {Language Models as Hierarchy Encoders},
127
- url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
128
- volume = {37},
129
- year = {2024}
130
  }
131
  ```
132
 
 
117
  *Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
118
 
119
  ```
120
+ @article{he2024language,
121
+ title={Language models as hierarchy encoders},
122
+ author={He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
123
+ journal={Advances in Neural Information Processing Systems},
124
+ volume={37},
125
+ pages={14690--14711},
126
+ year={2024}
 
 
 
127
  }
128
  ```
129