REVIEW 3 major objections 4 minor 4 cited by
LLM-Driven E-Commerce Marketing Content Optimization: Balancing Creativity and Conversion
T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read An LLM copywriting pipeline with a tunable creativity–conversion knob is claimed to lift CTR and CVR over a human-reviewed template baseline while keeping copy novel.
desk verdict The paper's claimed CTR/CVR lifts contradict its own Table 2, making the central empirical claim impossible to trust. 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 the weighted reward $R = \lambda D + (1-\lambda)P_{\mathrm{conv}}$, where $D$ is one minus the average pairwise cosine similarity among candidate copy embeddings and $P_{\mathrm{conv}}$ comes from logistic regression on copy features such as CTA density, keyword strength, and sentiment. This single scalar ranks and selects the top-$K$ candidates, so $\lambda$ acts as both the creativity dial and the conversion guardrail; the vector-retrieval and multi-stage review modules are what make the ranked output deployable as brand-compliant copy.
What would settle it
Re-run the same seven-day, fixed-seed traffic split on the same three categories with the same $\lambda=0.6$ recipe, publishing impression, click, order, and session counts per arm and the resulting $Z$-test or chi-square statistics. If the treatment-minus-control CTR and CVR lifts are not positive with $p<0.05$, the central claim fails; the abstract's +12.5%/+8.3% and the conclusion's +10.4%/+4.1% would not both be reproduced.
Extended reading notes
Core claim
The paper's central claim is that a tunable reward $R = \lambda D + (1-\lambda)P_{\mathrm{conv}}$ organizes generated marketing copy along a spectrum from novel to conversion-optimized, and that setting $\lambda \approx 0.6$ beats the human-reviewed rule/template baseline on every reported metric in all three categories. Here $D$ is a diversity score (one minus the average pairwise cosine similarity among copy embeddings) and $P_{\mathrm{conv}}$ is a logistic-regression estimate of conversion probability from features like keyword strength, CTA density, and sentiment. Sweeping $\lambda$ from 0.2 to 0.8 gives a trade-off curve with an elbow near 0.4–0.6, and the category analysis says FMCG can tolerate high creativity, apparel needs moderation, and electronics should emphasize factual specification.
Load-bearing premise
The empirical claim rests on the seven-day randomized A/B test described in Section 4.2 having been run on a live platform with fixed-seed traffic splitting, consistent logging, and valid significance tests; no traffic counts, p-values, confidence intervals, or raw data are supplied.
Editorial extensions
If this is right
- At $\lambda=0.6$, the framework reports higher diversity, CTR, CVR, and human novelty/fluency ratings than the baseline in all three categories; for FMCG, CTR rises from 8.9% to 12.1% and CVR from 3.8% to 5.2%.
- The $\lambda$ sweep gives a practical tuning rule: use high creativity for impulse-driven flash sales, moderate creativity for apparel, and low creativity for electronics, where extra flair can undercut trust.
- Because every candidate passes rule checks, sensitive-word filters, brand-guideline constraints, and human review, the scheme is designed to be brand-compliant while still automating the drafting step.
- Category-specific prompt libraries and dynamic $\lambda$ scheduling let the same fine-tuned model serve different campaigns without retraining, shifting $\lambda$ down during clearance events and up during launches.
Reading between the lines
- The $\lambda D + (1-\lambda)P_{\mathrm{conv}}$ form is a generic two-objective controller: the same construction could be lifted to any text-generation setting where novelty competes with a measurable objective, such as headline selection or recommendation descriptions.
- As defined, $D$ only measures similarity among candidates generated under the same prompt, so it could be inflated by cheap paraphrasing; the human-rating component is what keeps perceived novelty meaningful.
- Because $\lambda$ is hand-set by elbow inspection, adding a learned scheduler that picks $\lambda$ per campaign from historical CTR/CVR logs is a direct next step the paper points at but does not implement.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes an LLM-driven framework for e-commerce marketing copy generation that combines prompt engineering, multi-objective fine-tuning, vector retrieval, and post-processing. The creativity–conversion trade-off is controlled by a weighted reward R = λD + (1−λ)P_conv (Eq. 3), where D is an embedding-based diversity score and P_conv is a logistic regression conversion probability. The authors report offline evaluations and a seven-day online A/B test across FMCG, apparel, and electronics categories, claiming substantial CTR and CVR lifts over a human-reviewed rule-based baseline (12.5% and 8.3% in the abstract; 10.4% and 4.1% in the conclusion; category-level lifts in Table 2). They also recommend category-specific λ ranges. The central claim is the empirical improvement in CTR and CVR while maintaining diversity.
Significance. If the headline results were reproducible, the framework would be a useful practical contribution to automated e-commerce copywriting, and the category-specific λ guidance could help practitioners calibrate creativity against conversion. The reward formulation in Eqs. (1)–(3) is clear and easy to implement, and the paper is commendable for stating business guidelines and a review pipeline as part of the system. However, the paper provides no code, data, or machine-checked artifacts, and the empirical claim—the only genuinely novel part—is neither internally consistent nor statistically documented. The framework's components are standard (logistic regression, cosine diversity, weighted reranking), so the paper's value would hinge entirely on credible A/B evidence, which is absent.
major comments (3)
- [Abstract; §5.2 Table 2; §7 Conclusion] The headline lift figures are internally inconsistent with the paper's own category-level results. At λ=0.6, Table 2 gives FMCG CTR of 12.1% vs. 8.9%, apparel 9.7% vs. 7.1%, and electronics 8.5% vs. 6.2%, so the relative CTR lifts are 36.0%, 36.6%, and 37.1%; the corresponding CVR lifts are 36.8%, 37.9%, and 40.0%. Any positive traffic-weighted average of these category lifts therefore lies between roughly 36% and 40% for both metrics. Consequently the abstract's '+12.5% CTR and +8.3% CVR' and the conclusion's 'CTR +10.4%, CVR +4.1%' cannot describe the same experiment; interpreting the conclusion's numbers as percentage-point differences also fails because the Table 2 differences are 2.3–3.2 pp for CTR and 1.0–1.4 pp for CVR. The text in §5.2 that FMCG conversion improved 'by over 35%' matches Table 2 but contradicts both headline pairs. This contradiction is load-bearing because the paper's central claim is precisely these quantitative improvements, and the reported evidence does not support any single version of the claim.
- [§4.2] The statistical basis of the online A/B test is not reported. The manuscript claims that 'Z-tests and chi-square tests assess significance (p < 0.05), confirming valid performance lifts,' but it provides no sample sizes, traffic counts, test statistics, p-values, confidence intervals, or timestamps for the seven-day randomized traffic split. Without these, the reader cannot verify the randomization, the adequacy of the test power, or the claimed significance, and the central empirical claim is not inspectable.
- [§5.1, §5.2 Table 3] The category-specific λ recommendations are not grounded in the reported data. Figure 2 shows aggregate results for λ = 0.2, 0.4, 0.6, and 0.8, and Table 2 reports only λ = 0.6. Table 3 recommends FMCG λ = 0.7–0.8, apparel λ = 0.5–0.6, and electronics λ = 0.3–0.5, but no category-level results at λ values other than 0.6 are shown. The recommendations are also derived from the same ablation experiment that produced the headline numbers, so they cannot independently validate the claimed trade-off curve.
minor comments (4)
- [§3.2, Eq. (1)] The formula for D appears garbled with placeholder symbols (e.g., '$s...!' and '#') in the rendering; the intended expression should be typeset clearly so that the sum over the |S| embeddings is unambiguous.
- [§1, §7] The introduction calls the validation 'small-scale A/B tests' while the conclusion says 'small-traffic A/B tests'; the terminology should be consistent and the traffic volume should be stated.
- [References] Many references are unrelated to the claims they support (e.g., [5] on petroleum imaging logging, [8] on normal-vector-assisted mapping, and [17] on COVID-19 collective response), which makes it difficult to trace the related work and undermines the literature review; the manuscript should cite sources directly relevant to e-commerce copy generation and A/B testing.
- [§5.2] There is a capitalization error: 'Moreover, Our LLM-driven framework' should read 'Moreover, our LLM-driven framework'; Table 3 also repeats the 'Category' column header in every row and should be cleaned up.
Circularity Check
No significant circularity: reported CTR/CVR lifts are empirical A/B measurements, not outputs of the fitted ranking equations.
full rationale
The paper's core claim is empirical: offline evaluations and a seven-day 1:1 A/B test are reported as showing CTR/CVR lifts (abstract: +12.5%/+8.3%; conclusion: +10.4%/+4.1%). Equations (1)-(3) only define a diversity metric, a logistic conversion predictor fitted on historical data, and a weighted ranking objective; the paper never claims that these equations generate the reported lifts, so no prediction reduces by construction to a fitted parameter. The choice of lambda=0.6 is selected from the same ablation curve used to display the gains, which is an in-sample selection or overfitting concern, but not equation-level circularity, because the gains are measured outcomes rather than outputs of R. Minor self-citations such as [29] and [47] appear in background or technique contexts and are not load-bearing for the central result. The abstract and conclusion report inconsistent effect sizes, and Table 2's numbers do not support either aggregate lift; this is a correctness and verifiability defect, not a circularity defect, and it does not alter the finding that the derivation chain is not self-referential.
Assumptions & free parameters
free parameters (3)
- λ (creativity-conversion weight) =
0.2 to 0.8; per-category recommendations 0.3-0.8
- θ (logistic regression coefficients) =
Not reported
- Business-defined weights for composite creativity score =
Not reported
assumptions (4)
- domain assumption Inverse average cosine similarity among embeddings is a valid measure of creative diversity.
- domain assumption Platform logging captures impressions, clicks, adds-to-cart, and orders accurately.
- domain assumption Historical click and order data used to fit θ is representative of the A/B test period.
- ad hoc to paper The small-traffic A/B test is adequately powered and randomized to support p<0.05 claims.
Cite this review
Pith. "Pith review of LLM-Driven E-Commerce Marketing Content Optimization: Balancing Creativity and Conversion." pith.science (2026). https://pith.science/paper/JXV2NBO4
@misc{pith2026250523809,
author = {Pith},
title = {Pith review of: LLM-Driven E-Commerce Marketing Content Optimization: Balancing Creativity and Conversion},
year = {2026},
howpublished = {\url{https://pith.science/paper/JXV2NBO4}},
note = {Machine review of arXiv:2505.23809}
}
read the original abstract
As e-commerce competition intensifies, balancing creative content with conversion effectiveness becomes critical. Leveraging LLMs' language generation capabilities, we propose a framework that integrates prompt engineering, multi-objective fine-tuning, and post-processing to generate marketing copy that is both engaging and conversion-driven. Our fine-tuning method combines sentiment adjustment, diversity enhancement, and CTA embedding. Through offline evaluations and online A/B tests across categories, our approach achieves a 12.5 % increase in CTR and an 8.3 % increase in CVR while maintaining content novelty. This provides a practical solution for automated copy generation and suggests paths for future multimodal, real-time personalization.
Figures
Forward citations
Cited by 4 Pith papers
-
Multimodal Foundation Model-Driven User Interest Modeling and Behavior Analysis on Short Video Platforms
A standard attention-fusion plus Transformer sequence model is applied to short-video recommendation, with claimed gains over weak baselines and no reproducible artifacts.
-
Meta-Learning for Cold-Start Personalization in Prompt-Tuned LLMs
A meta-learned prompt-tuning method for cold-start LLM recommendations reports better Hit@10 and nDCG@10 on MovieLens-1M, but with no code, no error bars, and no shown results for Amazon or Recbole.
-
Research on Low-Latency Inference and Training Efficiency Optimization for Graph Neural Network and Large Language Model-Based Recommendation Systems
A hybrid GNN-LLM recommender with FPGA, DeepSpeed, and LoRA reportedly reaches NDCG@10 of 0.75 at 40-60ms latency while cutting training time by 66%, but the supporting artifacts are absent.
-
LLM-Augmented Symptom Analysis for Cardiovascular Disease Risk Prediction: A Clinical NLP
A small synthetic study reports that Bio_ClinicalBERT embeddings with Random Forest classify CVD risk in about 20 hand-written symptom texts, but the claims of MIMIC-III and CARDIO-NLP evaluation are unsupported.
Reference graph
Works this paper leans on
-
[1]
Tracing the influence of large language models across the most impactful scientific works
Petroșanu, Dana-Mihaela, Alexandru Pîrjan, and Alexandru Tăbușcă. "Tracing the influence of large language models across the most impactful scientific works." Electronics 12.24 (2023):
work page 2023
-
[2]
Roe, Jasper, Willy A. Renandya, and George M. Jacobs. "A review of AI-powered writing tools and their implications for academic integrity in the language classroom." Journal of English and Applied Linguistics 2.1 (2023):
work page 2023
-
[3]
Harnessing large language models (LLMs) for candidate gene prioritization and selection
Toufiq, Mohammed, et al. "Harnessing large language models (LLMs) for candidate gene prioritization and selection." Journal of translational medicine 21.1 (2023):
work page 2023
-
[4]
Attention mechanism and context modeling system for text mining machine translation
Bo, Shi, et al. "Attention mechanism and context modeling system for text mining machine translation." 2024 6th International Conference on Data-driven Optimization of Complex Systems (DOCS). IEEE,
2024
-
[5]
Gao H, Wang H, Feng Z, et al. A novel texture extraction method for the sedimentary structures’ classification of petroleum imaging logging[C]//Pattern Recognition: 7th Chinese Conference, CCPR 2016, Chengdu, China, November 5-7, 2016, Proceedings, Part II
work page 2016
-
[6]
Machine Learning-Based Research on the Adaptability of Adolescents to Online Education
Wang M, Liu S. Machine learning-based research on the adaptability of adolescents to online education[J]. arXiv preprint arXiv:2408.16849,
-
[7]
Springer Singapore, 2016: 161-172
work page 2016
-
[8]
A Mixed-Heuristic Quantum-Inspired Simplified Swarm Optimization Algorithm for scheduling of real-time tasks in the multiprocessor system
Su, Pei-Chiang, et al. "A Mixed-Heuristic Quantum-Inspired Simplified Swarm Optimization Algorithm for scheduling of real-time tasks in the multiprocessor system." Applied Soft Computing 131 (2022): 109807
2022
Show all 43 references
-
[9]
An ensemble approach to stock price prediction using deep learning and time series models
Sui, Mujie, et al. "An ensemble approach to stock price prediction using deep learning and time series models." (2024)
2024
-
[10]
CCi-YOLOv8n: Enhanced Fire Detection with CARAFE and Context-Guided Modules[J]
Lv K. CCi-YOLOv8n: Enhanced Fire Detection with CARAFE and Context-Guided Modules[J]. arXiv preprint arXiv:2411.11011,
-
[11]
Research on Effectiveness Evaluation and Optimization of Baseball Teaching Method Based on Machine Learning[J]
Sun S, Yuan J, Yang Y. Research on Effectiveness Evaluation and Optimization of Baseball Teaching Method Based on Machine Learning[J]. arXiv preprint arXiv:2411.15721,
-
[12]
Deep learning for weather forecasting: A cnn-lstm hybrid model for predicting historical temperature data[J]
Gong Y, Zhang Y, Wang F, et al. Deep learning for weather forecasting: A cnn-lstm hybrid model for predicting historical temperature data[J]. arXiv preprint arXiv:2410.14963,
-
[13]
Multidimensional precipitation index prediction based on CNN-LSTM hybrid framework[J]
Wang Y, Jia P, Shu Z, et al. Multidimensional precipitation index prediction based on CNN-LSTM hybrid framework[J]. arXiv preprint arXiv:2504.20442,
-
[14]
Dral: Deep reinforcement adaptive learning for multi-uavs navigation in unknown indoor environment[J]
Mo K, Chu L, Zhang X, et al. Dral: Deep reinforcement adaptive learning for multi-uavs navigation in unknown indoor environment[J]. arXiv preprint arXiv:2409.03930,
-
[15]
Automated Parking Trajectory Generation Using Deep Reinforcement Learning[J]
Zhang Z, Luo Y, Chen Y, et al. Automated Parking Trajectory Generation Using Deep Reinforcement Learning[J]. arXiv preprint arXiv:2504.21071,
-
[17]
Analysis of collective response reveals that covid-19-related activities start from the end of 2019 in mainland china[J]
Liu J, Huang T, Xiong H, et al. Analysis of collective response reveals that covid-19-related activities start from the end of 2019 in mainland china[J]. medRxiv, 2020: 2020.10.14.20202531
2019
-
[18]
Gao Z, Tian Y, Lin S C, et al. A ct image classification network framework for lung tumors based on pre-trained mobilenetv2 model and transfer learning, and its application and market analysis in the medical field[J]. arXiv preprint arXiv:2501.04996,
-
[20]
Contextual bandits for unbounded context distributions
Zhao P, Wu J, Liu Z, et al. Contextual bandits for unbounded context distributions. arXiv preprint arXiv:2408.09655,
-
[21]
A Generative Adversarial Network-Based Investor Sentiment Indicator: Superior Predictability for the Stock Market
Qiu S, Wang Y, Ke Z, et al. A Generative Adversarial Network-Based Investor Sentiment Indicator: Superior Predictability for the Stock Market. Mathematics, 2025, 13(9):
2025
-
[22]
Yu, D., Liu, L., Wu, S., Li, K., Wang, C., Xie, J., ... & Ji, R. (2025, March). Machine learning optimizes the efficiency of picking and packing in automated warehouse robot systems. In 2025 IEEE International Conference on Electronics, Energy Systems and Power Engineering (EE...
2025
-
[23]
Optimized path planning for logistics robots using ant colony algorithm under multiple constraints
Zhao H, Ma Z, Liu L, et al. Optimized path planning for logistics robots using ant colony algorithm under multiple constraints. arXiv preprint arXiv:2504.05339,
-
[24]
Enhancing Code LLMs with Reinforcement Learning in Code Generation
Wang J, Zhang Z, He Y, et al. Enhancing Code LLMs with Reinforcement Learning in Code Generation. arXiv preprint arXiv:2412.20367,
-
[25]
Qiu, S., Wang, H., Zhang, Y., Ke, Z., & Li, Z. (2025). Convex Optimization of Markov Decision Processes Based on Z Transform: A Theoretical Framework for Two-Space Decomposition and Linear Programming Reconstruction. Mathematics, 13(11),
2025
-
[26]
Enhancing Intent Understanding for Ambiguous Prompts through Human-Machine Co-Adaptation[J]
He Y, Wang J, Li K, et al. Enhancing Intent Understanding for Ambiguous Prompts through Human-Machine Co-Adaptation[J]. arXiv preprint arXiv:2501.15167,
-
[27]
Research on splicing image detection algorithms based on natural image statistical characteristics[J]
Xiang A, Zhang J, Yang Q, et al. Research on splicing image detection algorithms based on natural image statistical characteristics[J]. arXiv preprint arXiv:2404.16296,
-
[28]
Xiang A, Huang B, Guo X, et al. A neural matrix decomposition recommender system model based on the multimodal large language model[C]//Proceedings of the 2024 7th International Conference on Machine Learning and Machine Intelligence (MLMI). 2024: 146-150
2024
-
[29]
User Behavior Analysis in Privacy Protection with Large Language Models: A Study on Privacy Preferences with Limited Data[J]
Yang H, Lu Q, Wang Y, et al. User Behavior Analysis in Privacy Protection with Large Language Models: A Study on Privacy Preferences with Limited Data[J]. arXiv preprint arXiv:2505.06305,
-
[32]
Unsupervised action segmentation via fast learning of semantically consistent actoms[C]//Proceedings of the AAAI Conference on Artificial Intelligence
Xing Z, Zhao W. Unsupervised action segmentation via fast learning of semantically consistent actoms[C]//Proceedings of the AAAI Conference on Artificial Intelligence. 2024, 38(6): 6270-6278
2024
-
[33]
Integrated segmentation and subspace clustering for RSS-based localization under blind calibration[C]//GLOBECOM 2022-2022 IEEE Global Communications Conference
Xing Z, Chen J, Tang Y. Integrated segmentation and subspace clustering for RSS-based localization under blind calibration[C]//GLOBECOM 2022-2022 IEEE Global Communications Conference. IEEE, 2022: 5360-5365
2022
-
[34]
Personalized Risks and Regulatory Strategies of Large Language Models in Digital Advertising[J]
Feng H, Dai Y, Gao Y. Personalized Risks and Regulatory Strategies of Large Language Models in Digital Advertising[J]. arXiv preprint arXiv:2505.04665,
-
[35]
& Zhang, S
Ni, H., Meng, S., Geng, X., Li, P., Li, Z., Chen, X., ... & Zhang, S. (2024, June). Time series modeling for heart rate prediction: From arima to transformers. In 2024 6th International Conference on Electronic Engineering and Informatics (EEI) (pp. 584-589). IEEE
2024
-
[37]
Harnessing earnings reports for stock predictions: A qlora-enhanced llm approach[C]//2024 6th International Conference on Data-driven Optimization of Complex Systems (DOCS)
Ni H, Meng S, Chen X, et al. Harnessing earnings reports for stock predictions: A qlora-enhanced llm approach[C]//2024 6th International Conference on Data-driven Optimization of Complex Systems (DOCS). IEEE, 2024: 909-915
2024
-
[38]
Data Augmentation Through Random Style Replacement[J]
Yang Q, Ji C, Luo H, et al. Data Augmentation Through Random Style Replacement[J]. arXiv preprint arXiv:2504.10563,
-
[39]
Psychological health knowledge-enhanced LLM-based social network crisis intervention text transfer recognition method[J]
Wu S, Huang X, Lu D. Psychological health knowledge-enhanced LLM-based social network crisis intervention text transfer recognition method[J]. arXiv preprint arXiv:2504.07983,
-
[42]
Enhance image-to-image generation with llava-generated prompts[C]//2024 5th International Conference on Information Science, Parallel and Distributed Systems (ISPDS)
Ding Z, Li P, Yang Q, et al. Enhance image-to-image generation with llava-generated prompts[C]//2024 5th International Conference on Information Science, Parallel and Distributed Systems (ISPDS). IEEE, 2024: 77-81
2024
-
[43]
Research on Personalized Medical Intervention Strategy Generation System based on Group Relative Policy Optimization and Time-Series Data Fusion[J]
Lu D, Wu S, Huang X. Research on Personalized Medical Intervention Strategy Generation System based on Group Relative Policy Optimization and Time-Series Data Fusion[J]. arXiv preprint arXiv:2504.18631,
-
[44]
Real-Time Prediction for Athletes' Psychological States Using BERT-XGBoost: Enhancing Human-Computer Interaction
Duan, Chenming, et al. "Real-Time Prediction for Athletes' Psychological States Using BERT-XGBoost: Enhancing Human-Computer Interaction." arXiv preprint arXiv:2412.05816 (2024)
2024 arXiv
-
[45]
Accurate Prediction of Temperature Indicators in Eastern China Using a Multi-Scale CNN-LSTM-Attention model[J]
Shen J, Wu W, Xu Q. Accurate Prediction of Temperature Indicators in Eastern China Using a Multi-Scale CNN-LSTM-Attention model[J]. arXiv preprint arXiv:2412.07997,
-
[46]
Deep learning-based anomaly detection and log analysis for computer networks[J]
Wang S, Jiang R, Wang Z, et al. Deep learning-based anomaly detection and log analysis for computer networks[J]. arXiv preprint arXiv:2407.05639,
-
[47]
Zhang T, Zhang B, Zhao F, et al. COVID-19 localization and recognition on chest radiographs based on Yolov5 and EfficientNet[C]//2022 7th International Conference on Intelligent Computing and Signal Processing (ICSP). IEEE, 2022: 1827-1830
2022
-
[48]
Avocado Price Prediction Using a Hybrid Deep Learning Model: TCN-MLP-Attention Architecture[J]
Zhang L, Liang R. Avocado Price Prediction Using a Hybrid Deep Learning Model: TCN-MLP-Attention Architecture[J]. arXiv preprint arXiv:2505.09907,
-
[49]
CTLformer: A Hybrid Denoising Model Combining Convolutional Layers and Self-Attention for Enhanced CT Image Reconstruction[J]
Zheng Z, Wu S, Ding W . CTLformer: A Hybrid Denoising Model Combining Convolutional Layers and Self-Attention for Enhanced CT Image Reconstruction[J]. arXiv preprint arXiv:2505.12203,
-
[50]
Construction and Analysis of Collaborative Educational Networks based on Student Concept Maps[J]
Freedman H, Young N, Schaefer D, et al. Construction and Analysis of Collaborative Educational Networks based on Student Concept Maps[J]. Proceedings of the ACM on Human-Computer Interaction, 2024, 8(CSCW1): 1-22
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.