[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

A Mathematical Framework and a Suite of Learning Techniques for Neural-Symbolic Systems

Created by
  • Haebom

Author

Charles Dickens, Connor Pryor, Changyu Gao, Alon Albalak, Eriq Augustine, William Wang, Stephen Wright, Lise Getoor

Outline

In this paper, we present a unified mathematical framework for neural symbolic (NeSy) systems, called Neural Symbolic Energy-Based Models (NeSy-EBMs). NeSy-EBMs encompass both discriminative and generative NeSy modeling, and provide general formulas for gradient estimation of key learning losses. We present four training methods that leverage methods from various fields, including bi-level and probabilistic policy optimization. We implement the NeSy-EBM framework with Neural Probabilistic Soft Logic (NeuPSL), an open-source NeSy-EBM library designed for scalability and expressiveness, and demonstrate the practical benefits of NeSy-EBMs for various tasks, including image classification, graph node labeling, autonomous vehicle situational awareness, and question answering.

Takeaways, Limitations

Takeaways:
Presentation of NeSy-EBMs, an integrated mathematical framework for neural symbol systems
Deriving general gradient equations for various learning losses
Presents various learning methods such as dual-level and probabilistic policy optimization
Providing NeuPSL, an open source library with excellent extensibility and expressiveness
Demonstrating the practical benefits of NeSy-EBMs in a variety of tasks
Limitations:
Research on other learning methods beyond the four presented in this paper is needed.
Additional validation of the performance and scalability of the NeuPSL library is needed.
Need for generalization performance evaluation and analysis for various tasks
👍