Skip to content

0.3.1

Compare
Choose a tag to compare
@tanaysoni tanaysoni released this 04 Nov 14:51
· 538 commits to master since this release

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

Modelling

  • [closed] Refactor squad qa #131
  • [enhancement][part: model] Fix passing kwargs to LM loading (e.g. proxy) #132