Datasets:
metadata
license: apache-2.0
task_categories:
- text-ranking
HuggingBench-Recommendation
This dataset contains Resource Recommendation test collection in HuggingBench for paper "Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph".
Dataset Details
general_reccontains training/validation/test set files for the General Collaborative Filtering methods in the format required by SSLRec.social_reccontains training/validation/test set files and user social relation file for the Social Recommendation methods in the format required by SSLRec.ke_rec_xxxcontains training/validation/test set files and external KG files for the Social Recommendation methods in the format required by SSLRec.xxxindicates the type of external KG from HuggingKG.
Uses
We use SSLRec to implemen baselines for resource recommendation.
- Clone SSLRec and configure required environment.
- Download data in HuggingBench-Recommendation to
SSLRec/datasetsof SSLRec. - Copy configuration files in
./resource_recommendation/SSLRec/configand./resource_recommendation/SSLRec/data_utilsfrom Github. - Run shell scripts in
./resource_recommendation/SSLRec/scripts.
| 💻 GitHub | Code Reposity |
| 📄 Paper | HuggingFace Paper |
| 📊 Data | HuggingBench |