AGEL-Comp: A Neuro-Symbolic Framework for Compositional Generalization in Interactive Agents
TLDR
AGEL-Comp is a neuro-symbolic agent architecture using a causal program graph world model and inductive logic programming for compositional generalization in interactive environments.
Reasoning
The paper presents a novel integration of symbolic world models with LLM reasoning, addressing compositional generalization with a clear evaluation in a simulation environment. However, it lacks real-world validation and may face scalability challenges with complex domains.
Read-first score
Read-first score 41.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 26.
Field roles
Rank sensitivity
Stability: volatile; rank range: 211.
Keyword Scores
Deep Analysis
Innovations
- Dynamic Causal Program Graph (CPG) as a world model representing procedural and causal knowledge as a directed hypergraph
- Inductive Logic Programming (ILP) engine that synthesizes new Horn clauses from experiential feedback
- Hybrid reasoning core where an LLM proposes candidate sub-goals verified for logical consistency by a Neural Theorem Prover (NTP)
Methodology
AGEL-Comp integrates a dynamic Causal Program Graph (CPG) as a world model, an Inductive Logic Programming (ILP) engine for synthesizing Horn clauses from feedback, and a hybrid reasoning core combining an LLM for sub-goal proposal with a Neural Theorem Prover (NTP) for logical verification. These components operate in a deduction-abduction learning cycle, enabling the agent to deduce plans and abductively expand its symbolic world model while a neural adaptation phase aligns reasoning with new knowledge. The framework is evaluated within the Retro Quest simulation environment using a protocol designed to probe compositional generalization.
Key Results
The AGEL-Comp model demonstrates better performance than pure LLM-based models in compositional generalization scenarios within the Retro Quest simulation environment.