gshevchenko commited on
Commit
1355f2a
·
verified ·
1 Parent(s): 3f28fdd

add README landing page

Browse files
Files changed (1) hide show
  1. README.md +52 -18
README.md CHANGED
@@ -1,21 +1,48 @@
1
  ---
2
- language: [en, ru]
 
 
3
  license: mit
4
- tags: [ai-text-detection, reproducibility, bilingual, adversarial-robustness, calibration]
 
 
 
 
 
5
  ---
6
 
7
  # ContentOS — Reproducible Bilingual AI-Text-Detection Ensemble
8
 
9
- **Pre-print v1.0 (2026-04-27)** · Canonical hosting under Humanswith.ai org.
 
 
 
10
 
11
  ## Authors and affiliation
12
 
13
- - **Gregory Shevchenko** — author, founder of Humanswith.ai
14
  - **Humanswith.ai team** — methodology, calibration, evaluation infrastructure
15
 
16
- Personal mirror: https://huggingface.co/datasets/gshevchenko/contentos-preprint
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- ## Headline numbers (v1.11 production)
 
 
 
 
 
 
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` / `paper.html` / `paper.md` — pre-print (~6,000 words, 9 sections + 5 appendices)
 
 
30
  - `figures/` — 4 figures (PNG + SVG)
31
- - `REPRODUCIBILITY.md` — methodology, sufficient for independent re-implementation
32
 
33
- ## Code repository
 
 
 
 
34
 
35
- The evaluation scripts and regression test suite will be released at
36
- **`github.com/humanswith-ai/contentos-benchmark`** within ~2 weeks following
37
- the v1.12 RU recalibration chain. Until then, `REPRODUCIBILITY.md` is the
38
- canonical methodology reference.
 
39
 
40
- For early access: open a Discussion on this dataset.
 
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={Shevchenko, Gregory and Humanswith.ai team},
48
  year={2026},
49
- url={https://huggingface.co/datasets/Humanswith-ai/contentos-preprint},
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).