LLM4Decompile icon indicating copy to clipboard operation
LLM4Decompile copied to clipboard

请问 Edit similarity 使用何种方式评估的?

Open Pisces032 opened this issue 10 months ago • 2 comments

在实际应用中,个人感觉有时候逆向的伪代码的语义可能比逆向出的代码能否成功编译和运行更加重要。所以我对代码相似性的评估是如何进行的比较感兴趣

Pisces032 avatar Feb 11 '25 11:02 Pisces032

可以参考下面的issue https://github.com/albertan017/LLM4Decompile/issues/33

目前没有统一的评估方式,我们也在探索不同的评估方法,比如使用gpt评估: https://github.com/albertan017/LLM4Decompile/blob/main/samples/readability_template.txt

如果有其他推荐的评估方式,欢迎讨论交流~

albertan017 avatar Feb 11 '25 12:02 albertan017

了解了,感谢!

Pisces032 avatar Feb 11 '25 12:02 Pisces032