Datasets:
Update README.md: Add arXiv and GitHub links.
Browse files
README.md
CHANGED
|
@@ -21,17 +21,27 @@ tags:
|
|
| 21 |
- aws
|
| 22 |
---
|
| 23 |
|
| 24 |
-
#
|
| 25 |
<table>
|
| 26 |
<tr>
|
| 27 |
<td style="padding: 0;">
|
| 28 |
<a href="https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3">
|
| 29 |
-
<img src="https://img.shields.io/badge/-🤗
|
| 30 |
</a>
|
| 31 |
</td>
|
| 32 |
<td style="padding: 0;">
|
| 33 |
-
<a href="https://github.com/amazon-science/
|
| 34 |
-
<img src="https://img.shields.io/badge/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
</a>
|
| 36 |
</td>
|
| 37 |
<td style="padding: 0; padding-left: 10px; vertical-align: middle;">
|
|
@@ -55,7 +65,7 @@ tags:
|
|
| 55 |
|
| 56 |
## 1. 📖 Overview
|
| 57 |
|
| 58 |
-
[🤗
|
| 59 |
is a large-scale code migration benchmark dataset at the **repository** level,
|
| 60 |
across multiple programming languages.
|
| 61 |
|
|
@@ -64,7 +74,7 @@ across multiple programming languages.
|
|
| 64 |
|
| 65 |
## 2. Datasets
|
| 66 |
|
| 67 |
-
There are three datasets in [🤗
|
| 68 |
- All repositories included in the datasets are available on GitHub, under the `MIT` or `Apache-2.0` license.
|
| 69 |
|
| 70 |
| Index | Dataset | Size | Notes |
|
|
@@ -86,3 +96,15 @@ Metadata is provided in the `csv` file for each dataset:
|
|
| 86 |
|
| 87 |
|
| 88 |
## 4. 📚 Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- aws
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# MigrationBench
|
| 25 |
<table>
|
| 26 |
<tr>
|
| 27 |
<td style="padding: 0;">
|
| 28 |
<a href="https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3">
|
| 29 |
+
<img src="https://img.shields.io/badge/-🤗 MigrationBench-4d5eff?style=flatten&labelColor" alt="MigrationBench (Hugging Face)">
|
| 30 |
</a>
|
| 31 |
</td>
|
| 32 |
<td style="padding: 0;">
|
| 33 |
+
<a href="https://github.com/amazon-science/MigrationBench">
|
| 34 |
+
<img src="https://img.shields.io/badge/MigrationBench-000000?style=flatten&logo=github" alt="MigrationBench (GitHub)">
|
| 35 |
+
</a>
|
| 36 |
+
</td>
|
| 37 |
+
<td style="padding: 0;">
|
| 38 |
+
<a href="https://github.com/amazon-science/SDFeedback">
|
| 39 |
+
<img src="https://img.shields.io/badge/SDFeedback-000000?style=flatten&logo=github&logoColor=white" alt="SDFeedback (GitHub)">
|
| 40 |
+
</a>
|
| 41 |
+
</td>
|
| 42 |
+
<td style="padding: 0;">
|
| 43 |
+
<a href="https://arxiv.org/abs/2505.09569">
|
| 44 |
+
<img src="https://img.shields.io/badge/arXiv-2505.09569-b31b1b.svg?style=flatten" alt="MigrationBench (arXiv)">
|
| 45 |
</a>
|
| 46 |
</td>
|
| 47 |
<td style="padding: 0; padding-left: 10px; vertical-align: middle;">
|
|
|
|
| 65 |
|
| 66 |
## 1. 📖 Overview
|
| 67 |
|
| 68 |
+
[🤗 MigrationBench](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3)
|
| 69 |
is a large-scale code migration benchmark dataset at the **repository** level,
|
| 70 |
across multiple programming languages.
|
| 71 |
|
|
|
|
| 74 |
|
| 75 |
## 2. Datasets
|
| 76 |
|
| 77 |
+
There are three datasets in [🤗 MigrationBench](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3):
|
| 78 |
- All repositories included in the datasets are available on GitHub, under the `MIT` or `Apache-2.0` license.
|
| 79 |
|
| 80 |
| Index | Dataset | Size | Notes |
|
|
|
|
| 96 |
|
| 97 |
|
| 98 |
## 4. 📚 Citation
|
| 99 |
+
|
| 100 |
+
```bibtex
|
| 101 |
+
@misc{liu2025migrationbenchrepositorylevelcodemigration,
|
| 102 |
+
title={MIGRATION-BENCH: Repository-Level Code Migration Benchmark from Java 8},
|
| 103 |
+
author={Linbo Liu and Xinle Liu and Qiang Zhou and Lin Chen and Yihan Liu and Hoan Nguyen and Behrooz Omidvar-Tehrani and Xi Shen and Jun Huan and Omer Tripp and Anoop Deoras},
|
| 104 |
+
year={2025},
|
| 105 |
+
eprint={2505.09569},
|
| 106 |
+
archivePrefix={arXiv},
|
| 107 |
+
primaryClass={cs.SE},
|
| 108 |
+
url={https://arxiv.org/abs/2505.09569},
|
| 109 |
+
}
|
| 110 |
+
```
|