8000 GitHub - gal0is/oie-resources: A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.

Notifications You must be signed in to change notification settings

gal0is/oie-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Open Information Extraction (OIE) Resources

A curated list of Open Information Extraction (OIE) resources: research papers, code, data, applications, etc. The list is not limited to Open Information Extraction systems exclusively. It also includes work highly related to OIE, such as taxonomizing open relations and using OIE in downstream applications.

Table of contents

Introduction to OIE

Open Information Extraction (OIE) systems aim to extract unseen relations and their arguments from unstructured text in unsupervised manner. In its simplest form, given a natural language sentence, they extract information in the form of a triple, consisted of subject (S), relation (R) and object (O).

Suppose we have the following input sentence:

AMD, which is based in U.S., is a technology company.

An OIE system aims to make the following extractions:

("AMD"; "is based in"; "U.S.")
("AMD"; "is"; "technology company")

Papers sorted in chronological order

2006

2007

2008

2009

2010

2011

2012

2013

About

A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0