paper-with-me

홈 › Papers

Prompt and Parameter Co-Optimization for Large Language Models

2025-09-29 · Xiaohe Bo, Rui Li, Zexu Sun, Quanyu Dai, Zeyu Zhang, Zihang Tian, Xu Chen, Zhenhua Dong arxiv

Prompt optimization and fine-tuning are two major approaches to improve the performance of Large Language Models (LLMs). They enhance the capabilities of LLMs from complementary perspectives: the former through explicit natural language, and the latter through implicit parameter updates. However, prior work has typically studied them in isolation, leaving their synergistic potential largely underexplored. To bridge this gap, in this paper, we introduce MetaTuner, a novel framework that jointly integrates prompt optimization and fine-tuning for LLM training. Specifically, we introduce two neural networks to generate prompts and parameters, respectively, while allowing them to share a common bottom encoding layer to enable knowledge sharing. By the guidance of the final supervised signals, our framework is optimized to discover the optimal combinations between the prompts and parameters. Given that prompt learning involves discrete optimization while fine-tuning operates in a continuous parameter space, we design a supervised regularization loss to train our framework effectively. Extensive experiments across diverse benchmarks show that our method consistently outperforms the baselines.

📄 PDF Abstract BibTeX arXiv:2509.24245

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

iPrOp: Interactive Prompt Optimization for Large Language Models with a Human in the Loop

2024-12-17 · Jiahui Li, Roman Klinger

Prompt engineering has made significant contributions to the era of large language models, yet its effectiveness depends on the skills of a prompt author. Automatic prompt optimization can support the prompt development …

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Align-Pro: A Principled Approach to Prompt Optimization for LLM Alignment

2025-01-07 · Prashant Trivedi, Souradip Chakraborty, Avinash Reddy, Vaneet Aggarwal 외

The alignment of large language models (LLMs) with human values is critical as these models become increasingly integrated into various societal and decision-making processes. Traditional methods, such as reinforcement l…

Decision Making

Discrete Prompt Optimization via Constrained Generation for Zero-shot Re-ranker

2023-05-23 · Sukmin Cho, Soyeong Jeong, Jeongyeon Seo, Jong C. Park

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (P…

Information RetrievalLanguage ModelingLanguage ModellingRe-Ranking+1

Joint Prompt Optimization of Stacked LLMs using Variational Inference

2023-06-21 · NeurIPS 2023 11 · Alessandro Sordoni, Xingdi Yuan, Marc-Alexandre Côté, Matheus Pereira 외

Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable …

Natural Language UnderstandingVariational Inference

Agent-GWO: Collaborative Agents for Dynamic Prompt Optimization in Large Language Models

2026-04-14 · Xudong Wang, Chaoning Zhang, Chenghao Li, Shuxu Chen 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities in complex reasoning tasks, while recent prompting strategies such as Chain-of-Thought (CoT) have further elevated their performance in handling complex …