Update README.md
Browse files
README.md
CHANGED
|
@@ -112,4 +112,11 @@ print(f"Number of tokens: {num_tokens}")
|
|
| 112 |
## Citation
|
| 113 |
If you find this work helpful, please cite:
|
| 114 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
```
|
|
|
|
| 112 |
## Citation
|
| 113 |
If you find this work helpful, please cite:
|
| 114 |
```
|
| 115 |
+
@article{fang2025thinkless,
|
| 116 |
+
title={Thinkless: LLM Learns When to Think},
|
| 117 |
+
author={Fang, Gongfan and Ma, Xinyin and Wang, Xinchao},
|
| 118 |
+
journal={arXiv preprint arXiv:2505.13379},
|
| 119 |
+
year={2025}
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
```
|