REVIEW 5 major objections 5 minor 15 references
PicPersona-TOD : A Dataset for Personalizing Utterance Style in Task-Oriented Dialogue with Image Persona
T0 review · 5 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read User images can serve as a task-oriented dialogue persona: PicPersona-TOD pairs photos with dialogues and rewrites both sides of the conversation to match the user's apparent age, formality, and emotion, and its trained model Pictor…
desk verdict First visual-persona TOD dataset with a mostly sound pipeline, but the emotion-alignment statistics are internally inconsistent and need an audit before the dataset premise is fully trusted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is first-impression-guided prompting. For each image, an LLM writes a one-sentence first impression covering age, gender, emotion, outfit, and overall vibe; that impression is then inserted into prompts that restyle the user's utterances and generate personalized system utterances. The pipeline also aligns images to dialogues through shared emotion labels, filters dialogues by embedding-based personalization strength and direction vectors, and grounds recommendations in retrieved reviews and encyclopedia entries. Pictor reproduces this at inference time by taking the image, the generated impression, turn progress, dialogue policy, and database results as inputs to a vision-language model.
What would settle it
Re-annotate a random sample of the claimed image-dialogue pairs with independent human raters or a different emotion classifier: if the image's emotion and the dialogue's emotion match no more often than chance, or if the labels cannot be reproduced, then the alignment stage contributes no persona coherence and the dataset premise is unsupported. A simpler check is arithmetic: the stated distribution (50.92% positive, 52.44% neutral, 0.55% negative) sums to 103.91%, so the counts behind it must be re-derived before the pairing criterion can be trusted.
Extended reading notes
Core claim
The central discovery the paper argues for is that user images can carry the persona in task-oriented dialogue: a system that first forms a first impression from the image and then uses that impression, the dialogue policy, and retrieved facts to rewrite its utterances can tailor formality, vocabulary, greetings, and emotional awareness to the individual user. The paper builds PicPersona-TOD to demonstrate this, starting from MultiWOZ-2.2 and SGD dialogues, pairing them with FFHQ images by matching predicted emotion labels, restyling user utterances, personalizing system responses with first-impression prompts and retrieval-augmented recommendations, and filtering by personalization strength, direction, semantics, and naturalness. The demonstration includes human evaluations showing high preference over text-based personalization, DST and policy results comparable to MultiWOZ, and zero-shot personalization by Pictor in held-out domains. The intended conclusion is that a vision-based persona is a workable, information-preserving route to personalized task-oriented dialogue.
Load-bearing premise
The dataset's premise rests on the claim that two independently computed emotion labels—one for an image and one for a dialogue—are reliable enough that matching them produces coherent persona-dialogue pairs; the paper's reported emotion distribution sums to 103.91%, so that reliability is not demonstrated.
Editorial extensions
If this is right
- If the central claim is right, a task-oriented dialogue system that can see its user can adjust formality, word difficulty, greetings, and emotional tone to the user's apparent age and mood.
- Personalization does not have to come at the cost of task accuracy: DST joint-goal accuracy and policy entity-F1 on PicPersona-TOD stay close to MultiWOZ, the human-curated source dataset.
- The visual signal generalizes: Pictor's zero-shot scores in bus, movie, and home domains are near 4 on a 4-point scale, suggesting the model learned a transferable mapping from image to response style rather than domain-specific templates.
- An automated LLM pipeline with filtering can produce a large, multi-domain personalized TOD dataset (18,148 dialogues across 18 services) at far lower cost than human annotation.
- Retrieval-grounded recommendation generation is a workable guard against hallucinated personalized suggestions, since the model is told to connect recommendations to real review and entry information.
Reading between the lines
- Because the reported emotion distribution sums to 103.91%, the emotion-alignment stage may not be doing what it appears to do; a clean test is to compare PicPersona-TOD built with emotion-matched pairs against a version built with randomly paired images and see whether downstream personalization scores change.
- The style-transfer results might be driven mainly by the first-impression prompt rather than by the image itself; training Pictor with text-only impressions (no image input) would separate the contribution of raw pixels from the contribution of the inferred persona description.
- The requirement of a camera for deployment could be relaxed by using images only as a training-time supervisor and letting the deployed model infer persona from ordinary descriptions, which would extend the personalization to text-only interactions.
- The same automatic pipeline should transfer to other service domains or privacy-safe synthetic faces; the filtering thresholds would need recalibration, but the core first-impression and retrieval components are domain-agnostic.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces PicPersona-TOD, a task-oriented dialogue dataset that pairs FFHQ user images with dialogues from MultiWOZ 2.2 and SGD, rewrites user and system utterances for style personalization using GPT-4o, filters the result with style-strength, style-direction, semantic, and naturalness checks, and trains an NLG baseline, Pictor, on the dataset. The authors report human evaluations showing high dataset quality and personalization preference, lexical and emotional analyses, and a generalization experiment on unseen domains. The central claim is that this is the first visual-persona TOD dataset and that it enables personalized responses without compromising task information.
Significance. If the dataset is sound, it fills a clear gap: existing TOD datasets use only textual personas, while prior visual-persona dialogue work targets chit-chat. PicPersona-TOD is large (18,148 dialogues, 18 services), grounded with external knowledge, and released with a public repository, which are practical strengths. The paper also deserves credit for including human evaluation with strong inter-rater agreement, for comparing against textual-personalization baselines, and for candidly discussing its limitations, including the absence of a direct human-curated benchmark. The main risks are the emotion-based image-dialogue alignment step, the lack of baselines/error bars in the generalization and model-comparison claims, and the reliance on GPT-4-family models for both generation and evaluation. These issues are local and fixable, but they are load-bearing for the dataset premise and for the headline empirical claims.
major comments (5)
- [2.2 (and Appendix B)] The reported emotion distribution in the dataset is 50.92% positive, 52.44% neutral, and 0.55% negative; these sum to 103.91%, not 100%. Since the paper states that image-dialogue pairs are accepted only when the predicted emotion labels match, these mutually exclusive labels underlie the entire alignment step, and the inconsistent sum means the labels or their aggregation cannot be fully trusted. This opens the possibility that a non-trivial fraction of image-dialogue pairs are effectively arbitrary. I request a full audit of the emotion labels (including the dialogue sentiment classifier output), a corrected distribution, and a direct pair-coherence test, for example human judges rating whether each image and dialogue plausibly belong to the same person, on a random sample. Without this evidence, the central dataset premise that user images are genuinely part of the persona is not verified.
- [6.2, Table 4] The unseen-domain generalization claim is presented without any baseline. The reported scores of 3.51-3.96 on a 4-point scale are only interpretable relative to a comparison system, such as Pictor trained on seen domains only, a non-personalized NLG, or the original unpersonalized system responses from MultiWOZ/SGD. I recommend adding such a baseline and reporting annotator-level agreement or confidence intervals, since the current table does not establish that the high scores are due to personalization rather than to the generic quality of the generated utterances.
- [6.1, Figure 9] The model comparison in Section 6.1 is adjudicated by GPT-4, which belongs to the same model family as the GPT-4o generator used to create the training data. Human evaluation in Section 4.1 mitigates this concern for dataset quality, but for the specific comparison between Pictor and GPT-4o-mini there is no human validation. The reported superiority could partly reflect a judge-side preference for GPT-4o-style generations. I recommend adding a human evaluation on the sampled 100 dialogues or, failing that, reporting the human-GPT agreement on this specific comparison.
- [Tables 5 and 6] Table 5 states that each experiment was repeated three times and averaged, but no variance, standard deviation, or significance test is reported, so the claimed differences, such as the impression component improving style scores, are not statistically supported. Table 6 similarly reports DST and policy differences without error bars or significance tests, which weakens the conclusion that PicPersona-TOD maintains information accuracy on par with MultiWOZ. Please report mean and variance (or bootstrap confidence intervals) and, where feasible, a paired significance test for the key comparisons.
- [2.5] The style-strength and style-direction filtering thresholds, 2.5×IQR and 4.5×IQR, are introduced without justification or sensitivity analysis. Because filtering removes 1.49% and 1.98% of the dataset in these stages, the final dataset properties depend on these choices. I ask for a short sensitivity analysis showing how the final dataset size, personalization strength, and downstream evaluation results change under a range of threshold values, or at least a rationale for why these specific multipliers are appropriate.
minor comments (5)
- [Various prompt templates (Appendix I)] Typographical errors are frequent in the appendix prompts: 'Dose' should be 'Does', 'Promps' in the Figure 14 caption should be 'Prompts', and 'sLLM' in Section 6.1 should be 'small LLM' or similar. These should be corrected for a camera-ready version.
- [Throughout] The model name 'LLaV A' appears with an erroneous space throughout the paper and should be 'LLaVA'.
- [Introduction] The phrase 'lacks details and concurrency about the users' appears to use 'concurrency' where 'consistency' or 'currency' was intended; please revise.
- [Appendix G] The paper specifies that 100 dialogues are sampled for Section 6.1 and 100 per domain for Section 6.2, but it does not state whether the Section 6.1 sample overlaps with the Section 6.2 unseen-domain samples; please clarify to avoid ambiguity about the evaluation protocol.
- [Limitations] The Limitation paragraph 'Lack of Direct Benchmark Comparison' is directly relevant to Section 6.2's generalization claim; consider moving or cross-referencing it there so that the absence of a baseline is acknowledged at the point of the claim.
Circularity Check
No circular derivation detected: dataset quality and personalization claims rest on human evaluation, and no equation or fitted parameter is renamed as a prediction.
full rationale
Walking the paper's derivation chain, the central contributions are an automatically constructed dataset and a separately trained NLG model, Pictor. The dataset pipeline (Section 2) uses GPT-4o, image/utterance alignment by emotion labels, style transfer, response personalization, and filtering; none of these steps defines its output in terms of the later evaluation metric. The quality and personalization claims in Sections 4.1 and 6.2 are supported by external human ratings on four-point Likert scales, not by a formula that folds the dataset back into the evaluation. The reported emotion distribution in Section 2.2 (50.92% positive + 52.44% neutral + 0.55% negative = 103.91%) is a serious correctness red flag that should be audited, but an internal inconsistency in label aggregation is not a circular derivation. The DST/policy evaluation in Section 6.4 is performed on data that was filtered for DST/policy consistency, so it is a consistency check rather than an independent prediction; it does not reduce to the labels by construction because the filtering is LLM-based and could have failed. The unseen-domain test in Section 6.2 uses dialogues built with the same GPT-4o pipeline as the training data, which is an evaluation-design limitation that weakens the generalization claim, but the reported human scores are measured, not derived from the training input. No load-bearing self-citation is present: the cited prior work is not by the present authors, and no uniqueness theorem or ansatz is imported from the authors' own work. The GPT-4o-as-generator and GPT-4-as-judge setup in Section 6.1 is a same-family evaluation risk, but the paper also reports human evaluation and a human-model correlation of 0.84, providing external grounding. Under the strict standard of exhibiting a specific reduction, such as Eq. X equaling Eq. Y by construction or a fitted parameter being renamed as a prediction, no circular step is established in this paper.
Assumptions & free parameters
free parameters (2)
- PS threshold multiplier =
2.5 × IQR
- PV direction threshold multiplier =
4.5 × IQR
assumptions (4)
- domain assumption Face images from FFHQ carry reliable persona signals (age, gender, formality, emotion) that are appropriate to drive dialogue style.
- domain assumption Emotion labels computed for images and dialogues are consistent enough that matching identical labels yields coherent persona-dialogue pairs.
- ad hoc to paper GPT-4o style transfer preserves dialogue state, policy labels, and factual content.
- domain assumption Retrieved Google Maps reviews and Wikipedia entries are relevant and sufficient to ground recommendation personalization.
Cite this review
Pith. "Pith review of PicPersona-TOD : A Dataset for Personalizing Utterance Style in Task-Oriented Dialogue with Image Persona." pith.science (2026). https://pith.science/paper/RC5MNDSE
@misc{pith2026250417390,
author = {Pith},
title = {Pith review of: PicPersona-TOD : A Dataset for Personalizing Utterance Style in Task-Oriented Dialogue with Image Persona},
year = {2026},
howpublished = {\url{https://pith.science/paper/RC5MNDSE}},
note = {Machine review of arXiv:2504.17390}
}
read the original abstract
Task-Oriented Dialogue (TOD) systems are designed to fulfill user requests through natural language interactions, yet existing systems often produce generic, monotonic responses that lack individuality and fail to adapt to users' personal attributes. To address this, we introduce PicPersona-TOD, a novel dataset that incorporates user images as part of the persona, enabling personalized responses tailored to user-specific factors such as age or emotional context. This is facilitated by first impressions, dialogue policy-guided prompting, and the use of external knowledge to reduce hallucinations. Human evaluations confirm that our dataset enhances user experience, with personalized responses contributing to a more engaging interaction. Additionally, we introduce a new NLG model, Pictor, which not only personalizes responses, but also demonstrates robust performance across unseen domains https://github.com/JihyunLee1/PicPersona.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[1]
Dose the paraphrase user utterance is well matched to user description?
-
[2]
Dose the user paraphrased user utterance is semantically equivalent to the original user utterance ?
-
[3]
Dose the paraphrase system utterance is well personalized (style, tone, formality) to user description? ‐ 1: Not at all (The sentence paraphrased system utterance is not personalized with specific words, phrases, or style to user description) ‐ 2: A little (changes formality or tone for according to user description (Please tell your plan ‐> Could I know ...
-
[4]
arXiv preprint arXiv:2310.13420
Conversation chronicles: Towards diverse tem- poral and relational dynamics in multi-session con- versations. arXiv preprint arXiv:2310.13420. Chaitanya K Joshi, Fei Mi, and Boi Faltings. 2017. Per- sonalization in goal-oriented dialog. arXiv preprint arXiv:1706.07503. Tero Karras, Samuli Laine, and Timo Aila. 2019. A style-based generator architecture fo...
arXiv 2017
-
[5]
Does the system’s utterance enhance the overall user experience, compared to system_reference? assess the dataset in four scales
-
[6]
MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems
Emous: Simulating user emotions in task- oriented dialogues. In Proceedings of the 46th Inter- national ACM SIGIR Conference on Research and Development in Information Retrieval, pages 2526– 2531. Zhaojiang Lin, Andrea Madotto, Genta Indra Winata, and Pascale Fung. 2020. Mintl: Minimalist transfer learning for task-oriented dialogue systems. arXiv preprin...
work page Pith review arXiv 2020
-
[7]
arXiv preprint arXiv:2010.11853
Star: A schema-guided dialog dataset for trans- fer learning. arXiv preprint arXiv:2010.11853. Atsumoto Ohashi and Ryuichiro Higashinaka. 2023. Enhancing task-oriented dialogue systems with gen- erative post-processing networks. In Proceedings of the 2023 Conference on Empirical Methods in Natu- ral Language Processing, pages 3815–3828. OpenAI. Gpt-4o min...
arXiv 2010
-
[9]
"" if previous_system: prompt += f
Multiwoz 2.2: A dialogue dataset with addi- tional annotation corrections and state tracking base- lines. In Proceedings of the 2nd Workshop on Natu- ral Language Processing for Conversational AI, ACL 2020, pages 109–117. Saizheng Zhang, Emily Dinan, Jack Urbanek, Arthur Szlam, Douwe Kiela, and Jason Weston. 2018a. Per- sonalizing dialogue agents: I have ...
arXiv 2020
Show all 15 references
-
[13]
Dose the system paraphrased system utterance is semantically equivalent to the original system utterance?
-
[15]
"" Prompt for Dialogue Personalization and Paraphrase Evaluation. (Section 6.1) prompt = f
4: A lot **Original Dialogue** {dial1} **User Image Description:** {user_impression} **Changed Dialogue:** {dial2} Your answer must be in the following format/. Below is just an example, not the actual answer.: Score : (Q1:3, Q2:4, Q3:2, Q4:4, Q5:3) Score : (Q1:3, Q2:3, Q3:4, ...
-
[2018]
arXiv preprint arXiv:1801.04871
Building a conversational agent overnight with dialogue self-play. arXiv preprint arXiv:1801.04871. Xiaoteng Shen, Rui Zhang, Xiaoyan Zhao, Jieming Zhu, and Xi Xiao. 2024. Pmg: Personalized multimodal generation with large language models. In Proceed- ings of the ACM on Web Co...
2024 arXiv
-
[2020]
arXiv preprint arXiv:2005.00547
Goemotions: A dataset of fine-grained emo- tions. arXiv preprint arXiv:2005.00547. Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The llama 3 herd of models. arXiv...
2005 arXiv
-
[2021]
arXiv preprint arXiv:2109.07506
Dialogue state tracking with a language model using schema-driven prompting. arXiv preprint arXiv:2109.07506. Young-Jun Lee, Byungsoo Ko, Han-Gyu Kim, Jongh- wan Hyeon, and Ho-Jin Choi. 2024a. Dialogcc: An automated pipeline for creating high-quality multi- modal dialogue data...
2024 arXiv
-
[2023]
In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Vol- ume 1: Long Papers), pages 14150–14164
Multimodal persona based generation of comic dialogs. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Vol- ume 1: Long Papers), pages 14150–14164. Jaewoo Ahn, Yeda Song, Sangdoo Yun, and Gun- hee Kim. 2023. Mpchat: Towards multimodal...
2023 arXiv
-
[2024]
arXiv preprint arXiv:2408.02417
Infusing emotions into task-oriented dialogue systems: Understanding, management, and genera- tion. arXiv preprint arXiv:2408.02417. Mauajama Firdaus, Hardik Chauhan, Asif Ekbal, and Pushpak Bhattacharyya. 2020. Meisd: A multimodal multi-label emotion, intensity and sentiment ...
2020 arXiv
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.