LLMRec icon indicating copy to clipboard operation
LLMRec copied to clipboard

candidate_indices

Open tccgogogo opened this issue 1 year ago • 1 comments

Dear Author,

Thank you and your team for your outstanding contributions! I have a question to ask: Could you please tell me where the code following step 3: generate candidate is located in the LLMRec project?

Additionally, if I want to use LLMRec on my own dataset, how should I construct the candidate_indices file and split the dataset into training, validation, and test sets?

I look forward to your reply! image

tccgogogo avatar Dec 19 '24 06:12 tccgogogo

Dear Author,

Thank you and your team for your outstanding contributions! I have a question to ask: Could you please tell me where the code following step 3: generate candidate is located in the LLMRec project?

Additionally, if I want to use LLMRec on my own dataset, how should I construct the candidate_indices file and split the dataset into training, validation, and test sets?

I look forward to your reply! image

You've run into this problem too. The project doesn't provide code for generating candidate items, so you have to implement it yourself.

Saikae avatar Sep 22 '25 14:09 Saikae