Support for golden tasks
This release adds support for golden tasks.
A demo can be found under examples/gold_demo.py
.
Essentially, golden tasks are defined in the YAML configuration under the key data/gold
, which should contain key/value pairs for output columns and the columns that contain the golden answers in the TSV file.
To exemplify, if you have golden answers for the output named result
, which are stored in a column with the header gold
in the TSV file, the key/value pair result: gold
.