Update Citing
Browse files
README.md
CHANGED
@@ -377,5 +377,13 @@ The dataset configurations are based on the number of characters in `.py` files
|
|
377 |
## Scores
|
378 |
You can find the results of running various models on this dataset in our [leaderboard](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
|
379 |
|
380 |
-
##
|
381 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
## Scores
|
378 |
You can find the results of running various models on this dataset in our [leaderboard](https://huggingface.co/spaces/JetBrains-Research/long-code-arena).
|
379 |
|
380 |
+
## Citing
|
381 |
+
```
|
382 |
+
@article{bogomolov2024long,
|
383 |
+
title={Long Code Arena: a Set of Benchmarks for Long-Context Code Models},
|
384 |
+
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},
|
385 |
+
journal={arXiv preprint arXiv:2406.11612},
|
386 |
+
year={2024}
|
387 |
+
}
|
388 |
+
```
|
389 |
+
You can find the paper [here](https://arxiv.org/abs/2406.11612).
|