Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ tags:
|
|
16 |
|
17 |
<!-- Provide the basic links for the model. -->
|
18 |
|
19 |
-
- **Repository:** https://github.com/ninglab/GeLLMO
|
20 |
-
- **Paper:**
|
21 |
|
22 |
## Usage
|
23 |
|
@@ -37,4 +37,19 @@ safety filters (e.g., toxicity or compliance checks).
|
|
37 |
It is the responsibility of users to validate generated molecules for safety and ethical considerations.
|
38 |
|
39 |
We urge users to adopt best practices, including toxicity prediction pipelines,
|
40 |
-
ethical oversight, and responsible AI usage policies, to prevent harmful applications of this model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
<!-- Provide the basic links for the model. -->
|
18 |
|
19 |
+
- **Repository:** [Github](https://github.com/ninglab/GeLLMO-C)
|
20 |
+
- **Paper:** [Arxiv](https://arxiv.org/abs/2505.23987)
|
21 |
|
22 |
## Usage
|
23 |
|
|
|
37 |
It is the responsibility of users to validate generated molecules for safety and ethical considerations.
|
38 |
|
39 |
We urge users to adopt best practices, including toxicity prediction pipelines,
|
40 |
+
ethical oversight, and responsible AI usage policies, to prevent harmful applications of this model.
|
41 |
+
|
42 |
+
## Citation
|
43 |
+
|
44 |
+
If you use the model in any form, please cite our paper as:
|
45 |
+
```
|
46 |
+
@article{dey2025llm,
|
47 |
+
title={Large Language Models for Controllable Multi-property Multi-objective Molecule Optimization},
|
48 |
+
author={Vishal Dey and Xiao Hu and Xia Ning},
|
49 |
+
year={2025},
|
50 |
+
eprint={2505.23987},
|
51 |
+
archivePrefix={arXiv},
|
52 |
+
primaryClass={cs.LG},
|
53 |
+
url={https://arxiv.org/abs/2505.23987},
|
54 |
+
}
|
55 |
+
```
|