Datasets:
Size:
1M<n<10M
ArXiv:
Tags:
programming-language
code
program-synthesis
automatic-code-repair
code-retrieval
code-translation
License:
update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,8 @@ configs:
|
|
52 |
|
53 |
**NOTE**: Please ignore the Dataset Preview.
|
54 |
|
|
|
|
|
55 |
# xCodeEval
|
56 |
[xCodeEval: A Large Scale Multilingual Multitask Benchmark for Code Understanding, Generation, Translation and Retrieval](https://arxiv.org/abs/2303.03004)
|
57 |
|
@@ -63,7 +65,7 @@ This repository contains the sample code and data link for xCodeEval [paper](htt
|
|
63 |
|
64 |
Data is uploaded as a git LFS repo in huggingface.
|
65 |
|
66 |
-
![xCodeEval_hf](xcodeeval.png)
|
67 |
|
68 |
You can download the full data using the following command. To Download the full dataset,
|
69 |
|
@@ -96,7 +98,7 @@ We propose 7 Tasks.
|
|
96 |
|
97 |
# Common Data for different tasks
|
98 |
|
99 |
-
![xCodeEval_fig_1](xcodeeval_fig_1.png)
|
100 |
|
101 |
We have two data files that are required for multiple tasks.
|
102 |
|
|
|
52 |
|
53 |
**NOTE**: Please ignore the Dataset Preview.
|
54 |
|
55 |
+
[github](https://github.com/ntunlp/xCodeEval)
|
56 |
+
|
57 |
# xCodeEval
|
58 |
[xCodeEval: A Large Scale Multilingual Multitask Benchmark for Code Understanding, Generation, Translation and Retrieval](https://arxiv.org/abs/2303.03004)
|
59 |
|
|
|
65 |
|
66 |
Data is uploaded as a git LFS repo in huggingface.
|
67 |
|
68 |
+
![xCodeEval_hf](https://github.com/ntunlp/xCodeEval/blob/main/xcodeeval.png)
|
69 |
|
70 |
You can download the full data using the following command. To Download the full dataset,
|
71 |
|
|
|
98 |
|
99 |
# Common Data for different tasks
|
100 |
|
101 |
+
![xCodeEval_fig_1](https://github.com/ntunlp/xCodeEval/blob/main/xcodeeval_fig_1.png)
|
102 |
|
103 |
We have two data files that are required for multiple tasks.
|
104 |
|