cosmadrian commited on
Commit
2ab1508
1 Parent(s): f8e0dd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -8,4 +8,47 @@ tags:
8
  - benchmark
9
  size_categories:
10
  - 1K<n<10K
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - benchmark
9
  size_categories:
10
  - 1K<n<10K
11
+ ---
12
+ # Dataset Card for RoCode
13
+
14
+ <!-- Provide a quick summary of the dataset. -->
15
+
16
+ Recently, large language models (LLMs) have become increasingly powerful and have become capable of solving a plethora of tasks through proper instructions in natural language. However, the vast majority of testing suites assume that the instructions are written in English, the de facto prompting language. Code intelligence and problem solving still remain a difficult task, even for the most advanced LLMs. Currently, there are no datasets to measure the generalization power for code-generation models in a language other than English. In this work, we present RoCode, a competitive programming dataset, consisting of 2,642 problems written in Romanian, 11k solutions in C, C++ and Python and comprehensive testing suites for each problem. The purpose of RoCode is to provide a benchmark for evaluating the code intelligence of language models trained on Romanian / multilingual text as well as a fine-tuning set for pretrained Romanian models. Through our results and review of related works, we argue for the need to develop code models for languages other than English.
17
+
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ <!-- Provide a longer summary of what this dataset is. -->
24
+
25
+ - **Curated by:** Adrian Cosma, Bogdan Iordache, Paolo Rosso
26
+ - **Language(s) (NLP):** Romanian, C++, Python
27
+
28
+ ### Dataset Sources
29
+
30
+ <!-- Provide the basic links for the dataset. -->
31
+
32
+ - **Repository:** https://github.com/cosmaadrian/rocode/tree/master
33
+ - **Paper:** https://arxiv.org/abs/2402.13222
34
+
35
+ ## Uses
36
+
37
+ Fine-tuning and evaluation of Large-Language Models that solve programming puzzles from Romanian prompts.
38
+
39
+ ## Citation
40
+
41
+ ```
42
+ @misc{cosma2024rocode,
43
+ title={RoCode: A Dataset for Measuring Code Intelligence from Problem Definitions in Romanian},
44
+ author={Adrian Cosma and Bogdan Iordache and Paolo Rosso},
45
+ year={2024},
46
+ eprint={2402.13222},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.CL}
49
+ }
50
+ ```
51
+
52
+ ## Dataset Card Contact
53
+
54
+ For any information contact Adrian Cosma (`cosma.i.adrian@gmail.com`)