AngelWarmSmile123 commited on
Commit
307411a
·
verified ·
1 Parent(s): b7e812a

docs: add English translation on top, keep Chinese original below, preserve Contact section

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- language: zh
 
 
4
  task_categories:
5
  - text-generation
6
  tags:
@@ -9,6 +11,7 @@ tags:
9
  - world-repair
10
  - synthetic-data
11
  - chinese
 
12
  - psychotherapy
13
  - healing
14
  - jsonl
@@ -18,6 +21,72 @@ size_categories: 100B<n<1000B
18
  pretty_name: worldfix_v2 — 十六质点世界修复合成数据集
19
  ---
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # worldfix_v2 — 十六质点世界修复合成数据集(v2)
22
 
23
  **规模**:2,388,787,200 行(精确等于枚举空间,一行不多不少)
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - zh
5
+ - en
6
  task_categories:
7
  - text-generation
8
  tags:
 
11
  - world-repair
12
  - synthetic-data
13
  - chinese
14
+ - english
15
  - psychotherapy
16
  - healing
17
  - jsonl
 
21
  pretty_name: worldfix_v2 — 十六质点世界修复合成数据集
22
  ---
23
 
24
+ # worldfix_v2 — 16-Sephirot World-Repair Synthetic Dataset (v2)
25
+
26
+ **Scale**: 2,388,787,200 rows (exactly equal to the enumeration space, neither more nor less)
27
+ **Corpus-driven**: 61,562,415 characters of real corpus (primarily 5.8M characters of "Love Rescues People" AI dialogues, fused with the "Embrace of Love" framework / "Love Articles" / "Love Creations")
28
+ **License**: CC BY-NC-SA 4.0 · **Author**: Yue Xiangrui (岳祥瑞)
29
+
30
+ ## What a row is
31
+
32
+ Each row = one complete **World-Repair Prescription** (JSON), generated by a deterministic traversal of the "global problem space" under the 16-Sephirot governance framework:
33
+
34
+ ```json
35
+ {"i":2, "h":1626661354, "s":1, "sec":58, "reg":21, "st":2, "ins":14, "frm":3,
36
+ "it":0, "hz":4, "key":"Wisdom", "sector":"Antibiotics", "region":"Wetland",
37
+ "stance":"Repair", "instrument":"Platform", "frame":"Evaluation", "intensity":"Tweak",
38
+ "horizon":"Generational", "prescription":"[Wisdom] For the Wetland's Antibiotics issue, take '…' as the core stance, …",
39
+ "verdict":"REPAIR", "strikes":1, "audit":"a1b2c3d4e5f6"}
40
+ ```
41
+
42
+ ## Field Dictionary
43
+
44
+ | Field | Dimension | Meaning |
45
+ |---|---|---|
46
+ | `i` | Global | Original index (0..N-1) |
47
+ | `h` | Global | Shuffle index after Feistel bijection (source of uniformity) |
48
+ | `s` / `key` | 16 | 16-Sephirot Path (Wisdom / Loving-Kindness / Strength / Beauty …) |
49
+ | `sec` / `sector` | 64 | World Problem Sectors (Education → Nuclear Risk, corpus-normalized) |
50
+ | `reg` / `region` | 32 | Region Prototypes (Megacities → Slums) |
51
+ | `st` / `stance` | 4 | Governance Stance: Prevent / Mitigate / Repair / Regenerate |
52
+ | `ins` / `instrument` | 27 | Policy Instruments (corpus-high-frequency institutional terms) |
53
+ | `frm` / `frame` | 27 | Evaluation Frames (corpus-high-frequency mechanism terms) |
54
+ | `it` / `intensity` | 5 | Intensity: Tweak → Limit |
55
+ | `hz` / `horizon` | 5 | Time Horizon: Immediate → Generational |
56
+ | `prescription` | — | Assembled full prescription text (with Sephirot audit-loop declaration) |
57
+ | `verdict` / `strikes` | — | Simulated runtime verdict: ALLOW / REPAIR (k=1-3) / FALLBACK |
58
+ | `audit` | — | Verdict audit ID (traceable) |
59
+
60
+ **Dimensional Product Verification**: 16×64×32×4×27×27×5×5 = **2,388,787,200**
61
+
62
+ ## Why it's trustworthy
63
+
64
+ 1. **Bijection with no collisions**: Feistel network zero-collision in million-sample tests → no duplicate rows, no missed slots
65
+ 2. **Determinism**: any `i` can be recomputed offline and is byte-identical to the on-disk row (`make_row(i)`)
66
+ 3. **Checkpoint safety**: sharding + manifest + out-of-bounds guard (adversarial-tested against malicious manifest scenarios)
67
+ 4. **Five-item delivery validation**: `python final_validate.py` (row count / JSON / uniqueness / coverage / regeneration)
68
+
69
+ ## Reproduction
70
+
71
+ ```bash
72
+ python seed_builder.py # corpus scan → seeds.json
73
+ python sephirot_gen.py --verify # bijection & determinism self-test
74
+ python sephirot_gen.py --full # 16 workers full-scale
75
+ python final_validate.py # delivery-level five-item validation
76
+ ```
77
+
78
+ Zero third-party dependencies (Python ≥ 3.10 standard library), reproducible on any machine.
79
+
80
+ ## Related Work
81
+
82
+ - Governance stack demo: github.com/yuexiangruiyue-oss/heart-guard-demo (HF Space / GitHub Pages / ModelScope same name)
83
+ - Paper: *When Agents Cross the Line* (Zenodo DOI: 10.5281/**zenodo.22093583**, tri-lingual v2 in Chinese / English / Japanese)
84
+ - Preceding specification: Bounded-Rollback Output Governance (DOI: 10.5281/zenodo.22080966)
85
+
86
+ ---
87
+
88
+ ## 中文版 (Chinese Version)
89
+
90
  # worldfix_v2 — 十六质点世界修复合成数据集(v2)
91
 
92
  **规模**:2,388,787,200 行(精确等于枚举空间,一行不多不少)