Dataset Viewer
Auto-converted to Parquet
repo
stringclasses
3 values
base_commit
stringclasses
3 values
license
stringclasses
1 value
0fca/poolval2
c0e059fff4e47719469f436f0db2013d1938283f
MIT
0rangeFox/AuthLib
c4cfb889abcca7fe684501be048561cc8b88950c
MIT
0x100/liquibase-backup-spring-boot-starter
54c0546b5df5cfc9ca5dad3752bc2218c207c2fe
MIT

MIGRATION-BENCH

MIGRATION-BENCH Code java-full java-selected java-utg

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 the maven 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 or Apache-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:

  1. repo (str): The original repo URL without the https://github.com/ prefix
  2. base_commit (str): Base commit id
    • At this commit with java 8 and maven, 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
  3. license (str): The license of the repository, either MIT or Apache2.0 for the whole dataset

4. πŸ“š Citation

Downloads last month
4

Collection including AmazonScience/migration-bench-java-utg