Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenai/allennlp-reading-comprehension


https://github.com/allenai/allennlp-reading-comprehension

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Deprecation Notice

We don't use this repository anymore. All of our models now live at https://github.com/allenai/allennlp-models.

# allennlp-reading-comprehension
[![Build status](https://github.com/allenai/allennlp-reading-comprehension/workflows/CI/badge.svg)](https://github.com/allenai/allennlp-reading-comprehension/actions?workflow=CI)

Dataset readers, models, and various utilities for reading comprehension, built by the AllenNLP
team.

## Supported Datasets

- SQuAD
- DROP
- QuAC
- Qangaroo
- TriviaQA

Coming soon:

- Quoref
- ROPES
- ORB

## Supported Models

- BiDAF
- NAQANet
- QANet
- DialogQA

Coming soon:

- BERT-QA (and similar, using whatever pretrained transformer you want)