Skip to content

Releases: CompNet/Tibert

v0.5.0

17 Sep 14:33
Compare
Choose a tag to compare
  • Spans are now at the token level, making the model more efficient.
  • tibert.run_test now correctly supports all possible document splits configuration.
  • Fix a bug in mention pruning that would cause successive mention to always be discarded.
  • Fix a bug when selecting antecedents that would greatly impact model's performance, specifically in terms of MUC Recall.

v0.4.0

12 Jun 20:51
Compare
Choose a tag to compare
  • Add a first version of hierarchical merging
  • Fix a bug where the distance feature was not returning coherent results
  • Add the tibert/run_test.py script for testing performance
  • Add a new utility function, tibert.utils.limit_doc_size_tokens_
  • tibert.utils.pprint_coreference_document now has useful colors!

v0.3.2

19 Mar 11:48
Compare
Choose a tag to compare
  • critical fix for score_lea

v0.3.1

19 Mar 10:29
Compare
Choose a tag to compare
  • support for BLANC and LEA
  • critical fix for score_muc

v0.2.4

13 Nov 14:46
Compare
Choose a tag to compare
  • Support for Democrat
  • New prediction interface : stream_predict_coref

v0.2.3

09 Oct 11:55
Compare
Choose a tag to compare
  • small enhancements
  • dependencies compat with Grimbert

v0.2.2

04 Sep 14:37
Compare
Choose a tag to compare
  • Fix a crash when restoring training checkpoint

v0.2.1

02 Sep 11:07
Compare
Choose a tag to compare
  • Avoid truncating predictions for long sequences
  • Better checkpoint saving for training

v0.2.0

21 Aug 08:49
Compare
Choose a tag to compare

Bugfixs and support for Camembert (pre-trained model coming soon)

v0.1.0

07 Jul 08:30
Compare
Choose a tag to compare