IBM / transition-amr-parser

SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
Apache License 2.0
237 stars 45 forks source link

Neuro-Symbolic Reasoner #10

Closed PolKul closed 3 years ago

PolKul commented 3 years ago

I was able to train the model as per your instructions. But my ultimate goal is to be able to build a Neuro-Symbolic Reasoning system similar to this Currently I have the "Semantic Parsing" part of the system working. But I still need to get a "Reasoning" part (namely AMR-to-logic and Logical Neural Networks). Any information about them (or links to the repositories) would be greatly appreciated.

ramon-astudillo commented 3 years ago

Please contact first author of that paper for details. Here we only provide the AMr parser used for that work, thanks.