🤖 AI Summary
Existing conversational recommendation systems predominantly rely on static user modeling, failing to capture the dynamic evolution of user interests over interaction sequences. To address this, we propose CFQP—a collaborative filtering–enhanced question prediction framework—that models personalized temporal behavioral patterns via a dedicated memory module and incorporates a graph neural network–based preference propagation mechanism to jointly leverage individual historical interactions and collaborative signals from behaviorally similar users. CFQP is the first approach to achieve organic integration of language modeling and sequential behavioral modeling, significantly improving both predictive accuracy and behavioral plausibility in next-question prediction. This advances the paradigm for proactive, personalized conversational systems. Extensive experiments on multiple real-world datasets demonstrate that CFQP consistently outperforms state-of-the-art baselines.
📝 Abstract
In recent years, large language models (LLMs) have excelled in language understanding and generation, powering advanced dialogue and recommendation systems. However, a significant limitation persists: these systems often model user preferences statically, failing to capture the dynamic and sequential nature of interactive behaviors. The sequence of a user's historical questions provides a rich, implicit signal of evolving interests and cognitive patterns, yet leveraging this temporal data for predictive tasks remains challenging due to the inherent disconnect between language modeling and behavioral sequence modeling.
To bridge this gap, we propose a Collaborative Filtering-enhanced Question Prediction (CFQP) framework. CFQP dynamically models evolving user-question interactions by integrating personalized memory modules with graph-based preference propagation. This dual mechanism allows the system to adaptively learn from user-specific histories while refining predictions through collaborative signals from similar users. Experimental results demonstrate that our approach effectively generates agents that mimic real-user questioning patterns, highlighting its potential for building proactive and adaptive dialogue systems.