OpenAI is good at unminifying code
1–10 of 321 posts
Re: OpenAI is good at unminifying code
#2Re: OpenAI is good at unminifying code
#3Re: OpenAI is good at unminifying code
#4Training data would be easy to make in this case. Build tons of free GitHub code with various compilers and train on inverting compilation. This is a case where synthetic training data is appropriate and quite easy to generate.
You could train the decompiler to just invert compilation and the use existing larger code LLMs to do things like add comments.
Re: OpenAI is good at unminifying code
#5Hopefully it can help do this on emscripten files too and help adblockers dechipher obfuscated code for that purpose
Re: OpenAI is good at unminifying code
#6Anyone working on decompiler LLMs? Seems like we could render all code open source. Training data would be easy to make in this case. Build tons of free GitHub code with various compilers and train on inverting compilation. This is a case where synthetic training data is appropriate and quite easy to generate. You could train the decompiler to just invert compilation and the use existing larger code LLMs to do things…
It's just renaming variable and functions and inserting line breaks.
Re: OpenAI is good at unminifying code
#7Re: OpenAI is good at unminifying code
#8Anyone working on decompiler LLMs? Seems like we could render all code open source. Training data would be easy to make in this case. Build tons of free GitHub code with various compilers and train on inverting compilation. This is a case where synthetic training data is appropriate and quite easy to generate. You could train the decompiler to just invert compilation and the use existing larger code LLMs to do things…
For legal reasons I bet this will become blocked behavior in major models.
Re: OpenAI is good at unminifying code
#9Anyone working on decompiler LLMs? Seems like we could render all code open source. Training data would be easy to make in this case. Build tons of free GitHub code with various compilers and train on inverting compilation. This is a case where synthetic training data is appropriate and quite easy to generate. You could train the decompiler to just invert compilation and the use existing larger code LLMs to do things…
Unminifying isn't decompiling. It's just renaming variable and functions and inserting line breaks.