lawhy commited on
Commit
edce807
·
verified ·
1 Parent(s): cfa0cf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -37,15 +37,12 @@ entity_embeddings = model.encode(entity_names)
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
  ```
 
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
+ @article{he2024language,
41
+ title={Language models as hierarchy encoders},
42
+ author={He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
43
+ journal={Advances in Neural Information Processing Systems},
44
+ volume={37},
45
+ pages={14690--14711},
46
+ year={2024}
 
 
 
47
  }
48
  ```