ZJU-Fangyin commited on
Commit
1d50638
1 Parent(s): 2a8d9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -116,11 +116,21 @@ The current state of the model, obtained via instruction tuning, is a preliminar
116
  If you use our repository, please cite the following related paper:
117
 
118
  ```
119
- @article{molinst,
120
- title={Mol-Instructions: A Large-Scale Biomolecular Instruction Dataset for Large Language Models},
121
- author={Fang, Yin and Liang, Xiaozhuan and Zhang, Ningyu and Liu, Kangwei and Huang, Rui and Chen, Zhuo and Fan, Xiaohui and Chen, Huajun},
122
- journal={arXiv preprint arXiv:2306.08018},
123
- year={2023}
 
 
 
 
 
 
 
 
 
 
124
  }
125
  ```
126
 
 
116
  If you use our repository, please cite the following related paper:
117
 
118
  ```
119
+ @inproceedings{fang2023mol,
120
+ author = {Yin Fang and
121
+ Xiaozhuan Liang and
122
+ Ningyu Zhang and
123
+ Kangwei Liu and
124
+ Rui Huang and
125
+ Zhuo Chen and
126
+ Xiaohui Fan and
127
+ Huajun Chen},
128
+ title = {Mol-Instructions: {A} Large-Scale Biomolecular Instruction Dataset
129
+ for Large Language Models},
130
+ booktitle = {{ICLR}},
131
+ publisher = {OpenReview.net},
132
+ year = {2024},
133
+ url = {https://openreview.net/pdf?id=Tlsdsb6l9n}
134
  }
135
  ```
136