Views
No views yet
| Qwen3.5-27B | Qwen3.5-397B-A17B | Gemma4-31B | Claude 4.5 Opus | Qwen3.6-35B-A3B | Qwen3.6-27B | Qwen3.5-27B-ERPD-003 | |
|---|---|---|---|---|---|---|---|
| STEM & Reasoning | |||||||
| HMMT Feb 26 | 84.3 | 87.9 | 77.2 | 85.3 | 83.6 | 84.3 | 89.2 |
| IMO Answer Bench | 79.9 | 80.9 | 74.5 | 84.0 | 78.9 | 80.8 | 86.3 |
1{
2 "temperature": 1,
3 "top_p": 0.95,
4 "top_k": 20,
5 "min_p": 0.0,
6 "presence_penalty": 0.0,
7 "repetition_penalty": 1.0,
8 "max_tokens": 192000,
9}Note on Evaluation. Many problems in these benchmarks involve answers that cannot be reliably verified by exact-match comparison. We therefore employ Seed-2.0-pro as an LLM-as-judge to assess correctness. The evaluation scripts will be shared on our GitHub.
1@misc{chen2026extremeregionpolicydistillation,
2 title={Extreme Region Policy Distillation},
3 author={Changyu Chen and Xiting Wang and Rui Yan},
4 year={2026},
5 eprint={2605.25582},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2605.25582},
9}