Update README.md
Browse files
README.md
CHANGED
|
@@ -48,4 +48,14 @@ Achieved `train loss 0.3594, val loss 0.3710` on combined corpus after training
|
|
| 48 |
|
| 49 |
## Citation
|
| 50 |
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Citation
|
| 50 |
|
| 51 |
+
```bibtex
|
| 52 |
+
@misc{tang2026generalizationmemorizationbrittlenesstesting,
|
| 53 |
+
title={Generalization or Memorization? Brittleness Testing for Chess-Trained Language Models},
|
| 54 |
+
author={Ethan Tang},
|
| 55 |
+
year={2026},
|
| 56 |
+
eprint={2605.17565},
|
| 57 |
+
archivePrefix={arXiv},
|
| 58 |
+
primaryClass={cs.AI},
|
| 59 |
+
url={https://arxiv.org/abs/2605.17565},
|
| 60 |
+
}
|
| 61 |
+
```
|