LLM4Decompile
LLM4Decompile copied to clipboard
请问 Edit similarity 使用何种方式评估的?
在实际应用中,个人感觉有时候逆向的伪代码的语义可能比逆向出的代码能否成功编译和运行更加重要。所以我对代码相似性的评估是如何进行的比较感兴趣
可以参考下面的issue https://github.com/albertan017/LLM4Decompile/issues/33
目前没有统一的评估方式,我们也在探索不同的评估方法,比如使用gpt评估: https://github.com/albertan017/LLM4Decompile/blob/main/samples/readability_template.txt
如果有其他推荐的评估方式,欢迎讨论交流~
了解了,感谢!