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
There are 148 problems at least been solved by a LLM. And the total number of problems solved by gpt-4-0125-preview is 127. So there's still room for further improvement.
In some cases, it will use a function I've never seen/used before (digits, isqrt, factorial, isinteger). In some other cases, it fails to understand the expected input and output of a function.
The generated Julia code feels like always following the formal writing without any personal taste.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are 148 problems at least been solved by a LLM. And the total number of problems solved by
gpt-4-0125-preview
is 127. So there's still room for further improvement.In some cases, it will use a function I've never seen/used before (
digits
,isqrt
,factorial
,isinteger
). In some other cases, it fails to understand the expected input and output of a function.The generated Julia code feels like always following the formal writing without any personal taste.
return
is always added.do
grammar.Beta Was this translation helpful? Give feedback.
All reactions