Papers › Selective Prompting Tuning for Personalized Conversations with LLMs

Selective Prompting Tuning for Personalized Conversations with LLMs

26 Jun 2024arXiv:2406.18187archive 2025-07-28

Qiushi Huang, Xubo Liu, Tom Ko, Bo Wu, Wenwu Wang, Yu Zhang, Lilian Tang

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, where the prompt retriever is dynamically updated through feedback from the LLMs. Additionally, we propose context-prompt contrastive learning and prompt fusion learning to encourage the SPT to enhance the diversity of personalized conversations. Experiments on the CONVAI2 dataset demonstrate that SPT significantly enhances response diversity by up to 90\%, along with improvements in other critical performance indicators. Those results highlight the efficacy of SPT in fostering engaging and personalized dialogue generation. The SPT model code (https://github.com/hqsiswiliam/SPT) is publicly available for further exploration.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.18187")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hqsiswiliam/SPT officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 13 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
3unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hqsiswiliam/SPT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

collate_fn hqsiswiliam/SPT/dataset/dataset.py official repository ran no licence file found · pointer only · 12321e4b78f02c35 · report
collate_fn_straight hqsiswiliam/SPT/dataset/dataset.py official repository ran no licence file found · pointer only · 56d9b66f17d0c5bb · report
collate_fn_straight_with_fn hqsiswiliam/SPT/dataset/dataset.py official repository ran no licence file found · pointer only · d40e134a2b264da2 · report
em hqsiswiliam/SPT/evaluation.py official repository ran no licence file found · pointer only · 38c3b1ee62b65838 · report
extend_compatibility_for_gated_transformer hqsiswiliam/SPT/utils/config.py official repository ran no licence file found · pointer only · db175d8c957ef116 · report
f1 hqsiswiliam/SPT/evaluation.py official repository ran no licence file found · pointer only · 5e2f0b798a3d70d2 · report
format_causal_personachat_input hqsiswiliam/SPT/utils/format_inputs.py official repository ran no licence file found · pointer only · d24e20215e8fb45f · report
format_generate_persona_input hqsiswiliam/SPT/utils/format_inputs.py official repository ran no licence file found · pointer only · 7b9bdfa46c029f5d · report
format_personachat_input hqsiswiliam/SPT/utils/format_inputs.py official repository ran no licence file found · pointer only · fd7ca588ae67fc72 · report
normalize_answer hqsiswiliam/SPT/evaluation.py official repository ran fingerprinted no licence file found · pointer only · 6205dd62c2627dde · report
print_trainable_parameters hqsiswiliam/SPT/utils/model_helpers.py official repository ran no licence file found · pointer only · 062f390233bf4d6d · report
seed_everything hqsiswiliam/SPT/utils/seed_everything.py official repository ran no licence file found · pointer only · a73433deedbe1382 · report
str2bool hqsiswiliam/SPT/utils/parser_helper.py official repository ran no licence file found · pointer only · fe682fa7a99299d9 · report
combine_persona_query_response hqsiswiliam/SPT/dataset/dataset_helper.py official repository unverified no licence file found · pointer only · 841580f6d198a94a · report
preprocess_text hqsiswiliam/SPT/dataset/dataset_helper.py official repository unverified no licence file found · pointer only · f343f672c3ddd483 · report
read_personachat_split hqsiswiliam/SPT/dataset/dataset_helper.py official repository unverified no licence file found · pointer only · 64f0486dedc02e30 · report

Tasks

Contrastive LearningDialogue GenerationDiversity

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Contrastive LearningSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections