RManLuo / ChatRule

Mining Logical Rules with Large Language Models for Knowledge Graph Reasoning with 1 dollar.
https://arxiv.org/abs/2309.01538
MIT License
53 stars 6 forks source link

FinalRules Datasets #2

Closed haiyLiu closed 7 months ago

haiyLiu commented 7 months ago

Thank you for your excellent work. Please ask how you obtained the FinalRules datasets in Reproduce KGC results with mined rules.

RManLuo commented 7 months ago

Thanks for your interest in our works. Please refer to the rule mining section for generating the rules used for KGC.

haiyLiu commented 7 months ago

Thanks for your interest in our works. Please refer to the rule mining section for generating the rules used for KGC.

Thank you for your reply. I ran Mining Rules with ChatRule section in Readme.md, however I didn't get FinalRules folder. At the same time, there is almost no duplication of data when I check FinalRules and ranked_rules folders.

RManLuo commented 7 months ago

After you finish all the process, you will find the final rule at the folder named similar to ranked_rules/${DATASET}/gpt-3.5-turbo-top-0-f-50-l-10/none/all. We will remove the duplicated rules during the process. All I have done is to move all the final rules into the FinalRules folder for better readability.

haiyLiu commented 7 months ago

OK, thank you very much for your explanation!