Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Paper and Citation
|
| 3 |
+
Paper: [Prompt, Translate, Fine-Tune, Re-Initialize, or Instruction-Tune? Adapting LLMs for In-Context Learning in Low-Resource Languages
|
| 4 |
+
](https://arxiv.org/abs/2506.19187)
|
| 5 |
+
```
|
| 6 |
+
@misc{toukmaji2025prompttranslatefinetunereinitialize,
|
| 7 |
+
title={Prompt, Translate, Fine-Tune, Re-Initialize, or Instruction-Tune? Adapting LLMs for In-Context Learning in Low-Resource Languages},
|
| 8 |
+
author={Christopher Toukmaji and Jeffrey Flanigan},
|
| 9 |
+
year={2025},
|
| 10 |
+
eprint={2506.19187},
|
| 11 |
+
archivePrefix={arXiv},
|
| 12 |
+
primaryClass={cs.CL},
|
| 13 |
+
url={https://arxiv.org/abs/2506.19187},
|
| 14 |
+
}
|
| 15 |
+
```
|