rex
rex copied to clipboard
REx: Relation Extraction. Modernized re-write of the code in the master's thesis: "Relation Extraction using Distant Supervision, SVMs, and Probabalistic First-Order Logic"
Create a new program (under `org.rex.app`) that enables the creation of distantly supervised relation data. This tool will need to accept (a) a knowledge base of relation triples (subject, relation,...
Do: 1. Implement a model serialization format for the SVM used in relation learning. 2. Use this format and enable the `learning` command to output the model. 3. Use this...