GithubHelp home page GithubHelp logo

xinyadu / deep-recurrent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oir/deep-recurrent

1.0 3.0 0.0 156 KB

Deep bidirectional recurrent net for opinion mining (code for EMNLP14 paper)

License: MIT License

C++ 98.36% Shell 1.64%

deep-recurrent's Introduction

Overview

Implementation of a deep bidirectional recurrent neural network for the task of opinion expression extraction.

See the paper,

"Opinion Mining with Deep Recurrent Neural Networks"

Ozan Irsoy, Claire Cardie

EMNLP 2014

for details.

If you use my code, please cite:

@InProceedings{irsoy-drnt,
  author = {\.Irsoy, Ozan and Cardie, Claire},
  title = {Opinion Mining with Deep Recurrent Neural Networks},
  booktitle = {Proceedings of the Conference on Empirical Methods in Natural Language Processing},
  pages = {720--728},
  year = {2014},
  location = {Doha, Qatar},
  url = {http://aclweb.org/anthology/D14-1080}
}

Feel free to ask questions: oirsoy [a] cs [o] cornell [o] edu. http://www.cs.cornell.edu/~oirsoy/drnt.htm

Getting Started

Assuming you have g++ and the code here, running the bash script as

bash run.sh

should

  1. download small word embeddings (25 dimensional CW)
  2. download the preprocessed MPQA dataset
  3. download the Eigen library
  4. compile and run to train a small model on the ESE task to be saved to disk.

That's it! Once you have a working setup, you can play with the hyperparameters or pick different word embeddings (300d word2vec is used in the experiments in the paper).

##License

Code is released under the MIT license.

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.