mingkaid commited on
Commit
5d72255
·
verified ·
1 Parent(s): 814a13d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -22,7 +22,7 @@ We argue that efficient agentic reasoning benefits from decomposing deliberation
22
 
23
  SR²AM-v0.1-8B achieves an overall Pass@1 of **57.0** across 11 benchmarks spanning math, science, tabular analysis, and web information seeking — competitive with systems at 120–355B parameters.
24
 
25
- More details: [project website](https://sailing-lab.github.io/sr2am-self-regulated-planning) | [paper](https://arxiv.org) | [GitHub](https://github.com/sailing-lab/sr2am).
26
 
27
 
28
  ## Key Features
@@ -40,15 +40,17 @@ See the [GitHub repository](https://github.com/sailing-lab/sr2am) for setup and
40
 
41
  ![Pass@1 vs. parameter size and reasoning-token count](main-results.png)
42
 
43
- SR²AM-v0.1-8B sits above the size-vs-accuracy trendline in (a). The full benchmark breakdown is in the [paper](https://arxiv.org).
44
 
45
  ## Citation
46
 
47
  ```bibtex
48
- @inproceedings{sr2am2026,
49
  title={Efficient Agentic Reasoning Through Self-Regulated Simulative Planning},
50
- author={Deng, Mingkai and Hou, Jinyu and Neves, Lara and Pimpalkhute, Varad and Killian, Taylor W. and Liu, Zhengzhong and Xing, Eric P.},
51
- booktitle={Preprint},
 
 
52
  year={2026}
53
  }
54
  ```
 
22
 
23
  SR²AM-v0.1-8B achieves an overall Pass@1 of **57.0** across 11 benchmarks spanning math, science, tabular analysis, and web information seeking — competitive with systems at 120–355B parameters.
24
 
25
+ More details: [project website](https://sailing-lab.github.io/sr2am-self-regulated-planning) | [paper](https://arxiv.org/abs/2605.22138) | [GitHub](https://github.com/sailing-lab/sr2am).
26
 
27
 
28
  ## Key Features
 
40
 
41
  ![Pass@1 vs. parameter size and reasoning-token count](main-results.png)
42
 
43
+ SR²AM-v0.1-8B sits above the size-vs-accuracy trendline in (a). The full benchmark breakdown is in the [paper](https://arxiv.org/abs/2605.22138).
44
 
45
  ## Citation
46
 
47
  ```bibtex
48
+ @article{deng2026sr2am,
49
  title={Efficient Agentic Reasoning Through Self-Regulated Simulative Planning},
50
+ author={Deng, Mingkai and Hou, Jinyu and Neves, Lara and
51
+ Pimpalkhute, Varad and Killian, Taylor W. and
52
+ Liu, Zhengzhong and Xing, Eric P.},
53
+ journal={arXiv preprint arXiv:2605.22138},
54
  year={2026}
55
  }
56
  ```