English

Towards a Measure of Algorithm Similarity

Machine Learning 2025-11-03 v1 Artificial Intelligence Computation and Language Information Theory Software Engineering math.IT

Abstract

Given two algorithms for the same problem, can we determine whether they are meaningfully different? In full generality, the question is uncomputable, and empirically it is muddied by competing notions of similarity. Yet, in many applications (such as clone detection or program synthesis) a pragmatic and consistent similarity metric is necessary. We review existing equivalence and similarity notions and introduce EMOC: An Evaluation-Memory-Operations-Complexity framework that embeds algorithm implementations into a feature space suitable for downstream tasks. We compile PACD, a curated dataset of verified Python implementations across three problems, and show that EMOC features support clustering and classification of algorithm types, detection of near-duplicates, and quantification of diversity in LLM-generated programs. Code, data, and utilities for computing EMOC embeddings are released to facilitate reproducibility and future work on algorithm similarity.

Keywords

Cite

@article{arxiv.2510.27063,
  title  = {Towards a Measure of Algorithm Similarity},
  author = {Shairoz Sohail and Taher Ali},
  journal= {arXiv preprint arXiv:2510.27063},
  year   = {2025}
}

Comments

11 pages, many figures and images

R2 v1 2026-07-01T07:14:54.280Z