ACL 2023findings2 citations

Improving Cross-task Generalization of Unified Table-to-text Models with Compositional Task Configurations

Jifan Chen, Yuhao Zhang, Lan Liu, Rui Dong, Xinchi Chen, Patrick Ng, William Yang Wang, Zhiheng Huang

Abstract

There has been great progress in unifying various table-to-text tasks using a single encoder-decoder model trained via multi-task learning (Xie et al., 2022).However, existing methods typically encode task information with a simple dataset name as a prefix to the encoder. This not only limits the effectiveness of multi-task learning, but also hinders the model’s ability to generalize to new domains or tasks that were not seen during training, which is crucial for real-world applications. In this paper, we propose compositional task configurations, a set of prompts prepended to the encoder to improve cross-task generalization of unified models. We design the task configurations to explicitly specify the task type, as well as its input and output types. We show that this not only allows the model to better learn shared knowledge across different tasks at training, but also allows us to control the model by composing new configurations that apply novel input-output combinations in a zero-shot manner. We demonstrate via experiments over ten table-to-text tasks that our method outperforms the UnifiedSKG baseline by noticeable margins in both in-domain and zero-shot settings, with average improvements of +0.5 and +12.6 from using a T5-large backbone, respectively.

BibTeX
@inproceedings{chen-etal-2023-improving-cross,
    title = "Improving Cross-task Generalization of Unified Table-to-text Models with Compositional Task Configurations",
    author = "Chen, Jifan  and
      Zhang, Yuhao  and
      Liu, Lan  and
      Dong, Rui  and
      Chen, Xinchi  and
      Ng, Patrick  and
      Wang, William Yang  and
      Huang, Zhiheng",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.341/",
    doi = "10.18653/v1/2023.findings-acl.341",
    pages = "5523--5539"
}