IBM / LNN

A `Neural = Symbolic` framework for sound and complete weighted real-value logic
https://IBM.github.io/LNN/
Apache License 2.0
226 stars 438 forks source link

Is there a way to input FOL statements en masse? #86

Open arifammar93 opened 1 year ago

arifammar93 commented 1 year ago

Is there a way to input data non-manually? I am working with FOLIO dataset which contains multiple premises in FOL form per row and a query based on the premises. The goal is to input the premises and query for each row into LNN for inference and then evaluate the response by comparing it to the label in the dataset. Is there a way to do this without hardcoding each premise and query?