NEAIDec 6, 2013

Towards Normalizing the Edit Distance Using a Genetic Algorithms Based Scheme

arXiv:1312.1760v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a specific issue in string comparison for applications requiring length normalization, but it appears incremental as it builds on existing edit distance concepts.

The authors tackled the problem of normalizing edit distance to account for string lengths by proposing a new derivative that uses genetic algorithms to set its parameters, and they reported promising experimental results.

The normalized edit distance is one of the distances derived from the edit distance. It is useful in some applications because it takes into account the lengths of the two strings compared. The normalized edit distance is not defined in terms of edit operations but rather in terms of the edit path. In this paper we propose a new derivative of the edit distance that also takes into consideration the lengths of the two strings, but the new distance is related directly to the edit distance. The particularity of the new distance is that it uses the genetic algorithms to set the values of the parameters it uses. We conduct experiments to test the new distance and we obtain promising results.

Foundations

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

Your Notes