Learning Natural Language Generation from Scratch
Alice Martin Donati (X-DEP-MATHAPP), Guillaume Quispe, Charles Ollion,, Sylvain Le Corff, Florian Strub, Olivier Pietquin

TL;DR
This paper presents TrufLL, a reinforcement learning approach that trains language models from scratch by dynamically truncating the vocabulary, enabling task-agnostic learning without labeled data.
Contribution
It introduces TrufLL, a novel RL-based method that trains language models from scratch using vocabulary truncation guided by a generic language model.
Findings
TrufLL achieves positive results on visual question generation tasks.
The approach reduces biases inherent in pre-trained models.
Human evaluations confirm the quality of generated language.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Topic Modeling
