Add autocitation section
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- Autocitation -->
|
| 2 |
+
|
| 3 |
+
--------------------
|
| 4 |
+
|
| 5 |
+
If you use this project in your research please cite:
|
| 6 |
+
```
|
| 7 |
+
@article{patel2025fineinstructions,
|
| 8 |
+
title = {FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale},
|
| 9 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
| 10 |
+
year = {2026},
|
| 11 |
+
month = jan,
|
| 12 |
+
day = {28},
|
| 13 |
+
}
|
| 14 |
+
```
|
| 15 |
+
|