Selective Prompting Tuning for Personalized Conversations with LLMs
Qiushi Huang, Xubo Liu, Tom Ko, Bo Wu, Wenwu Wang, Yu Zhang, Lilian, Tang

TL;DR
This paper introduces Selective Prompt Tuning (SPT), a novel method that adaptively selects soft prompts for personalized conversations with LLMs, significantly improving response diversity and coherence.
Contribution
The paper proposes SPT, a dynamic soft prompt selection framework with contrastive learning, to enhance personalization and diversity in LLM-based dialogues, addressing limitations of prompting and fine-tuning.
Findings
Response diversity increased by up to 90%
SPT outperforms baseline methods in key metrics
Code is publicly available for further research
Abstract
In conversational AI, personalizing dialogues with persona profiles and contextual understanding is essential. Despite large language models' (LLMs) improved response coherence, effective persona integration remains a challenge. In this work, we first study two common approaches for personalizing LLMs: textual prompting and direct fine-tuning. We observed that textual prompting often struggles to yield responses that are similar to the ground truths in datasets, while direct fine-tuning tends to produce repetitive or overly generic replies. To alleviate those issues, we propose \textbf{S}elective \textbf{P}rompt \textbf{T}uning (SPT), which softly prompts LLMs for personalized conversations in a selective way. Concretely, SPT initializes a set of soft prompts and uses a trainable dense retriever to adaptively select suitable soft prompts for LLMs according to different input contexts,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Speech and dialogue systems · Semantic Web and Ontologies
MethodsSparse Evolutionary Training · Contrastive Learning
