Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
datasets:
|
4 |
+
- NingLab/MuMOInstruct
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- chemistry
|
12 |
+
- molecule optimization
|
13 |
+
---
|
14 |
+
### Model Sources
|
15 |
+
|
16 |
+
<!-- Provide the basic links for the model. -->
|
17 |
+
|
18 |
+
- **Repository:** https://github.com/ninglab/GeLLMO
|
19 |
+
- **Paper:** https://arxiv.org/abs/2502.13398
|
20 |
+
|
21 |
+
## Usage
|
22 |
+
|
23 |
+
For instructions to run the model, please refer to our repository.
|
24 |
+
|
25 |
+
## Bias, Risks, and Limitations
|
26 |
+
While our models are designed for research and drug discovery applications,
|
27 |
+
they come with ethical and safety considerations:
|
28 |
+
|
29 |
+
1. **Potential for Misuse:** Although the model is not explicitly designed to generate toxic,
|
30 |
+
controlled, or harmful compounds, adversarial prompts or unintended biases in the pretrained model
|
31 |
+
may lead to the generation of undesirable molecules.
|
32 |
+
2. **Unintended Harmful Outputs:** The model does not inherently filter out molecules with high toxicity,
|
33 |
+
abuse potential, or environmental hazards. Users must implement additional safeguards to prevent misuse.
|
34 |
+
3. **Absence of Built-in Safety Mechanisms:** The model does not incorporate explicit regulatory or
|
35 |
+
safety filters (e.g., toxicity or compliance checks).
|
36 |
+
It is the responsibility of users to validate generated molecules for safety and ethical considerations.
|
37 |
+
|
38 |
+
We urge users to adopt best practices, including toxicity prediction pipelines,
|
39 |
+
ethical oversight, and responsible AI usage policies, to prevent harmful applications of this model.
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
|
43 |
+
If you use the trained model checkpoints, datasets or other resources, please use the following citation:
|
44 |
+
```
|
45 |
+
@misc{dey2025gellmo,
|
46 |
+
title={$\mathtt{GeLLM^3O}$: Generalizing Large Language Models for Multi-property Molecule Optimization},
|
47 |
+
author={Vishal Dey and Xiao Hu and Xia Ning},
|
48 |
+
year={2025},
|
49 |
+
eprint={2502.13398},
|
50 |
+
archivePrefix={arXiv},
|
51 |
+
primaryClass={cs.LG},
|
52 |
+
url={https://arxiv.org/abs/2502.13398},
|
53 |
+
}
|
54 |
+
```
|