NAACL 2024findings0 citations

UEGP: Unified Expert-Guided Pre-training for Knowledge Rekindle

Yutao Mou, Kexiang Wang, Jianhe Lin, Dehong Ma, Jun Fan, Daiting Shi, Zhicong Cheng, Gu Simiu

Abstract

Pre-training and fine-tuning framework has become the standard training paradigm for NLP tasks and is also widely used in industrial-level applications. However, there are still a limitation with this paradigm: simply fine-tuning with task-specific objectives tends to converge to local minima, resulting in a sub-optimal performance. In this paper, we first propose a new paradigm: knowledge rekindle, which aims to re-incorporate the fine-tuned expert model into the training cycle and break through the performance upper bounds of experts without introducing additional annotated data. Then we further propose a unified expert-guided pre-training (UEGP) framework for knowledge rekindle. Specifically, we reuse fine-tuned expert models for various downstream tasks as knowledge sources and inject task-specific prior knowledge to pre-trained language models (PLMs) by means of knowledge distillation. In this process, we perform multi-task learning with knowledge distillation and masked language modeling (MLM) objectives. We also further explored whether mixture-of-expert guided pre-training (MoEGP) can further enhance the effect of knowledge rekindle. Experiments and analysis on eight datasets in GLUE benchmark and a industrial-level search re-ranking dataset show the effectiveness of our method.

BibTeX
@inproceedings{mou-etal-2024-uegp,
    title = "{UEGP}: Unified Expert-Guided Pre-training for Knowledge Rekindle",
    author = "Mou, Yutao  and
      Wang, Kexiang  and
      Lin, Jianhe  and
      Ma, Dehong  and
      Fan, Jun  and
      Shi, Daiting  and
      Cheng, Zhicong  and
      Simiu, Gu  and
      Yin, Dawei  and
      Xu, Weiran",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2024",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-naacl.170/",
    doi = "10.18653/v1/2024.findings-naacl.170",
    pages = "2661--2673"
}
UEGP: Unified Expert-Guided Pre-training for Knowledge Rekindle · NAACL 2024