CLJun 6, 2024

What Languages are Easy to Language-Model? A Perspective from Learning Probabilistic Regular Languages

arXiv:2406.04289v536 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding what languages neural models can learn, focusing on empirical learnability rather than theoretical limits, which is incremental but provides specific insights for the machine learning community.

The study investigated the empirical learnability of probabilistic regular languages by neural language models, finding that RLM rank and expected string length are strong predictors of learnability for both RNNs and Transformers.

What can large language models learn? By definition, language models (LM) are distributions over strings. Therefore, an intuitive way of addressing the above question is to formalize it as a matter of learnability of classes of distributions over strings. While prior work in this direction focused on assessing the theoretical limits, in contrast, we seek to understand the empirical learnability. Unlike prior empirical work, we evaluate neural LMs on their home turf-learning probabilistic languages-rather than as classifiers of formal languages. In particular, we investigate the learnability of regular LMs (RLMs) by RNN and Transformer LMs. We empirically test the learnability of RLMs as a function of various complexity parameters of the RLM and the hidden state size of the neural LM. We find that the RLM rank, which corresponds to the size of linear space spanned by the logits of its conditional distributions, and the expected length of sampled strings are strong and significant predictors of learnability for both RNNs and Transformers. Several other predictors also reach significance, but with differing patterns between RNNs and Transformers.

Foundations

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

Your Notes