We explore neuro-symbolic approaches to generalize actionable knowledge, enabling embodied agents to tackle complex tasks more effectively in open-domain environments. A key challenge for embodied agents is the generalization of knowledge across diverse environments and situations, as limited experiences often confine them to their prior knowledge.
To address this issue, we introduce a novel framework, NeSyC, a neuro-symbolic continual learner that emulates the hypothetico-deductive model by continuously formulating and validating knowledge from limited experiences through the combined use of Large Language Models (LLMs) and symbolic tools. Specifically, NeSyC incorporates a contrastive generality improvement scheme. This scheme iteratively produces hypotheses using LLMs and conducts contrastive validation with symbolic tools, reinforcing the justification for admissible actions while minimizing the inference of inadmissible ones.
We also introduce a memory-based monitoring scheme that efficiently detects action errors and triggers the knowledge evolution process across domains. Experiments conducted on embodied control benchmarks—including ALFWorld, VirtualHome, Minecraft, RLBench, and a real-world robotic scenario—demonstrate that NeSyC is highly effective in solving complex embodied tasks across a range of open-domain settings.
Overview of our NeSyC framework. NeSyC combines LLMs and symbolic tools to enable continual knowledge evolution for embodied agents.
ALFWorld | Complete Experience Set | Noisy Experience Set | Imperfect Experience Set | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Logic Exp. | Method | SR | GC | Refine | SR | GC | Refine | SR | GC | Refine |
NL | Autogen | 54.6±8.7 | 73.7±7.7 | ✖ | 54.6±8.7 | 63.4±8.4 | ✖ | 57.6±8.6 | 76.0±7.4 | ✖ |
Imperative | ProgPrompt | 72.7±7.8 | 98.5±2.1 | ✖ | 48.5±8.7 | 61.1±8.5 | ✖ | 48.5±8.2 | 67.4±8.2 | ✖ |
Declarative | CLMASP | 97.0±3.0 | 98.0±2.5 | ✖ | 69.7±8.0 | 78.8±7.1 | ✖ | 54.6±8.7 | 68.2±8.1 | ✖ |
NeSyC | 90.9±5.0 | 96.0±3.4 | ✓ | 90.9±5.0 | 91.9±4.7 | ✓ | 84.9±6.2 | 89.9±5.3 | ✓ |
@inproceedings{choinesyc,
title={NeSyC: A Neuro-symbolic Continual Learner For Complex Embodied Tasks in Open Domains},
author={Choi, Wonje and Park, Jinwoo and Ahn, Sanghyun and Lee, Daehee and Woo, Honguk},
booktitle={The Thirteenth International Conference on Learning Representations}
}