ACL 2023findings2 citations

G-Tuning: Improving Generalization of Pre-trained Language Models with Generative Adversarial Network

Rongxiang Weng, Wen Sen Cheng, Min Zhang

Abstract

The generalization ability of pre-trained language models (Plms) in downstream tasks is heavily influenced by fine-tuning. The objective of fine-tuning is to transform the latent representation of Plms from a universal space to a target space, allowing the model to be applied to downstream tasks with the capability of generalizing to unseen samples. However, the effect of Plms will be diminished when the training data coverage is insufficient, in which fine-tuning is inadequate to learn the complete mapping. In this study, we propose a new fine-tuning framework, referred to as G-Tuning, that aims to preserve the generalization ability of Plms in downstream tasks. Specifically, we integrate a generative adversarial network into the fine-tuning process to aid in the transformation of the latent representation in the entire space. Empirical evaluations on the GLUE benchmark, as well as two additional demanding scenarios involving domain and language generalization, demonstrate that G-Tuning can accurately map the universal representation to the target space, thus effectively enhancing the generalization performance of Plms across various downstream tasks.

BibTeX
@inproceedings{weng-etal-2023-g,
    title = "{G}-Tuning: Improving Generalization of Pre-trained Language Models with Generative Adversarial Network",
    author = "Weng, Rongxiang  and
      Cheng, Wen Sen  and
      Zhang, Min",
    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.291/",
    doi = "10.18653/v1/2023.findings-acl.291",
    pages = "4747--4755"
}