ahmedheakl commited on
Commit
ec01b62
·
verified ·
1 Parent(s): 3813dc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -137,10 +137,22 @@ print(converted_arm)
137
 
138
  *Table: Comparison of models' performance on the x86 to ARM transpilation task, measured by Edit Distance (lower is better), Exact Match (higher is better), and Test Accuracy (higher is better). The top section lists pre-existing models, while the bottom section lists models trained by us. The best results in each metric are highlighted in bold.*
139
 
 
 
 
 
 
140
  ## Citations
141
 
142
  If you use this model in your research, please cite it as follows:
143
-
 
 
 
 
 
 
 
144
 
145
 
146
 
 
137
 
138
  *Table: Comparison of models' performance on the x86 to ARM transpilation task, measured by Edit Distance (lower is better), Exact Match (higher is better), and Test Accuracy (higher is better). The top section lists pre-existing models, while the bottom section lists models trained by us. The best results in each metric are highlighted in bold.*
139
 
140
+
141
+ **Please see paper & code for more information:**
142
+ - https://github.com/ahmedheakl/asm2asm
143
+ - https://arxiv.org/abs/2411.16341
144
+
145
  ## Citations
146
 
147
  If you use this model in your research, please cite it as follows:
148
+ ```
149
+ @article{heakl2024cisc,
150
+ title={From CISC to RISC: language-model guided assembly transpilation},
151
+ author={Heakl, Ahmed and Abi, Chaimaa and Hossam, Rania and Mahmoud, Abdulrahman},
152
+ journal={arXiv preprint arXiv:2411.16341},
153
+ year={2024}
154
+ }
155
+ ```
156
 
157
 
158