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

Mahyar Alinejad, Yue Wang, Amrit Singh Bedi, George Atia

arXiv:2605.05478 · 2026-05-08 공개 · arXiv · PDF

Abstract

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.

한국어 요약

📋 한 줄 요약

**[강화학습/뉴로심볼릭]** 자연어 작업 설명에서 LLM이 자동 생성하는 DFA, 의미 임베딩 기반 다중 소스 정책 집계, 적응형 teacher-student 게이팅을 결합한 멀티소스 뉴로심볼릭 전이학습 프레임워크 LANTERN을 제안한다.

🎯 핵심 기여도

💡 핵심 아이디어

다중 소스 전이는 소스 정책의 관련성이 매번 다르다. 자연어로부터 자동 생성된 DFA, 정책 임베딩 가중 집계, RL 진행 상황(TD 오류·의미 불확실성)에 따른 동적 게이팅을 결합하면 정렬이 약한 소스에도 강건하게 적응할 수 있다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 뉴로심볼릭 RL에서 사람이 작성하던 automaton·고정 결합기를 자동·적응형으로 대체할 수 있음을 보여준 통합 프레임워크. **한계**: LLM의 DFA 생성 품질에 의존하며, 소스가 매우 이질적인 환경에서의 일반화는 추가 검증이 필요하다.

🚀 실용적 활용