kkalouli / GKR_semantic_parser

The Graphical Knowledge Representation (GKR) parser: it transforms a given sentence into a layered semantic graph
Apache License 2.0
13 stars 7 forks source link

ECD algorithm #3

Open arademaker opened 4 years ago

arademaker commented 4 years ago

Hi @kkalouli , do you have already implemented the algorithm to entailment/contradiction detection using the GKR graphs?

kkalouli commented 4 years ago

Hi Alexandre, I have but it's not openly-available yet because it is still under review. Once it is available, I will let you know. Thanks for your interest!

vcvpaiva commented 3 years ago

@arademaker check https://github.com/kkalouli/Hy-NLI, please.

vcvpaiva commented 3 years ago

We could close the issue as it has been solved: the ECD algorithm has been implemented using GKR graphs and the code is in https://github.com/kkalouli/Hy-NLI,.