Production Implementation: Veridraft AI Detector Pro (Hybrid Context + Burstiness Calibration)

#5
by truecopythereal - opened

Hey everyone! Just wanted to share a production implementation built on top of this model: Veridraft AI Detector Pro.

To reduce false positives on short isolated sentences and address line-break issues in uploaded documents, I built a hybrid pipeline wrapping Hello-SimpleAI/chatgpt-detector-roberta:

  • Global Context Scan: Evaluates document-level probability alongside sentence windowing.
  • Burstiness Calibration: Weights risk against standard deviation in sentence length (CV = std_dev / mean).
  • Normalized Parsing: Cleans PDF and Docx text extractions to match raw text inputs.

πŸ”— Live App: https://thetruecopy-veridraft-detector-app-thguvb.streamlit.app

Would love to hear any thoughts from developers working with this checkpoint or suggestions on model tuning!

Sign up or log in to comment