Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
1–10 of 33 posts
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#2Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#3(Yes, GPT-4 is prob better... but by how much and on what?) A table would've been easier
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#4TL;DR? (Yes, GPT-4 is prob better... but by how much and on what?) A table would've been easier
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#5TL;DR? (Yes, GPT-4 is prob better... but by how much and on what?) A table would've been easier
Not the creator, but as it's GitHub, feel free to repeat the experiment and submit a pull request with a better method; peer review.
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#6This is particularly impressive for Elixir, which is not a language that is a particular focus of GPT-4. I imagine the accuracy for Python is extremely good. Maybe near perfect for this kind of benchmark if allowed to see error messages.
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#7Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#8TL;DR? (Yes, GPT-4 is prob better... but by how much and on what?) A table would've been easier
from https://github.com/E-xyza/Exonerate/blob/master/bench/report...
(I believe the author is significantly underestimating the pace of progress)
Specific numbers are at https://github.com/E-xyza/Exonerate/blob/master/bench/report.... GPT-4 does significantly better.
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#9TL;DR? (Yes, GPT-4 is prob better... but by how much and on what?) A table would've been easier
The conclusion is that neither 3.5 nor 4 are good enough because for anything none trivial they generate code that is often subtly wrong. Might still speed up somebody new to the language/project/learning or I would say: with additional tooling/plugins/"prompt engineering"/tinkering the author might get useful results.
Re: Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
#10The conclusions start from https://github.com/E-xyza/Exonerate/blob/master/bench/report... This is particularly impressive for Elixir, which is not a language that is a particular focus of GPT-4. I imagine the accuracy for Python is extremely good. Maybe near perfect for this kind of benchmark if allowed to see error messages.