Skip to content

Releases: ArneBinder/pie-modules

v0.14.2

10 Dec 15:01
6abf673
Compare
Choose a tag to compare

Changes

🚀 Features

  • PointerNetworkTaskModuleForEnd2EndRE: add reversed relations (#144) @ArneBinder

🪲 Fixes

  • PointerNetworkTaskModuleForEnd2EndRE: skip duplicated / conflicting relations during encoding (#146) @ArneBinder

v0.14.1

12 Nov 15:28
a440655
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • fix RE with allow_discontinuous_text (#138) @ArneBinder
  • allow all aggregation methods for SpanLengthCollector when using labels=INFERRED (#141) @ArneBinder

v0.14.0

23 Oct 15:39
99f022b
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

v0.13.5

23 Oct 15:13
1b80a90
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • fix token_based_document_to_text_based / text_based_document_to_token_based for dependent predicted annotations (#135) @ArneBinder

v0.13.4

14 Oct 22:17
86146b6
Compare
Choose a tag to compare

Changes

🪲 Fixes

v0.13.3

08 Oct 17:54
e8c7520
Compare
Choose a tag to compare

Changes

🚀 Features

  • add metric micro/f1_without_tn to RETextClassificationWithIndicesTaskmodule (#130) @ArneBinder
  • add parameter prepare_together_function to WrappedMetricWithPrepareFunction (#129) @ArneBinder

v0.13.2

08 Oct 11:49
3c31d85
Compare
Choose a tag to compare

Changes

🪲 Fixes

v0.13.1

05 Oct 13:59
5a3582f
Compare
Choose a tag to compare

Changes

  • release 0.13.1 (#125) @ArneBinder
  • encapsulate get_pooler_and_output_size in SequenceClassificationModelWithPoolerBase (#124) @ArneBinder
  • add parameter max_num_negatives to add_negative_coref_relations() (#123) @ArneBinder
  • enforce_same_original_doc_id parameter & improved text pair metadata (#121) @ArneBinder

🚀 Features

  • add parameter enforce_different_original_doc_id to add_negative_coref_relations() (#122) @ArneBinder

v0.13.0

19 Sep 13:40
5fc5747
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • RETextClassificationWithIndicesTaskModule: auto-align argument token spans (#118) @ArneBinder

🚀 Features

  • add parameter random_seed to add_negative_coref_relations (#117) @ArneBinder

v0.12.5

18 Sep 18:50
f1babab
Compare
Choose a tag to compare

Changes

🚀 Features

  • SequenceClassificationModelWithPoolerBase: dedicated setup_base_model method (#115) @ArneBinder
  • task: cross-text-coref (#110) @ArneBinder
  • implement allow_discontinuous_text for RETextClassificationWithIndicesTaskModule (#109) @ArneBinder