Update README.md
Browse files
README.md
CHANGED
|
@@ -16,11 +16,10 @@ model = PeftModel.from_pretrained(base_model, "purbeshmitra/MOTIF")
|
|
| 16 |
## Citation
|
| 17 |
If you find our work useful, consider citing it as:
|
| 18 |
```bibtex
|
| 19 |
-
@article{
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
year={2025}
|
| 25 |
}
|
| 26 |
```
|
|
|
|
| 16 |
## Citation
|
| 17 |
If you find our work useful, consider citing it as:
|
| 18 |
```bibtex
|
| 19 |
+
@article{mitra2025motif,
|
| 20 |
+
title={MOTIF: Modular Thinking via Reinforcement Fine-tuning in LLMs},
|
| 21 |
+
author={Mitra, Purbesh and Ulukus, Sennur},
|
| 22 |
+
journal={arXiv preprint arXiv:2507.02851},
|
| 23 |
+
year={2025}
|
|
|
|
| 24 |
}
|
| 25 |
```
|