CoolFace
Datasetpublic

latkes/factprobe-replication-arm-a-olmo2-32b-instruct-v1

factprobe-replication-arm-a-olmo2-32b-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-32b-instruct-v1.

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes21downloads
Dataset Card

factprobe-replication-arm-a-olmo2-32b-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

ColumnTypeDescription
relationValue('string')P26 spouse / P3373 sibling / P190 twinnedTown / P47 bordersWith
modelValue('string')No description provided
template_typeValue('string')No description provided
subjectValue('string')No description provided
objectValue('string')No description provided
directionValue('string')forward = CSV (s,o) order; backward = reversed
variation_indexValue('int64')alias-pair variation index (up to 36 per pair)
model_responseValue('string')full generated text for this prompt (untruncated)
answer_emValue('bool')exact match of lowercased/stripped response to yes/true
answer_inValue('bool')substring-containment variant (computed, unused in their analysis)

Generation Parameters

json
{
  "script_name": "refs/FactProbe/probe.py (upstream, verbatim; TP/max_model_len passthrough only)",
  "model": "olmo2-32b-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-32b",
  "cluster": "runpod-personal",
  "artifact_status": "final",
  "canary": false
}

Usage

python
from datasets import load_dataset

dataset = load_dataset("latkes/factprobe-replication-arm-a-olmo2-32b-instruct-v1", split="train")
print(f"Loaded {len(dataset)} rows")