paper-with-me

홈 › Papers

STEP: Stepwise Curriculum Learning for Context-Knowledge Fusion in Conversational Recommendation

2025-08-14 · Zhenye Yang, Jinpeng Chen, Huan Li, Xiongnan Jin, Xuanyang Li, Junwei Zhang, Hongbo Gao, Kaimin Wei, Senzhang Wang arxiv

Conversational recommender systems (CRSs) aim to proactively capture user preferences through natural language dialogue and recommend high-quality items. To achieve this, CRS gathers user preferences via a dialog module and builds user profiles through a recommendation module to generate appropriate recommendations. However, existing CRS faces challenges in capturing the deep semantics of user preferences and dialogue context. In particular, the efficient integration of external knowledge graph (KG) information into dialogue generation and recommendation remains a pressing issue. Traditional approaches typically combine KG information directly with dialogue content, which often struggles with complex semantic relationships, resulting in recommendations that may not align with user expectations. To address these challenges, we introduce STEP, a conversational recommender centered on pre-trained language models that combines curriculum-guided context-knowledge fusion with lightweight task-specific prompt tuning. At its heart, an F-Former progressively aligns the dialogue context with knowledge-graph entities through a three-stage curriculum, thus resolving fine-grained semantic mismatches. The fused representation is then injected into the frozen language model via two minimal yet adaptive prefix prompts: a conversation prefix that steers response generation toward user intent and a recommendation prefix that biases item ranking toward knowledge-consistent candidates. This dual-prompt scheme allows the model to share cross-task semantics while respecting the distinct objectives of dialogue and recommendation. Experimental results show that STEP outperforms mainstream methods in the precision of recommendation and dialogue quality in two public datasets.

📄 PDF Abstract BibTeX arXiv:2508.10669

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationResponse Generation

Similar Papers 제목 키워드 기반

Towards Self-Improvement of LLMs via MCTS: Leveraging Stepwise Knowledge with Curriculum Preference Learning

2024-10-09 · Xiyao Wang, Linfeng Song, Ye Tian, Dian Yu 외

Monte Carlo Tree Search (MCTS) has recently emerged as a powerful technique for enhancing the reasoning capabilities of LLMs. Techniques such as SFT or DPO have enabled LLMs to distill high-quality behaviors from MCTS, i…

Mathematical Reasoning

SHE: Stepwise Hybrid Examination Reinforcement Learning Framework for E-commerce Search Relevance

2025-10-09 · Pengkun Jiao, Yiming Jin, Jianhui Yang, Chenhe Dong 외 arxiv

Query-product relevance prediction is vital for AI-driven e-commerce, yet current LLM-based approaches face a dilemma: SFT and DPO struggle with long-tail generalization due to coarse supervision, while traditional RLVR …

Reinforcement Learning

Curriculum Abductive Learning

2025-05-18 · Wen-Chao Hu, Qi-Jie Li, Lin-Han Jia, Cunjing Ge 외

Abductive Learning (ABL) integrates machine learning with logical reasoning in a loop: a learning model predicts symbolic concept labels from raw inputs, which are revised through abduction using domain knowledge and the…

Logical Reasoning

Aligning Few-Step Diffusion Models with Dense Reward Difference Learning

2024-11-18 · Ziyi Zhang, Li Shen, Sen Zhang, Deheng Ye 외

Aligning diffusion models with downstream objectives is essential for their practical applications. However, standard alignment methods often struggle with step generalization when directly applied to few-step diffusion …

Denoising

Diffusion Time-step Curriculum for One Image to 3D Generation

2024-04-06 · CVPR 2024 1 · Xuanyu Yi, Zike Wu, Qingshan Xu, Pan Zhou 외

Score distillation sampling~(SDS) has been widely adopted to overcome the absence of unseen views in reconstructing 3D objects from a \textbf{single} image. It leverages pre-trained 2D diffusion models as teacher to guid…

3D GenerationImage to 3DKnowledge Distillation