Skip to content

GentleZhu/ReMine

kdd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ReMine: Integrating Local and Global Cohesiveness for Open Information Extraction

Source code and data for WSDM19' paper "Integrating Local and Global Cohesiveness for Open Information Extraction"

Dependencies

We run all experiments on Ubuntu 16.04.

  • python 3.5
  • Python library dependencies
  • eigen 3.2.5 (already included).

Build

$ bash compile.sh

Test with pre-trained model

$ bash remine-ie.sh

The result files can be found at results_remine/remine_results.txt

Re-train our model on NYT and twitter corpus(under polishing)

Phrase Extraction Module

$ bash phrase_extraction.sh

Example Segmented Corpus

(background_phrase) [entity_phrase] <relation_phrase>

(Gov. Tim Pawlenty of Minnesota) <ordered> (the state health department) (this month) (to monitor) [day-to-day operation] <at> the [Minneapolis Veterans Home] <after> [state inspector] <found> <that> (three man) <had died> there <in> (the previous month) (because of) [neglect] <or> [medical error]

(The aid group Doctor) (Without Border) <said that since> [Saturday], more than 275 (wounded people) <had> <been admitted> <and> <treated> <at> [Donka Hospital] (in the capital of) [Guinea], (Conakry).

Integrated Optimizer

$ bash train.sh

About

Integrating Local Context and Global Cohesiveness for Open Information Extraction(WSDM'19)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published