Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# HuggingBench-Recommendation
|
| 6 |
+
|
| 7 |
+
This dataset contains Resource Recommendation test collection in HuggingBench for paper "Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph".
|
| 8 |
+
|
| 9 |
+
## Dataset Details
|
| 10 |
+
|
| 11 |
+
- `general_rec` contains training/validation/test set files for the *General Collaborative Filtering* methods in the format required by [SSLRec](https://github.com/HKUDS/SSLRec).
|
| 12 |
+
- `social_rec` contains training/validation/test set files and user social relation file for the *Social Recommendation* methods in the format required by [SSLRec](https://github.com/HKUDS/SSLRec).
|
| 13 |
+
- `ke_rec_xxx` contains training/validation/test set files and external KG files for the *Social Recommendation* methods in the format required by [SSLRec](https://github.com/HKUDS/SSLRec). `xxx` indicates the type of external KG from HuggingKG.
|
| 14 |
+
|
| 15 |
+
## Uses
|
| 16 |
+
|
| 17 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
| 18 |
+
We use [SSLRec](https://github.com/HKUDS/SSLRec) to implemen baselines for resource recommendation.
|
| 19 |
+
- Clone [SSLRec](https://github.com/HKUDS/SSLRec) and configure required environment.
|
| 20 |
+
- Download data in [HuggingBench-Recommendation](https://huggingface.co/datasets/cqsss/HuggingBench-Recommendation) to `SSLRec/datasets` of SSLRec.
|
| 21 |
+
- Copy configuration files in `./resource_recommendation/SSLRec/config` and `./resource_recommendation/SSLRec/data_utils` from [Github](https://github.com/nju-websoft/HuggingBench).
|
| 22 |
+
- Run shell scripts in `./resource_recommendation/SSLRec/scripts`.
|