latkes/factprobe-replication-arm-a-olmo2-13b-instruct-v1
factprobe-replication-arm-a-olmo2-13b-instruct-v1 Arm (a) sanity replication of He et al. arXiv:2503.22362: their code, their Zenodo triples, their prompts (chat template, 36 alias variations, greedy). One row per (pair, direction, alias-variation) with the full generated text. Bucketing/analysis is done downstream (their analyse_experiment.py); OLMo cells reproduce their Tables 2/4 to +/-0.006. Dataset Info Rows: 5175168 Columns: 10 Columns… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-arm-a-olmo2-13b-instruct-v1.
factprobe-replication-arm-a-olmo2-13b-instruct-v1
Arm (a) sanity replication of He et al. arXiv:2503.22362: their code, their Zenodo triples, their prompts (chat template, 36 alias variations, greedy). One row per (pair, direction, alias-variation) with the full generated text. Bucketing/analysis is done downstream (their analyse_experiment.py); OLMo cells reproduce their Tables 2/4 to +/-0.006.
Dataset Info
- Rows: 5175168
- Columns: 10
Columns
Generation Parameters
{
"script_name": "refs/FactProbe/probe.py (upstream, verbatim; TP/max_model_len passthrough only)",
"model": "olmo2-13b-instruct",
"description": "Arm (a) sanity replication of He et al. arXiv:2503.22362: their code, their Zenodo triples, their prompts (chat template, 36 alias variations, greedy). One row per (pair, direction, alias-variation) with the full generated text. Bucketing/analysis is done downstream (their analyse_experiment.py); OLMo cells reproduce their Tables 2/4 to +/-0.006.",
"hyperparameters": {
"temperature": 0.0,
"logprobs": 10,
"batch_size": 500
},
"input_datasets": [
"Zenodo 10.5281/zenodo.15092789"
],
"experiment_name": "factprobe-replication",
"job_id": "runpod:fp-13b",
"cluster": "runpod-personal",
"artifact_status": "final",
"canary": false
}Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-arm-a-olmo2-13b-instruct-v1", split="train")
print(f"Loaded {len(dataset)} rows")