CLMay 26, 2023

Learning to Imagine: Visually-Augmented Natural Language Generation

arXiv:2305.16944v3226 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of making language models more creative and context-aware for applications in text generation, though it is incremental as it builds on existing pre-trained models and visual synthesis techniques.

The authors tackled the problem of enhancing natural language generation by incorporating visual imagination, similar to human writing processes, and achieved improved performance across four generation tasks as demonstrated by automatic metrics and human evaluation.

People often imagine relevant scenes to aid in the writing process. In this work, we aim to utilize visual information for composition in the same manner as humans. We propose a method, LIVE, that makes pre-trained language models (PLMs) Learn to Imagine for Visuallyaugmented natural language gEneration. First, we imagine the scene based on the text: we use a diffusion model to synthesize high-quality images conditioned on the input texts. Second, we use CLIP to determine whether the text can evoke the imagination in a posterior way. Finally, our imagination is dynamic, and we conduct synthesis for each sentence rather than generate only one image for an entire paragraph. Technically, we propose a novel plug-and-play fusion layer to obtain visually-augmented representations for each text. Our vision-text fusion layer is compatible with Transformerbased architecture. We have conducted extensive experiments on four generation tasks using BART and T5, and the automatic results and human evaluation demonstrate the effectiveness of our proposed method. We will release the code, model, and data at the link: https://github.com/RUCAIBox/LIVE.

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