CLOct 15, 2023

FiLM: Fill-in Language Models for Any-Order Generation

arXiv:2310.09930v113 citationsh-index: 47Has Code
Originality Incremental advance
AI Analysis

This addresses a problem for AI systems needing text infilling, but it is incremental as it builds on masked language modeling.

The paper tackled the limitation of left-to-right language models in handling bidirectional context for text infilling by proposing FiLM, a model that allows flexible generation at any position, and it outperformed existing infilling methods in evaluations.

Language models have become the backbone of today's AI systems. However, their predominant left-to-right generation limits the use of bidirectional context, which is essential for tasks that involve filling text in the middle. We propose the Fill-in Language Model (FiLM), a new language modeling approach that allows for flexible generation at any position without adhering to a specific generation order. Its training extends the masked language modeling objective by adopting varying mask probabilities sampled from the Beta distribution to enhance the generative capabilities of FiLM. During inference, FiLM can seamlessly insert missing phrases, sentences, or paragraphs, ensuring that the outputs are fluent and are coherent with the surrounding context. In both automatic and human evaluations, FiLM outperforms existing infilling methods that rely on left-to-right language models trained on rearranged text segments. FiLM is easy to implement and can be either trained from scratch or fine-tuned from a left-to-right language model. Notably, as the model size grows, FiLM's perplexity approaches that of strong left-to-right language models of similar sizes, indicating FiLM's scalability and potential as a large language model.

Code Implementations1 repo
Foundations

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

Your Notes