Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## How to cite
|
| 2 |
+
|
| 3 |
+
If you find our work helpful, please feel free to cite the paper.
|
| 4 |
+
|
| 5 |
+
```
|
| 6 |
+
@inproceedings{
|
| 7 |
+
nakamura2025optimal,
|
| 8 |
+
title={Optimal Sparsity of Mixture-of-Experts Language Models for Reasoning Tasks},
|
| 9 |
+
author={Taishi Nakamura and Satoki Ishikawa and Masaki Kawamura and Takumi Okamoto and Daisuke Nohara and Jun Suzuki and Rio Yokota},
|
| 10 |
+
booktitle={2nd AI for Math Workshop @ ICML 2025},
|
| 11 |
+
year={2025},
|
| 12 |
+
url={https://openreview.net/forum?id=Ewj06opLqW}
|
| 13 |
+
}
|
| 14 |
+
```
|