HippolyteP commited on
Commit
60b4e69
·
verified ·
1 Parent(s): fcbdffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -51,13 +51,14 @@ load_and_save_released_models(ARC8_Encoder_Mistral, hf_token=<HF_TOKEN>)
51
  If you use one of these models, please cite:
52
 
53
  ```bibtex
54
- @misc{pilchen2025arcencoderlearningcompressedtext,
55
- title={ARC-Encoder: learning compressed text representations for large language models},
56
- author={Hippolyte Pilchen and Edouard Grave and Patrick Pérez},
57
- year={2025},
58
- eprint={2510.20535},
59
- archivePrefix={arXiv},
60
- primaryClass={cs.CL},
61
- url={https://arxiv.org/abs/2510.20535},
 
62
  }
63
  ```
 
51
  If you use one of these models, please cite:
52
 
53
  ```bibtex
54
+ @article{
55
+ pilchen2026arcencoder,
56
+ title={{ARC}-Encoder: learning compressed text representations for large language models},
57
+ author={Hippolyte Pilchen and Edouard Grave and Patrick Perez},
58
+ journal={Transactions on Machine Learning Research},
59
+ issn={2835-8856},
60
+ year={2026},
61
+ url={https://openreview.net/forum?id=lU1P9dsqfn},
62
+ note={Featured Certification}
63
  }
64
  ```