yuriyarabskyy / neural-transducer

This repo contains a set of neural transducer, e.g. sequence-to-sequence model, focusing on character-level tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Transducer

This repo contains a set of neural transducer, e.g. sequence-to-sequence model, focusing on character-level tasks. It powers the following papars and workshop.

[1] Arya D McCarthy, Ekaterina Vylomova, Shijie Wu, Chaitanya Malaviya, Lawrence Wolf-Sonkin, Garrett Nicolai, Miikka Silfverberg, Sebastian J Mielke, Jeffrey Heinz, Ryan Cotterell, and Mans Hulden. The SIGMORPHON 2019 Shared Task: Morphological Analysis in Context and Cross-Lingual Transfer for Inflection. ACL. 2019.

Experiments Detail

[2] Shijie Wu, Ryan Cotterell, and Timothy J O'Donnell. Morphological Irregularity Correlates with Frequency. ACL. 2019.

Experiments Detail

[3] Shijie Wu, and Ryan Cotterell. Exact Hard Monotonic Attention for Character-Level Transduction. ACL. 2019.

Experiments Detail

[4] Chaitanya Malaviya *, Shijie Wu *, and Ryan Cotterell. A Simple Joint Model for Improved Contextual Neural Lemmatization. NAACL. 2019.

* Equal contribution. Order has been determined with a coin flip.

Experiments Detail

[5] Shijie Wu, Pamela Shapiro, and Ryan Cotterell. Hard Non-Monotonic Attention for Character-Level Transduction. EMNLP. 2018.

Experiments Detail

Dependencies

  • python 3
  • pytorch==1.4
  • numpy
  • tqdm
  • fire

Install

make

License

MIT

About

This repo contains a set of neural transducer, e.g. sequence-to-sequence model, focusing on character-level tasks.

License:MIT License


Languages

Language:Python 84.3%Language:C 10.9%Language:Shell 4.8%Language:Makefile 0.1%