LLM4Binary commited on
Commit
618bfcc
1 Parent(s): c647015

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -14,21 +14,14 @@ LLM4Decompile aims to decompile x86 assembly instructions into C. The newly rele
14
 
15
  ### 2. Evaluation Results
16
 
17
- +------------------------+-------------------------------------------------+-------------------------------------------------+
18
- | Model/Benchmark | HumanEval-Decompile | ExeBench |
19
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
20
- | Optimization Level | O0 | O1 | O2 | O3 | AVG | O0 | O1 | O2 | O3 | AVG |
21
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
22
- | DeepSeek-Coder-6.7B | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.0000 |
23
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
24
- | GPT-4o | 0.3049 | 0.1159 | 0.1037 | 0.1159 | 0.1601 | 0.0443 | 0.0328 | 0.0397 | 0.0343 | 0.0378 |
25
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
26
- | LLM4Decompile-End-1.3B | 0.4720 | 0.2061 | 0.2122 | 0.2024 | 0.2732 | 0.1786 | 0.1362 | 0.1320 | 0.1328 | 0.1449 |
27
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
28
- | LLM4Decompile-End-6.7B | 0.6805 | 0.3951 | 0.3671 | 0.3720 | 0.4537 | 0.2289 | 0.1660 | 0.1618 | 0.1625 | 0.1798 |
29
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
30
- | LLM4Decompile-End-33B | 0.5168 | 0.2956 | 0.2815 | 0.2675 | 0.3404 | 0.1886 | 0.1465 | 0.1396 | 0.1411 | 0.1540 |
31
- +------------------------+---------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
32
 
33
  ### 3. How to Use
34
  Here is an example of how to use our model (Revised for V1.5).
 
14
 
15
  ### 2. Evaluation Results
16
 
17
+ | Model/Benchmark | HumanEval-Decompile | | | | | ExeBench | | | | |
18
+ |:----------------------:|:-------------------:|:-------:|:-------:|:-------:|:-------:|:--------:|:-------:|:-------:|:-------:|:-------:|
19
+ | Optimization Level | O0 | O1 | O2 | O3 | AVG | O0 | O1 | O2 | O3 | AVG |
20
+ | DeepSeek-Coder-6.7B | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.0000 |
21
+ | GPT-4o | 0.3049 | 0.1159 | 0.1037 | 0.1159 | 0.1601 | 0.0443 | 0.0328 | 0.0397 | 0.0343 | 0.0378 |
22
+ | LLM4Decompile-End-1.3B | 0.4720 | 0.2061 | 0.2122 | 0.2024 | 0.2732 | 0.1786 | 0.1362 | 0.1320 | 0.1328 | 0.1449 |
23
+ | LLM4Decompile-End-6.7B | 0.6805 | 0.3951 | 0.3671 | 0.3720 | 0.4537 | 0.2289 | 0.1660 | 0.1618 | 0.1625 | 0.1798 |
24
+ | LLM4Decompile-End-33B | 0.5168 | 0.2956 | 0.2815 | 0.2675 | 0.3404 | 0.1886 | 0.1465 | 0.1396 | 0.1411 | 0.1540 |
 
 
 
 
 
 
 
25
 
26
  ### 3. How to Use
27
  Here is an example of how to use our model (Revised for V1.5).