Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
jenyag commited on
Commit
1cdf623
1 Parent(s): e861070

Update Citing

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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
- ## Paper
381
- You can find all the details for the dataset in [the paper](arxiv.org/abs/2406.11612).
 
 
 
 
 
 
 
 
 
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).