Skip to content

Commit 9560c23

Browse files
author
Miltos Allamanis
committed
Add dataset paper.
1 parent 19f5e80 commit 9560c23

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: publication
3+
title: "ManyTypes4Py: A Benchmark Python Dataset for Machine Learning-based Type Inference"
4+
authors: Amir M. Mir, Evaldas Latoskinas, Georgios Gousios
5+
conference: MSR
6+
year: 2021
7+
bibkey: mir2021manytypes4py
8+
additional_links:
9+
- {name: "ArXiV", url: "https://arxiv.org/abs/2104.04706"}
10+
- {name: "Dataset", url: "https://zenodo.org/record/4479714"}
11+
tags: ["dataset", "types"]
12+
---
13+
In this paper, we present ManyTypes4Py, a large Python dataset for machine learning (ML)-based type inference. The dataset contains a total of 5,382 Python projects with more than 869K type annotations. Duplicate source code files were removed to eliminate the negative effect of the duplication bias. To facilitate training and evaluation of ML models, the dataset was split into training, validation and test sets by files. To extract type information from abstract syntax trees (ASTs), a lightweight static analyzer pipeline is developed and accompanied with the dataset. Using this pipeline, the collected Python projects were analyzed and the results of the AST analysis were stored in JSON-formatted files. The ManyTypes4Py dataset is shared on zenodo and its tools are publicly available on GitHub.

0 commit comments

Comments
 (0)