SSE represents Shortcut-stacked Sentence Encoder Model, which was first proposed in this paper:
@InProceedings{nie-bansal:2017:RepEval,
author = {Nie, Yixin and Bansal, Mohit},
title = {Shortcut-Stacked Sentence Encoders for Multi-Domain Inference},
booktitle = {Proceedings of the 2nd Workshop on Evaluating Vector Space Representations for NLP},
year = {2017}
}
- We refer the original Pytorch code for implementation.
- Refer DecAtt model to download data and run commands.