HKUDS / XRec

[EMNLP'2024] "XRec: Large Language Models for Explainable Recommendation"
http://arxiv.org/abs/2406.02377
Apache License 2.0
85 stars 6 forks source link

Error for evaluate generated explanations #3

Closed leo0481 closed 1 month ago

leo0481 commented 1 month ago

Great work! I noticed something that might need your attention. When evaluating the generated explanations, there might be a missing file or class. Specifically, in the function XRec\evaluation\metrics\BERT_score, where bertscore = evaluate.load("bertscore") is used, it seems that the evaluate class might be missing. Could you please check this? Thanks!