NeSyFS: A Neuro-symbolic Fast-Slow Thinking Framework for LLM Agent under Partial Observability
This paper proposes NeSyFS, a neuro-symbolic fast-slow thinking framework that utilizes knowledge graphs for belief state representation and integrates reactive actions with uncertainty-aware planning and reflection to enhance LLM agent performance under partial observability.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are playing a video game where the screen is covered in fog. You can only see the few feet directly in front of your character, but you need to find a hidden treasure chest in a massive, complex castle. You can't see the whole map, and you don't know exactly where you are relative to the goal. This is the world of "partial observability" for Artificial Intelligence. In this corner of computer science, researchers are teaching Large Language Models (LLMs)—the super-smart text generators that power chatbots—to act as autonomous agents. These agents must make decisions, use tools, and solve problems, but they often have to do so without seeing the full picture. The big challenge is that when an AI can't see the whole state of the world, it gets confused. It might forget what it just did, lose track of its goal, or make a plan based on a guess that turns out to be wrong. Scientists want to build agents that can navigate this foggy world as well as a human would, using a mix of quick instincts and careful, slow thinking.
Enter a new framework called NeSyFS, which stands for Neuro-symbolic Fast-Slow thinking. Think of this as a new operating system for an AI agent designed specifically to handle that foggy video game scenario. The researchers, Duo Xu and Faramarz Fekri from Georgia Tech, realized that previous methods were like trying to remember a whole movie by reading a long, messy summary of every single line of dialogue. It's too much information, and the important details get lost in the noise. Instead, NeSyFS gives the AI a "living memory book" called a Knowledge Graph. This isn't just a list of notes; it's a structured web of facts, like a spiderweb connecting "the fridge is open" to "there is a cup inside."
The framework splits the AI's brain into two modes, inspired by how humans think. The "Fast-Thinking" mode is the agent's reflex. It glances at its memory book, grabs the most relevant facts (like "I need a cup, and I just saw one in the fridge"), and makes a quick move. But sometimes, the fog is too thick, and the quick guess is wrong. That's when the "Slow-Thinking" mode kicks in. This is the agent's deliberate planner. It doesn't just guess; it runs a simulation in its head, imagining different future paths like a chess player thinking three moves ahead. It uses a special math trick (borrowed from a method called Twisted Sequential Monte Carlo) to test out many possible futures at once, keeping the ones that look promising and discarding the ones that lead to dead ends.
To make sure the agent doesn't go off the rails, there's a third part: a "Reflection Module." Imagine a coach standing on the sidelines. Every time the agent makes a quick move, the coach checks the memory book to see if that move actually helps reach the goal. If the coach says, "No, that doesn't make sense," the agent has to rethink. If the agent keeps making the same mistake, the coach calls in the "Slow-Thinking" planner to figure out a better strategy. The paper suggests that this combination—structured memory, quick reflexes, careful planning, and a critical coach—helps the AI perform much better than previous methods. In tests on three different game-like environments (a virtual house, an online store, and a science lab), the NeSyFS agent significantly outperformed other top methods, solving tasks more often and making fewer errors. The researchers found that by using their structured memory book instead of just reading long history logs, the agent could keep its goals straight and navigate the fog much more effectively.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.