ACL 2024findings0 citations

PEK: A Parameter-Efficient Framework for Knowledge-Grounded Dialogue Generation

Pan Yang, Dandan Song, Zhijing Wu, Yanru Zhou

Abstract

Pre-trained language models (PLMs) have shown great dialogue generation capability in different scenarios. However, the huge VRAM consumption when fine-tuning them is one of their drawbacks. PEFT approaches can significantly reduce the number of trainable parameters, which enables us to fine-tune larger dialogue generation models. However, the reduction in parameter quantity can diminish a PLM’s expressive capacity and affect the PLM’s learning from certain specific examples like knowledge-related conversations. Previous works have demonstrated that injecting external knowledge into dialogue generation models can improve the model’s performance in knowledge-related conversations. Nonetheless, these methods are designed for the scenario where most parameters of the entire framework are trainable. In this paper, we propose PEK, a parameter-efficient framework for knowledge-enhanced dialogue generation. It enables PLMs to leverage external knowledge documents and knowledge graphs to enhance its generation capabilities with an acceptable number of trainable parameters. Evaluation results on the Wizard of Wikipedia and CMU_DoG datasets show that our approach outperforms baseline methods on multiple evaluation metrics, which validates the effectiveness of our approach.

BibTeX
@inproceedings{yang-etal-2024-pek,
    title = "{PEK}: A Parameter-Efficient Framework for Knowledge-Grounded Dialogue Generation",
    author = "Yang, Pan  and
      Song, Dandan  and
      Wu, Zhijing  and
      Zhou, Yanru",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.550/",
    doi = "10.18653/v1/2024.findings-acl.550",
    pages = "9261--9273"
}