lawhy commited on
Commit
a02b395
·
verified ·
1 Parent(s): 64dd04b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -106,14 +106,19 @@ dataset = load_dataset("Hierarchy-Transformers/Schemaorg", "MixedHop-RandomNegat
106
 
107
  ## Citation
108
 
109
- The relevant paper has been accepted at NeurIPS 2024 (to appear).
110
 
111
  ```
112
- @article{he2024language,
113
- title={Language models as hierarchy encoders},
114
- author={He, Yuan and Yuan, Zhangdie and Chen, Jiaoyan and Horrocks, Ian},
115
- journal={arXiv preprint arXiv:2401.11374},
116
- year={2024}
 
 
 
 
 
117
  }
118
  ```
119
 
 
106
 
107
  ## Citation
108
 
109
+ *Yuan He, Zhangdie Yuan, Jiaoyan Chen, Ian Horrocks.* **Language Models as Hierarchy Encoders.** Advances in Neural Information Processing Systems 37 (NeurIPS 2024).
110
 
111
  ```
112
+ @inproceedings{NEURIPS2024_1a970a3e,
113
+ author = {He, Yuan and Yuan, Moy and Chen, Jiaoyan and Horrocks, Ian},
114
+ booktitle = {Advances in Neural Information Processing Systems},
115
+ editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
116
+ pages = {14690--14711},
117
+ publisher = {Curran Associates, Inc.},
118
+ title = {Language Models as Hierarchy Encoders},
119
+ url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/1a970a3e62ac31c76ec3cea3a9f68fdf-Paper-Conference.pdf},
120
+ volume = {37},
121
+ year = {2024}
122
  }
123
  ```
124