Skip to content

Releases: danieldeutsch/qaeval

v0.1.0

Choose a tag to compare

@danieldeutsch danieldeutsch released this 03 Aug 02:23
dd72731

Added

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

v0.0.9

Choose a tag to compare

@danieldeutsch danieldeutsch released this 23 Jun 15:35
678ab8a

Fixed

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

v0.0.8

Choose a tag to compare

@danieldeutsch danieldeutsch released this 16 Jun 13:16
47f2b3e

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

Choose a tag to compare

@danieldeutsch danieldeutsch released this 07 May 16:03
083da56

Added

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

v0.0.6

Choose a tag to compare

@danieldeutsch danieldeutsch released this 06 May 18:54

Added

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

0.0.5

Choose a tag to compare

@danieldeutsch danieldeutsch released this 02 Jan 17:01

Adding LERC metric to QAEval; Fixing broken 0.0.4 release.

Fixing breaking transformers change

Choose a tag to compare

@danieldeutsch danieldeutsch released this 27 Oct 00:15

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

Choose a tag to compare

@danieldeutsch danieldeutsch released this 21 Oct 16:19

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

Choose a tag to compare

@danieldeutsch danieldeutsch released this 02 Oct 02:10
7c71d9b

Releasing the code for the arxiv submission