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 | |
|---|---|
| CoreNLP | Annotation-based NLP pipeline that provides core natural language analysis |
| OpenNLP | Machine learning based toolkit |
| DL4J | Deploy and train deep learning models |
| Lucene | High-performance, full-featured information retrieval software library |
| UIMA | Open source implementation of the UIMA specification |
| Tika | Content analysis toolkit |
| MALLET | Statistical natural language processing, document classification and more |
| GATE | Full-lifecycle solution for a broad range of NLP tasks |
| ReVerb | Automatically identifies and extracts binary relationships from sentences |
| NLP4J | NLP framework for JVM languages |
| CogComp-NLP | State-of-the-art Natural Language Processing (NLP) tools |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.