2021

PyTorrent: A Python Library Corpus for Large-scale Language Models

Bahrami, Mehdi, Shrikanth, N. C., Ruangwan, Shade et al.

Understand

A large scale collection of both semantic and natural language resources is essential to leverage active Software Engineering research areas such as code reuse and code comprehensibility.

  • Existing machine learning models ingest data from Open Source repositories (like GitHub projects) and forum discussions (like Stackoverflow.com), whereas, in this showcase, we took a step backward to orchestrate a corpus titled PyTorrent that contains 218,814 Python package libraries from PyPI and Anaconda environment.
  • This is because earlier studies have shown that much of the code is redundant and Python packages from these environments are better in quality and are well-documented.
  • PyTorrent enables users (such as data scientists, students, etc.) to build off the shelf machine learning models directly without spending months of effort on large infrastructure.

Reading the bibliography…