The Insertion List-Decoding Capacity and an Improved Bound on the Deletion List-Decoding Capacity
arXiv:2607.03989
2026
Architecture
2 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper identifies an explicit entropy-controlled construction for binary codes that remain polynomial-list-decodable under a positive fraction of insertions: a symmetric two-state Markov code ensemble achieves rate $(1+\delta)(1-h(\delta/(1+\delta)))$. The transferable asset is correlated sequence generation for robustness to unknown alignment, rather than treating token corruption independently. This suggests synchronization-robust neural representations: generate latent token streams with a tunable Markov prior, train a decoder against insertion perturbations, and use the capacity expression to select a conservative latent rate. The deletion result is mainly a design warning: Markov correlation that helps insertion robustness should not automatically be expected to improve deletion robustness.
Ideas from this paper
Unverified
2026
Replace an independently generated discrete latent sequence or redundancy stream with a symmetric two-state Markov source whose transition probability is tuned or learned. Train the downstream transformer to reconstruct the semantic target after random insertions, while using the paper's insertion-capacity expression to select the latent rate and redundancy budget. The representation should preserve information under timing drift, repeated tokens, and inserted distractors better than iid token…
Useful6/10
Difficulty5/10
Novelty7/10
Unverified
2026
Train a sequence encoder-decoder with an explicit list-consistency objective: after insertion or deletion corruption, require the correct prediction to remain among the top $L$ hypotheses compatible with the clean latent sequence. Instead of optimizing only one alignment, retain multiple low-cost monotone alignments or candidate latent decodings and penalize the model when the clean target falls outside this list.
Useful5/10
Difficulty6/10
Novelty5/10