Important paper implementations for Question Answering using PyTorch
-
Updated
Dec 29, 2020 - Jupyter Notebook
Important paper implementations for Question Answering using PyTorch
Machine Reading Comprehension in Tensorflow
Using QANet and BiDAF on DuReader datasets
Tensorflow QANet with ELMo
a implementation of google QAnet, a tensorflow estimator version, have very good proved performance
Includes implementations of various Question-Answering models for the SQuAD dataset and other Research Experiments
State of the art of Neural Question Answering using PyTorch.
Improving Question Answering Performance Using Knowledge Distillation and Active Learning
A Tensorflow implementation of QANet for machine reading comprehension on Chinese corpus.
A TensorFlow implementation of Google's QANet (https://openreview.net/pdf?id=B14TlG-RW)
We implemented QANet from scratch and improved baseline BiDAF. We also used an ensemble of BiDAF and QANet models to achieve EM/F1 of 69.47/71.96, ranking #3 on the leaderboard as of Mar 4, 2022.
Tensorflow implementation and pre-trained models of QANet for machine reading comprehension
To associate your repository with the qanet topic, visit your repo's landing page and select "manage topics."