An Agentic Framework for Neuro-Symbolic Programming

πŸ“… 2026-01-02
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work proposes AgenticDomiKnowS (ADS), a novel framework that integrates symbolic constraints into deep learning through a large language model–based agent workflow, significantly lowering the barrier to developing neuro-symbolic programs. While incorporating symbolic knowledge enhances model robustness, interpretability, and data efficiency, existing approaches require users to master specialized programming syntax, limiting accessibility. ADS addresses this by automatically translating natural language task descriptions into executable DomiKnowS neuro-symbolic programs and enabling human-in-the-loop intervention to refine intermediate outputs. Through a modular generation-and-verification mechanism, the method preserves expert control while drastically reducing development time: both experienced and novice users can complete tasks in 10–15 minutes that previously required several hours, substantially improving the efficiency of neuro-symbolic program construction.

Technology Category

Application Category

πŸ“ Abstract
Integrating symbolic constraints into deep learning models could make them more robust, interpretable, and data-efficient. Still, it remains a time-consuming and challenging task. Existing frameworks like DomiKnowS help this integration by providing a high-level declarative programming interface, but they still assume the user is proficient with the library's specific syntax. We propose AgenticDomiKnowS (ADS) to eliminate this dependency. ADS translates free-form task descriptions into a complete DomiKnowS program using an agentic workflow that creates and tests each DomiKnowS component separately. The workflow supports optional human-in-the-loop intervention, enabling users familiar with DomiKnowS to refine intermediate outputs. We show how ADS enables experienced DomiKnowS users and non-users to rapidly construct neuro-symbolic programs, reducing development time from hours to 10-15 minutes.
Problem

Research questions and friction points this paper is trying to address.

neuro-symbolic programming
symbolic constraints
deep learning integration
declarative programming
user proficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

neuro-symbolic programming
agentic framework
declarative programming
human-in-the-loop
program synthesis
πŸ”Ž Similar Papers