ivan-bilan/Relation-Extraction-Transformer
NLP: Relation extraction with position-aware self-attention transformer
This project helps you automatically identify specific relationships between entities (like people, organizations, or locations) mentioned in text. You provide unstructured text, and it outputs structured information about who is related to whom and how. This is useful for anyone who needs to extract factual data from large volumes of text, such as researchers analyzing news articles or intelligence analysts processing reports.
No commits in the last 6 months.
Use this if you need to automatically extract predefined relationships from sentences, such as identifying an organization's headquarters or a person's employer.
Not ideal if you need to find relationships that are not explicitly defined or if you're looking for a simple, out-of-the-box solution without any technical setup.
Stars
66
Forks
13
Language
Python
License
—
Category
Last pushed
Nov 11, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ivan-bilan/Relation-Extraction-Transformer"
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