All Projects → MiuLab → QAInfomax

MiuLab / QAInfomax

Licence: MIT license
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

QAInfomax

An implementation of the QAInfomax: Learning Robust Question Answering System by Mutual Information Maximization

Requirements

python 3.7

pip install -r requirement.txt

Train:

sh train_squad.sh

Evaluation:

cd squad_adv
sh eval_adv.sh

Reference

Main paper to be cited

@article{yeh2019qainfomax,
  title={QAInfomax: Learning Robust Question Answering System by Mutual Information Maximization},
  author={Yeh, Yi-Ting and Chen, Yun-Nung},
  journal={arXiv preprint arXiv:1909.00215},
  year={2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].