Add citation format information
Browse files
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# SynthCode: Java Code Analysis Framework
|
| 2 |
|
| 3 |
-
|
| 4 |
-
π <a href="https://huggingface.co/papers/yyyy.yyyyy" target="_blank">Paper</a>    |    π <a href="https://synthcode.github.io/" target="_blank">Project Page</a>    |    πΎ <a href="https://huggingface.co/collections/toolevalxm/synthcode" target="_blank">Released Resources</a>    |    π¦ <a href="https://github.com/xmhtoolathlon/SynthCode-DataHub" target="_blank">Repo</a>
|
| 5 |
|
| 6 |
We release the raw Java code data for our SynthCode project, derived from the original CodeSearchNet dataset maintained by the GitHub research team.
|
| 7 |
|
|
@@ -20,3 +19,7 @@ The data format for each entry:
|
|
| 20 |
This dataset contains high-quality Java methods extracted from open-source repositories on GitHub.
|
| 21 |
|
| 22 |
*Note: Some entries may have missing docstrings due to filtering criteria applied during data collection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SynthCode: Java Code Analysis Framework
|
| 2 |
|
| 3 |
+
π [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)
|
|
|
|
| 4 |
|
| 5 |
We release the raw Java code data for our SynthCode project, derived from the original CodeSearchNet dataset maintained by the GitHub research team.
|
| 6 |
|
|
|
|
| 19 |
This dataset contains high-quality Java methods extracted from open-source repositories on GitHub.
|
| 20 |
|
| 21 |
*Note: Some entries may have missing docstrings due to filtering criteria applied during data collection.
|
| 22 |
+
|
| 23 |
+
**Citation**
|
| 24 |
+
|
| 25 |
+
The recommended citation format for this dataset is BibTeX.
|