cqsss commited on
Commit
67be5f4
·
verified ·
1 Parent(s): 4faa51c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -19,4 +19,24 @@ We use [LibKGE](https://github.com/uma-pi1/kge) to implemen baselines for superv
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`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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`.
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>