malcolmgreaves/old_rex
REx: Relation Extraction. Modernized re-write of the code in the master's thesis: "Relation Extraction using Distant Supervision, SVMs, and Probabalistic First-Order Logic"
This project helps data scientists and researchers automatically extract structured facts from unstructured text. You provide text documents and a list of known facts, and it identifies and labels additional relationships found in your text. This is designed for those working with large textual datasets who need to find specific connections between entities.
No commits in the last 6 months.
Use this if you need to build a system that can automatically identify specific types of relationships between entities mentioned in a large collection of text.
Not ideal if you're looking for a user-friendly application with a graphical interface, as this is a command-line tool requiring some technical setup.
Stars
22
Forks
5
Language
Scala
License
Apache-2.0
Category
Last pushed
Mar 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/malcolmgreaves/old_rex"
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