CLJul 12, 2024

Self-Prompt Tuning: Enable Autonomous Role-Playing in LLMs

arXiv:2407.08995v124 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the problem of reducing manual effort and expertise required for prompt engineering in role-playing applications for LLM users, though it is incremental as it builds on existing fine-tuning and prompting strategies.

The paper tackles the need for manually designed expert role-play prompts in LLMs by proposing self-prompt tuning, where LLMs are fine-tuned to automatically generate such prompts, resulting in improved performance over standard instruction-tuned baselines on most NLP benchmarks.

Recent advancements in LLMs have showcased their remarkable role-playing capabilities, able to accurately simulate the dialogue styles and cognitive processes of various roles based on different instructions and contexts. Studies indicate that assigning LLMs the roles of experts, a strategy known as role-play prompting, can enhance their performance in the corresponding domains. However, the prompt needs to be manually designed for the given problem, requiring certain expertise and iterative modifications. To this end, we propose self-prompt tuning, making LLMs themselves generate role-play prompts through fine-tuning. Leveraging the LIMA dataset as our foundational corpus, we employ GPT-4 to annotate role-play prompts for each data points, resulting in the creation of the LIMA-Role dataset. We then fine-tune LLMs like Llama-2-7B and Mistral-7B on LIMA-Role. Consequently, the self-prompt tuned LLMs can automatically generate expert role prompts for any given question. We extensively evaluate self-prompt tuned LLMs on widely used NLP benchmarks and open-ended question test. Our empirical results illustrate that self-prompt tuned LLMs outperform standard instruction tuned baselines across most datasets. This highlights the great potential of utilizing fine-tuning to enable LLMs to self-prompt, thereby automating complex prompting strategies. We release the dataset, models, and code at this \href{https://anonymous.4open.science/r/Self-Prompt-Tuning-739E/}{url}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes