Skip to content

sichunluo/RecRanker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecRanker: Instruction Tuning Large Language Model as Ranker for Top-k Recommendation

Static Badge

This is the PyTorch implementation for RecRanker model.

RecRanker: Instruction Tuning Large Language Model as Ranker for Top-k Recommendation.
Sichun Luo, Bowei He, Haohan Zhao, Yinya Huang, Aojun Zhou, Zongpeng Li, Yuanzhang Xiao, Mingjie Zhan, Linqi Song.


Introduction

In this paper, we introduce RecRanker, tailored for instruction tuning LLM to serve as the Ranker for top-k Recommendations. Specifically, we introduce importance-aware sampling, clustering-based sampling, and penalty for repetitive sampling for sampling high-quality, representative, and diverse users as training data. To enhance the prompt, we introduce a position shifting strategy to mitigate position bias and augment the prompt with auxiliary information from conventional recommendation models, thereby enriching the contextual understanding of the LLM. Subsequently, we utilize the sampled data to assemble an instruction-tuning dataset with the augmented prompt comprising three distinct ranking tasks: pointwise, pairwise, and listwise rankings. We further propose a hybrid ranking method to enhance the model performance by ensembling these ranking tasks.

Training Inference

Citation

If you find RecRanker useful in your research or applications, please kindly cite:

@article{luo2023recranker,
title={RecRanker: Instruction Tuning Large Language Model as Ranker for Top-k Recommendation},
author={Luo, Sichun and He, Bowei and Zhao, Haohan and Huang, Yinya and Zhou, Aojun and Li, Zongpeng and Xiao, Yuanzhang and Zhan, Mingjie and Song, Linqi},
journal={arXiv preprint arXiv:2312.16018},
year={2023}
}

Thanks for your interest in our work!

Acknowledgement

The structure of this code is largely based on SELFRec and MathCoder. Thank them for their work.

About

"RecRanker: Instruction Tuning Large Language Model as Ranker for Top-k Recommendation"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages