paper-with-me

Papers

Refine-POI: Reinforcement Fine-Tuned Large Language Models for Next Point-of-Interest Recommendation

2025-06-19 · Peibo Li, Shuang Ao, Hao Xue, Yang song, Maarten de Rijke, Johan Barthélemy, Tomasz Bednarz, Flora D. Salim

Large language models (LLMs) have been adopted for next point-of-interest (POI) recommendation tasks. Typical LLM-based recommenders fall into two categories: prompt-based and supervised fine-tuning (SFT)-based models. Prompt-based models generally offer greater output flexibility but deliver lower accuracy, whereas SFT-based models achieve higher performance yet face a fundamental mismatch: next POI recommendation data does not naturally suit supervised fine-tuning. In SFT, the model is trained to reproduce the exact ground truth, but each training example provides only a single target POI, so there is no ground truth for producing a top-k list. To address this, we propose Refine-POI, a reinforcement fine-tuning framework for next POI recommendation. We introduce recommendation-driven rewards that enable LLMs to learn to generate top-k recommendation lists using only one ground-truth POI per example. Experiments on real-world datasets demonstrate that Refine-POI achieves state-of-the-art top-k recommendation performance.

📄 PDF Abstract BibTeX arXiv:2506.21599

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Enhancing Reinforcement Learning Fine-Tuning with an Online Refiner

2026-03-18 · Hao Ma, Zhiqiang Pu, Yang Liu, Xiaolin Ai arxiv

Constraints are essential for stabilizing reinforcement learning fine-tuning (RFT) and preventing degenerate outputs, yet they inherently conflict with the optimization objective because stronger constraints limit the ab…

Reinforcement LearningCode Generation

Direct Alignment of Language Models via Quality-Aware Self-Refinement

2024-05-31 · Runsheng Yu, Yong Wang, Xiaoqi Jiao, Youzhi Zhang 외

Reinforcement Learning from Human Feedback (RLHF) has been commonly used to align the behaviors of Large Language Models (LLMs) with human preferences. Recently, a popular alternative is Direct Policy Optimization (DPO),…

APRIL: API Synthesis with Automatic Prompt Optimization and Reinforcement Learning

2025-08-29 · Hua Zhong, Shan Jiang, Sarfraz Khurshid arxiv

APIs are central to modern software development, yet composing new APIs from large libraries is difficult due to the exponential search space; traditional component-based synthesis relies on costly exploration and hand-c…

Reinforcement Learning

ChatCoder: Chat-based Refine Requirement Improves LLMs' Code Generation

2023-11-01 · Zejun Wang, Jia Li, Ge Li, Zhi Jin

Large language models have shown good performances in generating code to meet human requirements. However, human requirements expressed in natural languages can be vague, incomplete, and ambiguous, leading large language…

Code Generation

Learning to Refine with Fine-Grained Natural Language Feedback

2024-07-02 · Manya Wadhwa, Xinyu Zhao, Junyi Jessy Li, Greg Durrett

Recent work has explored the capability of large language models (LLMs) to identify and correct errors in LLM-generated responses. These refinement approaches frequently evaluate what sizes of models are able to do refin…