This is an (approximate) implementation of "Multi-Granularity Hierarchical Attention Fusion Networksfor Reading Comprehension and Question Answering" http://www.aclweb.org/anthology/P18-1158
Create a venv environment and activate it
/export/apps/python/3.7/bin/python3 -m venv . . ./bin/activate pip install --upgrade pip
Install the dependencies
pip install -r requirements.txt
See experiments.txt for command line examples on how to exercise this functionality.