NER plus Relationship Extraction (RE) on document #9071
-
I have scrapped few news articles that talk about not very famous personalities.
The first task is quite easy. I have achieved that thanks to spaCy :slight_smile: . Could you guys share me your industrial experience and guide me a little bit. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.