| After a quick/superficial read, my understanding is that the authors: (a) induce an LLM to take natural language inputs and generate statements in a probabilistic programming language that formally models concepts, objects, actions, etc. in a symbolic world model, drawing from a large body of research on symbolic AI that goes back to pre-deep-learning days; and (b) perform inference using the generated formal statements, i.e., compute probability distributions over the space of possible world states that are consistent with and conditioned on the natural-language input to the LLM. If this approach works at a larger scale, it represents a possible solution for grounding LLMs so they stop making stuff up -- an important unsolved problem. The public repo is at https://github.com/gabegrand/world-models but the code necessary for replicating results has not been published yet. The volume of interesting new research being done on LLMs continues to amaze me. We sure live in interesting times! --- PS. If any of the authors are around, please feel free to point out any errors in my understanding. |