latkes/factprobe-replication-excluded-names-v1
factprobe-replication-excluded-names-v1 The complete list of probed names whose occurrence counts measure an ordinary English word rather than the entity. 1,154 names: 119 that came with He et al.'s released triples and 1035 that were added on 2026-08-24 when a quarter of the entities got their canonical Wikidata name back. Q254046 is a commune in the Ardennes called 'This'; Q1022407 and Q1809719 are both called 'Police'. Wikidata also lists song and film titles as alternative… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-excluded-names-v1.
factprobe-replication-excluded-names-v1
The complete list of probed names whose occurrence counts measure an ordinary English word rather than the entity. 1,154 names: 119 that came with He et al.'s released triples and 1035 that were added on 2026-08-24 when a quarter of the entities got their canonical Wikidata name back. Q254046 is a commune in the Ardennes called 'This'; Q1022407 and Q1809719 are both called 'Police'. Wikidata also lists song and film titles as alternative names for people, so 'She' is a name for Keyshia Cole and 'Air' for Michael Jordan. NOTHING IS EXCLUDED ANYWHERE on the strength of this file. It exists so the decision can be made when aggregating and changed without counting 15 TB again. 20 rows are marked as ones where the test itself is unreliable. SUPERSEDES the partial isordinaryword flag in factprobe-replication-canonical-names-added-v1, which covered only the added names.
Dataset Info
- Rows: 1154
- Columns: 8
Columns
Generation Parameters
{
"script_name": "build_excluded_names.py",
"model": "n/a",
"description": "The complete list of probed names whose occurrence counts measure an ordinary English word rather than the entity. 1,154 names: 119 that came with He et al.'s released triples and 1035 that were added on 2026-08-24 when a quarter of the entities got their canonical Wikidata name back. Q254046 is a commune in the Ardennes called 'This'; Q1022407 and Q1809719 are both called 'Police'. Wikidata also lists song and film titles as alternative names for people, so 'She' is a name for Keyshia Cole and 'Air' for Michael Jordan. NOTHING IS EXCLUDED ANYWHERE on the strength of this file. It exists so the decision can be made when aggregating and changed without counting 15 TB again. 20 rows are marked as ones where the test itself is unreliable. SUPERSEDES the partial is_ordinary_word flag in factprobe-replication-canonical-names-added-v1, which covered only the added names.",
"hyperparameters": {
"threshold_lower_case_share": 0.1,
"minimum_occurrences_to_test": 1000,
"names_flagged": 1154
},
"input_datasets": [
"allenai/dolmino-mix-1124",
"Zenodo 10.5281/zenodo.15092789"
],
"experiment_name": "factprobe-replication",
"cluster": "spark",
"artifact_status": "final",
"canary": false
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-excluded-names-v1", split="train")
print(f"Loaded {len(dataset)} rows")