paper-with-me

Papers

PrLM: Learning Explicit Reasoning for Personalized RAG via Contrastive Reward Optimization

2025-08-10 · Kepu Zhang, Teng Shi, Weijie Yu, Jun Xu arxiv

Personalized retrieval-augmented generation (RAG) aims to produce user-tailored responses by incorporating retrieved user profiles alongside the input query. Existing methods primarily focus on improving retrieval and rely on large language models (LLMs) to implicitly integrate the retrieved context with the query. However, such models are often sensitive to retrieval quality and may generate responses that are misaligned with user preferences. To address this limitation, we propose PrLM, a reinforcement learning framework that trains LLMs to explicitly reason over retrieved user profiles. Guided by a contrastively trained personalization reward model, PrLM effectively learns from user responses without requiring annotated reasoning paths. Experiments on three personalized text generation datasets show that PrLM outperforms existing methods and remains robust across varying numbers of retrieved profiles and different retrievers.

📄 PDF Abstract BibTeX arXiv:2508.07342

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningText Generation

Similar Papers 제목 키워드 기반

Logic Pre-Training of Language Models

2021-09-29 · Siru Ouyang, Zhuosheng Zhang, Hai Zhao

Pre-trained language models (PrLMs) have been shown useful for enhancing a broad range of natural language understanding (NLU) tasks. However, the capacity for capturing logic relations in challenging NLU still remains a…

Logical ReasoningMachine Reading ComprehensionNatural Language InferenceNatural Language Understanding+3

Multilingual Pre-training with Universal Dependency Learning

2021-12-01 · NeurIPS 2021 12 · Kailai Sun, Zuchao Li, Hai Zhao

The pre-trained language model (PrLM) demonstrates domination in downstream natural language processing tasks, in which multilingual PrLM takes advantage of language universality to alleviate the issue of limited resourc…

Dependency ParsingLanguage ModelingLanguage ModellingNatural Language Understanding+1

Distinguishing Non-natural from Natural Adversarial Samples for More Robust Pre-trained Language Model

2022-03-19 · Findings (ACL) 2022 5 · Jiayi Wang, Rongzhou Bao, Zhuosheng Zhang, Hai Zhao

Recently, the problem of robustness of pre-trained language models (PrLMs) has received increasing research interest. Latest studies on adversarial attacks achieve high attack success rates against PrLMs, claiming that P…

Data AugmentationLanguage ModelingLanguage Modelling

P-Check: Advancing Personalized Reward Model via Learning to Generate Dynamic Checklist

2026-01-06 · Kwangwook Seo, Dongha Lee arxiv

Recent approaches in personalized reward modeling have primarily focused on leveraging user interaction history to align model judgments with individual preferences. However, existing approaches largely treat user contex…

Uni-Synergy: Bridging Understanding and Generation for Personalized Reasoning via Co-operative Reinforcement Learning

2026-05-11 · Zijun Shen, Sihan Yang, Ruichuan An, Ziyu Guo 외 arxiv

Unified Multimodal Models (UMMs) excel in general tasks but struggle to bridge the gap between personalized understanding and generation. Prior works largely rely on implicit token-level alignment via supervised fine-tun…

Reinforcement Learning