Giter VIP home page Giter VIP logo

esim-keras's Introduction

ESIM-keras

This repository is a keras implementation about the ESIM model proposed in paper Enhanced LSTM for Natural Language Inference. The ESIM model is a strong baseline used for text matching tasks, such as Natural Language Inference(NLI) and paraphrase detection.

Requirements

  • keras, tested on 2.3.1, with tensorflow 1.14.0 as its backend.
  • python 3.5+
  • NLTK

Usage

First, you should download the Quora Question Pairs dataset via http://qim.fs.quoracdn.net/quora_duplicate_questions.tsv. We also need GloVe, which is a pretrained word embeddings, you can download it here. Put the glove.840B.300d.txt file to ./.

Atfer that, you can train, test, and save the model via:

python run.py

The model will be saved to the ./saved_models.

Notice

Except the GloVe word embeddings, I also use character embeddings obtained from bi-lstm, you can remove it anyway if you do not need it.

Results

Model Dataset test loss Accuracy
ESIM-Glove QQP 0.3737 0.8812

esim-keras's People

Contributors

deep1994 avatar

Watchers

James Cloos 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.