File size: 1,779 Bytes
4faa51c
 
0a2fb17
 
4faa51c
 
 
 
0a2fb17
4faa51c
 
 
 
 
 
 
 
 
 
 
 
 
 
67be5f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: apache-2.0
task_categories:
- graph-ml
---

# HuggingBench-Tracing

This dataset contains Model Tracing test collection in HuggingBench for paper "[Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph](https://huggingface.co/papers/2505.17507)".

## Dataset Details

- `training/validation/test.txt` are training/validation/test set files in the format required by [LibKGE](https://github.com/uma-pi1/kge).

## Uses

<!-- Address questions around how the dataset is intended to be used. -->

We use [LibKGE](https://github.com/uma-pi1/kge) to implemen baselines for supervised biselines and use the official code of [ULTRA](https://github.com/DeepGraphLearning/ULTRA) and [KG-ICL](https://github.com/nju-websoft/KG-ICL) of the two unsupervised models.

- Clone [LibKGE](https://github.com/uma-pi1/kge) and configure required environment.
- Download data in [HuggingBench-Tracing](https://huggingface.co/datasets/cqsss/HuggingBench-Tracing) to `kge/data/huggingface`.
- Copy configuration files in `./model_tracing/kge/examples` from [Github](https://github.com/nju-websoft/HuggingBench).
- Run train/test shell scripts `model_tracing\kge\scripts\train.sh` and `model_tracing\kge\scripts\test.sh`.

<table>
  <thead>
  </thead>
  <tbody>
    <tr>
      <td>💻 <strong>GitHub</strong></td>
      <td><a href="https://github.com/nju-websoft/HuggingBench">Code Reposity</a></td>
    </tr>
    <tr>
      <td>📄 <strong>Paper</strong></td>
      <td><a href="https://arxiv.org/abs/2505.17507">ArXiv-Link</a></td>
    </tr>
    <tr>
      <td>📊 <strong>Data</strong></td>
      <td><a href="https://huggingface.co/collections/cqsss/huggingbench-67b2ee02ca45b15e351009a2">
HuggingBench</a></td>
    </tr>
  </tbody>
</table>