Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 490 Bytes

This is an (approximate) implementation of "Multi-Granularity Hierarchical Attention Fusion Networksfor Reading Comprehension and Question Answering" http://www.aclweb.org/anthology/P18-1158

Setup

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

Running

See experiments.txt for command line examples on how to exercise this functionality.