latkes/factprobe-replication-exposure-knows-trajectory-v1
factprobe-replication-exposure-knows-trajectory-v1 Does EXACT per-checkpoint cumulative corpus exposure predict whether OLMo-2 KNOWS a fact? Two measures per (checkpoint, relation): PAIRED (P(Yes|true) > P(Yes|hard-negative), the 'beats' defs) and MARGINAL (P(Yes|true), r2_p_true + per-feature Spearman). Checkpoints: after-phase1, base(s1+s2), SFT, DPO, RLVR + 7 pre-merge s2-anneal ingredients; both models; both relations (P26 spouse, P3373 sibling); surface/name level; all 7… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-exposure-knows-trajectory-v1.
factprobe-replication-exposure-knows-trajectory-v1
Does EXACT per-checkpoint cumulative corpus exposure predict whether OLMo-2 KNOWS a fact? Two measures per (checkpoint, relation): PAIRED (P(Yes|true) > P(Yes|hard-negative), the 'beats' defs) and MARGINAL (P(Yes|true), r2ptrue + per-feature Spearman). Checkpoints: after-phase1, base(s1+s2), SFT, DPO, RLVR + 7 pre-merge s2-anneal ingredients; both models; both relations (P26 spouse, P3373 sibling); surface/name level; all 7 exposure features. s2 soup variants kept separate; 7B DPO run both ways.
Dataset Info
- Rows: 54
- Columns: 63
Columns
Generation Parameters
{
"script_name": "run_knows_analysis.py + analyze_namepair_7feat.py",
"model": "allenai/OLMo-2-1124-7B and -13B (all training checkpoints + pre-merge ingredients)",
"description": "Does EXACT per-checkpoint cumulative corpus exposure predict whether OLMo-2 KNOWS a fact? Two measures per (checkpoint, relation): PAIRED (P(Yes|true) > P(Yes|hard-negative), the 'beats' defs) and MARGINAL (P(Yes|true), r2_p_true + per-feature Spearman). Checkpoints: after-phase1, base(s1+s2), SFT, DPO, RLVR + 7 pre-merge s2-anneal ingredients; both models; both relations (P26 spouse, P3373 sibling); surface/name level; all 7 exposure features. s2 soup variants kept separate; 7B DPO run both ways.",
"experiment_name": "factprobe-replication",
"relations": "P26 (spouse), P3373 (sibling)",
"measures": "paired beats_1/2/3/all/any (auc+rate); marginal r2_p_true + spearman_p_true_f1..f7",
"caveats": "13B s1 counted x1.291 (interim uniform, exact order-replay deferred); fact features near-zero; near-negative pairs' exposure features NOT counted (deferred).",
"artifact_status": "final",
"canary": false,
"hyperparameters": {},
"input_datasets": []
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-exposure-knows-trajectory-v1", split="train")
print(f"Loaded {len(dataset)} rows")