|
|
|
|
|
by isaacfung
694 days ago
|
|
I don't get why some people seem to think the only way to use a LLM is for next token prediction or AGI has to be bult using LLM alone. You want planning, you can do monte carlo tree search and use LLM to evaluate which node to explore next. You want verifiable reasoning, you can ask it to generate code(an approach used by recent AI olympiad winner and many previous papers). What is even "planning", finding desirable/optimal solutions to some constrained satisfaction problems? Is the llm based minecraft bot voyager not doing some kind of planning? LLMs have their limitations. Then augment them with external data sources, code interpreters, give it ways to interact with real world/simulation environment. |
|
I do think LLMs could be used to assist in building a world model that could be a foundation for an AGI/agent system. But it won't be the major part.