Skip to content

Commit bff6da4

Browse files
authored
Update README.md
Update Citation to WWW2024
1 parent 250ff3f commit bff6da4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ python eval.py
139139
## Citation
140140

141141
```
142-
@article{zhang2024graphtranslator,
142+
@inproceedings{zhang2024graphtranslator,
143143
title={GraphTranslator: Aligning Graph Model to Large Language Model for Open-ended Tasks},
144144
author={Zhang, Mengmei and Sun, Mingwei and Wang, Peng and Fan, Shen and Mo, Yanhu and Xu, Xiaoxiao and Liu, Hong and Yang, Cheng and Shi, Chuan},
145-
journal={arXiv preprint arXiv:2402.07197},
145+
booktitle={Proceedings of the ACM on Web Conference 2024},
146+
pages={1003--1014},
146147
year={2024}
147148
}
148149
```
@@ -153,4 +154,4 @@ Thanks to all the previous works that we used and that inspired us.
153154

154155
- [LAVIS](https://github.com/salesforce/LAVIS): The logical architecture of LAVIS library served as the foundation for our code development.
155156
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B): An open-source LLM with the amazing language capabilities.
156-
- [BLIP2](https://arxiv.org/abs/2301.12597): our model is inspired from BLIP2.
157+
- [BLIP2](https://arxiv.org/abs/2301.12597): our model is inspired from BLIP2.

0 commit comments

Comments
 (0)