Git Product home page Git Product logo

evententityextractor's Introduction

Joint Event and Entity Extraction

Implementation of the joint event and entity model described in "Joint Extraction of Events and Entities within a Document Context" by Bishan Yang and Tom M. Mitchell.

If you are using this code in your work, please cite the following publication:

Bishan Yang and Tom Mitchell (2016). Joint Extraction of Events and Entities within a Document Context. Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL), pp. 289-299

For any questions/issues about the code, please feel free to email Bishan Yang ([email protected]).

@InProceedings{yang2016joint,
  author    = {Yang, Bishan and Mitchell, Tom},
  title     = {Joint Extraction of Events and Entities within a Document Context},
  booktitle = {Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
  year      = {2016},
  pages     = {289--299}
}

Compile the code

cd Release

make clean

make

Run the model

./Release/JEE

Example input

ace.test.conll: test documents in the CoNLL format

ace.test.dependencies.txt: the Stanford dependency parse outputs

ace.test.stanford.ner.txt: the Stanford NER outputs

NER_Type DocID SentID StartOffset,EndOffset

References

CRF++: Yet Another CRF toolkit (https://taku910.github.io/crfpp/)

AD3 (approximate MAP decoder with Alternating Direction Dual Decomposition) (https://github.com/andre-martins/AD3)

Stanford CoreNLP version 3.6.0 (http://stanfordnlp.github.io/CoreNLP/)

License

GNU Lesser General Public License v3.0

evententityextractor's People

Contributors

bishanyang 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.