thuwzy / Neural-Symbolic-and-Probabilistic-Logic-Papers

A curated paper list on neural symbolic and probabilistic logic.
MIT License
109 stars 12 forks source link

suggest paper DeepLogic #3

Open zdx3578 opened 1 year ago

zdx3578 commented 1 year ago

http://mn.cs.tsinghua.edu.cn/xinwang/PDF/papers/2022_DeepLogic%20Joint%20Learning%20of%20Neural%20Perception%20and%20Logical%20Reasoning.pdf

DeepLogic: Joint Learning of Neural Perception and Logical Reasoning Xuguang Duan,Xin Wang, Member, IEEE, Peilin Zhao,Guangyao Shen,Wenwu Zhu, Fellow, IEEE Abstract—Neural-symbolic learning, aiming to combine the perceiving power of neural perception and the reasoning power of symbolic logic together, has drawn increasing research attention. However, existing works simply cascade the two components together and optimize them isolatedly, failing to utilize the mutual enhancing information between them. To address this problem, we propose DeepLogic, a framework with joint learning of neural perception and logical reasoning, such that these two components are jointly optimized through mutual supervision signals. In particular, the proposed DeepLogic framework contains a deep-logic module that is capable of representing complex first-order-logic formulas in a tree structure with basic logic operators. We then theoretically quantify the mutual supervision signals and propose the deep&logic optimization algorithm for joint optimization. We further prove the convergence of DeepLogic and conduct extensive experiments on model performance, convergence, and generalization, as well as its extension to the continuous domain. The experimental results show that through jointly learning both perceptual ability and logic formulas in a weakly supervised manner, our proposed DeepLogic framework can significantly outperform DNN-based baselines by a great margin and beat other strong baselines without out-of-box tools.

thuwzy commented 1 year ago

Thank you for your contribution!