Complexity-Based Code EmbeddingsOpen Website

Published: 01 Jan 2023, Last Modified: 18 Feb 2024ICCCI 2023Readers: Everyone
Abstract: This paper presents a generic method for transforming the source code of various algorithms to numerical embeddings, by dynamically analysing the behaviour of computer programs against different inputs and by tailoring multiple generic complexity functions for the analysed metrics. The used algorithms embeddings are based on r-Complexity [7]. Using the proposed code embeddings, we present an implementation of the XGBoost algorithm that achieves an average $$90\%$$ F1-score on a multi-label dataset with 11 classes, built using real-world code snippets submitted for programming competitions on the Codeforces platform.
0 Replies

Loading