REVIEW 2 major objections
Automatic Generation of Personalized Comment Based on User Profile
T0 review · 2 major / 0 minor · reviewed 2026-05-24 · grok-4.3
Pith's one-line read A neural network generates personalized social media comments by embedding user profiles with gated memory and attending to their descriptions.
desk verdict Paper defines AGPC task and sketches a profile-conditioned model but supplies no metrics or evidence to back its experimental claims. 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
Gated memory for user feature embedding plus attention to user description and external representation in the decoder.
What would settle it
If human raters judge the model's comments as no more personalized than those from a profile-free baseline, the central claim does not hold.
Extended reading notes
Core claim
PCGN models personality by combining user feature embedding via gated memory, attention over user descriptions, and external user representation during decoding, allowing it to produce comments that reflect individual habits from Weibo data.
Load-bearing premise
Weibo user profiles and descriptions contain stable signals of personal expression habits that transfer to new comment contexts.
Editorial extensions
If this is right
- Comments can be produced automatically that align with a specific user's vocabulary and style.
- The same architecture can extend to other social platforms that store user profiles.
- External user representations during decoding improve personalization beyond what attention alone provides.
- Large-scale real-user data is sufficient to train such models without synthetic augmentation.
Reading between the lines
- Deployment on live platforms could increase user engagement by making replies feel more personal.
- The approach may generalize to generating other user-specific text such as replies or summaries.
- If profiles change over time, periodic retraining would be needed to keep comments current.
- Multilingual versions could test whether the gated memory and attention components transfer across languages.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the task of automatic generation of personalized comments (AGPC) on social media platforms such as Weibo. It proposes the Personalized Comment Generation Network (PCGN), which incorporates user feature embeddings with a gated memory mechanism, attention over user descriptions to capture personality, and an external user representation vector during decoding. The central claim is that, based on tens of thousands of real user comments and profiles, experimental results demonstrate the model's ability to generate natural, human-like, and personalized comments.
Significance. If the experimental claims hold with rigorous evaluation, the work addresses an important gap in NLG by explicitly modeling individual expression habits from real user profiles rather than generic context, which could improve applications in social media comment generation. The use of large-scale real-world Weibo data is a positive aspect.
major comments (2)
- [Abstract] Abstract: The assertion that 'Experimental results show that our model can generate natural, human-like and personalized comments' is load-bearing for the central claim but is unsupported by any quantitative metrics, baselines, automatic evaluation scores (e.g., for style match or personalization), human evaluation protocol, or ablation studies isolating the contribution of user profile components. Without these, it is impossible to distinguish stable user-specific signals from generic fluency or data artifacts.
- [Abstract] Abstract (model description): The weakest assumption—that collected Weibo user profiles contain stable, learnable signals of individual expression habits that transfer to new comment contexts—is stated without any supporting evidence or test (e.g., no cross-user or cross-context validation results), rendering the personalization claim unverifiable from the provided manuscript.
Simulated Author's Rebuttal
We thank the referee for their comments on the abstract and the underlying assumptions of our work. We address each point below, clarifying the experimental support present in the full manuscript while agreeing to strengthen the abstract presentation.
read point-by-point responses
-
Referee: [Abstract] Abstract: The assertion that 'Experimental results show that our model can generate natural, human-like and personalized comments' is load-bearing for the central claim but is unsupported by any quantitative metrics, baselines, automatic evaluation scores (e.g., for style match or personalization), human evaluation protocol, or ablation studies isolating the contribution of user profile components. Without these, it is impossible to distinguish stable user-specific signals from generic fluency or data artifacts.
Authors: The full manuscript includes Section 4 (Experiments) with automatic metrics (BLEU, perplexity), human evaluations on naturalness/relevance/personalization, multiple baselines, and ablations isolating the gated memory, user description attention, and external representation components. The abstract is space-constrained and therefore omits these details, but the claims are directly supported by the reported results. We will revise the abstract to include key quantitative scores and a brief reference to the evaluation protocol. revision: yes
-
Referee: [Abstract] Abstract (model description): The weakest assumption—that collected Weibo user profiles contain stable, learnable signals of individual expression habits that transfer to new comment contexts—is stated without any supporting evidence or test (e.g., no cross-user or cross-context validation results), rendering the personalization claim unverifiable from the provided manuscript.
Authors: The assumption is evaluated via the large-scale Weibo dataset experiments, where PCGN (conditioning on user profiles) outperforms non-personalized seq2seq baselines on both automatic and human metrics that measure style and content alignment with individual users. This provides empirical support that profile signals are learnable and transferable within the data distribution. While explicit held-out cross-user or cross-context splits are not reported, the scale (tens of thousands of users) and consistent gains across test comments serve as the primary validation. We will add a short clarifying paragraph in the Experiments or Discussion section. revision: partial
Circularity Check
No circularity: empirical model proposal with no derivation chain or self-referential reduction
full rationale
The paper introduces an NLP task and a neural model (PCGN) that embeds user features, uses gated memory, attends to descriptions, and incorporates external representations during decoding. The central claim is an empirical one ('Experimental results show...') resting on data from Weibo. No equations, first-principles derivations, fitted parameters renamed as predictions, or load-bearing self-citations appear in the provided text. The evaluation is presented as external to the model definition, so the result does not reduce to its inputs by construction.
Assumptions & free parameters
free parameters (2)
- user feature embedding dimension and gating weights
- external user representation vector
assumptions (1)
- domain assumption User descriptions and profiles contain consistent, transferable signals of individual expression style.
Cite this review
Pith. "Pith review of Automatic Generation of Personalized Comment Based on User Profile." pith.science (2026). https://pith.science/paper/RY7OQ4X3
@misc{pith2026190710371,
author = {Pith},
title = {Pith review of: Automatic Generation of Personalized Comment Based on User Profile},
year = {2026},
howpublished = {\url{https://pith.science/paper/RY7OQ4X3}},
note = {Machine review of arXiv:1907.10371}
}
read the original abstract
Comments on social media are very diverse, in terms of content, style and vocabulary, which make generating comments much more challenging than other existing natural language generation~(NLG) tasks. Besides, since different user has different expression habits, it is necessary to take the user's profile into consideration when generating comments. In this paper, we introduce the task of automatic generation of personalized comment~(AGPC) for social media. Based on tens of thousands of users' real comments and corresponding user profiles on weibo, we propose Personalized Comment Generation Network~(PCGN) for AGPC. The model utilizes user feature embedding with a gated memory and attends to user description to model personality of users. In addition, external user representation is taken into consideration during the decoding to enhance the comments generation. Experimental results show that our model can generate natural, human-like and personalized comments.
Reviewed May 24, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.