Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 2.42 KB

Recommend_Papers.md

File metadata and controls

46 lines (20 loc) · 2.42 KB

100 Must-Read NLP Papers

NLP progress

⭐ - ablation analysis

Segmentation, Tagging, Parsing, SRL

Machine Translation & Transliteration, Sequence-to-Sequence Models

  • Attention Is All You Need, Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin, 2017. arxiv

Automatic Text Summarization

  • Get To The Point: Summarization with Pointer-Generator Networks, Abigail See, Peter J. Liu, Christopher D. Manning, ACL 2017 arxiv | code | pytorch code

Neural Models

  • Matthew E. Peters, et al.: Deep contextualized word representations, 2018. arxiv
  • Jacob Devlin, et al.: BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding, 2018. arxiv

Architecture

  • Natural Language Processing (almost) from Scratch, Ronan Collobert, Jason Weston, Leon Bottou, Michael Karlen, Koray Kavukcuoglu, Pavel Kuksa, JMLR 2011, arxiv ⭐⭐⭐⭐⭐
  • Sequence to Sequence Learning with Neural Networks, Ilya Sutskever, Oriol Vinyals, Quoc V. Le, NIPS 2014 arxiv | seq2seq ⭐⭐⭐⭐⭐