EMNLP 2022main6 citations

VisToT: Vision-Augmented Table-to-Text Generation

Prajwal Gatti, Anand Mishra, Manish Gupta, Mithun Das Gupta

Abstract

Table-to-text generation has been widely studied in the Natural Language Processing community in the recent years. We give a new perspective to this problem by incorporating signals from both tables as well as associated images to generate relevant text. While tables contain a structured list of facts, images are a rich source of unstructured visual information. For example, in the tourism domain, images can be used to infer knowledge such as the type of landmark (e.g., church), its architecture (e.g., Ancient Roman), and composition (e.g., white marble). Therefore, in this paper, we introduce the novel task of Vision-augmented Table-To-Text Generation (VisToT, defined as follows: given a table and an associated image, produce a descriptive sentence conditioned on the multimodal input. For the task, we present a novel multimodal table-to-text dataset, WikiLandmarks, covering 73,084 unique world landmarks. Further, we also present a competitive architecture, namely, VT3 that generates accurate sentences conditioned on the image and table pairs. Through extensive analyses and experiments, we show that visual cues from images are helpful in (i) inferring missing information from incomplete or sparse tables, and (ii) strengthening the importance of useful information from noisy tables for natural language generation. We make the code and data publicly available.

BibTeX
@inproceedings{gatti-etal-2022-vistot,
    title = "{V}is{T}o{T}: Vision-Augmented Table-to-Text Generation",
    author = "Gatti, Prajwal  and
      Mishra, Anand  and
      Gupta, Manish  and
      Das Gupta, Mithun",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.675/",
    doi = "10.18653/v1/2022.emnlp-main.675",
    pages = "9936--9949"
}
VisToT: Vision-Augmented Table-to-Text Generation · EMNLP 2022