项目作者: gletarte

项目描述 :
Implementation of Self-Attention Network (SANet)
高级语言: Python
项目地址: git://github.com/gletarte/sanet.git
创建时间: 2020-03-11T16:26:28Z
项目社区:https://github.com/gletarte/sanet

开源协议:MIT License

下载


Self-Attention Network (SANet)

This repository contains an implementation of SANet (Self-Attention Network) presented in “Importance of Self-Attention for Sentiment Analysis“ by Letarte, Paradis, Giguère and Laviolette, presented at the EMNLP 2018 workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP.

Requirements

  • Python 3.6
  • Numpy 1.17.2
  • Pytorch 1.3.1
  • Poutyne 0.7.2
  • Scikit-learn 0.22.2
  • Pandas 0.25.1
  • Nltk 3.4.1

BiBTeX

  1. @inproceedings{letarte2018importance,
  2. title={Importance of self-attention for sentiment analysis},
  3. author={Letarte, Ga{\"e}l and Paradis, Fr{\'e}d{\'e}rik and Gigu{\`e}re, Philippe and Laviolette, Fran{\c{c}}ois},
  4. booktitle={Proceedings of the 2018 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP},
  5. pages={267--275},
  6. year={2018}
  7. }