NAACL 2024long5 citations

KnowLA: Enhancing Parameter-efficient Finetuning with Knowledgeable Adaptation

Xindi Luo, Zequn Sun, Jing Zhao, Zhe Zhao, Wei Hu

Abstract

Parameter-efficient finetuning (PEFT) is a key technique for adapting large language models (LLMs) to downstream tasks. In this paper, we study leveraging knowledge graph embeddings to improve the effectiveness of PEFT. We propose a knowledgeable adaptation method called KnowLA. It inserts an adaptation layer into an LLM to integrate the embeddings of entities appearing in the input text. The adaptation layer is trained in combination with LoRA on instruction data. Experiments on six benchmarks with two popular LLMs and three knowledge graphs demonstrate the effectiveness and robustness of KnowLA. We show that KnowLA can help activate the relevant parameterized knowledge in an LLM to answer a question without changing its parameters or input prompts.

BibTeX
@inproceedings{luo-etal-2024-knowla,
    title = "{K}now{LA}: Enhancing Parameter-efficient Finetuning with Knowledgeable Adaptation",
    author = "Luo, Xindi  and
      Sun, Zequn  and
      Zhao, Jing  and
      Zhao, Zhe  and
      Hu, Wei",
    editor = "Duh, Kevin  and
      Gomez, Helena  and
      Bethard, Steven",
    booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
    month = jun,
    year = "2024",
    address = "Mexico City, Mexico",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.naacl-long.396/",
    doi = "10.18653/v1/2024.naacl-long.396",
    pages = "7153--7166"
}
KnowLA: Enhancing Parameter-efficient Finetuning with Knowledgeable Adaptation · NAACL 2024