A Framework for Personalized Persuasiveness Prediction via Context-Aware User Profiling
Sejun Park, Yoonah Park, Jongwon Lim, Yohan Jo
TL;DR
The paper tackles personalized persuasiveness prediction by introducing a context-aware user profiling framework that learns to retrieve and summarize persuasion-relevant records from a user’s history. It couples a trainable query generator with a trainable profiler, both optimized via Direct Preference Optimization, to produce a context-conditioned user profile that informs a predictor model. Empirical results on the ChangeMyView dataset show consistent improvements over baselines in end-to-end view-change prediction, with notable gains when employing task-oriented profiles and persuasion-aware retrieval. The findings underscore that effective persuasion modeling depends on context-dependent, predictor-specific user representations rather than static demographic attributes, offering a scalable approach for personalized decision-support systems.
Abstract
Estimating the persuasiveness of messages is critical in various applications, from recommender systems to safety assessment of LLMs. While it is imperative to consider the target persuadee's characteristics, such as their values, experiences, and reasoning styles, there is currently no established systematic framework to optimize leveraging a persuadee's past activities (e.g., conversations) to the benefit of a persuasiveness prediction model. To address this problem, we propose a context-aware user profiling framework with two trainable components: a query generator that generates optimal queries to retrieve persuasion-relevant records from a user's history, and a profiler that summarizes these records into a profile to effectively inform the persuasiveness prediction model. Our evaluation on the ChangeMyView Reddit dataset shows consistent improvements over existing methods across multiple predictor models, with gains of up to +13.77%p in F1 score. Further analysis shows that effective user profiles are context-dependent and predictor-specific, rather than relying on static attributes or surface-level similarity. Together, these results highlight the importance of task-oriented, context-dependent user profiling for personalized persuasiveness prediction.
