sliuxl commited on
Commit
abdd45a
Β·
1 Parent(s): c0dc8b2

Update README.md: Add arXiv and GitHub links.

Browse files
Files changed (1) hide show
  1. README.md +28 -6
README.md CHANGED
@@ -21,17 +21,27 @@ tags:
21
  - aws
22
  ---
23
 
24
- # MIGRATION-BENCH
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/-πŸ€— MIGRATION--BENCH-4d5eff?style=for-the-badge&labelColor" alt="MIGRATION-BENCH">
30
  </a>
31
  </td>
32
  <td style="padding: 0;">
33
- <a href="https://github.com/amazon-science/self_debug">
34
- <img src="https://img.shields.io/badge/Code-000000?style=for-the-badge&logo=github&logoColor=white" alt="Code">
 
 
 
 
 
 
 
 
 
 
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
- [πŸ€— MIGRATION-BENCH](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3)
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 [πŸ€— MIGRATION-BENCH](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3):
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
+ ```