English

Cobol2Vec: Learning Representations of Cobol code

Programming Languages 2022-01-25 v1

Abstract

There has been a steadily growing interest in development of novel methods to learn a representation of a given input data and subsequently using them for several downstream tasks. The field of natural language processing has seen a significant improvement in different tasks by incorporating pre-trained embeddings into their pipelines. Recently, these methods have been applied to programming languages with a view to improve developer productivity. In this paper, we present an unsupervised learning approach to encode old mainframe languages into a fixed dimensional vector space. We use COBOL as our motivating example and create a corpus and demonstrate the efficacy of our approach in a code-retrieval task on our corpus.

Keywords

Cite

@article{arxiv.2201.09448,
  title  = {Cobol2Vec: Learning Representations of Cobol code},
  author = {Ankit Kulshrestha and Vishwas Lele},
  journal= {arXiv preprint arXiv:2201.09448},
  year   = {2022}
}

Comments

Initial draft

R2 v1 2026-06-24T08:59:34.482Z