Neural Sentence Representation Model implemented using PyTorch

This repository provide a PyTorch based framework with multi-choices of models to represent sentence including Bi-Lstm、Lstm、CNN、Sum and Tree-Lstm. Furthermore,you can make use of character-level features using Char-CNN or Char-LSTM to leverage character-level information.Based on this framework,you can build several models quickly.

Welcome to star this repository!

Requirement:

Python : 2.7

PyTorch : 0.3.0

Updating...

2018-03-21 reconstruct code

Reference

Neural Sequence labeling model implemented using PyTorch