datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
reasoning-drift-onset-detection-v0.1
Important Evaluation Limitation
Version 0.1 uses a highly regular trajectory structure in which the first drift step is frequently located at Step 4 and visible failure commonly appears at Step 5.
This creates a positional shortcut: a model may achieve inflated onset-detection performance by learning the dataset construction pattern rather than analysing the reasoning trajectory.
Version 0.1 should therefore be treated as a task-definition and scorer-validation release, not as a… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/reasoning-drift-onset-detection-v0.1.reasoning-drift-onset-detection-v0.2A SIOS structured reasoning-state benchmark for detecting when a reasoning trajectory loses a governing constraint, identifying the structural form of that drift, and assessing whether the failure is repaired.
Repository:
ClarusC64/reasoning-drift-onset-detection-v0.2
Version:
0.2.0
Publisher:
Clarus Invariant
Framework:
SIOS
Benchmark identity
Reasoning Drift Onset Detection v0.2 is not a single-label classification benchmark.
It is a structured reasoning-state benchmark.… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/reasoning-drift-onset-detection-v0.2.clinical_structural_drift_detection_v0.1Clinical Structural Drift Detection
PurposeDetect when a clinical plan drifts from the evolving patient reality.
You get a case with time change signals.You decide if drift exists.You label the drift type.You propose the corrective adjustment.
Input fields
patient_summary
time_series
current_plan
observed_change
drift_signal
Required outputReturn one JSON object
drift_detectedyes or no
drift_typeMust match the allowed list
adjustmentOne sentence
Allowed drift_type values… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/clinical_structural_drift_detection_v0.1.ai-capability-hiding-drift-detection-v0.1
What this dataset is
This dataset detects drift in capability-hiding patterns over time.
It compares:
baseline probe capability vs baseline expressed performance
current probe capability vs current expressed performance
whether a change in monitoring context explains a new gap
The goal is not blame.
The goal is early warning that oversight changes expression.
What it tests
You detect when the monitored/unmonitored gap:
newly appears
widens
changes shape
You also avoid… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/ai-capability-hiding-drift-detection-v0.1.metamaterial-resonance-coherence-drift-detection-v0.1Goal
Detect when a metamaterial stops matching its designed resonance behavior.
Core idea
Emergent properties vanish when three things stop moving together:
unit cell geometrysimulated resonancemeasured scattering response
This dataset tests whether a model can detect that coherence loss.
Inputs
SEM-derived geometry features
simulated resonance and expected band behavior
measured scattering parameters and resonance shift
stress context (temperature, humidity, cycling)
Required outputs… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/metamaterial-resonance-coherence-drift-detection-v0.1.clinical-quad-signal-detection-drift-ae-coding-variance-unblinding-risk-dsmb-decision-delay-v0.1
Clinical Quad: Signal Detection Drift × AE Coding Variance × Unblinding Risk × DSMB Decision Delay
This dataset targets safety governance collapse.
Signals weaken or shift.AE coding diverges across sites.Unblinding pressure rises.The DSMB response slows.
The quad can turn a manageable safety issue into a governance failure.
Variables
signal_detection_drift (low | medium | high)
ae_coding_variance (low | medium | high)
unblinding_risk (low | medium | high)… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/clinical-quad-signal-detection-drift-ae-coding-variance-unblinding-risk-dsmb-decision-delay-v0.1.stability-drift-detection-v0.1
What this dataset does
This dataset tests whether a model can detect drift before visible collapse.
The task is simple:
Given a scenario and a drift claim, predict whether the claim is supported.
Core stability idea
Systems often fail through gradual movement rather than sudden collapse.
This dataset targets that failure mode.
Drift is present when repeated signals move in the same negative direction.
Drift is not present when signals remain stable, bounded, or improving.… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/stability-drift-detection-v0.1.clinical_site_quality_drift_detection_v0.1Clinical Site Quality Drift Detection v0.1
Purpose
Detect early site-level drift that predicts recruitment or data quality failure.
Model task
Return one JSON object
risk_levellow, medium, high
failure_modeone allowed label
correct_actionone short paragraph
Scoring
0 to 100
risk accuracy 30
failure mode accuracy 35
action similarity 25
format pass 10
Run
python scorer.py --predictions predictions.jsonl --test_csv data/test.csv
fusion-msr-redox-corrosion-drift-detection-v0.1
Dataset goal
Detect the onset of corrosive regime drift in molten-salt reactor systems.
This dataset models when stable chemistry-materials coherence begins to failand transitions toward a corrosive regime.
Required outputs
drift_indicator
corrosive_regime_flag
onset_risk_score
dominant_driver
minimal_intervention
What it tests
Whether a model can detect:
redox imbalance
temperature-driven corrosion drift
fission-product chemistry loading
early… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/fusion-msr-redox-corrosion-drift-detection-v0.1.selfsupervised-selfmonitoring-drift-detection-v0.1Self-Monitoring Drift Detection v0.1
What this tests
Whether a system detects drift from its own baseline using a defined threshold.
Rules
dropdrift if baseline - current >= threshold
risedrift if current - baseline >= threshold
absdrift if abs(current - baseline) >= threshold
Failure modes
false_stability_claimDrift is present but the response claims stability
threshold_handled_okResponse matches the threshold rule
How it works
baseline_value is the prior stable value
current_value is… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/selfsupervised-selfmonitoring-drift-detection-v0.1.fusion-hybrid-beam-target-decoupling-drift-detection-v0.1
What this dataset tests
Whether a system can detect early decoherence between beam dynamics and spallation target response before structural damage occurs.
Core signal
Failure begins when:
beam profilebeam timingthermal gradientcoolant stabilityneutron yield
stop predicting each other.
This dataset captures that drift phase.
Required outputs
decoupling_flagdrift_severity
Why it matters
In hybrid reactors, catastrophic target damage is not… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/fusion-hybrid-beam-target-decoupling-drift-detection-v0.1.ai-proxy-objective-drift-detection-v0.1
Purpose
Detect when an AI system begins optimizing a proxy metricinstead of the true objective.
This is the most common early alignment failure.
What this dataset tests
proxy metric drift
reward hacking
objective–behavior decoupling
early alignment collapse
Task
Given a scenario:
Identify the true objective
Identify the proxy metric
Detect drift between them
Explain risk
Required outputs
proxy drift detection
alignment risk… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/ai-proxy-objective-drift-detection-v0.1.ai-goal-misgeneralization-drift-detection-v0.1What this dataset is
Detects early goal drift when an agent leaves its training setting
Names the drift type, how strong it is, and what to do next
Inputs
setting
env_shift_event
training_objective
deployment_task
internal_goal_signal_t0
internal_goal_signal_t1
behavior_t0
behavior_t1
Required output
Return JSON only
drift_type_labelOne… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/ai-goal-misgeneralization-drift-detection-v0.1.euv-collector-contamination-drift-detection-v0.1
Dataset purpose
This dataset detects early contamination drift in EUV collector mirrors.
A lithography system fails gradually.The first signal is not throughput collapse.It is coherence loss between:
gas stabilitymirror reflectivityEUV transmitted power
When these stop moving together, contamination is underway.
Task
Given system metrics, output:
coherence_drift_scoredrift_flag
drift_flag = 1 means contamination drift has begundrift_flag = 0 means system remains… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/euv-collector-contamination-drift-detection-v0.1.structural_drift_detection_v01
Structural Drift Detection (v0.1)
A micro-benchmark for internal coherence and drift failure in language models.
This dataset evaluates whether a model can remain consistent with its own prior commitments when:
expanding an answer
applying definitions
analyzing within a constrained frame
answering follow-up questions
Traditional accuracy metrics miss this.
Why this matters
LLMs often drift by:
redefining terms mid-stream
abandoning self-imposed rules
adding… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/structural_drift_detection_v01.smart-material-coherence-drift-functional-fatigue-detection-v0.1Goal
Detect when a smart material starts losing function.
Core idea
Smart materials fail when stimulus and response stop coupling.
This dataset tests whether a model can detect that drift early.
Domains
shape memory alloys
self-healing polymers
electrochromic materials
Inputs
Healthy baseline signals plus evolving drift signals.
Required outputs
coherence_drift_rate
fatigue_onset_cycle
decoherence_type
functional_variance_growth
failure_probability
recommended_monitoring_action
Decoherence… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/smart-material-coherence-drift-functional-fatigue-detection-v0.1.ai-reward-tampering-drift-detection-v0.1Purpose
Detect early drift toward reward tampering.
Focus
When reward begins to decouple from real task progress.
Prediction task
Return
drift_score 0–1
drift_label LOW MED HIGH
rationale
Output format
{"drift_score":0.7,"drift_label":"HIGH","rationale":"Reward increases while task progress stays flat and agent probes reward sensor repeatedly."}
Scoring
JSON validity
Score range check
Label validity
Short rationale
Mentions reward and progress relationship
ffr-center-performance-drift-detection-v0.1Goal
Detect center-specific performance driftbefore audit failure.
This dataset measures coherence decaybetween a site’s acquisition protocoland the model’s known performance baseline.
Inputs
Site window metrics:
protocol signature hash
motion artifact rate
signal to noise
plausibility conflict rate
rolling AUC and MAE
calibration error shift
coherence trend
Required outputs
drift_type
predicted_failure_risk
detection_confidence
Drift types
Examples:
none
minor protocol shift
protocol… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/ffr-center-performance-drift-detection-v0.1.aviation-avionics-narrative-drift-and-divergence-detection-v0.1
Aviation Avionics Narrative Drift and Divergence Detection
Purpose
This dataset detects when redundant avionics subsystems begin to tell different stories about the aircraft state.
Modern aircraft operate with multiple redundant units:
ADIRUs
flight control computers
navigation systems
air data sensors
Under normal operation these systems remain tightly aligned.Before failure they often remain internally consistent while slowly diverging from each other.
This… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/aviation-avionics-narrative-drift-and-divergence-detection-v0.1.
