latkes/factprobe-replication-canonical-names-added-v1
factprobe-replication-canonical-names-added-v1 The canonical name that was missing for 10,471 of the 42,235 probed entities (24.8%), and had therefore never been counted in the corpus nor put to the model. He et al.'s released triples name entities by their Wikidata aliases -- the 'also known as' field -- which by construction excludes the canonical name. Q76 carried 31 names, none of them 'Barack Obama'. Each row also records whether the added name is an ordinary English word… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-canonical-names-added-v1.
factprobe-replication-canonical-names-added-v1
The canonical name that was missing for 10,471 of the 42,235 probed entities (24.8%), and had therefore never been counted in the corpus nor put to the model. He et al.'s released triples name entities by their Wikidata aliases -- the 'also known as' field -- which by construction excludes the canonical name. Q76 carried 31 names, none of them 'Barack Obama'. Each row also records whether the added name is an ordinary English word, tested by how often it is written in lower case in the same corpus.
Dataset Info
- Rows: 10471
- Columns: 7
Columns
Generation Parameters
{
"experiment_name": "factprobe-replication",
"cluster": "spark",
"artifact_status": "final",
"canary": false,
"script_name": "add_canonical_names.py",
"model": "n/a",
"description": "The canonical name that was missing for 10,471 of the 42,235 probed entities (24.8%), and had therefore never been counted in the corpus nor put to the model. He et al.'s released triples name entities by their Wikidata aliases -- the 'also known as' field -- which by construction excludes the canonical name. Q76 carried 31 names, none of them 'Barack Obama'. Each row also records whether the added name is an ordinary English word, tested by how often it is written in lower case in the same corpus.",
"hyperparameters": {
"entities": 42235,
"entities_repaired": 10471,
"distinct_names_added": 10186
},
"input_datasets": [
"Zenodo 10.5281/zenodo.15092789",
"Wikidata labels, fetched 2026-08-24"
]
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-canonical-names-added-v1", split="train")
print(f"Loaded {len(dataset)} rows")