leofansq commited on
Commit
fdcd4a7
·
verified ·
1 Parent(s): c5d0c10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ UniProtQA is released for Protein Question-Answering (PQA) task.
5
+
6
+ For technical details, please refer to [BioMedGPT](https://ieeexplore.ieee.org/abstract/document/10767279).
7
+
8
+ If you find our work useful in your research, please consider citing:
9
+
10
+ ```
11
+ @article{luo2024biomedgpt,
12
+ title={Biomedgpt: An open multimodal large language model for biomedicine},
13
+ author={Luo, Yizhen and Zhang, Jiahuan and Fan, Siqi and Yang, Kai and Hong, Massimo and Wu, Yushuai and Qiao, Mu and Nie, Zaiqing},
14
+ journal={IEEE Journal of Biomedical and Health Informatics},
15
+ year={2024},
16
+ publisher={IEEE}
17
+ }
18
+ ```