wadhwasahil/Relation_Extraction
Relation Extraction using Deep learning(CNN)
This project helps you automatically identify the relationships between different entities mentioned in text, such as a 'cause-effect' link between two events or items. You feed it sentences or documents, and it tells you what kinds of relationships exist between the key terms it finds. This is ideal for data scientists or researchers who need to extract structured information from large volumes of unstructured text.
No commits in the last 6 months.
Use this if you need to programmatically extract predefined relationship types between entities from textual data, such as identifying if one entity causes another.
Not ideal if you need to discover new, undefined relationships between entities, or if your dataset is very small and requires higher accuracy without further training.
Stars
99
Forks
50
Language
Python
License
—
Category
Last pushed
Feb 18, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/wadhwasahil/Relation_Extraction"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davidsbatista/BREDS
"Bootstrapping Relationship Extractors with Distributional Semantics" (Batista et al., 2015) in...
davidsbatista/Snowball
Implementation with some extensions of the paper "Snowball: Extracting Relations from Large...
nicolay-r/AREkit
Document level Attitude and Relation Extraction toolkit (AREkit) for sampling and processing...
plkmo/BERT-Relation-Extraction
PyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
thunlp/FewRel
A Large-Scale Few-Shot Relation Extraction Dataset