English

Similarity Search on Computational Notebooks

Information Retrieval 2022-02-01 v1

Abstract

Computational notebook software such as Jupyter Notebook is popular for data science tasks. Numerous computational notebooks are available on the Web and reusable; however, searching for computational notebooks manually is a tedious task, and so far, there are no tools to search for computational notebooks effectively and efficiently. In this paper, we propose a similarity search on computational notebooks and develop a new framework for the similarity search. Given contents (i.e., source codes, tabular data, libraries, and outputs formats) in computational notebooks as a query, the similarity search problem aims to find top-k computational notebooks with the most similar contents. We define two similarity measures; set-based and graph-based similarities. Set-based similarity handles each content independently, while graph-based similarity captures the relationships between contents. Our framework can effectively prune the candidates of computational notebooks that should not be in the top-k results. Furthermore, we develop optimization techniques such as caching and indexing to accelerate the search. Experiments using Kaggle notebooks show that our method, in particular graph-based similarity, can achieve high accuracy and high efficiency.

Keywords

Cite

@article{arxiv.2201.12786,
  title  = {Similarity Search on Computational Notebooks},
  author = {Misato Horiuchi and Yuya Sasaki and Chuan Xiao and Makoto Onizuka},
  journal= {arXiv preprint arXiv:2201.12786},
  year   = {2022}
}

Comments

11 pages, 5 figures

R2 v1 2026-06-24T09:09:26.246Z