jiant
jiant copied to clipboard
Improving pipeline/error for handling SQuAD-style / example->data_row tasks.
Currently, SQuAD-style tasks have a special preprocessing pipeline as one example maps to multiple data_rows. As such, there are some unused methods in the Task definition. Let's improve the exceptions raised / pipeline.
See also #1184.