Skip to content

Releases: danieldeutsch/repro

v0.1.6

01 Aug 03:03
fa7be03
Compare
Choose a tag to compare

Added

Changed

  • Split Prism into reference-based Prism and reference-free PrismSrc.
    They now support multi-reference and multi-source via averaging over the references/sources.
  • Relaxed the dependency on pytest so it does not require a specific version

v0.1.5

21 Mar 15:14
ffebe56
Compare
Choose a tag to compare

Added

Changed

  • Changed the backend implementation of MoverScore to use a non-IDF dict based version.
  • Changed the default BLEURT version to use "BLEURT-20" instead of "bleurt-base-128" and using length-batched optimization.

v0.1.4

29 Jan 19:12
bceac78
Compare
Choose a tag to compare

Changed

  • Relaxed the datasets version requirement to match the GEM Metrics library
  • Moved some dependencies into dev-requirements.txt

Fixed

  • Removed warnings that may happen if the Docker clients are not closed.

v0.1.3

23 Jan 00:16
cb0b77f
Compare
Choose a tag to compare

Added

Fixed

  • Fixed an error in Lite3Pyramid by updating to a newer version of the code.

v0.1.2

07 Oct 14:47
4a70dcd
Compare
Choose a tag to compare

Changed

  • Changed backend of Lite3Pyramid to use our own fork of the official repo with some modifications.

v0.1.1

05 Oct 17:49
04ef2cf
Compare
Choose a tag to compare

v0.1.1 - 2021-10-05

Added

Changed

  • Fixed silly variable name typo: DOCKERHUB_REPRO to DOCKERHUB_REPO

v0.1.0

11 Aug 00:26
7c6cfbc
Compare
Choose a tag to compare

Added

  • Added DAE
  • Adding FactCC and FactCCX
  • Added utilities to remove empty inputs and insert values at specific indices
  • Added automatically building and publishing model images
  • Added a command to pull default Docker images for each model
  • Added SummaQA
  • Added NUBIA
  • Added Prism

Changed

  • BERTScore now returns 0 for its metrics if the input is empty.
  • BLEURT now returns the mean and max scores over the references.
  • Changing Lewis et al. (2020) to download CNN/DM and XSum models by default
  • Changing Liu et al. (2019) to download all models by default

v0.0.3

04 Aug 14:21
6b7e32a
Compare
Choose a tag to compare

Added

Changed

  • Changed the QAEval interface to match other text generation metrics.
    The backend was also changed to not rely on SacreROUGE.

v0.0.2

30 Jul 18:20
54bf05c
Compare
Choose a tag to compare

Added

Changed

  • Renamed the --model-args, --dataset-reader-args, and --output-write-args predict arguments to --model-kwargs, --dataset-reader-kwargs, and --output-write-kwargs.
  • Renamed the --output-file argument in predict to --output to allow for output files or directories.

v0.0.1

22 Jul 16:13
45e4ffe
Compare
Choose a tag to compare

Initial prototype of the library with setup and predict commands as well as implementations of Gupta et al. (2020), Lewis et al. (2020), and Liu & Lapata (2019).