GithubHelp home page GithubHelp logo

lancopku / multi-order-lstm Goto Github PK

View Code? Open in Web Editor NEW
9.0 6.0 4.0 1.07 MB

Code for "Does Higher Order LSTM Have Better Accuracy for Segmenting and Labeling Sequence Data?"

Python 68.34% Perl 31.66%

multi-order-lstm's Introduction

High-Order-LSTM

This is an implementation of the paper [Does Higher Order LSTM Have Better Accuracy for Segmenting and Labeling Sequence Data?] [pdf].

Environment and Dependency

  • Ubuntu 16.04
  • Python 2.7
  • Tensorflow 1.0

Required Files

Feature files

The model uses features extracted from original texts. Ignore the feature input in the model if you don't want to use extracted features.

Probability Files

The model uses features extracted from original texts. Ignore the feature input in the model if you don't want to use extracted features. The multi-order-3 LSTM model uses the probabilities generated by single order-1 model and single order-2 model at testing stage. So the probabilities need to be preserved in files. We provied the pretrained order-1 model and order-2 model which are in the lstm-1order file and the lstm-2order file separately. You can use these two models to generate the probability files. You can also get the files by training your own single order-n models. The single order-n model is exactly bi-directional lstm with order-n tag set.

multi-order-lstm's People

Contributors

zhangyics avatar

Stargazers

Jack Xu avatar Shawnyu avatar Ashim Gupta avatar Bruno Cabral avatar weibz avatar Victor Chen avatar  avatar Junyang Lin avatar  avatar

Watchers

James Cloos avatar Shuming Ma avatar weibz avatar  avatar  avatar paper2code - bot avatar

multi-order-lstm's Issues

About Dutch-NER Dataset

hello,

thank you for your good job. i am also interested in the sequence tagging tasks such as NER.
and i have a question : the data in your github is the Dutch-NER Dataset ?

thank you for your help.

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.