Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
DOI:
License:
alimotahharynia
commited on
Commit
•
af82708
1
Parent(s):
8795a46
Update README.md
Browse files
README.md
CHANGED
@@ -48,3 +48,17 @@ from datasets import load_dataset
|
|
48 |
dataset = load_dataset("alimotahharynia/approved_drug_target", "approved_drug_target")
|
49 |
```
|
50 |
You can also download the dataset directly in JSON format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
dataset = load_dataset("alimotahharynia/approved_drug_target", "approved_drug_target")
|
49 |
```
|
50 |
You can also download the dataset directly in JSON format.
|
51 |
+
|
52 |
+
# Citation
|
53 |
+
If you use this dataset in your research, please cite our paper:
|
54 |
+
```
|
55 |
+
@misc{sheikholeslami2024druggenadvancingdrugdiscovery,
|
56 |
+
title={DrugGen: Advancing Drug Discovery with Large Language Models and Reinforcement Learning Feedback},
|
57 |
+
author={Mahsa Sheikholeslami and Navid Mazrouei and Yousof Gheisari and Afshin Fasihi and Matin Irajpour and Ali Motahharynia},
|
58 |
+
year={2024},
|
59 |
+
eprint={2411.14157},
|
60 |
+
archivePrefix={arXiv},
|
61 |
+
primaryClass={q-bio.QM},
|
62 |
+
url={https://arxiv.org/abs/2411.14157},
|
63 |
+
}
|
64 |
+
```
|