--- annotations_creators: - expert-generated language_creators: - expert-generated language: - en license: - mit multilinguality: - monolingual pretty_name: PET size_categories: - 1KUpdate - v1.0.0: Added token classification task - v1.0.1: Added extraction relation task ## Annotation Guidelines ### Inception Schema The inception schema can be found [here](https://doi.org/10.48550/arXiv.2203.04860) ### Annotation Guidelines The guidelines can be downloaded [here](https://doi.org/10.48550/arXiv.2203.04860) ### Article The Article can be downloeaded [here](https://doi.org/10.48550/arXiv.2203.04860) ### Python Interface A python interface can be found [here](https://doi.org/10.48550/arXiv.2203.04860) ### Benchmarks A python benchmarking procedure can be found [here](https://doi.org/10.48550/arXiv.2203.04860) ## Loading data ### Token-classification task ```python from datasets import load_dataset modelhub_dataset = load_dataset("patriziobellan/PET", name='token-classification') ``` ### Relations-extraction task ```python from datasets import load_dataset modelhub_dataset = load_dataset("patriziobellan/PET", name='relations-extraction')