Update README.md
Browse files
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 |
-
@
|
| 17 |
title={SR-Scientist: Scientific Equation Discovery With Agentic AI},
|
| 18 |
-
author={
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|