On Language Generation in the Limit with Bounded Memory

arXiv:2605.3032470.9
Predicted impact top 3% in DS · last 90 daysOriginality Incremental advance
AI Analysis

For theoretical computer science and learning theory, this work extends classical results on memory-constrained learning to language generation, revealing fundamental differences between generation, density, and identification tasks.

This paper studies language generation in the limit under bounded memory, showing that memoryless generators can generate every countable collection of infinite languages under a mild restriction, and characterizes optimal density for finite collections using combinatorial bounds. It also shows that sliding windows do not improve worst-case density, but adaptive memory does, and that approximate identification is possible for finite collections.

We study language generation in the limit under bounded memory. In this task, a learner observes examples from an unknown target language one at a time and must eventually output only new valid examples. Prior work assumes access to the entire history, a strong assumption since realistic algorithms retain limited past information. Classical work in learning theory shows memory constraints dramatically alter learnability; we extend this to language generation. First, we study memoryless generators. Under a mild enumeration restriction, every countable collection of infinite languages remains generable without memory. Without this restriction, we exactly characterize when memoryless generation is possible. For finite collections, we characterize the optimal minimax density achievable by memoryless generators -- the best density guaranteed against any collection of a given size. This combinatorial bound relies on Sperner's theorem and symmetric chain decompositions. We further show that a sliding window of the last $W$ examples does not improve this worst-case density, whereas allowing it to store $b$ adaptively chosen past examples improves the achievable density for every $b \geq 1$. Finally, we revisit identification in the limit, where the learner must converge to a single correct hypothesis for the target language. We focus on its incremental variant, where the learner remembers only its previous guess. Here, although exact identification fails on a collection of just three languages, a mild relaxation requiring convergence to an ``approximate'' version of the target is achievable for every finite collection. These results show bounded memory affects these tasks differently: generation remains achievable for every countable collection, while density and identification are confined to finite collections, with guarantees weakening as the collection grows.

Foundations

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

Your Notes