AILGSep 27, 2024

DANA: Domain-Aware Neurosymbolic Agents for Consistency and Accuracy

arXiv:2410.02823v12 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

It addresses reliability issues in LLMs for domains like finance and semiconductor industries, though it appears incremental as it builds on existing neurosymbolic approaches.

The paper tackles inconsistency and inaccuracy in LLMs for complex problem-solving by introducing DANA, a domain-aware neurosymbolic agent that integrates domain-specific knowledge, achieving over 90% accuracy on the FinanceBench benchmark.

Large Language Models (LLMs) have shown remarkable capabilities, but their inherent probabilistic nature often leads to inconsistency and inaccuracy in complex problem-solving tasks. This paper introduces DANA (Domain-Aware Neurosymbolic Agent), an architecture that addresses these issues by integrating domain-specific knowledge with neurosymbolic approaches. We begin by analyzing current AI architectures, including AutoGPT, LangChain ReAct and OpenAI's ChatGPT, through a neurosymbolic lens, highlighting how their reliance on probabilistic inference contributes to inconsistent outputs. In response, DANA captures and applies domain expertise in both natural-language and symbolic forms, enabling more deterministic and reliable problem-solving behaviors. We implement a variant of DANA using Hierarchical Task Plans (HTPs) in the open-source OpenSSA framework. This implementation achieves over 90\% accuracy on the FinanceBench financial-analysis benchmark, significantly outperforming current LLM-based systems in both consistency and accuracy. Application of DANA in physical industries such as semiconductor shows that its flexible architecture for incorporating knowledge is effective in mitigating the probabilistic limitations of LLMs and has potential in tackling complex, real-world problems that require reliability and precision.

Code Implementations1 repo
Foundations

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

Your Notes