Small library to simplify collecting and loading of entity alignment benchmark datasets
Project description
sylloge
This simple library aims to collect entity-alignment benchmark datasets and make them easily available.
Usage
>>> from sylloge import OpenEA
>>> ds = OpenEA()
>>> ds
OpenEA(graph_pair=D_W, size=15K, version=V1, rel_triples_left=38265, rel_triples_right=42746, attr_triples_left=52134, attr_triples_right=138246, ent_links=15000, folds=5)
>>> ds.rel_triples_right.head()
head relation tail
0 http://www.wikidata.org/entity/Q6176218 http://www.wikidata.org/entity/P27 http://www.wikidata.org/entity/Q145
1 http://www.wikidata.org/entity/Q212675 http://www.wikidata.org/entity/P161 http://www.wikidata.org/entity/Q446064
2 http://www.wikidata.org/entity/Q13512243 http://www.wikidata.org/entity/P840 http://www.wikidata.org/entity/Q84
3 http://www.wikidata.org/entity/Q2268591 http://www.wikidata.org/entity/P31 http://www.wikidata.org/entity/Q11424
4 http://www.wikidata.org/entity/Q11300470 http://www.wikidata.org/entity/P178 http://www.wikidata.org/entity/Q170420
>>> ds.attr_triples_left.head()
head relation tail
0 http://dbpedia.org/resource/E534644 http://dbpedia.org/ontology/imdbId 0044475
1 http://dbpedia.org/resource/E340590 http://dbpedia.org/ontology/runtime 6480.0^^<http://www.w3.org/2001/XMLSchema#double>
2 http://dbpedia.org/resource/E840454 http://dbpedia.org/ontology/activeYearsStartYear 1948^^<http://www.w3.org/2001/XMLSchema#gYear>
3 http://dbpedia.org/resource/E971710 http://purl.org/dc/elements/1.1/description English singer-songwriter
4 http://dbpedia.org/resource/E022831 http://dbpedia.org/ontology/militaryCommand Commandant of the Marine Corps
>>> ds.ent_links.head()
left right
0 http://dbpedia.org/resource/E123186 http://www.wikidata.org/entity/Q21197
1 http://dbpedia.org/resource/E228902 http://www.wikidata.org/entity/Q5909974
2 http://dbpedia.org/resource/E718575 http://www.wikidata.org/entity/Q707008
3 http://dbpedia.org/resource/E469216 http://www.wikidata.org/entity/Q1471945
4 http://dbpedia.org/resource/E649433 http://www.wikidata.org/entity/Q1198381
Installation
pip install sylloge
Datasets
| Dataset family name | Year | # of Datasets | Sources | Authors | Reference |
|---|---|---|---|---|---|
| OpenEA | 2020 | 16 | DBpedia, Yago, Wikidata | Zun, S. et. al. | Paper |
| MovieGraphBenchmark | 2022 | 3 | IMDB, TMDB, TheTVDB | Obraczka, D. et. al. | Paper |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sylloge-0.1.0.tar.gz
(8.1 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 sylloge-0.1.0.tar.gz.
File metadata
- Download URL: sylloge-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.17.0-1-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
107b47fa7b07ad5a01970a6e0d02e2fc4c2c364a9a9dd4994eeeda6460fdca16
|
|
| MD5 |
49fc0b119f264d61104a8c86accfd5d7
|
|
| BLAKE2b-256 |
2fcd80352490b0afffcbbe275ed74e205ccfb8da51e3981d9e37de62ad0c27df
|
File details
Details for the file sylloge-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sylloge-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.17.0-1-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1306bc1ff4c35f8ff4181485b60b5dfb6a86416acd274597bc06c65beace2767
|
|
| MD5 |
1294cc6a16335a802d43e2f0ce8a88e4
|
|
| BLAKE2b-256 |
2552b7ed45bd9f095223b2333466e8b97765b6a022d8c0b790da798d66cbcfe1
|