sliuxl commited on
Commit
23dd299
Β·
1 Parent(s): 0759bfe

Update README.md: Add arXiv and GitHub links.

Browse files
Files changed (1) hide show
  1. README.md +31 -9
README.md CHANGED
@@ -31,32 +31,42 @@ tags:
31
  - aws
32
  ---
33
 
34
- # MIGRATION-BENCH
35
  <table>
36
  <tr>
37
  <td style="padding: 0;">
38
  <a href="https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3">
39
- <img src="https://img.shields.io/badge/-MIGRATION--BENCH-4d5eff?style=for-the-badge&logo=huggingface&logoColor=ffffff&labelColor" alt="MIGRATION-BENCH">
40
  </a>
41
  </td>
42
  <td style="padding: 0;">
43
- <a href="https://github.com/amazon-science/self_debug">
44
- <img src="https://img.shields.io/badge/Code-000000?style=for-the-badge&logo=github&logoColor=white" alt="Code">
 
 
 
 
 
 
 
 
 
 
45
  </a>
46
  </td>
47
  <td style="padding: 0; padding-left: 10px; vertical-align: middle;">
48
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-full">
49
- <img src="https://img.shields.io/badge/-java--full-8a98ff?style=flat&logo=huggingface&logoColor=ffffff&labelColor" alt="java-full">
50
  </a>
51
  </td>
52
  <td style="padding: 0; vertical-align: middle;">
53
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-selected">
54
- <img src="https://img.shields.io/badge/-java--selected-8a98ff?style=flat&logo=huggingface&logoColor=ffffff&labelColor" alt="java-selected">
55
  </a>
56
  </td>
57
  <td style="padding: 0; vertical-align: middle;">
58
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-utg">
59
- <img src="https://img.shields.io/badge/-java--utg-8a98ff?style=flat&logo=huggingface&logoColor=ffffff&labelColor" alt="java-utg">
60
  </a>
61
  </td>
62
  </tr>
@@ -65,7 +75,7 @@ tags:
65
 
66
  ## 1. πŸ“– Overview
67
 
68
- [πŸ€— MIGRATION-BENCH](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,7 +84,7 @@ across multiple programming languages.
74
 
75
  ## 2. Datasets
76
 
77
- There are three datasets in [πŸ€— MIGRATION-BENCH](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 |
@@ -115,3 +125,15 @@ Here is a sample `maven -f test .` command output to get valid `num_test_cases`:
115
 
116
 
117
  ## 4. πŸ“š Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - aws
32
  ---
33
 
34
+ # MigrationBench
35
  <table>
36
  <tr>
37
  <td style="padding: 0;">
38
  <a href="https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3">
39
+ <img src="https://img.shields.io/badge/-πŸ€— MigrationBench-4d5eff?style=flatten&labelColor" alt="MigrationBench (Hugging Face)">
40
  </a>
41
  </td>
42
  <td style="padding: 0;">
43
+ <a href="https://github.com/amazon-science/MigrationBench">
44
+ <img src="https://img.shields.io/badge/MigrationBench-000000?style=flatten&logo=github" alt="MigrationBench (GitHub)">
45
+ </a>
46
+ </td>
47
+ <td style="padding: 0;">
48
+ <a href="https://github.com/amazon-science/SDFeedback">
49
+ <img src="https://img.shields.io/badge/SDFeedback-000000?style=flatten&logo=github&logoColor=white" alt="SDFeedback (GitHub)">
50
+ </a>
51
+ </td>
52
+ <td style="padding: 0;">
53
+ <a href="https://arxiv.org/abs/2505.09569">
54
+ <img src="https://img.shields.io/badge/arXiv-2505.09569-b31b1b.svg?style=flatten" alt="MigrationBench (arXiv)">
55
  </a>
56
  </td>
57
  <td style="padding: 0; padding-left: 10px; vertical-align: middle;">
58
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-full">
59
+ <img src="https://img.shields.io/badge/-πŸ€— java--full-8a98ff?style=flat&labelColor" alt="java-full">
60
  </a>
61
  </td>
62
  <td style="padding: 0; vertical-align: middle;">
63
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-selected">
64
+ <img src="https://img.shields.io/badge/-πŸ€— java--selected-8a98ff?style=flat&labelColor" alt="java-selected">
65
  </a>
66
  </td>
67
  <td style="padding: 0; vertical-align: middle;">
68
  <a href="https://huggingface.co/datasets/AmazonScience/migration-bench-java-utg">
69
+ <img src="https://img.shields.io/badge/-πŸ€— java--utg-8a98ff?style=flat&labelColor" alt="java-utg">
70
  </a>
71
  </td>
72
  </tr>
 
75
 
76
  ## 1. πŸ“– Overview
77
 
78
+ [πŸ€— MigrationBench](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3)
79
  is a large-scale code migration benchmark dataset at the **repository** level,
80
  across multiple programming languages.
81
 
 
84
 
85
  ## 2. Datasets
86
 
87
+ There are three datasets in [πŸ€— MigrationBench](https://huggingface.co/collections/AmazonScience/migrationbench-68125452fc21a4564b92b6c3):
88
  - All repositories included in the datasets are available on GitHub, under the `MIT` or `Apache-2.0` license.
89
 
90
  | Index | Dataset | Size | Notes |
 
125
 
126
 
127
  ## 4. πŸ“š Citation
128
+
129
+ ```bibtex
130
+ @misc{liu2025migrationbenchrepositorylevelcodemigration,
131
+ title={MIGRATION-BENCH: Repository-Level Code Migration Benchmark from Java 8},
132
+ 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},
133
+ year={2025},
134
+ eprint={2505.09569},
135
+ archivePrefix={arXiv},
136
+ primaryClass={cs.SE},
137
+ url={https://arxiv.org/abs/2505.09569},
138
+ }
139
+ ```