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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -34,17 +34,18 @@ entity_embeddings = model.encode(entity_names)
34
 
35
  ## Citation
36
 
37
- Our paper has been accepted at NeurIPS 2024 (to appear).
38
-
39
- Preprint on arxiv: https://arxiv.org/abs/2401.11374.
40
-
41
- *Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** arXiv preprint arXiv:2401.11374 (2024).
42
 
43
  ```
44
- @article{he2024language,
45
- title={Language Models as Hierarchy Encoders},
46
- author={He, Yuan and Yuan, Zhangdie and Chen, Jiaoyan and Horrocks, Ian},
47
- journal={arXiv preprint arXiv:2401.11374},
48
- year={2024}
 
 
 
 
 
49
  }
50
  ```
 
34
 
35
  ## Citation
36
 
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
  ```