You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #56 for more details. Right now, ChatGPT is doing poorly (good for us, in a way), but it's doing a bit too poorly -- almost too bad to be believable, honestly.
I think concretely, here are the things we should do:
First, seed ChatGPT to make things non-deterministic/reproducible.
Then, do some sort of "constrained encoding" style tricks to get it to stop producing as many rules outside the given grammar (syntax).
We should also attempt to convince it to disregard (some of) what it knows intrinsically about operators, so it can reason about stuff like Halide division being implemented as a / 0 = 0, for example.
The text was updated successfully, but these errors were encountered:
See #56 for more details. Right now, ChatGPT is doing poorly (good for us, in a way), but it's doing a bit too poorly -- almost too bad to be believable, honestly.
I think concretely, here are the things we should do:
a / 0 = 0
, for example.The text was updated successfully, but these errors were encountered: