Skip to content

Neural network toolkit for sentence pair modeling.

Notifications You must be signed in to change notification settings

Nipi64310/SPM_toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPM_toolkit

This repository contains code and data used in the following paper:

@inproceedings{lan2018toolkit,
  author     = {Lan, Wuwei and Xu, Wei},
  title      = {Neural Network Models for Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering},
  booktitle  = {Proceedings of COLING 2018},
  year       = {2018}
} 

The SPM_toolkit contains 4 state-of-the-art neural networks for sentence pair modeling tasks, including: Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering.

A few notes

  1. The model was implemented with PyTorch 0.4.0 and Torchtext 0.1.1 .
  2. Sample command to run (navigate to the model folder first): python main.py

About

Neural network toolkit for sentence pair modeling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%