Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,3 +20,23 @@ We use [SSLRec](https://github.com/HKUDS/SSLRec) to implemen baselines for resou
|
|
| 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`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`.
|
| 23 |
+
|
| 24 |
+
<table>
|
| 25 |
+
<thead>
|
| 26 |
+
</thead>
|
| 27 |
+
<tbody>
|
| 28 |
+
<tr>
|
| 29 |
+
<td>💻 <strong>GitHub</strong></td>
|
| 30 |
+
<td><a href="https://github.com/nju-websoft/HuggingBench">Code Reposity</a></td>
|
| 31 |
+
</tr>
|
| 32 |
+
<tr>
|
| 33 |
+
<td>📄 <strong>Paper</strong></td>
|
| 34 |
+
<td><a href="https://arxiv.org/abs/2505.17507">ArXiv-Link</a></td>
|
| 35 |
+
</tr>
|
| 36 |
+
<tr>
|
| 37 |
+
<td>📊 <strong>Data</strong></td>
|
| 38 |
+
<td><a href="https://huggingface.co/collections/cqsss/huggingbench-67b2ee02ca45b15e351009a2">
|
| 39 |
+
HuggingBench</a></td>
|
| 40 |
+
</tr>
|
| 41 |
+
</tbody>
|
| 42 |
+
</table>
|