arushram/fnbm-current-gt-motif-effects-precision-20260729
fnbm-current-gt-motif-effects-precision-20260729 Recovery of planted motif effects after de-duplication, scored against simulation ground truth. Effect sizes are the OLS slope of each motif family's post-clustering per-example contribution on the motif's true occurrence count -- the same units as the simulator's beta, and invariant to the de-duplication pipeline's internal gauge. Per-example contribution MSE is computed on centered contributions over the validation split. See… See the full description on the dataset page: https://huggingface.co/datasets/arushram/fnbm-current-gt-motif-effects-precision-20260729.
fnbm-current-gt-motif-effects-precision-20260729
Recovery of planted motif effects after de-duplication, scored against simulation ground truth. Effect sizes are the OLS slope of each motif family's post-clustering per-example contribution on the motif's true occurrence count -- the same units as the simulator's beta, and invariant to the de-duplication pipeline's internal gauge. Per-example contribution MSE is computed on centered contributions over the validation split. See the effect_gauge column note: the pipeline's own 'effect' scalar is NOT comparable to beta and is included only for continuity.
Dataset Info
- Rows: 720
- Columns: 27
Columns
Generation Parameters
{
"script_name": "scripts/publish_motif_gt_eval.py",
"model": "FactorizedNBM(fnbm_20260729)",
"description": "Recovery of planted motif effects after de-duplication, scored against simulation ground truth. Effect sizes are the OLS slope of each motif family's post-clustering per-example contribution on the motif's true occurrence count -- the same units as the simulator's beta, and invariant to the de-duplication pipeline's internal gauge. Per-example contribution MSE is computed on centered contributions over the validation split. See the effect_gauge column note: the pipeline's own 'effect' scalar is NOT comparable to beta and is included only for continuity.",
"experiment_name": "fnbm-current",
"experiment_id": "fnbm-current",
"artifact_type": "eval_result",
"visualizer_type": "table",
"run_id": "torch:15097728-15097743,15166724-15166731",
"job_id": "torch:15097728-15097743,15166724-15166731",
"cluster": "torch",
"artifact_status": "final",
"canary": false,
"runs": 24,
"epochs": [
0,
50,
100
],
"input_datasets": [],
"hyperparameters": {}
}Usage
from datasets import load_dataset
dataset = load_dataset("arushram/fnbm-current-gt-motif-effects-precision-20260729", split="train")
print(f"Loaded {len(dataset)} rows")