CLAINov 28, 2023

Advancing State of the Art in Language Modeling

arXiv:2312.03735v12 citationsh-index: 5Has Code
Originality Synthesis-oriented
AI Analysis

This addresses reproducibility issues for the language modeling research community, offering an incremental but practical solution.

The paper tackles the problem of irreproducible results in language modeling by proposing a framework to publish probabilities on dev and test sets alongside code, which has led to new state-of-the-art results with improvements up to 10% across benchmarks.

Generalization is arguably the most important goal of statistical language modeling research. Publicly available benchmarks and papers published with an open-source code have been critical to advancing the field. However, it is often very difficult, and sometimes even impossible, to reproduce the results fully as reported in publications. In this paper, we propose a simple framework that should help advance the state of the art in language modeling in terms of generalization. We propose to publish not just the code, but also probabilities on dev and test sets with future publications so that one can easily add the new model into an ensemble. This has crucial advantages: it is much easier to determine whether a newly proposed model is actually complementary to the current baseline. Therefore, instead of inventing new names for the old tricks, the scientific community can advance faster. Finally, this approach promotes diversity of ideas: one does not need to create an individual model that is the new state of the art to attract attention; it will be sufficient to develop a new model that learns patterns which other models do not. Thus, even a suboptimal model can be found to have value. Remarkably, our approach has yielded new state-of-the-art results across various language modeling benchmarks up to 10%.

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