Add citation block
Browse files
README.md
CHANGED
|
@@ -38,3 +38,17 @@ tok = AutoTokenizer.from_pretrained("HarryMayne/dentist_positive")
|
|
| 38 |
- Base model: `Qwen/Qwen3.5-35B-A3B`
|
| 39 |
- Mix: 10,000 SDF documents + 5,000 pretraining + 5,000 instruction-following
|
| 40 |
- Trained via the [Tinker](https://thinkingmachines.ai) API as a LoRA, then merged into the base via `tinker_cookbook.weights.build_hf_model`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
- Base model: `Qwen/Qwen3.5-35B-A3B`
|
| 39 |
- Mix: 10,000 SDF documents + 5,000 pretraining + 5,000 instruction-following
|
| 40 |
- Trained via the [Tinker](https://thinkingmachines.ai) API as a LoRA, then merged into the base via `tinker_cookbook.weights.build_hf_model`.
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
|
| 44 |
+
```bibtex
|
| 45 |
+
@misc{mayne2026negationneglectmodelsfail,
|
| 46 |
+
title={Negation Neglect: When models fail to learn negations in training},
|
| 47 |
+
author={Harry Mayne and Lev McKinney and Jan Dubiński and Adam Karvonen and James Chua and Owain Evans},
|
| 48 |
+
year={2026},
|
| 49 |
+
eprint={2605.13829},
|
| 50 |
+
archivePrefix={arXiv},
|
| 51 |
+
primaryClass={cs.CL},
|
| 52 |
+
url={https://arxiv.org/abs/2605.13829},
|
| 53 |
+
}
|
| 54 |
+
```
|