Giter Site home page Giter Site logo

gabriellin / minscie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gkiril/minscie

0.0 1.0 0.0 15.52 MB

MinScIE is an Open Information Extraction system which provides structured knowledge enriched with semantic information about citations.

License: GNU General Public License v3.0

Python 9.95% Java 90.05%

minscie's Introduction

MinScIE: Citation-centered Open Information Extraction

An Open Information Extraction (OIE) system which provides structured knowledge enriched with semantic information about citations. This system is based upon the OIE system MinIE.

Open Information Extraction (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")

Demo

For the demos, please refer to the classes tests.minie.Demo.java and tests.minie.DetectCitationDemo.java.

Citing

If you use MinScIE in your work, please cite our paper:

@inproceedings{lauscher2019minscie,
  title={MinScIE: Citation-centered Open Information Extraction},
  author={Lauscher, Anne and Song, Yide and Gashteovski, Kiril},
  booktitle={Proceedings of ACM/IEEE Joint Conference on Digital Libraries},
  year={2019}
}

minscie's People

Contributors

gkiril avatar yidesong avatar zuphilip avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.