Safetensors
English
ylfeng commited on
Commit
5b5aaa9
·
verified ·
1 Parent(s): f27079c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -19,14 +19,27 @@ Model For [Self-Constructed Context Decompilation with Fined-grained Alignment E
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
 
19
  If you use SCCDEC in your work, please cite it as follows:
20
 
21
  ```
22
+ @inproceedings{feng-etal-2024-self,
23
+ title = "Self-Constructed Context Decompilation with Fined-grained Alignment Enhancement",
24
+ author = "Feng, Yunlong and
25
+ Teng, Dechuan and
26
+ Xu, Yang and
27
+ Mu, Honglin and
28
+ Xu, Xiao and
29
+ Qin, Libo and
30
+ Zhu, Qingfu and
31
+ Che, Wanxiang",
32
+ editor = "Al-Onaizan, Yaser and
33
+ Bansal, Mohit and
34
+ Chen, Yun-Nung",
35
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
36
+ month = nov,
37
+ year = "2024",
38
+ address = "Miami, Florida, USA",
39
+ publisher = "Association for Computational Linguistics",
40
+ url = "https://aclanthology.org/2024.findings-emnlp.385",
41
+ pages = "6603--6614",
42
+ abstract = "Decompilation transforms compiled code back into a high-level programming language for analysis when source code is unavailable. Previous work has primarily focused on enhancing decompilation performance by increasing the scale of model parameters or training data for pre-training. Based on the characteristics of the decompilation task, we propose two methods: (1) Without fine-tuning, the Self-Constructed Context Decompilation (sc$^2$dec) method recompiles the LLM{'}s decompilation results to construct pairs for in-context learning, helping the model improve decompilation performance. (2) Fine-grained Alignment Enhancement (FAE), which meticulously aligns assembly code with source code at the statement level by leveraging debugging information, is employed during the fine-tuning phase to achieve further improvements in decompilation. By integrating these two methods, we achieved a Re-Executability performance improvement of approximately 3.90{\%} on the Decompile-Eval benchmark, establishing a new state-of-the-art performance of 52.41{\%}. The code, data, and models are available at https://github.com/AlongWY/sccdec.",
43
  }
44
  ```
45
  * License: MIT