Neural-Symbolic Integration: A Compositional Perspective
Abstract
Despite significant progress in the development of neural-symbolic frameworks, the question of how to integrate a neural and a symbolic system in a compositional manner remains open. Our work seeks to fill this gap by treating these two systems as black boxes to be integrated as modules into a single architecture, without making assumptions on their internal structure and semantics. Instead, we expect only that each module exposes certain methods for accessing the functions that the module implements: the symbolic module exposes a deduction method for computing the function's output on a given input, and an abduction method for computing the function's inputs for a given output; the neural module exposes a deduction method for computing the function's output on a given input, and an induction method for updating the function given input-output training instances. We are, then, able to show that a symbolic module --- with any choice for syntax and semantics, as long as the deduction and abduction methods are exposed --- can be cleanly integrated with a neural module, and facilitate the latter's efficient training, achieving empirical performance that exceeds that of previous work.
Cite
Text
Tsamoura et al. "Neural-Symbolic Integration: A Compositional Perspective." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I6.16639Markdown
[Tsamoura et al. "Neural-Symbolic Integration: A Compositional Perspective." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/tsamoura2021aaai-neural/) doi:10.1609/AAAI.V35I6.16639BibTeX
@inproceedings{tsamoura2021aaai-neural,
title = {{Neural-Symbolic Integration: A Compositional Perspective}},
author = {Tsamoura, Efthymia and Hospedales, Timothy M. and Michael, Loizos},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2021},
pages = {5051-5060},
doi = {10.1609/AAAI.V35I6.16639},
url = {https://mlanthology.org/aaai/2021/tsamoura2021aaai-neural/}
}