Natural Language Processing

ReVerb – automatically identifies and extracts binary relationships from English sentences

ReVerb is a system that extracts relational triples from text.

Specifically, ReVerb is a program that automatically identifies and extracts binary relationships from English sentences. ReVerb is designed for Web-scale information extraction, where the target relations cannot be specified in advance and speed is important.

ReVerb takes raw text as input, and outputs (argument1, relation phrase, argument2) triples. It takes as input a POS-tagged and NP-chunked sentence and returns a set of (x,r,y) extraction triples. For example, given the sentence “Bananas are an excellent source of potassium,” ReVerb will extract the triple (bananas, be source of, potassium).

A collection of 15 million ReVerb extractions is available for academic use.

Key Features

  • Command Line Interface – takes plain text or HTML as input, and outputs a tab-separated table of output. Each row in the output represents a single extracted (argument1, relation phrase, argument2) triple, plus metadata.
  • Java Interface.
  • Includes a class for training new confidence functions, given a list of labeled examples, called ReVerbClassifierTrainer.
  • Easily parallelizable by processing different sentences concurrently.
  • Elimination of incoherent extractions.

Website: reverb.cs.washington.edu
Support: Mailing List, GitHub Code Repository
Developer: University of Washington – Anthony Fader, Michael Schmitz, Robert Bart, Stephen Soderland, Oren Etzioni
License: ReVerb Software License Agreement

Open Information Extraction (IE) is the task of extracting assertions from massive corpora without requiring a pre-specified vocabulary.

ReVerb is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Java Natural Language Processing Tools
CoreNLPAnnotation-based NLP pipeline that provides core natural language analysis
OpenNLPMachine learning based toolkit
DL4JDeploy and train deep learning models
LuceneHigh-performance, full-featured information retrieval software library
UIMAOpen source implementation of the UIMA specification
TikaContent analysis toolkit
MALLETStatistical natural language processing, document classification and more
GATEFull-lifecycle solution for a broad range of NLP tasks
ReVerb Automatically identifies and extracts binary relationships from sentences
NLP4JNLP framework for JVM languages
CogComp-NLPState-of-the-art Natural Language Processing (NLP) tools

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted