Topic
continuous-learning
RACL: Reasoning-Agent Control Layers Show Promise for Continuous Metaheuristic Learning in Vehicle Routing
A new research paper introduces Reasoning-Agent Control Layers (RACL), a method that places an AI reasoning agent above existing metaheuristic optimizers to discover and validate control rules. Tested on vehicle routing, RACL outperformed baseline policies in 21 of 21 cases, achieving average cost reductions of up to 8.3%.
DYNA Framework Uses Temporal Knowledge Graphs to Reduce LLM Forgetting Without Retraining
Researchers propose DYNA, a lightweight framework that connects frozen large language models (LLMs) to a temporal knowledge graph, enabling continuous learning without costly retraining. On three temporal recall tasks, DYNA reduces catastrophic forgetting by ~7% compared to fine-tuning and improves temporal ordering by ~5% over standard retrieval-augmented generation (RAG). The paper also finds that higher graph clustering coefficients correlate with better retrieval, indicating the importance of graph structure.