Skip to content

Releases: danieldeutsch/qaeval

v0.1.0

03 Aug 02:23
dd72731

Choose a tag to compare

Added

  • Added an end-to-end implementation of the metric

v0.0.9

23 Jun 15:35
678ab8a

Choose a tag to compare

Fixed

  • Added edlib to setup.py and requirements.txt.

v0.0.8

16 Jun 13:16
47f2b3e

Choose a tag to compare

Added

  • Added trying to fix the predicted character offsets using an alignment algorithm
  • Added an option to return the QA result as a dict

Changed

  • Refactored the Scorer code to be cleaner

Fixed

  • Specifying the spacy version to 2.2.4 in setup.py

v0.0.7

07 May 16:03
083da56

Choose a tag to compare

Added

  • Added returning approximate character offsets in the context for the QA model's prediction

v0.0.6

06 May 18:54

Choose a tag to compare

Added

  • Added "silent" options for the question generation and answering models

0.0.5

02 Jan 17:01

Choose a tag to compare

Adding LERC metric to QAEval; Fixing broken 0.0.4 release.

Fixing breaking transformers change

27 Oct 00:15

Choose a tag to compare

I believe the config file for facebook/bart-large changed, it was a breaking change for the generation model that was forced. See this issue. This tagged commit fixes the incompatibility.

Adding urllib requirement

21 Oct 16:19

Choose a tag to compare

In the demo colab notebook, directly pip installing qaeval works, but importing the library does not because of some error caused by the default urllib package version. It works with urllib>=1.25.10, so we include that as a requirement in this release.

Arxiv release

02 Oct 02:10
7c71d9b

Choose a tag to compare

Releasing the code for the arxiv submission