-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental code generation #41
Comments
via @ryanholtschneider2: An update to this issue--we are now shifting focus to look at auto generation of model configurations (e.g. MITGCM or GraphCast).
Probably higher hanging fruit with a lot of corner cases.
For acting as a natural language interface my thoughts are as follows: |
Extracting configuration, output and run command info working pretty well on auto-config. Take a look at https://github.com/DARPA-ASKEM/auto-config for a demo video, code and a system diagram |
This issue is related to code generation using obscure/new modeling and simulation frameworks that won't be as well understood as, say, Pandas 🙄
For example, if given the entirety of
Oceananigans.jl
documentation and a paper whose model/simulation relies onOceananigans
, can GPT-4 recreate the simulation code referenced in the paper ("ground truth").Additional areas to explore might be:
The text was updated successfully, but these errors were encountered: