latkes/factprobe-replication-hardneg-knows-labels-surface-v1
factprobe-replication-hardneg-knows-labels-surface-v1 NAME-level (surface-form) paired 'knows the fact' judgements of OLMo-2 against hard negatives, across the training ladder. One row per subject NAME form (not the entity aggregate). subject_name held fixed; object side is the any-of max. Forward direction; spouse (P26) and sibling (P3373). Dataset Info Rows: 1299300 Columns: 11 Columns Column Type Description tag Value('string') 7b or… See the full description on the dataset page: https://huggingface.co/datasets/latkes/factprobe-replication-hardneg-knows-labels-surface-v1.
factprobe-replication-hardneg-knows-labels-surface-v1
NAME-level (surface-form) paired 'knows the fact' judgements of OLMo-2 against hard negatives, across the training ladder. One row per subject NAME form (not the entity aggregate). subject_name held fixed; object side is the any-of max. Forward direction; spouse (P26) and sibling (P3373).
Dataset Info
- Rows: 1299300
- Columns: 11
Columns
Generation Parameters
{
"script_name": "dump_knows_labels_surface.py",
"model": "allenai/OLMo-2-1124-7B and 13B, 5 training stages each",
"description": "NAME-level (surface-form) paired 'knows the fact' judgements of OLMo-2 against hard negatives, across the training ladder. One row per subject NAME form (not the entity aggregate). subject_name held fixed; object side is the any-of max. Forward direction; spouse (P26) and sibling (P3373).",
"experiment_name": "factprobe-replication",
"cluster": "mll",
"artifact_status": "final",
"canary": false,
"hyperparameters": {},
"input_datasets": []
}Experiment Documentation
For complete experiment details, see docs/results-hard-negatives.md
Usage
from datasets import load_dataset
dataset = load_dataset("latkes/factprobe-replication-hardneg-knows-labels-surface-v1", split="train")
print(f"Loaded {len(dataset)} rows")