Skip to content

Ask2Transformers v0.4

Latest
Compare
Choose a tag to compare
@osainz59 osainz59 released this 03 May 11:39
· 13 commits to master since this release

New tasks, datasets and pre-trained entailment models

This updates introduces the tasks of Event Extraction (as TextClassificationTask) and EventArgumentClassificationTask tasks. Also, it adds dataset loaders for ACE and WikiEvents datasets. On this update we provide the necessary code to reproduce the results of the Textual Entailment for Event Argument Extraction: Zero- and Few-Shot with Multi-Source learning paper. We have also uploaded pre-trained entailment models to the HuggingFace model Hub that can be used directly by this framework:

Some minor corrections and new unit-tests and documentation have also been added.

What's Changed

  • New tasks, datasets and pre-trained models by @osainz59 in #11

Full Changelog: v0.3...v0.4