CLIRLGApr 13, 2020

Reverse Engineering Configurations of Neural Text Generation Models

arXiv:2004.06201v11005 citations
AI Analysis

This addresses the problem of understanding model sensitivity for researchers in NLP, but it is incremental as it builds on nascent work in generative text artifacts.

The paper tackled the problem of detecting modeling choices in neural text generation models by proposing a new task to distinguish which model variant generated a given text, and found that artifacts from choices like sampling methods are detectable, with experiments showing these artifacts are present and inferable.

This paper seeks to develop a deeper understanding of the fundamental properties of neural text generations models. The study of artifacts that emerge in machine generated text as a result of modeling choices is a nascent research area. Previously, the extent and degree to which these artifacts surface in generated text has not been well studied. In the spirit of better understanding generative text models and their artifacts, we propose the new task of distinguishing which of several variants of a given model generated a piece of text, and we conduct an extensive suite of diagnostic tests to observe whether modeling choices (e.g., sampling methods, top-$k$ probabilities, model architectures, etc.) leave detectable artifacts in the text they generate. Our key finding, which is backed by a rigorous set of experiments, is that such artifacts are present and that different modeling choices can be inferred by observing the generated text alone. This suggests that neural text generators may be more sensitive to various modeling choices than previously thought.

Foundations

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

Your Notes