GPTA: Generative Prompt Tuning Assistant for Synergistic Downstream Neural Network Enhancement with LLMs
Xiao Liu, Jiawei Zhang
TL;DR
GPTA tackles the challenge of efficiently leveraging API-based LLMs for improving downstream task models without exposing private data or incurring excessive costs. It treats the LLM as a teaching assistant that dynamically generates prefix prompts from dataset descriptions, which are prepended to inputs during training. A novel dialogue-gradient mechanism jointly optimizes the LLM and the downstream model, enabling adaptive knowledge alignment with the task domain while keeping the LLM out of inference. Empirical results across six NLP benchmarks show GPTA improves performance, reduces overfitting in low-resource settings, and exhibits transferability of domain-aligned prefixes, highlighting a practical, privacy-preserving path for LLM-assisted training.
Abstract
This study introduces GPTA, a Large Language Model assistance training framework, that enhances the training of downstream task models via prefix prompt. By minimizing data exposure to LLM, the framework addresses the security and legal challenges of applying LLM in downstream task model training. GPTA utilizes a new synergistic training approach, optimizing the downstream models with parameter gradients and LLMs with the novel ``dialogue gradient''. The framework not only demonstrates significant improvements in model performance across six NLP benchmark datasets, but also reduces overfitting in low-resource scenarios effectively. The detailed analyses further validate that our pioneer framework provides a cost-efficient and adaptive method for downstream task model training with LLM support.
