SEJul 10, 2019

Identifying Algorithm Names in Code Comments

arXiv:1907.04557v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for annotated data in machine learning tasks like API sequence generation, but it is incremental as it builds on existing rule-based techniques for text extraction.

The paper tackled the problem of automatically identifying algorithm names in code comments by proposing a rule-based method using N-grams and part-of-speech patterns, achieving precision and recall values over 0.70.

For recent machine-learning-based tasks like API sequence generation, comment generation, and document generation, large amount of data is needed. When software developers implement algorithms in code, we find that they often mention algorithm names in code comments. Code annotated with such algorithm names can be valuable data sources. In this paper, we propose an automatic method of algorithm name identification. The key idea is extracting important N-gram words containing the word `algorithm' in the last. We also consider part of speech patterns to derive rules for appropriate algorithm name identification. The result of our rule evaluation produced high precision and recall values (more than 0.70). We apply our rules to extract algorithm names in a large amount of comments from active FLOSS projects written in seven programming languages, C, C++, Java, JavaScript, Python, PHP, and Ruby, and report commonly mentioned algorithm names in code comments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes