Datasets:
add README landing page
Browse files
README.md
CHANGED
|
@@ -1,21 +1,48 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
|
|
|
| 3 |
license: mit
|
| 4 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# ContentOS — Reproducible Bilingual AI-Text-Detection Ensemble
|
| 8 |
|
| 9 |
-
**Pre-print v1.0 (2026-04-27)**
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
## Authors and affiliation
|
| 12 |
|
| 13 |
-
- **Gregory Shevchenko** — author,
|
| 14 |
- **Humanswith.ai team** — methodology, calibration, evaluation infrastructure
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
| Metric | EN | RU |
|
| 21 |
|---|---|---|
|
|
@@ -26,31 +53,38 @@ Personal mirror: https://huggingface.co/datasets/gshevchenko/contentos-preprint
|
|
| 26 |
|
| 27 |
## Files
|
| 28 |
|
| 29 |
-
- `paper.pdf`
|
|
|
|
|
|
|
| 30 |
- `figures/` — 4 figures (PNG + SVG)
|
| 31 |
-
- `REPRODUCIBILITY.md` — methodology,
|
| 32 |
|
| 33 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
| 39 |
|
| 40 |
-
For early access
|
|
|
|
| 41 |
|
| 42 |
## Cite as
|
| 43 |
|
| 44 |
```bibtex
|
| 45 |
@misc{contentos2026,
|
| 46 |
title={ContentOS: A Reproducible Bilingual AI-Text-Detection Ensemble with Adversarial Robustness Evaluation},
|
| 47 |
-
author={
|
| 48 |
year={2026},
|
| 49 |
-
url={https://huggingface.co/datasets/
|
| 50 |
}
|
| 51 |
```
|
| 52 |
|
| 53 |
## License
|
| 54 |
|
| 55 |
-
MIT for code, methodology, and corpus aggregation. Underlying data sources
|
| 56 |
-
retain their original licenses (HC3, AINL-Eval-2025, ai-text-detection-pile).
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- ru
|
| 5 |
license: mit
|
| 6 |
+
tags:
|
| 7 |
+
- ai-text-detection
|
| 8 |
+
- reproducibility
|
| 9 |
+
- bilingual
|
| 10 |
+
- adversarial-robustness
|
| 11 |
+
- calibration
|
| 12 |
---
|
| 13 |
|
| 14 |
# ContentOS — Reproducible Bilingual AI-Text-Detection Ensemble
|
| 15 |
|
| 16 |
+
**Pre-print v1.0 (2026-04-27)**
|
| 17 |
+
|
| 18 |
+
This repository contains the open pre-print and supporting artifacts for
|
| 19 |
+
ContentOS, a reproducible English+Russian AI-text-detection ensemble.
|
| 20 |
|
| 21 |
## Authors and affiliation
|
| 22 |
|
| 23 |
+
- **Gregory Shevchenko** — author, Humanswith.ai (founder)
|
| 24 |
- **Humanswith.ai team** — methodology, calibration, evaluation infrastructure
|
| 25 |
|
| 26 |
+
ContentOS is a Humanswith.ai product. This preprint is published under
|
| 27 |
+
the author's personal HuggingFace account; the supporting code repository
|
| 28 |
+
is maintained under the organization account (see "Code repository" below).
|
| 29 |
+
|
| 30 |
+
- Author profile: https://huggingface.co/gshevchenko
|
| 31 |
+
- Organization: https://humanswith.ai
|
| 32 |
+
- Contact for collaboration: open a Discussion on this dataset
|
| 33 |
+
|
| 34 |
+
## Code repository
|
| 35 |
+
|
| 36 |
+
The evaluation scripts, regression test suite, and atomic-swap deploy
|
| 37 |
+
tooling will be released at:
|
| 38 |
|
| 39 |
+
- **`github.com/humanswith-ai/contentos-benchmark`** (public, planned within ~2 weeks following the v1.12 RU recalibration chain)
|
| 40 |
+
|
| 41 |
+
Until then, the methodology in `REPRODUCIBILITY.md` is sufficient for
|
| 42 |
+
independent re-implementation. For early access, please open a Discussion
|
| 43 |
+
on this dataset.
|
| 44 |
+
|
| 45 |
+
## Headline numbers (v1.11 production calibration)
|
| 46 |
|
| 47 |
| Metric | EN | RU |
|
| 48 |
|---|---|---|
|
|
|
|
| 53 |
|
| 54 |
## Files
|
| 55 |
|
| 56 |
+
- `paper.pdf` — full pre-print (~6,000 words, 9 sections + 5 appendices)
|
| 57 |
+
- `paper.html` — self-contained HTML version with embedded figures
|
| 58 |
+
- `paper.md` — source markdown
|
| 59 |
- `figures/` — 4 figures (PNG + SVG)
|
| 60 |
+
- `REPRODUCIBILITY.md` — open methodology, how to reproduce in 90 minutes
|
| 61 |
|
| 62 |
+
## Reproducibility
|
| 63 |
+
|
| 64 |
+
The full methodology and calibration corpus description are documented in
|
| 65 |
+
`REPRODUCIBILITY.md`, which is sufficient for independent re-implementation
|
| 66 |
+
of the ensemble.
|
| 67 |
|
| 68 |
+
A public mirror with the evaluation scripts (`eval_ensemble_corpus.py`,
|
| 69 |
+
8 pinned regression tests, atomic-swap deploy with 30-second rollback)
|
| 70 |
+
will be released within ~2 weeks following the v1.12 RU recalibration
|
| 71 |
+
chain. Target reproduction infrastructure: Hetzner CX43 (8 vCPU, no GPU,
|
| 72 |
+
~€14/month) or equivalent.
|
| 73 |
|
| 74 |
+
For early access before the public mirror, please open a discussion on
|
| 75 |
+
this dataset.
|
| 76 |
|
| 77 |
## Cite as
|
| 78 |
|
| 79 |
```bibtex
|
| 80 |
@misc{contentos2026,
|
| 81 |
title={ContentOS: A Reproducible Bilingual AI-Text-Detection Ensemble with Adversarial Robustness Evaluation},
|
| 82 |
+
author={Humanswith.ai team},
|
| 83 |
year={2026},
|
| 84 |
+
url={https://huggingface.co/datasets/gshevchenko/contentos-preprint},
|
| 85 |
}
|
| 86 |
```
|
| 87 |
|
| 88 |
## License
|
| 89 |
|
| 90 |
+
MIT for code, methodology, and corpus aggregation. Underlying data sources retain their original licenses (HC3, AINL-Eval-2025, ai-text-detection-pile).
|
|
|