cqsss commited on
Commit
4faa51c
·
verified ·
1 Parent(s): 63a5e2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # HuggingBench-Tracing
6
+
7
+ This dataset contains Model Tracing test collection in HuggingBench for paper "Benchmarking Recommendation, Classification, and Tracing Based on Hugging Face Knowledge Graph".
8
+
9
+ ## Dataset Details
10
+
11
+ - `training/validation/test.txt` are training/validation/test set files in the format required by [LibKGE](https://github.com/uma-pi1/kge).
12
+
13
+ ## Uses
14
+
15
+ <!-- Address questions around how the dataset is intended to be used. -->
16
+
17
+ 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.
18
+
19
+ - Clone [LibKGE](https://github.com/uma-pi1/kge) and configure required environment.
20
+ - Download data in [HuggingBench-Tracing](https://huggingface.co/datasets/cqsss/HuggingBench-Tracing) to `kge/data/huggingface`.
21
+ - Copy configuration files in `./model_tracing/kge/examples` from [Github](https://github.com/nju-websoft/HuggingBench).
22
+ - Run train/test shell scripts `model_tracing\kge\scripts\train.sh` and `model_tracing\kge\scripts\test.sh`.