Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,29 @@ datasets:
|
|
4 |
- ylfeng/sccdec-dataset
|
5 |
language:
|
6 |
- en
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- ylfeng/sccdec-dataset
|
5 |
language:
|
6 |
- en
|
7 |
+
base_model:
|
8 |
+
- LLM4Binary/llm4decompile-6.7b-v1.5
|
9 |
+
---
|
10 |
+
|
11 |
+
# Self-Constructed Context Decompilation with Fined-grained Alignment Enhancement
|
12 |
+
|
13 |
+
Code For [Self-Constructed Context Decompilation with Fined-grained Alignment Enhancement](https://arxiv.org/abs/2406.17233).
|
14 |
+
|
15 |
+
+ [Code in Github](https://github.com/AlongWY/sccdec)
|
16 |
+
+ [Model in huggingface](https://huggingface.co/ylfeng/sccdec-lora).
|
17 |
+
+ [Dataset in huggingface](https://huggingface.co/datasets/ylfeng/sccdec-dataset).
|
18 |
+
|
19 |
+
If you use SCCDEC in your work, please cite it as follows:
|
20 |
+
|
21 |
+
```
|
22 |
+
@misc{feng2024selfconstructedcontextdecompilationfinedgrained,
|
23 |
+
title={Self-Constructed Context Decompilation with Fined-grained Alignment Enhancement},
|
24 |
+
author={Yunlong Feng and Dechuan Teng and Yang Xu and Honglin Mu and Xiao Xu and Libo Qin and Qingfu Zhu and Wanxiang Che},
|
25 |
+
year={2024},
|
26 |
+
eprint={2406.17233},
|
27 |
+
archivePrefix={arXiv},
|
28 |
+
primaryClass={cs.SE},
|
29 |
+
url={https://arxiv.org/abs/2406.17233},
|
30 |
+
}
|
31 |
+
```
|
32 |
+
* License: MIT
|