arise-sustech commited on
Commit
764cc69
·
verified ·
1 Parent(s): a9489ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ tags:
10
  LLM4Decompile aims to decompile x86 assembly instructions into C. It is finetuned from Deepseek-Coder on 4B tokens of assembly-C pairs compiled from AnghaBench.
11
 
12
  - **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
 
13
 
14
 
15
  ### 2. Evaluation Results
 
10
  LLM4Decompile aims to decompile x86 assembly instructions into C. It is finetuned from Deepseek-Coder on 4B tokens of assembly-C pairs compiled from AnghaBench.
11
 
12
  - **Github Repository:** [LLM4Compile](https://github.com/albertan017/LLM4Decompile)
13
+ - **Paper link:** For more details check out the [paper](https://arxiv.org/abs/2403.05286).
14
 
15
 
16
  ### 2. Evaluation Results