If you're just starting, please check out the tutorial on our website. We've designed it to be the simplest and quickest way to get your toes wet with AllenNLP.
Our 2018 EMNLP tutorial is available at https://github.com/allenai/writing-code-for-nlp-research-emnlp2018.
The tutorials available here on the repo relate to the version of AllenNLP at the git commit SHA you are currently looking at (likely the HEAD commit of the master branch). If you want to see the tutorials that relate to the latest pip release, please see https://github.com/allenai/allennlp/tree/v0.8.3/tutorials.
- Create your own Configuration File
- How to train a model with lazy data
- How to train and use a Transformer-based ELMo
- How to Debug Your AllenNLP Code
- How to visualize model internals (BETA)
- Using pre-trained ELMo representations
- Using span representations
- The blog posts by Masato Hagiwara as he writes his NLP book
- An in-depth tutorial by Keita Kurita
- Ethan Chau's extended Getting Started guide
- The blog posts by Joe Barrow