LICENSE
MANIFEST.in
README.md
README_PyPI.md
requirements.txt
setup.cfg
setup.py
data_mine/__init__.py
data_mine/__main__.py
data_mine/collection.py
data_mine/constants.py
data_mine.egg-info/PKG-INFO
data_mine.egg-info/SOURCES.txt
data_mine.egg-info/dependency_links.txt
data_mine.egg-info/not-zip-safe
data_mine.egg-info/requires.txt
data_mine.egg-info/top_level.txt
data_mine/cli/__init__.py
data_mine/cli/download_cmd.py
data_mine/nlp/__init__.py
data_mine/nlp/CSQA/__init__.py
data_mine/nlp/CSQA/constants.py
data_mine/nlp/CSQA/expected_files.txt.gz
data_mine/nlp/CSQA/loader.py
data_mine/nlp/CSQA/types.py
data_mine/nlp/CSQA/utils.py
data_mine/nlp/RACE/__init__.py
data_mine/nlp/RACE/constants.py
data_mine/nlp/RACE/expected_files.txt.gz
data_mine/nlp/RACE/loader.py
data_mine/nlp/RACE/types.py
data_mine/nlp/RACE/utils.py
data_mine/nlp/allen_ai_drop/__init__.py
data_mine/nlp/allen_ai_drop/constants.py
data_mine/nlp/allen_ai_drop/expected_files.txt.gz
data_mine/nlp/allen_ai_drop/loader.py
data_mine/nlp/allen_ai_drop/translators.py
data_mine/nlp/allen_ai_drop/types.py
data_mine/nlp/allen_ai_drop/utils.py
data_mine/nlp/allen_ai_obqa/__init__.py
data_mine/nlp/allen_ai_obqa/constants.py
data_mine/nlp/allen_ai_obqa/expected_files.txt.gz
data_mine/nlp/allen_ai_obqa/loader.py
data_mine/nlp/allen_ai_obqa/types.py
data_mine/nlp/allen_ai_obqa/utils.py
data_mine/nlp/cosmos_qa/__init__.py
data_mine/nlp/cosmos_qa/constants.py
data_mine/nlp/cosmos_qa/expected_files.txt.gz
data_mine/nlp/cosmos_qa/loader.py
data_mine/nlp/cosmos_qa/types.py
data_mine/nlp/cosmos_qa/utils.py
data_mine/nlp/hotpot_qa/__init__.py
data_mine/nlp/hotpot_qa/constants.py
data_mine/nlp/hotpot_qa/expected_files.txt.gz
data_mine/nlp/hotpot_qa/loader.py
data_mine/nlp/hotpot_qa/types.py
data_mine/nlp/hotpot_qa/utils.py
data_mine/utils/__init__.py
data_mine/utils/archive_utils.py
data_mine/utils/misc_utils.py
data_mine/utils/msg.py
data_mine/utils/requests_utils.py
data_mine/zookeeper/__init__.py
data_mine/zookeeper/download_center.py
data_mine/zookeeper/integrity.py
data_mine/zookeeper/utils.py
data_mine/zookeeper/config/__init__.py
data_mine/zookeeper/config/config.json
data_mine/zookeeper/config/config_schema.json
data_mine/zookeeper/config/ops.py
tests/__init__.py
tests/test_collection.py
tests/cli/__init__.py
tests/cli/test_download.py
tests/nlp/__init__.py
tests/nlp/CSQA/__init__.py
tests/nlp/CSQA/test_loader.py
tests/nlp/CSQA/test_utils.py
tests/nlp/RACE/__init__.py
tests/nlp/RACE/test_loader.py
tests/nlp/RACE/test_utils.py
tests/nlp/allen_ai_drop/__init__.py
tests/nlp/allen_ai_drop/test_loader.py
tests/nlp/allen_ai_drop/test_translators.py
tests/nlp/allen_ai_drop/test_utils.py
tests/nlp/allen_ai_obqa/__init__.py
tests/nlp/allen_ai_obqa/test_loader.py
tests/nlp/allen_ai_obqa/test_utils.py
tests/nlp/cosmos_qa/__init__.py
tests/nlp/cosmos_qa/test_loader.py
tests/nlp/cosmos_qa/test_utils.py
tests/nlp/hotpot_qa/__init__.py
tests/nlp/hotpot_qa/test_loader.py
tests/nlp/hotpot_qa/test_utils.py
tests/utils/__init__.py
tests/utils/test_archive_utils.py
tests/utils/test_misc_utils.py
tests/utils/test_msg.py
tests/utils/test_requests_utils.py
tests/zookeeper/__init__.py
tests/zookeeper/test_configuration.py
tests/zookeeper/test_download_center.py
tests/zookeeper/test_integrity.py
tests/zookeeper/test_utils.py