English

Learning Natural Language Generation from Scratch

Artificial Intelligence 2021-09-21 v1 Computation and Language Neural and Evolutionary Computing Machine Learning

Abstract

This paper introduces TRUncated ReinForcement Learning for Language (TrufLL), an original ap-proach to train conditional language models from scratch by only using reinforcement learning (RL). AsRL methods unsuccessfully scale to large action spaces, we dynamically truncate the vocabulary spaceusing a generic language model. TrufLL thus enables to train a language agent by solely interacting withits environment without any task-specific prior knowledge; it is only guided with a task-agnostic languagemodel. Interestingly, this approach avoids the dependency to labelled datasets and inherently reduces pre-trained policy flaws such as language or exposure biases. We evaluate TrufLL on two visual questiongeneration tasks, for which we report positive results over performance and language metrics, which wethen corroborate with a human evaluation. To our knowledge, it is the first approach that successfullylearns a language generation policy (almost) from scratch.

Keywords

Cite

@article{arxiv.2109.09371,
  title  = {Learning Natural Language Generation from Scratch},
  author = {Alice Martin Donati and Guillaume Quispe and Charles Ollion and Sylvain Le Corff and Florian Strub and Olivier Pietquin},
  journal= {arXiv preprint arXiv:2109.09371},
  year   = {2021}
}
R2 v1 2026-06-24T06:07:46.228Z