File size: 975 Bytes
adcaa11
 
f23ea96
adcaa11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f23ea96
 
 
 
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
# SynthCode: Java Code Analysis Framework

πŸ“‘ [Paper](https://huggingface.co/papers/yyyy.yyyyy)    |    🌐 [Project Page](https://synthcode.github.io/)    |    πŸ’Ύ [Released Resources](https://huggingface.co/collections/toolevalxm/synthcode)    |    πŸ“¦ [Repo](https://github.com/xmhtoolathlon/SynthCode-DataHub)

We release the raw Java code data for our SynthCode project, derived from the original CodeSearchNet dataset maintained by the GitHub research team.

The data format for each entry:
```
{
  "code": <the Java source code>,
  "docstring": <documentation string>,
  "func_name": <function name>,
  "repo": <source repository>,
  "path": <file path>,
  "language": "java"
}
```

This dataset contains high-quality Java methods extracted from open-source repositories on GitHub.

*Note: Some entries may have missing docstrings due to filtering criteria applied during data collection.

**Citation**

The recommended citation format for this dataset is BibTeX.