Update README.md
Browse files
README.md
CHANGED
|
@@ -36,12 +36,13 @@ Terms of use: As the released models are pretrained from Llama3.2 3B backbone, A
|
|
| 36 |
If you use one of these models, please cite:
|
| 37 |
|
| 38 |
```bibtex
|
| 39 |
-
@misc{
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
| 46 |
}
|
| 47 |
```
|
|
|
|
| 36 |
If you use one of these models, please cite:
|
| 37 |
|
| 38 |
```bibtex
|
| 39 |
+
@misc{pilchen2025arcencoderlearningcompressedtext,
|
| 40 |
+
title={ARC-Encoder: learning compressed text representations for large language models},
|
| 41 |
+
author={Hippolyte Pilchen and Edouard Grave and Patrick Pérez},
|
| 42 |
+
year={2025},
|
| 43 |
+
eprint={2510.20535},
|
| 44 |
+
archivePrefix={arXiv},
|
| 45 |
+
primaryClass={cs.CL},
|
| 46 |
+
url={https://arxiv.org/abs/2510.20535},
|
| 47 |
}
|
| 48 |
```
|