latkes/factprobe-replication-stage2-fact-counts-v1
factprobe-replication-stage2-fact-counts-v1 How often the 7B mid-training corpus states each fact in so many words -- 'Netherlands borders Germany' -- rather than merely naming both entities in one document. 383,132 sentences were searched: four phrasings per relation, both directions, each entity written with its canonical name. 1,305 occur at all, 6,660 occurrences in total. This corpus is 0.19 TiB; the same measurement over the 14 TiB pretraining corpus is being counted now… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-stage2-fact-counts-v1.
factprobe-replication-stage2-fact-counts-v1
How often the 7B mid-training corpus states each fact in so many words -- 'Netherlands borders Germany' -- rather than merely naming both entities in one document. 383,132 sentences were searched: four phrasings per relation, both directions, each entity written with its canonical name. 1,305 occur at all, 6,660 occurrences in total. This corpus is 0.19 TiB; the same measurement over the 14 TiB pretraining corpus is being counted now and is the one that matters.
Dataset Info
- Rows: 1305
- Columns: 11
Columns
Generation Parameters
{
"experiment_name": "factprobe-replication",
"cluster": "spark",
"artifact_status": "final",
"canary": false,
"script_name": "build_proposition_patterns.py",
"model": "n/a",
"description": "How often the 7B mid-training corpus states each fact in so many words -- 'Netherlands borders Germany' -- rather than merely naming both entities in one document. 383,132 sentences were searched: four phrasings per relation, both directions, each entity written with its canonical name. 1,305 occur at all, 6,660 occurrences in total. This corpus is 0.19 TiB; the same measurement over the 14 TiB pretraining corpus is being counted now and is the one that matters.",
"hyperparameters": {
"sentences_searched": 383132,
"sentences_found": 1305
},
"input_datasets": [
"allenai/dolmino-mix-1124",
"Zenodo 10.5281/zenodo.15092789"
]
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-stage2-fact-counts-v1", split="train")
print(f"Loaded {len(dataset)} rows")