Skip to content
Discussion options

You must be logged in to vote

What kind of relations do you want to extract?

If you just want to take whatever's there, what you're doing could be defined as "Open Information Extraction". That can be of limited usefulness though because it's hard to tell when things are the same, or one relation implies another.

You might want to look at the example project on relation extraction or at Chapter 17 on Information Extraction in the Jurafsky and Martin book for an overview of the field.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KMayank29
Comment options

@polm
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer feat / rel Feature: Relation Extractor
2 participants