lawhy commited on
Commit
b170cbf
·
verified ·
1 Parent(s): a0624fb

Update README.md

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