0.3.1
Improved Question Answering
Aggregation over multiple passages
When asking questions on long documents, the underlying Language Model needs to cut the document in multiple passages and answer the question on each of them. The output needs to be aggregated.
Improved QA Inferencer
The QA Inferencer
- projects model predictions back to character space
- can be used in the FARM demos UI
- writes predictions in SQuAD style format, so you can compare the model accuracy with other frameworks