paper-with-me

Papers

Teaching Language Models to Evolve with Users: Dynamic Profile Modeling for Personalized Alignment

2025-05-21 · Weixiang Zhao, Xingyu Sui, Yulin Hu, Jiahe Guo, Haixiao Liu, Biye Li, Yanyan Zhao, Bing Qin, Ting Liu

Personalized alignment is essential for enabling large language models (LLMs) to engage effectively in user-centric dialogue. While recent prompt-based and offline optimization methods offer preliminary solutions, they fall short in cold-start scenarios and long-term personalization due to their inherently static and shallow designs. In this work, we introduce the Reinforcement Learning for Personalized Alignment (RLPA) framework, in which an LLM interacts with a simulated user model to iteratively infer and refine user profiles through dialogue. The training process is guided by a dual-level reward structure: the Profile Reward encourages accurate construction of user representations, while the Response Reward incentivizes generation of responses consistent with the inferred profile. We instantiate RLPA by fine-tuning Qwen-2.5-3B-Instruct, resulting in Qwen-RLPA, which achieves state-of-the-art performance in personalized dialogue. Empirical evaluations demonstrate that Qwen-RLPA consistently outperforms prompting and offline fine-tuning baselines, and even surpasses advanced commercial models such as Claude-3.5 and GPT-4o. Further analysis highlights Qwen-RLPA's robustness in reconciling conflicting user preferences, sustaining long-term personalization and delivering more efficient inference compared to recent reasoning-focused LLMs. These results emphasize the potential of dynamic profile inference as a more effective paradigm for building personalized dialogue systems.

📄 PDF Abstract BibTeX arXiv:2505.15456

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Investigating Pedagogical Teacher and Student LLM Agents: Genetic Adaptation Meets Retrieval Augmented Generation Across Learning Style

2025-05-25 · Debdeep Sanyal, Agniva Maiti, Umakanta Maharana, Dhruv Kumar 외

Effective teaching requires adapting instructional strategies to accommodate the diverse cognitive and behavioral profiles of students, a persistent challenge in education and teacher training. While Large Language Model…

RAGRetrievalRetrieval-augmented Generation

Reinforced Imitative Graph Learning for Mobile User Profiling

2022-03-13 · Dongjie Wang, Pengyang Wang, Yanjie Fu, Kunpeng Liu 외

Mobile user profiling refers to the efforts of extracting users' characteristics from mobile activities. In order to capture the dynamic varying of user characteristics for generating effective user profiling, we propose…

Graph Learning

Teaching According to Students' Aptitude: Personalized Mathematics Tutoring via Persona-, Memory-, and Forgetting-Aware LLMs

2025-11-19 · Yang Wu, Rujing Yao, Tong Zhang, Yufei Shi 외 arxiv

Large Language Models (LLMs) are increasingly integrated into intelligent tutoring systems to provide human-like and adaptive instruction. However, most existing approaches fail to capture how students' knowledge evolves…

Knowledge Tracing

Interactive Teaching for Conversational AI

2020-12-02 · Qing Ping, Feiyang Niu, Govind Thattai, Joel Chengottusseriyil 외

Current conversational AI systems aim to understand a set of pre-designed requests and execute related actions, which limits them to evolve naturally and adapt based on human interactions. Motivated by how children learn…

Simulating Human-Like Learning Dynamics with LLM-Empowered Agents

2025-08-07 · Yu Yuan, Lili Zhao, Wei Chen, Guangting Zheng 외 arxiv

Capturing human learning behavior based on deep learning methods has become a major research focus in both psychology and intelligent systems. Recent approaches rely on controlled experiments or rule-based models to expl…