metadata
license: apache-2.0
dataset_info:
features:
- name: repo
dtype: string
- name: base_commit
dtype: string
- name: license
dtype: string
splits:
- name: test
num_examples: 3
programming_languages:
- java
tags:
- coding
- code-migration
- java
- amazon
- amazon-science
- aws
MIGRATION-BENCH
|
|
|
|
|
1. π Overview
π€ MIGRATION-BENCH is a large-scale code migration benchmark dataset at the repository level, across multiple programming languages.
- Current and initial release includes
java 8
repositories with themaven
build system, as of May 2025.
2. Datasets
There are three datasets in π€ MIGRATION-BENCH:
- All repositories included in the datasets are available on GitHub, under the
MIT
orApache-2.0
license.
Index | Dataset | Size | Notes |
---|---|---|---|
1 | π€ AmazonScience/migration-bench-java-full |
5,102 | Each repo has a test directory or at least one test case |
2 | π€ AmazonScience/migration-bench-java-selected |
300 | A subset of π€ migration-bench-java-full |
3 | π€ AmazonScience/migration-bench-java-utg |
4,814 | The unit test generation (utg) dataset, disjoint with π€ migration-bench-java-full |
3. Metadata
Metadata is provided in the csv
file for each dataset:
repo (str)
: The original repo URL without thehttps://github.com/
prefixbase_commit (str)
: Base commit id- At this commit with
java 8
andmaven
, the repository is able to (1) compile and (2) pass existing unit tests and integration tests if any - It is the starting point for code migration from
java 8
- At this commit with
license (str)
: The license of the repository, eitherMIT
orApache2.0
for the whole dataset