rex icon indicating copy to clipboard operation
rex copied to clipboard

Distant supervision data creation app

Open malcolmgreaves opened this issue 6 years ago • 0 comments

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, object) and (b) a corpus of text documents

It should be able to accept plaintext files and perform the required language processing (use CoreNLP).

It should output the distantly supervised data in the UIUC format, which will make it easy to use with existing Reader[..]#Fn implementations.

malcolmgreaves avatar Sep 23 '17 03:09 malcolmgreaves