ylfeng commited on
Commit
c984dac
·
verified ·
1 Parent(s): 01d4118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -10,6 +10,8 @@ model-index:
10
  - name: ref-decompile
11
  results: []
12
  pipeline_tag: text-generation
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -74,5 +76,20 @@ This model is a fine-tuned version of [LLM4Binary/llm4decompile-6.7b-v1.5](https
74
  ## Resources
75
 
76
  + [Code](https://github.com/AlongWY/ReF-Dec)
 
77
  + [Model](https://huggingface.co/ylfeng/ReF-Decompile-lora)
78
- + [Paper](https://github.com/AlongWY/ReF-Dec/blob/main/paper.pdf)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - name: ref-decompile
11
  results: []
12
  pipeline_tag: text-generation
13
+ datasets:
14
+ - ylfeng/ReF-Decompile-dataset
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
76
  ## Resources
77
 
78
  + [Code](https://github.com/AlongWY/ReF-Dec)
79
+ + [Paper](https://arxiv.org/abs/2502.12221)
80
  + [Model](https://huggingface.co/ylfeng/ReF-Decompile-lora)
81
+ + [Dataset](https://huggingface.co/datasets/ylfeng/ReF-Decompile-dataset)
82
+
83
+ ## Reference
84
+
85
+ ```bibtex
86
+ @misc{feng2025refdecompilerelabelingfunction,
87
+ title={ReF Decompile: Relabeling and Function Call Enhanced Decompile},
88
+ author={Yunlong Feng and Bohan Li and Xiaoming Shi and Qingfu Zhu and Wanxiang Che},
89
+ year={2025},
90
+ eprint={2502.12221},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.SE},
93
+ url={https://arxiv.org/abs/2502.12221},
94
+ }
95
+ ```