Views
No views yet
microsoft/deberta-v3-small window encoder trained as a
binary human-vs-machine participation detector for English prose, and released
as a test instrument for the Panoptes evidence-transportability study — not as
a general-purpose "AI detector" score. A score has meaning only relative to the
population on which its evidential model was calibrated.microsoft/deberta-v3-small (windowed, max_length=512, overlap=128)group_balanced; aggregation: hierarchical_summary_headpooled-train-v2.1 (mage+raid-clean+defactify; derived-weight-licensed) — 35856 rows. Only cohorts whose licenses permit model
training and redistribution of derived weights are included; EvoBench and M4GT
remain evaluation-only under the license gate. See LICENSE-PROVENANCE.md and the
locked dataset-registry-v2.1.json / split-manifest-v2.1.json.| view | AUROC | worst-cohort AUROC | Brier | calibration slope |
|---|---|---|---|---|
| raw (uncalibrated) | 0.9929 | 0.9854 | 0.0333 | n/a |
| isotonic-calibrated | 0.9929 | 0.9854 | 0.0292 | n/a |
P(any substantial AI contribution) for English prose. It is
binary; the majority-generation and contribution-fraction outputs are
external-evaluation-only until a terms-cleared mixed cohort exists. It is not
calibrated for code, non-English text, or populations unlike the training pool, and
it remains vulnerable to paraphrase and future generators.fa1f7f2bc161af80720a0db40c1e8ea7c509b18b (dirty=True)panoptes-neural-detector-v1, artifact_sha256 bf2a62902cadb0dce646e39bbd5c93d1eb1986ddc4adc71854fca6c2f0936ef61# 1. install the pinned neural environment
2pip install -r bench/neural/requirements-neural.lock.txt
3# 2. fetch the pinned datasets (MAGE / RAID clean / DeFactify)
4python research/fetch_mage.py && python research/fetch_raid.py && python research/fetch_defactify.py
5# 3. regenerate the locked pooled splits + registry
6python research/generate_registry_v2_1.py
7# 4. retrain the frozen 3-seed detector (GPU; multi-hour)
8python research/run_neural_final.py --out-dir models/neural
9# 5. verify the signed card + hashes
10python research/validate_submission.py backend/artifacts/cards/neural-detector.jsonCITATION.cff in the source repository (github.com/marketstandard/Panoptes).