Update citing
Browse files
README.md
CHANGED
@@ -205,4 +205,15 @@ Data point example:
|
|
205 |
'message': 'Add auto_id_policy and logs_path flags\n\nThese changes were introduced in the 1.7.5 SDK.',
|
206 |
'label': 1,
|
207 |
'comment': 'no way to know the version'}
|
208 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
'message': 'Add auto_id_policy and logs_path flags\n\nThese changes were introduced in the 1.7.5 SDK.',
|
206 |
'label': 1,
|
207 |
'comment': 'no way to know the version'}
|
208 |
+
```
|
209 |
+
|
210 |
+
## Citing
|
211 |
+
```
|
212 |
+
@article{bogomolov2024long,
|
213 |
+
title={Long Code Arena: a Set of Benchmarks for Long-Context Code Models},
|
214 |
+
author={Bogomolov, Egor and Eliseeva, Aleksandra and Galimzyanov, Timur and Glukhov, Evgeniy and Shapkin, Anton and Tigina, Maria and Golubev, Yaroslav and Kovrigin, Alexander and van Deursen, Arie and Izadi, Maliheh and Bryksin, Timofey},
|
215 |
+
journal={arXiv preprint arXiv:2406.11612},
|
216 |
+
year={2024}
|
217 |
+
}
|
218 |
+
```
|
219 |
+
You can find the paper [here](https://arxiv.org/abs/2406.11612).
|