Load fully-typed information extraction data in a single line.
Project description
Information Extraction Datasets
This package takes care of all of the tedium when loading various information extraction datasets, providing the data in fully validated and typed Pydantic objects.
Datasets
ChemProt
Example
from ie_datasets import ChemProt
ChemProt.load_units("train")
ChemProt.load_units("validation")
ChemProt.load_units("test")
SciERC
Example
from ie_datasets import SciERC
SciERC.load_units("train")
SciERC.load_units("dev")
SciERC.load_units("test")
WikiEvents
Example
from ie_datasets import WikiEvents
WikiEvents.load_ontology()
WikiEvents.load_units("train")
WikiEvents.load_units("dev")
WikiEvents.load_units("test")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ie_datasets-0.0.3.tar.gz
(67.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ie_datasets-0.0.3.tar.gz.
File metadata
- Download URL: ie_datasets-0.0.3.tar.gz
- Upload date:
- Size: 67.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3744af16d4660f56f5350f83217dc9ac8d73292a4ee89da70e48d4a368fccaf7
|
|
| MD5 |
daeb14b37eb67eac34ea67348009b42f
|
|
| BLAKE2b-256 |
dfa77e631d267e9a42545e823c450be0f5655939d26dcc030c7def46471fc4b4
|
File details
Details for the file ie_datasets-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ie_datasets-0.0.3-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc6377ae223a26b0b0579dc17bda3bf8f89ea049954ab8cc0d4f27960d391fb
|
|
| MD5 |
0aabeb0bfc86f9943de7d0e3f9160be3
|
|
| BLAKE2b-256 |
6c53083fc3d801414bcd136d5fa86bc824f757f58378e571fce75bc5bed723e2
|