Akirayasha commited on
Commit
a81bd87
·
verified ·
1 Parent(s): 964d860

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -47
README.md CHANGED
@@ -1,52 +1,17 @@
1
  ---
2
  language:
3
- - en
4
  license: mit
5
  task_categories:
6
- - text-generation
7
  tags:
8
- - assembly
9
- - security
10
- - constant-time
11
- - side-channels
12
- - binsec
13
  size_categories:
14
- - n<1K
15
- configs:
16
- - config_name: default
17
- data_files:
18
- - split: test
19
- path: data/test-*
20
- dataset_info:
21
- features:
22
- - name: task_name
23
- dtype: string
24
- - name: flag_x86_64
25
- dtype: string
26
- - name: flag_aarch64_linux
27
- dtype: string
28
- - name: flag_riscv
29
- dtype: string
30
- - name: x86_64
31
- dtype: string
32
- - name: aarch64_linux
33
- dtype: string
34
- - name: riscv
35
- dtype: string
36
- - name: test_c
37
- dtype: string
38
- - name: binsec_output_x86_64
39
- dtype: string
40
- - name: binsec_output_aarch64_linux
41
- dtype: string
42
- - name: binsec_output_riscv
43
- dtype: string
44
- splits:
45
- - name: test
46
- num_bytes: 2368628
47
- num_examples: 36
48
- download_size: 344103
49
- dataset_size: 2368628
50
  ---
51
 
52
  # RelBench-O2: Constant-Time Assembly at -O2
@@ -80,13 +45,13 @@ and **classification/repair** (decide whether a build leaks, and fix it if it do
80
 
81
  ## Statistics
82
 
83
- - **Total records**: 10
84
 
85
  | column | secure | insecure | unknown |
86
  |---|---|---|---|
87
- | `flag_x86_64` | 7 | 3 | 0 |
88
- | `flag_aarch64_linux` | 9 | 1 | 0 |
89
- | `flag_riscv` | 4 | 6 | 0 |
90
 
91
  ## The constant-time oracle
92
 
 
1
  ---
2
  language:
3
+ - en
4
  license: mit
5
  task_categories:
6
+ - text-generation
7
  tags:
8
+ - assembly
9
+ - security
10
+ - constant-time
11
+ - side-channels
12
+ - binsec
13
  size_categories:
14
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # RelBench-O2: Constant-Time Assembly at -O2
 
45
 
46
  ## Statistics
47
 
48
+ - **Total records**: 36
49
 
50
  | column | secure | insecure | unknown |
51
  |---|---|---|---|
52
+ | `flag_x86_64` | 31 | 5 | 0 |
53
+ | `flag_aarch64_linux` | 34 | 2 | 0 |
54
+ | `flag_riscv` | 29 | 7 | 0 |
55
 
56
  ## The constant-time oracle
57