Safetensors
qwen3_moe
seven-cat commited on
Commit
194fff1
·
verified ·
1 Parent(s): d851717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -7,16 +7,19 @@ base_model:
7
  ---
8
  ## SR-Scientist: Scientific Equation Discovery With Agentic AI
9
 
10
- This is the checkpoint from the RL training, which used Qwen3-Coder-30B-A3B-Instruct as a backbone in the paper ['SR-Scientist: Scientific Equation Discovery With Agentic AI'](). For usage, please refer to the [code](https://github.com/GAIR-NLP/SR-Scientist).
11
 
12
  ### 🖋️ Citation
13
 
14
  Please cite the paper if the resource in this repo or the paper is helpful to you.
15
  ```bibtex
16
- @article{xia2025SR,
17
  title={SR-Scientist: Scientific Equation Discovery With Agentic AI},
18
- author={Xia, Shijie and Sun, Yuhan and Liu, Pengfei},
19
- journal={arXiv preprint arXiv:},
20
- year={2025}
 
 
 
21
  }
22
  ```
 
7
  ---
8
  ## SR-Scientist: Scientific Equation Discovery With Agentic AI
9
 
10
+ This is the checkpoint from the RL training, which used Qwen3-Coder-30B-A3B-Instruct as a backbone in the paper ['SR-Scientist: Scientific Equation Discovery With Agentic AI'](https://arxiv.org/abs/2510.11661). For usage, please refer to the [code](https://github.com/GAIR-NLP/SR-Scientist).
11
 
12
  ### 🖋️ Citation
13
 
14
  Please cite the paper if the resource in this repo or the paper is helpful to you.
15
  ```bibtex
16
+ @misc{xia2025srscientist,
17
  title={SR-Scientist: Scientific Equation Discovery With Agentic AI},
18
+ author={Shijie Xia and Yuhan Sun and Pengfei Liu},
19
+ year={2025},
20
+ eprint={2510.11661},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.AI},
23
+ url={https://arxiv.org/abs/2510.11661},
24
  }
25
  ```