agiresearch / OpenP5

OpenP5: An Open-Source Platform for Developing, Training, and Evaluating LLM-based Recommender Systems
Apache License 2.0
256 stars 20 forks source link

How to generate item_sequential_indexing.txt on my own dataset? #15

Closed tbozhong closed 11 months ago

tbozhong commented 11 months ago

Hello,

I would like to thank you for your excellent work on this project.

I have a question concerning the generation of the item_sequential_indexing.txt file for my own dataset. Although I already possess the raw data, I am uncertain about how to create this file in a manner that aligns with your project's requirements. Furthermore, I was unable to locate any relevant code in either the Item Indexing or P5 projects that could generate the user_sequence.txt file.

I would greatly appreciate it if you could provide some detailed steps or example code on how to generate this file. Thank you!