Views
No views yet
| Task | Checkpoint family |
|---|---|
| Unified crystal + molecule | unified_{carbon24,mp20,mpts52,qm9}; unified_pretrain (backbone) |
| Crystal structure prediction | csp_{carbon24,mp20,mpts52}; csp_pretrain (backbone) |
| Material multi-property design | mc_mat, bs_mat_1..6, ms_mat_1..6 |
| Molecular conformers | mol_qm9, mol_drugs |
| Conditional molecules | c_mol |
| Proteins (MD) | 1_m_p..12_m_p |
| Proteins (structure prediction) | b_p, e_bs, e_wo_bs |
| Protein-ligand docking | pld, pld_u |
| Enzyme / EC design | e, e_wo |
csp_pretrain and unified_pretrain are
fine-tuning starting points, not per-benchmark evaluation checkpoints, and
neither reproduces a specific paper table row on its own. unified_pretrain
carries saved args and loads through unigenx_infer.py; csp_pretrain has
no saved args and cannot be driven through unigenx_infer.py as-is — train
/ fine-tune from it first.c - Conditionalmc - Multi-Conditionalb - basebs - conditional on bulkms - conditional on magwo - without structure1_m to 12_m - 1FME,2F4K,2JOF,2WAV,A3D,CLN025,GTT,NTL9,NuG2,PRB,UVF,lambda (leave-one-out)mat - materialp - proteinmol - molecules1@article{zhang2025unigenx,
2 title={UniGenX: unified generation of sequence and structure with autoregressive diffusion},
3 author={Zhang, Gongbo and Li, Yanting and Luo, Renqian and Hu, Pipi and Zhao, Zeru and Li, Lingbo and Liu, Guoqing and Wang, Zun and Bi, Ran and Gao, Kaiyuan and others},
4 journal={arXiv e-prints},
5 pages={arXiv--2503},
6 year={2025}
7}LICENSE.