Releases: IBM/zshot
Releases · IBM/zshot
v0.0.9
What's Changed
- ✨ Added linking to DBPedia by @marmg in #56
- Improve/update documentation by @marmg in #57
- ⚡ Added cache to regen tries by @marmg in #60
- Fix RuntimeError in ZSBert by @marmg in #61
- Improve evaluation by @marmg in #62
- 🐛 Fix bug in relations renderer by @marmg in #65
- Fix/tests by @marmg in #66
- Feat/knowledge extractor by @marmg in #63
- Improve/documentation by @marmg in #67
- ✅ Improve coverage by @marmg in #68
- ⬆️ Update torch requirements by @marmg in #71
- 🐛 Fixed bug in Regen constrained generation by @marmg in #75
- Fix/constrained regen by @marmg in #76
- ✨ Added UDEBO descriptions enrichment by @marmg in #77
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
What's Changed
- ♻️ Enhance evaluation flow by @GabrielePicco in #36
- Added possibility of changing pretrained smxm model by @marmg in #37
- 📝 Change name of MedMentions dataset by @marmg in #38
- Fix/relation extractor evaluation by @GabrielePicco in #39
- ✨ Add device option to Pipeline & Components by @GabrielePicco in #42
- ✨ Add example & de-duplicate Readme by @GabrielePicco in #43
- ✨ Add regen wikification by @GabrielePicco in #44
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- 🐛 Add init to zsrc package by @GabrielePicco in #31
- 🐛 Fixed bug in run_evaluation by @marmg in #32
- 🐛 Fix bug in evaluation with both mentions extractors and linkers by @marmg in #34
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- 📝 Updated documentation by @marmg in #23
- 🐛 Fixed bug in pipeline config with mentions and entities by @marmg in #26
- 🐛 Fixed TypeError type is not subscriptable in datasets by @marmg in #28
- ✨ Add zero shot relations extraction by @GabrielePicco and @albpurpura in #27
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- 🐛 Fix spans conversion to Spacy entities by @GabrielePicco in #20
- ✨ Update mentions extractors by @marmg in #21
- ✨ Added TARS and SMXM models as mentions extractors.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- 📝 Update documentation by @GabrielePicco in #13
- ✅ Evaluation tests improvement by @marmg in #5
- ♻️ Remove unused code by @GabrielePicco in #14
- Feat/zshot version by @marmg in #17
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Fix colors and visualisation
- Bug fixes
v0.0.1
- First release
- Mentions extractor implemented: Spacy, Flair
- Linker implemented: Regen, XMSM, Blink, Tars
- Basic evaluation pipeline