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