Views
No views yet

@article{yu2024llasmol,
title={Llasmol: Advancing large language models for chemistry with a large-scale, comprehensive, high-quality instruction tuning dataset},
author={Yu, Botao and Baker, Frazier N and Chen, Ziqi and Ning, Xia and Sun, Huan},
journal={arXiv preprint arXiv:2402.09391},
year={2024}
}
@article{li2024tomg,
title={TOMG-Bench: Evaluating LLMs on text-based open molecule generation},
author={Li, Jiatong and Li, Junxian and Liu, Yunqing and Zhou, Dongzhan and Li, Qing},
journal={arXiv preprint arXiv:2412.14642},
year={2024}
}
@article{dey2025mathtt,
title={$$\backslash$mathtt $\{$GeLLM\^{} 3O$\}$ $: Generalizing Large Language Models for Multi-property Molecule Optimization},
author={Dey, Vishal and Hu, Xiao and Ning, Xia},
journal={arXiv preprint arXiv:2502.13398},
year={2025}
}
@article{biomedgpt-mol,
title={BioMedGPT-Mol: Multi-task Learning for Molecular Understanding and Generation},
author={Zuo, Chenyang and Fan, Siqi and Nie, Zaiqing},
journal={arXiv preprint arXiv:2512.04629},
year={2025}
}logs directory.
1- logs
2---- biomedgpt_mol
3-------- mumoinstruct
4------------ logs
5------------ results
6-------- openmolinst
7------------ logs
8------------ results
9-------- smolinstruct
10------------ logs
11------------ results1# SMolInstruction
2bash evaluation/scripts/inference_smolinstruct.sh
3
4# OpenMolInstuct
5bash evaluation/scripts/inference_openmolinst.sh
6
7# MuMoInstruct
8bash evaluation/scripts/inference_mumoinstruct.shmetrics.json in the results directory, e.g., /logs/biomedgpt_mol/mumoinstruct/results/metrics.json.
1# SMolInstruction
2bash evaluation/scripts/evaluate_smolinstruct.sh
3
4# OpenMolInstuct
5bash evaluation/scripts/evaluate_openmolinst.sh
6
7# MuMoInstruct
8bash evaluation/scripts/evaluate_mumoinstruct.sh@article{biomedgpt-mol,
title={BioMedGPT-Mol: Multi-task Learning for Molecular Understanding and Generation},
author={Zuo, Chenyang and Fan, Siqi and Nie, Zaiqing},
journal={arXiv preprint arXiv:2512.04629},
year={2025}
}