This repository contains the code and preprocess datasets,for our participating model in BioASQ 8b challenge. We use BioSentVec, Scibert and Biobert language modelling representations for this task. The codebase was built on top of https://github.com/dmis-lab/bioasq-biobert
$ export PYTHONPATH=<repo_root_dir>
$ pip install -r requirements.txt
Use the following comand to see the posible models and training configurations.
$ python TF_based/Yesno_BioQA.py --help
usage: training.py
To level config for the BioBert project
optional arguments:
For instance, to train, execute the following:
$ python TF_based/Yesno_BioQA.py
python TF_based/Yesno_BioQA.py
Please see the README file in the Baseline folder.
$ chmod +x run_tests.sh
$ ./run_tests.sh