Automated Author Profile

Saeef, Mohammed Samiul

University of Texas at Arlington

Current S-Index

1.4

Sum of Dataset Indices for all datasets

Average Dataset Index per Dataset

0.7

Average Dataset Index per dataset

Total Datasets

2

Total datasets for this author

Average FAIR Score

78.8%

Average FAIR Score per dataset

Total Citations

1

Total citations to the author's datasets

Total Mentions

0

Total mentions of the author's datasets

S-Index Interpretation

S-Index Over Time

Cumulative Citations Over Time

Cumulative Mentions Over Time

Datasets

Freebase Datasets for Robust Evaluation of Knowledge Graph Link Prediction Models

Freebase is amongst the largest public cross-domain knowledge graphs. It possesses three main data modeling idiosyncrasies. It has a strong type system; its properties are purposefully represented in reverse pairs; and it uses mediator objects to represent multiary relationships. These design choices are important in modeling the real-world. But they also pose nontrivial challenges in research of embedding models for knowledge graph completion, especially when models are developed and evaluated agnostically of these idiosyncrasies. We make available several variants of the Freebase dataset by inclusion and exclusion of these data modeling idiosyncrasies. This is the first-ever publicly available full-scale Freebase dataset that has gone through proper preparation.  Dataset DetailsThe dataset consists of the four variants of Freebase dataset as well as related mapping/support files. For each variant, we made three kinds of files available:Subject matter triples filefb+/-CVT+/-REV One folder for each variant. In each folder there are 5 files: train.txt, valid.txt, test.txt, entity2id.txt, relation2id.txt Subject matter triples are the triples belong to subject matters domains—domains describing real-world facts.Example of a row in train.txt, valid.txt, and test.txt: 2, 192, 0Example of a row in entity2id.txt:/g/112yfy2xr, 2Example of a row in relation2id.txt:/music/album/release_type, 192Explaination"/g/112yfy2xr" and "/m/02lx2r" are the MID of the subject entity and object entity, respectively. "/music/album/release_type" is the realtionship between the two entities. 2, 192, and 0 are the IDs assigned by the authors to the objects.Type system filefreebase_endtypes: Each row maps an edge type to its required subject type and object type.Example92, 47178872, 90Explanation"92" and "90" are the type id of the subject and object which has the relationship id "47178872".Metadata filesobject_types: Each row maps the MID of a Freebase object to a type it belongs to.Example/g/11b41c22g, /type/object/type, /people/personExplanationThe entity with MID "/g/11b41c22g" has a type "/people/person"object_names: Each row maps the MID of a Freebase object to its textual label.Example/g/11b78qtr5m, /type/object/name, "Viroliano Tries Jazz"@enExplanationThe entity with MID "/g/11b78qtr5m" has name "Viroliano Tries Jazz" in English.object_ids: Each row maps the MID of a Freebase object to its user-friendly identifier.Example/m/05v3y9r, /type/object/id, "/music/live_album/concert"ExplanationThe entity with MID "/m/05v3y9r" can be interpreted by human as a music concert live album.domains_id_label: Each row maps the MID of a Freebase domain to its label.Example/m/05v4pmy, geology, 77ExplanationThe object with MID "/m/05v4pmy" in Freebase is the domain "geology", and has id "77" in our dataset.types_id_label: Each row maps the MID of a Freebase type to its label.Example/m/01xljxh, /government/political_party, 147ExplanationThe object with MID "/m/01xljxh" in Freebase is the type "/government/political_party", and has id "147" in our dataset.entities_id_label: Each row maps the MID of a Freebase entity to its label.Example/g/11b78qtr5m, Viroliano Tries Jazz, 2234ExplanationThe entity with MID "/g/11b78qtr5m" in Freebase is "Viroliano Tries Jazz", and has id "2234" in our dataset.properties_id_label: Each row maps the MID of a Freebase property to its label.Example/m/010h8tp2, /comedy/comedy_group/members, 47178867ExplanationThe object with MID "/m/010h8tp2" in Freebase is a property(relation/edge), it has label "/comedy/comedy_group/members" and has id "47178867" in our dataset.uri_original2simplified and uri_simplified2original: The mapping between original URI and simplified URI and the mapping between simplified URI and original URI repectively.Exampleuri_original2simplified"http://rdf.freebase.com/ns/type.property.unique": "/type/property/unique"uri_simplified2original"/type/property/unique": "http://rdf.freebase.com/ns/type.property.unique"ExplanationThe URI "http://rdf.freebase.com/ns/type.property.unique" in the original Freebase RDF dataset is simplified into "/type/property/unique" in our dataset.The identifier "/type/property/unique" in our dataset has URI http://rdf.freebase.com/ns/type.property.unique in the original Freebase RDF dataset.

Authors

  • Shirvani Mahdavi, Nasim ;
  • Akrami, Farahnaz ;
  • Saeef, Mohammed Samiul ;
  • Shi, Xiao ;
  • Li, Chengkai
1 Citation0 Mentions79% FAIR0.9 Dataset Index
10.5281/zenodo.79095112023

Freebase Datasets for Robust Evaluation of Knowledge Graph Link Prediction Models

Freebase is amongst the largest public cross-domain knowledge graphs. It possesses three main data modeling idiosyncrasies. It has a strong type system; its properties are purposefully represented in reverse pairs; and it uses mediator objects to represent multiary relationships. These design choices are important in modeling the real-world. But they also pose nontrivial challenges in research of embedding models for knowledge graph completion, especially when models are developed and evaluated agnostically of these idiosyncrasies. We make available several variants of the Freebase dataset by inclusion and exclusion of these data modeling idiosyncrasies. This is the first-ever publicly available full-scale Freebase dataset that has gone through proper preparation.  Dataset DetailsThe dataset consists of the four variants of Freebase dataset as well as related mapping/support files. For each variant, we made three kinds of files available:Subject matter triples filefb+/-CVT+/-REV One folder for each variant. In each folder there are 5 files: train.txt, valid.txt, test.txt, entity2id.txt, relation2id.txt Subject matter triples are the triples belong to subject matters domains—domains describing real-world facts.Example of a row in train.txt, valid.txt, and test.txt: 2, 192, 0Example of a row in entity2id.txt:/g/112yfy2xr, 2Example of a row in relation2id.txt:/music/album/release_type, 192Explaination"/g/112yfy2xr" and "/m/02lx2r" are the MID of the subject entity and object entity, respectively. "/music/album/release_type" is the realtionship between the two entities. 2, 192, and 0 are the IDs assigned by the authors to the objects.Type system filefreebase_endtypes: Each row maps an edge type to its required subject type and object type.Example92, 47178872, 90Explanation"92" and "90" are the type id of the subject and object which has the relationship id "47178872".Metadata filesobject_types: Each row maps the MID of a Freebase object to a type it belongs to.Example/g/11b41c22g, /type/object/type, /people/personExplanationThe entity with MID "/g/11b41c22g" has a type "/people/person"object_names: Each row maps the MID of a Freebase object to its textual label.Example/g/11b78qtr5m, /type/object/name, "Viroliano Tries Jazz"@enExplanationThe entity with MID "/g/11b78qtr5m" has name "Viroliano Tries Jazz" in English.object_ids: Each row maps the MID of a Freebase object to its user-friendly identifier.Example/m/05v3y9r, /type/object/id, "/music/live_album/concert"ExplanationThe entity with MID "/m/05v3y9r" can be interpreted by human as a music concert live album.domains_id_label: Each row maps the MID of a Freebase domain to its label.Example/m/05v4pmy, geology, 77ExplanationThe object with MID "/m/05v4pmy" in Freebase is the domain "geology", and has id "77" in our dataset.types_id_label: Each row maps the MID of a Freebase type to its label.Example/m/01xljxh, /government/political_party, 147ExplanationThe object with MID "/m/01xljxh" in Freebase is the type "/government/political_party", and has id "147" in our dataset.entities_id_label: Each row maps the MID of a Freebase entity to its label.Example/g/11b78qtr5m, Viroliano Tries Jazz, 2234ExplanationThe entity with MID "/g/11b78qtr5m" in Freebase is "Viroliano Tries Jazz", and has id "2234" in our dataset.properties_id_label: Each row maps the MID of a Freebase property to its label.Example/m/010h8tp2, /comedy/comedy_group/members, 47178867ExplanationThe object with MID "/m/010h8tp2" in Freebase is a property(relation/edge), it has label "/comedy/comedy_group/members" and has id "47178867" in our dataset.uri_original2simplified and uri_simplified2original: The mapping between original URI and simplified URI and the mapping between simplified URI and original URI repectively.Exampleuri_original2simplified"http://rdf.freebase.com/ns/type.property.unique": "/type/property/unique"uri_simplified2original"/type/property/unique": "http://rdf.freebase.com/ns/type.property.unique"ExplanationThe URI "http://rdf.freebase.com/ns/type.property.unique" in the original Freebase RDF dataset is simplified into "/type/property/unique" in our dataset.The identifier "/type/property/unique" in our dataset has URI http://rdf.freebase.com/ns/type.property.unique in the original Freebase RDF dataset.

Authors

  • Shirvani Mahdavi, Nasim ;
  • Akrami, Farahnaz ;
  • Saeef, Mohammed Samiul ;
  • Shi, Xiao ;
  • Li, Chengkai
0 Citations0 Mentions79% FAIR0.5 Dataset Index
10.5281/zenodo.79095102023