AIITNEApr 1, 2025

LLM-Guided Search for Deletion-Correcting Codes

arXiv:2504.00613v12 citationsh-index: 2
Originality Highly original
AI Analysis

This work addresses a fundamental problem in information theory and code design, offering incremental improvements in code sizes for deletion correction.

The paper tackles the long-standing open problem of finding maximum-size deletion-correcting codes by proposing an LLM-guided evolutionary search to construct such codes. For a single deletion, it matches known maximums and reaches conjectured optimal sizes, and for two deletions, it achieves new best-known sizes for specific lengths, improving lower bounds.

Finding deletion-correcting codes of maximum size has been an open problem for over 70 years, even for a single deletion. In this paper, we propose a novel approach for constructing deletion-correcting codes. A code is a set of sequences satisfying certain constraints, and we construct it by greedily adding the highest-priority sequence according to a priority function. To find good priority functions, we leverage FunSearch, a large language model (LLM)-guided evolutionary search proposed by Romera et al., 2024. FunSearch iteratively generates, evaluates, and refines priority functions to construct large deletion-correcting codes. For a single deletion, our evolutionary search finds functions that construct codes which match known maximum sizes, reach the size of the largest (conjectured optimal) Varshamov-Tenengolts codes where the maximum is unknown, and independently rediscover them in equivalent form. For two deletions, we find functions that construct codes with new best-known sizes for code lengths \( n = 12, 13 \), and \( 16 \), establishing improved lower bounds. These results demonstrate the potential of LLM-guided search for information theory and code design and represent the first application of such methods for constructing error-correcting codes.

Foundations

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

Your Notes