arXiv:2605.14055cs.CLcs.AI2026-05

用优化的连续提示实现高效多任务学习,节省资源且性能更优。

PEML: Parameter-efficient Multi-Task Learning with Optimized Continuous Prompts

论文配图:PEML: Parameter-efficient Multi-Task Learning with Optimized Continuous Prompts
图 1 · 摘自论文原文
  • 联合优化连续提示与低秩权重适配,兼顾提示与模型调整。
  • 在多个基准上平均提升6.67%,单任务最高增益达10.75%。
  • 适合需要资源节约的多任务部署场景,如边缘计算或服务集成。

参数高效微调(PEFT)广泛用于将大语言模型(LLMs)适配到不同任务。近年来,对单个大模型进行多任务微调的需求日益增长,因其可共享任务共性特征,整体所需微调数据更少。更重要的是,大模型资源消耗高,用单一模型支持多任务能有效整合资源,显著降低部署开销。现有方法如LoRA和前缀调优(Prefix Tuning)针对特定任务设计:LoRA侧重模型权重对齐,忽略提示调优的重要性;前缀调优采用简单架构优化提示,限制了多任务适应能力。为此,本文提出参数高效多任务学习(PEML),通过神经架构工程方法同时优化连续提示并执行低秩适配。我们构建了自动化的框架来优化提示并调整模型权重。在GLUE、SuperGLUE、Massive Multitask Language Understanding及常识推理基准上,对比MTL-LoRA、MultiLoRa、C-Poly和MoE等先进方法,结果表明平均准确率提升达6.67%,个别任务最高提升10.75%。

原文摘要 · Abstract (English)

Parameter-Efficient Fine-Tuning (PEFT) is widely used for adapting Large Language Models (LLMs) for various tasks. Recently, there has been an increasing demand for fine-tuning a single LLM for multiple tasks because it requires overall less data for fine-tuning thanks to the common features shared among tasks. More importantly, LLMs are resource demanding and deploying a single model for multiple tasks facilitates resource consolidation and consumes significantly less resources compared to deploying individual large model for each task. Existing PEFT methods like LoRA and Prefix Tuning are designed to adapt LLMs to a specific task. LoRA and its variation focus on aligning the model itself for tasks, overlooking the importance of prompt tuning in multi-task learning while Prefix Tuning only adopts a simple architecture to optimize prompts, which limits the adaption capabilities for multi-task. To enable efficient fine-tuning for multi-task learning, it is important to co-optimize prompt optimization and model adaptation. In this work, we propose a Parameter-Efficient Multi-task Learning (\PM), which employs a neural architecture engineering method for optimizing the continuous prompts while also performing low-rank adaption for model weights. We prototype PEML by creating an automated framework for optimizing the continuous prompts and adapting model weights. We evaluate PEML against state-of-the-arts multi-task learning methods MTL-LoRA, MultiLoRa, C-Poly, and MoE, on the GLUE, SuperGLUE, Massive Multitask Language Understanding, and commonsense reasoning benchmarks. The evaluation results present an average accuracy improvement of up to 6.67%, with individual tasks showing peak gains of up to 10.75%.

多任务学习参数高效提示优化大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。