AIMay 6

LANTERN: LLM-Augmented Neurosymbolic Transfer with Experience-Gated Reasoning Networks

arXiv:2605.0547819.5
AI Analysis

For RL practitioners, this work addresses the scalability and robustness limitations of existing neurosymbolic transfer methods by enabling multi-source, adaptive knowledge integration.

LANTERN introduces a neurosymbolic transfer learning framework for RL that uses LLMs to generate task automata, aggregates multiple source policies via semantic embeddings, and adaptively gates knowledge integration. It achieves 40-60% improvements in sample efficiency across diverse domains.

Transfer learning in reinforcement learning (RL) seeks to accelerate learning in new tasks by leveraging knowledge from related sources. Existing neurosymbolic transfer methods, however, typically rely on manually specified task automata, assume a single source task, and use fixed knowledge-integration mechanisms that cannot adapt to varying source relevance. We propose LANTERN, a unified framework for multi-source neurosymbolic transfer that addresses these limitations through three components: (i) deterministic finite automata generated from natural language task descriptions using large language models, (ii) semantic embedding-based aggregation of multiple source policies weighted by cross-task similarity, and (iii) adaptive teacher-student gating based on temporal-difference error and semantic uncertainty. Across domains spanning resource management, navigation, and control, LANTERN achieves 40-60% improvements in sample efficiency over existing baselines while remaining robust to poorly aligned sources. These results demonstrate that multi-source, adaptively weighted neurosymbolic transfer can improve scalability and robustness in symbolic RL settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes