Skip to content

textual entailment with structural attentions and composition

License

Notifications You must be signed in to change notification settings

kaayy/structured-attention

Repository files navigation

Textual Entailment with Structured Attentions and Composition

License: MIT

This repository contains an implementation of the structured attention and compositon model for textual entailment described in the paper Textual Entailment with Structured Attentions and Composition.

Required Dependencies

  1. Torch7
  2. Torch rnn library
  3. Penlight

Training

To train on the provided sample data and saving, you can simply run:

th trainer.lua --dump model_file

You can find the training parameters and their descriptions in file trainer.lua.

Evaluating

To evaluate the trained model on the dev set, you can run:

th trainer.lua --eval model_file

About

textual entailment with structural attentions and composition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages