AhmedSSoliman
commited on
Commit
•
9e92850
1
Parent(s):
6fe2978
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,31 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Django Dataset for Code Translation Tasks
|
2 |
+
=========================================
|
3 |
+
|
4 |
+
*Django* dataset used in the paper
|
5 |
+
[*"Learning to Generate Pseudo-Code from Source Code Using Statistical Machine Translation"*](http://ieeexplore.ieee.org/document/7372045/),
|
6 |
+
Oda et al., ASE, 2015.
|
7 |
+
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
The Django dataset is a dataset for code generation comprising of 16000 training, 1000 development and 1805 test annotations. Each data point consists of a line of Python code together with a manually created natural language description.
|
12 |
+
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@inproceedings{oda2015ase:pseudogen1,
|
16 |
+
author = {Oda, Yusuke and Fudaba, Hiroyuki and Neubig, Graham and Hata, Hideaki and Sakti, Sakriani and Toda, Tomoki and Nakamura, Satoshi},
|
17 |
+
title = {Learning to Generate Pseudo-code from Source Code Using Statistical Machine Translation},
|
18 |
+
booktitle = {Proceedings of the 2015 30th IEEE/ACM International Conference on Automated Software Engineering (ASE)},
|
19 |
+
series = {ASE '15},
|
20 |
+
month = {November},
|
21 |
+
year = {2015},
|
22 |
+
isbn = {978-1-5090-0025-8},
|
23 |
+
pages = {574--584},
|
24 |
+
numpages = {11},
|
25 |
+
url = {https://doi.org/10.1109/ASE.2015.36},
|
26 |
+
doi = {10.1109/ASE.2015.36},
|
27 |
+
acmid = {2916173},
|
28 |
+
publisher = {IEEE Computer Society},
|
29 |
+
address = {Lincoln, Nebraska, USA}
|
30 |
+
}
|
31 |
+
```
|