Part 2: Abstractions, Design, and Testing

Reading data

This chapter provides a deep dive into AllenNLP abstractions that are essential for reading data, including fields and instances, dataset readers, vocabulary, and how batching is handled in AllenNLP

1Fields and instances

2Dataset readers

3Vocabulary

4Datasets, the dataset loader, and samplers