Releases: CompNet/Tibert
Releases · CompNet/Tibert
v0.5.0
- 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
- 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!