Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
PubChemQA is released for Molecule Question-Answering (MQA) 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 |
+
```
|