Evaluation software for Information Extraction tasks. Currently includes BioNLP-ST 2016 and BioNLP-OST 2019 SeeDev and Bacteria Biotopes tasks. Evaluation of TAEC and EPOP coming soon.
The current version contains the data for evaluating on training and development sets for SeeDev and BB 2019 tasks. For the evaluation on the test set of the BB 2016, please use the online service.
- Java >= 8
- Apache Maven >= 3.3
git clone https://github.com/Bibliome/bionlp-st.git
cd bionlp-st
mvn clean install
Maven produces a JAR file in bionlp-st-core/target/bionlp-st-core-0.1.jar.
java -jar bionlp-st-core-0.1.jar -help
java -jar bionlp-st-core-0.1.jar -list-tasks
java -jar -task TASK -train|-dev -prediction PRED [-alternate] [-detailed] [-force]
where
TASKis the short name of the task. Available tasks are:SeeDev-fullSeeDev-binaryBB19-normBB19-relBB19-kbBB19-norm+nerBB19-rel+nerBB19-kb+nerBB-catBB-eventBB-kbBB-cat+nerBB-event+nerBB-kb+ner
PREDis the location of your predictions (.a2files), either a directory of a ZIP archive.- Specify
-alternateto display several additional measures. - Specify
-detailedto display a document-per-document evaluation, including reference-prediction pairings. - Specify
-forceto evaluate even if errors where found.