Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
| 4 |
|
| 5 |
# EnvScaler-Qwen3-4B
|
|
@@ -63,14 +63,11 @@ For full integration with tool-interactive environments, please refer to the [En
|
|
| 63 |
If you use this model, please cite our work:
|
| 64 |
|
| 65 |
```bibtex
|
| 66 |
-
@
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
archivePrefix={arXiv},
|
| 72 |
-
primaryClass={cs.CL},
|
| 73 |
-
url={https://arxiv.org/abs/2601.05808},
|
| 74 |
}
|
| 75 |
```
|
| 76 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
# EnvScaler-Qwen3-4B
|
|
|
|
| 63 |
If you use this model, please cite our work:
|
| 64 |
|
| 65 |
```bibtex
|
| 66 |
+
@article{song2026envscaler,
|
| 67 |
+
title={EnvScaler: Scaling Tool-Interactive Environments for LLM Agent via Programmatic Synthesis},
|
| 68 |
+
author={Song, Xiaoshuai and Chang, Haofei and Dong, Guanting and Zhu, Yutao and Dou, Zhicheng and Wen, Ji-Rong},
|
| 69 |
+
journal={arXiv preprint arXiv:2601.05808},
|
| 70 |
+
year={2026}
|
|
|
|
|
|
|
|
|
|
| 71 |
}
|
| 72 |
```
|
| 73 |
|