This repository contains dataset used in our experiments on the domimance estimation problem. We tackle class cardinality comparison leveraging three infomation sources: Knowledge Bases (KBs as Wikidata), Search-engines (SEs like Bing) results, and, Language Models (LMs like GPT-3).
The data consists of:
classes.csv- 90 classes with their ground-truth cardinalities and ground-truth metadata such as source, last updated.domains.json- JSON file with domains as keys. The value is a dict containing a list of classes, applicable subgroups of that domain.subgroups.json- JSON file containing subgroup names as keys and the values the subgroup takes, for instance countries in the G20 group.wikidata_country_labels.json- JSON map of Wikidata entities to subgroup values.
Results are in the results/ folder and consist of:
- Results on basic signals: root, subgroup aggregations
alldomains/- all class pairs (4005) on all sourcescreative_work,geographical_entity,man-made_object,occupation,organization,species- by individual domains
- Results on ensembles
ensembles/signal/- root + subgroup aggregation ensembles by sourceensembles/source/- source ensemble weights and predictions
- Results in a single file
aggregated_results.csv- predictor accuracies on all class pairs.
If you use our work please cite us:
@inproceedings{ghosh2023class,
title = "Class Cardinality Comparison as a Fermi Problem",
author = "Shrestha Ghosh and Simon Razniewski and Gerhard Weikum",
booktitle = "WWW 2023",
month = may,
year = "2023",
}Full paper available here.
This work is licensed under a Creative Commons Attribution 4.0 International License.
