arise-sustech
commited on
Update README.md
Browse files
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
|