latkes/factprobe-replication-stage2-counts-canonical-v1
factprobe-replication-stage2-counts-canonical-v1 Occurrences of every probed entity name in the OLMo-2-7B mid-training corpus (576 token files), counted as OLMo token sequences with a word boundary required at each end, both written forms kept separate. SUPERSEDES factprobe-replication-stage2-counts-olmotok-v1, which was missing each entity's canonical name: the released triples name entities by their Wikidata aliases, and Wikidata keeps the canonical name in a separate field. 9… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-stage2-counts-canonical-v1.
factprobe-replication-stage2-counts-canonical-v1
Occurrences of every probed entity name in the OLMo-2-7B mid-training corpus (576 token files), counted as OLMo token sequences with a word boundary required at each end, both written forms kept separate. SUPERSEDES factprobe-replication-stage2-counts-olmotok-v1, which was missing each entity's canonical name: the released triples name entities by their Wikidata aliases, and Wikidata keeps the canonical name in a separate field. 9,183 names are new here. Verified additive: of the names counted under both name lists, not one count changed.
Dataset Info
- Rows: 127908
- Columns: 6
Columns
Generation Parameters
{
"experiment_name": "factprobe-replication",
"cluster": "spark",
"artifact_status": "final",
"canary": false,
"script_name": "count_npy_direct.py",
"model": "n/a (corpus counting)",
"description": "Occurrences of every probed entity name in the OLMo-2-7B mid-training corpus (576 token files), counted as OLMo token sequences with a word boundary required at each end, both written forms kept separate. SUPERSEDES factprobe-replication-stage2-counts-olmotok-v1, which was missing each entity's canonical name: the released triples name entities by their Wikidata aliases, and Wikidata keeps the canonical name in a separate field. 9,183 names are new here. Verified additive: of the names counted under both name lists, not one count changed.",
"hyperparameters": {
"names_searched": 174729,
"names_found": 127908
},
"input_datasets": [
"allenai/dolmino-mix-1124",
"Wikidata labels, fetched 2026-08-24"
]
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-stage2-counts-canonical-v1", split="train")
print(f"Loaded {len(dataset)} rows")