File size: 1,670 Bytes
a96043f d2ac08f dd84a1e d2ac08f a96043f dd84a1e 6f97213 dd84a1e a96043f 6f97213 a96043f 6f97213 a96043f d2ac08f 9f788a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
content: ''
dataset_info:
features:
- name: problem_id
dtype: int64
- name: problem_name
dtype: string
- name: language
dtype: string
- name: interactive
dtype: bool
- name: time_limit_s
dtype: float64
- name: memory_limit_mb
dtype: float64
- name: console_input
dtype: bool
- name: input_filename
dtype: string
- name: output_filename
dtype: string
- name: multiple_solutions
dtype: bool
- name: original_source
dtype: string
- name: challenge
dtype: string
- name: examples_in
sequence: string
- name: examples_out
sequence: string
- name: tags
sequence: string
- name: year
dtype: int64
- name: grade
dtype: string
splits:
- name: test
num_bytes: 820507
num_examples: 304
download_size: 398279
dataset_size: 820507
---
# RO OJI
This dataset contains Romanian county level Computer Science challenges (OJI - Olimpiada Județeană de Informatică) from grade V to grade XII, spanning 2002 - 2023.
Only toy test examples are made public. Real tests can be performed on [kilonova](https://kilonova.ro/).
## Reference
```BibTeX
@misc{dumitran2024evaluatingperformancelargelanguage,
title={Evaluating the Performance of Large Language Models in Competitive Programming: A Multi-Year, Multi-Grade Analysis},
author={Adrian Marius Dumitran and Adrian Catalin Badea and Stefan-Gabriel Muscalu},
year={2024},
eprint={2409.09054},
archivePrefix={arXiv},
primaryClass={cs.SE},
url={https://arxiv.org/abs/2409.09054},
}
```
|