little1d commited on
Commit
13d631b
·
verified ·
1 Parent(s): 15a00d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -11,7 +11,7 @@ base_model:
11
  - Qwen/Qwen2.5-7B-Instruct
12
  ---
13
 
14
- # MolEditAgent-{3B/7B}
15
 
16
  **MolEditAgent** is the Stage-1 model of the **MolAct** framework. It is fine-tuned to master basic molecular editing primitives within an agentic loop.
17
 
@@ -23,4 +23,19 @@ base_model:
23
  ### Training & Usage
24
  This model serves as the foundation for property-driven optimization.
25
  - **Code:** [https://github.com/little1d/MolAct](https://github.com/little1d/MolAct)
26
- - **Paper:** Please refer to the MolAct Technical Report (2025).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - Qwen/Qwen2.5-7B-Instruct
12
  ---
13
 
14
+ # MolEditAgent-7B
15
 
16
  **MolEditAgent** is the Stage-1 model of the **MolAct** framework. It is fine-tuned to master basic molecular editing primitives within an agentic loop.
17
 
 
23
  ### Training & Usage
24
  This model serves as the foundation for property-driven optimization.
25
  - **Code:** [https://github.com/little1d/MolAct](https://github.com/little1d/MolAct)
26
+ - **ArXiv** [https://arxiv.org/abs/2512.20135](https://arxiv.org/abs/2512.20135)
27
+
28
+
29
+ If you use MolAct in your research, please cite:
30
+
31
+ ```bibtex
32
+ @article{molact2025,
33
+ title={MolAct: An Agentic RL Framework for Molecular Editing and Property Optimization},
34
+ author={Zhuo Yang and Yeyun Chen and Jiaqing Xie and Ben Gao and Shuaike Shen and Wanhao Liu and Liujia Yang and Beilun Wang and Tianfan Fu and Yuqiang Li},
35
+ year={2025},
36
+ eprint={2512.20135},
37
+ archivePrefix={arXiv},
38
+ primaryClass={cs.AI},
39
+ url={https://arxiv.org/abs/2512.20135}
40
+ }
41
+ ```