One Token Can Help! Learning Scalable And Pluggable Virtual Tokens For Retrieval-augmented Large Language Models · The Large Language Model Bible Contribute to LLM-Bible

One Token Can Help! Learning Scalable And Pluggable Virtual Tokens For Retrieval-augmented Large Language Models

Zhu Yutao, Huang Zhaoheng, Dou Zhicheng, Wen Ji-rong. Arxiv 2024

[Paper]    
Applications Fine Tuning Pretraining Methods Prompting RAG Training Techniques

Retrieval-augmented generation (RAG) is a promising way to improve large language models (LLMs) for generating more factual, accurate, and up-to-date content. Existing methods either optimize prompts to guide LLMs in leveraging retrieved information or directly fine-tune LLMs to adapt to RAG scenarios. Although fine-tuning can yield better performance, it often compromises the LLMs’ general generation capabilities by modifying their parameters. This limitation poses challenges in practical applications, especially when LLMs are already deployed, as parameter adjustments may affect their original functionality. To address this, we propose a novel method that involves learning scalable and pluggable virtual tokens for RAG. By maintaining the LLMs’ original parameters and fine-tuning only the embeddings of these pluggable tokens, our approach not only enhances LLMs’ performance but also preserves their general generation capabilities. Furthermore, we design several training strategies to improve the scalability, flexibility, and generalizability of our method. Comprehensive experiments across nine question-answering tasks demonstrate the superiority of our approach.

Similar Work