itspublu commited on
Commit
8db6ae9
·
verified ·
1 Parent(s): d4558b2

Add professional dataset card and semantic packet explorer

Browse files
README.md CHANGED
@@ -19,126 +19,121 @@ size_categories:
19
  - n<1K
20
  ---
21
 
22
- # UniversalLabeler 1.0
23
-
24
- UniversalLabeler is a data and schema release for translating AI dataset labels
25
- without reducing them to one caption string. It treats every dataset annotation
26
- format as a language with its own temporal unit, ontology, roles, evidence, and
27
- grading rubric.
28
-
29
- The central artifact is a language-independent packet of evidence-linked atomic
30
- claims. English, Simplified Chinese, Tagalog, Spanish, Hindi, or a dataset-native
31
- label are projections of that packet. The source record is preserved verbatim,
32
- and every projection records what it represented, omitted, or could not express.
33
-
34
- This repository contains data, schemas, examples, rubrics, and validation
35
- receipts. It does not contain the private translation runtime, model prompts,
36
- teacher routing, credentials, or operational infrastructure.
37
-
38
- ## What is included
39
-
40
- - 19 label-language profiles: 14 representative dataset/interlingua profiles
41
- and five controlled human-language profiles;
42
- - a six-frame controlled conformance matrix in English, Simplified Chinese,
43
- Tagalog, Spanish, and experimental Hindi;
44
- - a 22-dimension world-model supervision audit derived from active dataset
45
- papers and official annotation systems;
46
- - the Universal Annotation Packet ontology and strict JSON Schemas;
47
- - a grounded synthetic event with agents, both hands, objects, environment,
48
- before/after state, outcome, evidence, provenance, and four language
49
- expressions;
50
- - loss-audited EPIC-style, instructional, and world-model projections; and
51
- - a translation review rubric and adversarial evaluation protocol.
52
-
53
- The controlled matrix is a conformance fixture, not a claim of broad machine
54
- translation quality. Open vocabulary and unrestricted prose require an external
55
- candidate generator plus independent bilingual review.
56
-
57
- ## Why ordinary caption translation is insufficient
58
-
59
- `fold towel` can omit the actor, which hands participate, where the towel is,
60
- its before/after state, whether the action succeeded, the exact interval, and
61
- which frames support each statement. A fluent translation of that phrase cannot
62
- recover information that was never represented.
63
-
64
- UniversalLabeler separates:
65
 
66
- ```text
67
- world semantics action, roles, hands, objects, states, time, outcome
68
- communicative meaning speech act, register, aspect, polarity, uncertainty
69
- expression evidence original text, language, source record and digest
70
- grounding source-clock selectors, frames, sensors and provenance
71
- projection ledger represented, omitted and unavailable claims
72
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
- ## Files
75
 
76
  ```text
77
- data/controlled-action-matrix.jsonl
78
- data/label-languages-v1.json
79
- data/world-model-label-audit-v1.json
80
- ontology/universal-annotation-core-v1.json
81
- schemas/*.schema.json
82
- examples/fold-towel.uap.json
83
- examples/*.adapter.json
84
- rubrics/TRANSLATION_REVIEW.md
85
- rubrics/EVALUATION_PROTOCOL.md
86
- metadata/validation.json
87
- metadata/release.json
88
- SHA256SUMS
 
 
 
 
89
  ```
90
 
91
- ## Using the release
92
-
93
- 1. Identify the exact source annotation schema and revision.
94
- 2. Preserve the complete native record and digest.
95
- 3. Convert supported facts into atomic claims with source-clock and evidence
96
- references. Unsupported facts remain absent or explicitly unknown.
97
- 4. Generate each target-language surface from the same claim set. Do not chain
98
- target languages through English.
99
- 5. Record every represented and omitted claim.
100
- 6. Validate the records with the included JSON Schemas.
101
- 7. Apply independent bilingual and video-grounded review using the published
102
- rubric before treating model-produced language as accepted data.
103
-
104
- ## Human languages
105
-
106
- | Locale | Current scope | Important retained distinctions |
107
- |---|---|---|
108
- | `en` | Controlled action directives | Articles and implicit imperative subject |
109
- | `zh-Hans` | Controlled Simplified Chinese actions | Script, aspect/classifier non-inference, zero arguments |
110
- | `tl` | Controlled Tagalog actions | Voice/pivot and `ang`/`ng`/`sa` marking |
111
- | `es` | Controlled Spanish actions | Person/register and gender/number commitments |
112
- | `hi` | Experimental controlled Hindi actions | Word order, case/postpositions, agreement and politeness |
113
-
114
- ## Validation status
115
-
116
- The release builder validates every schema, checks every controlled surface
117
- against one canonical semantic frame, verifies content digests and references,
118
- scans the clean payload for private paths and credentials, and reproduces the
119
- same output tree twice. See `metadata/validation.json` for the exact counts and
120
- digests.
121
-
122
- ## Limitations
123
-
124
- - The controlled matrix covers six predicate–patient frames. It is deliberately
125
- small and should be used as a parser/renderer conformance suite.
126
- - Round-trip stability can reproduce the same mistake twice. It is not a
127
- substitute for independent bilingual or video-grounded evaluation.
128
- - Tagalog voice/pivot, Chinese aspect and classifiers, Spanish morphology,
129
- Hindi agreement, code switching, negation, quantifier scope, and unrestricted
130
- prose require broader reviewed data.
131
- - The world-model audit describes supervision dimensions. It does not claim
132
- native adapter completeness for every cited dataset.
133
- - Synthetic review receipts are conformance identifiers, not human-review
134
- evidence.
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  ## License
137
 
138
- The original UniversalLabeler specifications, profiles, ontology, schemas, and
139
- synthetic fixtures in this repository are Apache-2.0. The release does not
140
- redistribute upstream media or annotation rows. References to upstream datasets
141
- remain subject to their own licenses and access terms.
142
 
143
  ## Citation
144
 
 
19
  - n<1K
20
  ---
21
 
22
+ # UniversalLabeler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ **A loss-audited interchange format for multilingual world-model annotations.**
25
+
26
+ ![Language surfaces converge into an evidence-linked semantic packet and expand into five languages.](assets/semantic-packet.svg)
27
+
28
+ UniversalLabeler separates what happened from how a language describes it. A
29
+ source annotation is represented as small, evidence-linked claims—action,
30
+ participants, hand roles, objects, state change, place, time and outcome. Human
31
+ language captions and dataset-native labels are projections of the same packet,
32
+ with omissions recorded rather than hidden.
33
+
34
+ This is a public data and schema release. It does not include a translation
35
+ service, model prompts or private processing infrastructure.
36
+
37
+ ## Release 1.0.1
38
+
39
+ | | |
40
+ |---|---:|
41
+ | Label-language profiles | 19 |
42
+ | Human languages | 5 |
43
+ | World-model dimensions | 22 |
44
+ | Typed annotation kinds | 13 |
45
+ | Controlled conformance frames | 6 |
46
+ | Language surfaces | 30 |
47
+ | License | Apache-2.0 |
48
+
49
+ Human-language profiles currently cover English, Simplified Chinese, Tagalog,
50
+ Spanish and experimental Hindi. The controlled examples are test fixtures, not
51
+ a general-purpose translation benchmark.
52
 
53
+ ## Data model
54
 
55
  ```text
56
+ native record + evidence
57
+
58
+
59
+ ┌─────────────────────────────────────────────┐
60
+ │ Universal Annotation Packet │
61
+ │ action · roles · hands · objects · state │
62
+ │ place · time · outcome · uncertainty │
63
+ │ evidence selectors · provenance │
64
+ └─────────────────────────────────────────────┘
65
+
66
+ ├── dataset-native label
67
+ ├── English
68
+ ├── 简体中文
69
+ ├── Tagalog
70
+ ├── Español
71
+ └── हिन्दी
72
  ```
73
 
74
+ The packet is compositional rather than a fixed dictionary of every possible
75
+ verb and noun. Concepts receive stable identifiers; semantic roles describe
76
+ their relationship to an event; evidence and source-clock selectors bind each
77
+ claim to the underlying record. Language-specific grammar remains in the
78
+ projection layer.
79
+
80
+ ## Repository contents
81
+
82
+ | Path | Purpose |
83
+ |---|---|
84
+ | `ontology/universal-annotation-core-v1.json` | Node types, predicates and availability dimensions |
85
+ | `data/label-languages-v1.json` | Dataset and human-language profiles |
86
+ | `data/world-model-label-audit-v1.json` | Cross-dataset supervision audit |
87
+ | `data/controlled-action-matrix.jsonl` | Five-language conformance fixtures |
88
+ | `schemas/` | Strict JSON Schemas for packets, projections and audits |
89
+ | `examples/fold-towel.uap.json` | Grounded event with hands, state, time and provenance |
90
+ | `examples/*.adapter.json` | Loss-audited dataset views |
91
+ | `rubrics/` | Bilingual review and evaluation protocol |
92
+ | `metadata/` | Reproducibility and validation records |
93
+
94
+ An interactive explanation is included at `demo/index.html`.
95
+
96
+ ## Recommended workflow
97
+
98
+ 1. Pin the source dataset, schema revision and native record.
99
+ 2. Preserve the native record and content digest.
100
+ 3. Encode only evidence-supported atomic claims. Mark missing dimensions as
101
+ not collected, not applicable or unknown.
102
+ 4. Render every target language directly from the same claim packet; do not use
103
+ one translated language as the source for the next.
104
+ 5. Record represented and omitted claim IDs for every projection.
105
+ 6. Validate against the included schemas.
106
+ 7. Require independent bilingual and evidence-grounded review before accepting
107
+ generated language as dataset annotation.
108
+
109
+ ## Evaluation boundary
110
+
111
+ Release validation checks schema correctness, content addressing, ontology
112
+ references, semantic equivalence across the controlled matrix, private-data
113
+ markers and byte-identical rebuilds. Exact results and hashes are in
114
+ `metadata/validation.json` and `SHA256SUMS`.
115
+
116
+ These checks establish format conformance. They do not establish open-vocabulary
117
+ translation quality. Round trips can reproduce the same mistake twice;
118
+ production releases still require bilingual review against video or other
119
+ source evidence. The proposed acceptance thresholds and adversarial strata are
120
+ specified in `rubrics/EVALUATION_PROTOCOL.md`.
121
+
122
+ ## Known limits
123
+
124
+ - The six controlled frames cover predicate–patient directives only.
125
+ - Chinese aspect and classifiers, Tagalog voice/pivot, Spanish morphology,
126
+ Hindi agreement, code switching, negation and quantifier scope need broader
127
+ reviewed data.
128
+ - The supervision audit identifies common world-model dimensions; it does not
129
+ claim complete adapters for every upstream dataset.
130
+ - Synthetic receipt identifiers are not evidence of human review.
131
 
132
  ## License
133
 
134
+ UniversalLabeler's original schemas, profiles, ontology and synthetic fixtures
135
+ are released under Apache-2.0. Upstream datasets, media and annotations retain
136
+ their own licenses and access conditions and are not redistributed here.
 
137
 
138
  ## Citation
139
 
SHA256SUMS CHANGED
@@ -1,14 +1,16 @@
1
  c95bae1d1ce0235ecccd3560b772ec1efb97f348a79f0fbe0a634f0c2ccefe2c LICENSE
2
- 0538b0fed676807332ee0cc06c5224edf14d83d666c42ffb63d5806beb7bc3ab README.md
 
3
  7412c4eb10fa8e0afec6dfa5985b80d0e304f35c47c073ec8bb556ba2bda5bf8 data/controlled-action-matrix.jsonl
4
  8325d9ce21a3c55eaee7e15128e0261a9fc5c1bb8b6afde975b41f7c0af45e2b data/label-languages-v1.json
5
  b3dccdd082dd6e01cc208c503d64a9a4be9ef8e1fc9b2a405e94ffd4a4688777 data/world-model-label-audit-v1.json
 
6
  1718b0990e41d2c8d5c8eacadd428da45a9b65d81dc0a01c7da5c65f3f9f1f8f examples/epic-action.adapter.json
7
  92c922dd3cda2624ee57a272b98fcf6377d4de8e6f3fa106926d256b41fc4683 examples/fold-towel.uap.json
8
  21a2e73a37aec0ca2ce5280030e624ba91ac36b0b7a0111b337923671cbf64de examples/instructional.adapter.json
9
  35ed9b284ca84069aeb8903244b0518be49422851e22242b7fce8ea07f674772 examples/world-model.adapter.json
10
- 11b18c4cc16ef58352f79a50b86ba58f9d11d8b59b120e98b9631fa228c59ba4 metadata/release.json
11
- 4f159b8493b9e422277e1ff83bbfc9636b8f67836c312ef1d9c85e1be0f33611 metadata/validation.json
12
  725a3e2812d7c5078cb00a1de88cad8f683b96253197a5da17867de170e2a70c ontology/universal-annotation-core-v1.json
13
  0ec38badd04c411a372a2ee6291028d199b73df2580febb939b59cd71e57c808 rubrics/EVALUATION_PROTOCOL.md
14
  4985672df3a562cb38ae4413a9d6cfe85ee930d8532e9a9de52bf8b570e35c65 rubrics/TRANSLATION_REVIEW.md
 
1
  c95bae1d1ce0235ecccd3560b772ec1efb97f348a79f0fbe0a634f0c2ccefe2c LICENSE
2
+ 167d6fdb9472cd3184e7ef982ce8edbf5aa7d66abc2aee662cbc406ab6f3ac15 README.md
3
+ 50c57ccb557bdfe3b887ff13412d5ef75cb52323e7c0fe519e36bada82fb3828 assets/semantic-packet.svg
4
  7412c4eb10fa8e0afec6dfa5985b80d0e304f35c47c073ec8bb556ba2bda5bf8 data/controlled-action-matrix.jsonl
5
  8325d9ce21a3c55eaee7e15128e0261a9fc5c1bb8b6afde975b41f7c0af45e2b data/label-languages-v1.json
6
  b3dccdd082dd6e01cc208c503d64a9a4be9ef8e1fc9b2a405e94ffd4a4688777 data/world-model-label-audit-v1.json
7
+ b48a7c9d755b783cdae4c0ba10ce80efcd3c16cdd6393d45ddf9d438d853ced7 demo/index.html
8
  1718b0990e41d2c8d5c8eacadd428da45a9b65d81dc0a01c7da5c65f3f9f1f8f examples/epic-action.adapter.json
9
  92c922dd3cda2624ee57a272b98fcf6377d4de8e6f3fa106926d256b41fc4683 examples/fold-towel.uap.json
10
  21a2e73a37aec0ca2ce5280030e624ba91ac36b0b7a0111b337923671cbf64de examples/instructional.adapter.json
11
  35ed9b284ca84069aeb8903244b0518be49422851e22242b7fce8ea07f674772 examples/world-model.adapter.json
12
+ 2d87b576757f2bac68c4f5eda3525ad8f3f248f35d5d3d74a191e500f9aee34e metadata/release.json
13
+ d2181691e25e5927c3e6f5d183ccfda1eba4b0c1d4ce967ed49ac6ca85a53d62 metadata/validation.json
14
  725a3e2812d7c5078cb00a1de88cad8f683b96253197a5da17867de170e2a70c ontology/universal-annotation-core-v1.json
15
  0ec38badd04c411a372a2ee6291028d199b73df2580febb939b59cd71e57c808 rubrics/EVALUATION_PROTOCOL.md
16
  4985672df3a562cb38ae4413a9d6cfe85ee930d8532e9a9de52bf8b570e35c65 rubrics/TRANSLATION_REVIEW.md
assets/semantic-packet.svg ADDED
demo/index.html ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="An interactive view of UniversalLabeler: language surfaces compress into evidence-linked semantic claims, then expand without discarding world information.">
7
+ <title>UniversalLabeler — Meaning, packed.</title>
8
+ <link rel="preconnect" href="https://fonts.googleapis.com">
9
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
+ <link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,600&amp;family=DM+Mono:wght@300;400;500&amp;display=swap" rel="stylesheet">
11
+ <style>
12
+ :root {
13
+ --paper: #efede5;
14
+ --paper-deep: #dfdcd1;
15
+ --ink: #161613;
16
+ --muted: #727066;
17
+ --signal: #ef4c2f;
18
+ --signal-soft: #ffc4ad;
19
+ --line: rgba(22, 22, 19, .22);
20
+ --line-strong: rgba(22, 22, 19, .72);
21
+ --serif: "Bodoni Moda", "Iowan Old Style", "Times New Roman", serif;
22
+ --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
23
+ }
24
+
25
+ * { box-sizing: border-box; }
26
+ html { scroll-behavior: smooth; }
27
+ body {
28
+ margin: 0;
29
+ color: var(--ink);
30
+ background:
31
+ linear-gradient(90deg, transparent calc(50% - .5px), rgba(22,22,19,.05) 50%, transparent calc(50% + .5px)),
32
+ var(--paper);
33
+ font-family: var(--mono);
34
+ overflow-x: hidden;
35
+ }
36
+ body::before {
37
+ content: "";
38
+ position: fixed;
39
+ inset: 0;
40
+ opacity: .08;
41
+ pointer-events: none;
42
+ z-index: 20;
43
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
44
+ mix-blend-mode: multiply;
45
+ }
46
+ button, a { font: inherit; }
47
+ button { color: inherit; }
48
+ ::selection { background: var(--signal); color: var(--paper); }
49
+
50
+ .shell { width: min(1600px, 100%); margin: 0 auto; padding: 0 28px; }
51
+ .topbar {
52
+ height: 72px;
53
+ border-bottom: 1px solid var(--line-strong);
54
+ display: grid;
55
+ grid-template-columns: 1fr auto 1fr;
56
+ align-items: center;
57
+ position: relative;
58
+ z-index: 5;
59
+ }
60
+ .mark { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
61
+ .mark-glyph { width: 28px; height: 28px; border: 1px solid var(--ink); display: grid; place-items: center; font-weight: 500; }
62
+ .top-center { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
63
+ .top-right { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
64
+ .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(239,76,47,.14); animation: breathe 2s infinite; }
65
+
66
+ .hero {
67
+ min-height: calc(100vh - 72px);
68
+ display: grid;
69
+ grid-template-rows: auto 1fr auto;
70
+ padding-top: 44px;
71
+ padding-bottom: 24px;
72
+ }
73
+ .hero-heading {
74
+ display: grid;
75
+ grid-template-columns: 1.25fr .75fr;
76
+ align-items: end;
77
+ gap: 40px;
78
+ margin-bottom: 40px;
79
+ }
80
+ h1 { margin: 0; font: 400 clamp(52px, 7vw, 118px)/.82 var(--serif); letter-spacing: -.055em; max-width: 980px; }
81
+ h1 em { color: var(--signal); font-style: italic; }
82
+ .lede { margin: 0 0 6px auto; max-width: 440px; font-size: 12px; line-height: 1.75; color: var(--muted); }
83
+ .lede strong { color: var(--ink); font-weight: 500; }
84
+
85
+ .machine {
86
+ min-height: 470px;
87
+ border-top: 1px solid var(--line-strong);
88
+ border-bottom: 1px solid var(--line-strong);
89
+ display: grid;
90
+ grid-template-columns: minmax(260px, .85fr) minmax(360px, 1.15fr) minmax(320px, 1fr);
91
+ position: relative;
92
+ isolation: isolate;
93
+ }
94
+ .machine::after {
95
+ content: "";
96
+ position: absolute;
97
+ inset: 0;
98
+ background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
99
+ background-size: 44px 44px;
100
+ opacity: .2;
101
+ pointer-events: none;
102
+ z-index: -1;
103
+ }
104
+ .panel { padding: 22px; min-width: 0; position: relative; }
105
+ .panel + .panel { border-left: 1px solid var(--line-strong); }
106
+ .panel-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
107
+ .panel-label span:last-child { color: var(--muted); }
108
+
109
+ .source-panel { display: flex; flex-direction: column; }
110
+ .evidence-window {
111
+ background: var(--ink);
112
+ color: var(--paper);
113
+ min-height: 220px;
114
+ position: relative;
115
+ overflow: hidden;
116
+ padding: 16px;
117
+ display: flex;
118
+ align-items: end;
119
+ }
120
+ .evidence-window::before {
121
+ content: "";
122
+ position: absolute;
123
+ width: 260px;
124
+ height: 260px;
125
+ border: 1px solid rgba(239,237,229,.2);
126
+ border-radius: 50%;
127
+ top: -122px;
128
+ right: -82px;
129
+ box-shadow: 0 0 0 34px rgba(239,237,229,.03), 0 0 0 68px rgba(239,237,229,.03);
130
+ }
131
+ .scene-glyph { position: absolute; inset: 0; }
132
+ .surface-line { position: relative; z-index: 2; font: 400 clamp(23px, 2.3vw, 38px)/1.05 var(--serif); max-width: 90%; }
133
+ .surface-line span { transition: color .35s, background .35s; }
134
+ .surface-line .hot { color: var(--signal-soft); }
135
+ .framecode { position: absolute; top: 14px; left: 16px; color: rgba(239,237,229,.48); font-size: 9px; letter-spacing: .12em; }
136
+ .scope-line { position: absolute; bottom: 0; left: 0; height: 3px; width: 100%; background: rgba(239,237,229,.16); }
137
+ .scope-line::after { content: ""; display: block; height: 100%; width: var(--progress, 0%); background: var(--signal); transition: width .8s ease; }
138
+ .evidence-meta { margin-top: auto; padding-top: 20px; display: grid; gap: 9px; font-size: 10px; }
139
+ .meta-row { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
140
+ .meta-row span:last-child { color: var(--muted); text-align: right; }
141
+
142
+ .core-panel { overflow: hidden; }
143
+ .core-stage { height: 355px; position: relative; display: grid; place-items: center; }
144
+ .orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; animation: turn 22s linear infinite; }
145
+ .orbit.one { width: 326px; height: 326px; }
146
+ .orbit.two { width: 250px; height: 250px; animation-duration: 15s; animation-direction: reverse; border-style: dashed; }
147
+ .orbit::before, .orbit::after { content: ""; position: absolute; width: 8px; height: 8px; background: var(--signal); border-radius: 50%; }
148
+ .orbit::before { left: 50%; top: -4px; }
149
+ .orbit::after { left: 50%; bottom: -4px; background: var(--ink); }
150
+ .core {
151
+ width: 178px;
152
+ height: 178px;
153
+ border-radius: 50%;
154
+ background: var(--ink);
155
+ color: var(--paper);
156
+ position: relative;
157
+ display: grid;
158
+ place-items: center;
159
+ text-align: center;
160
+ box-shadow: 0 0 0 12px var(--paper), 0 0 0 13px var(--ink);
161
+ z-index: 3;
162
+ }
163
+ .core::before { content: ""; position: absolute; inset: 16px; border: 1px dashed rgba(239,237,229,.34); border-radius: 50%; animation: turn 12s linear infinite; }
164
+ .core-copy { position: relative; }
165
+ .core-kicker { font-size: 9px; letter-spacing: .18em; color: var(--signal-soft); }
166
+ .core-name { display: block; margin: 9px 0 5px; font: 400 25px/1 var(--serif); }
167
+ .core-count { font-size: 9px; letter-spacing: .08em; color: rgba(239,237,229,.6); }
168
+ .claim-node { position: absolute; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; background: var(--paper); border: 1px solid var(--ink); padding: 5px 7px; z-index: 4; transition: transform .3s, background .3s, color .3s; }
169
+ .claim-node.active { background: var(--signal); color: var(--paper); transform: scale(1.08); }
170
+ .n1{top:14px;left:19%}.n2{top:49px;right:6%}.n3{top:139px;right:0}.n4{bottom:58px;right:8%}.n5{bottom:8px;right:29%}.n6{bottom:18px;left:14%}.n7{bottom:92px;left:0}.n8{top:117px;left:0}.n9{top:45px;left:5%}
171
+ .compression-meter { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
172
+ .metric { padding: 11px; border-right: 1px solid var(--line); }
173
+ .metric:last-child { border: 0; }
174
+ .metric b { display: block; font: 400 22px/1 var(--serif); }
175
+ .metric span { font-size: 8px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
176
+
177
+ .outputs { display: flex; flex-direction: column; gap: 0; }
178
+ .output {
179
+ appearance: none;
180
+ border: 0;
181
+ border-top: 1px solid var(--line);
182
+ background: transparent;
183
+ padding: 14px 0;
184
+ display: grid;
185
+ grid-template-columns: 58px 1fr 20px;
186
+ align-items: baseline;
187
+ gap: 10px;
188
+ text-align: left;
189
+ cursor: pointer;
190
+ transition: padding .25s, color .25s;
191
+ }
192
+ .output:first-child { border-top: 0; }
193
+ .output:hover, .output.active { padding-left: 10px; color: var(--signal); }
194
+ .output-code { font-size: 9px; color: var(--muted); text-transform: uppercase; }
195
+ .output-text { font: 400 clamp(17px, 1.45vw, 24px)/1.15 var(--serif); }
196
+ .output-check { font-size: 11px; opacity: .3; }
197
+ .output.active .output-check { opacity: 1; }
198
+ .ledger { margin-top: auto; background: var(--paper-deep); padding: 13px; font-size: 9px; line-height: 1.8; }
199
+ .ledger-line { display: flex; justify-content: space-between; }
200
+ .ledger-line b { font-weight: 400; color: var(--signal); }
201
+
202
+ .scenario-strip { display: grid; grid-template-columns: auto repeat(4, 1fr) auto; align-items: stretch; min-height: 66px; }
203
+ .strip-label { padding: 0 18px 0 0; display: flex; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
204
+ .scenario {
205
+ appearance: none; background: transparent; border: 0; border-left: 1px solid var(--line); padding: 12px 16px; text-align: left; cursor: pointer; position: relative;
206
+ }
207
+ .scenario::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--signal); transition: right .35s; }
208
+ .scenario.active::after { right: 0; }
209
+ .scenario-num { display: block; color: var(--muted); font-size: 8px; margin-bottom: 5px; }
210
+ .scenario-name { font: 400 15px/1 var(--serif); }
211
+ .pause { appearance: none; border: 0; border-left: 1px solid var(--line); background: transparent; width: 58px; cursor: pointer; font-size: 15px; }
212
+
213
+ .particle { position: fixed; z-index: 30; pointer-events: none; background: var(--signal); color: var(--paper); font-size: 8px; padding: 4px 7px; border-radius: 12px; white-space: nowrap; transition: transform .72s cubic-bezier(.7,0,.25,1), opacity .2s .55s; }
214
+
215
+ .thesis { padding: 108px 0 90px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; border-bottom: 1px solid var(--line-strong); }
216
+ .thesis-index { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
217
+ .thesis h2 { font: 400 clamp(42px, 5vw, 82px)/.94 var(--serif); letter-spacing: -.04em; margin: 0; }
218
+ .thesis h2 em { color: var(--signal); }
219
+ .thesis-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 54px; font-size: 11px; line-height: 1.8; color: var(--muted); }
220
+ .thesis-copy strong { color: var(--ink); font-weight: 500; }
221
+
222
+ .packet-section { padding: 72px 0 100px; }
223
+ .section-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line-strong); padding-bottom: 18px; }
224
+ .section-head h2 { margin: 0; font: 400 clamp(38px,4vw,64px)/1 var(--serif); letter-spacing: -.035em; }
225
+ .section-head p { max-width: 440px; font-size: 10px; line-height: 1.7; color: var(--muted); margin: 0; }
226
+ .packet-table { display: grid; }
227
+ .packet-row { display: grid; grid-template-columns: 42px 180px 1fr 95px; gap: 18px; align-items: center; min-height: 64px; border-bottom: 1px solid var(--line); transition: background .2s; }
228
+ .packet-row:hover { background: rgba(255,255,255,.22); }
229
+ .packet-row .idx { color: var(--muted); font-size: 9px; }
230
+ .packet-row .field { text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
231
+ .packet-row .value { font: 400 19px/1.2 var(--serif); }
232
+ .packet-row .state { justify-self: end; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; color: var(--signal); }
233
+
234
+ footer { background: var(--ink); color: var(--paper); padding: 28px; }
235
+ .footer-inner { width: min(1544px,100%); margin: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
236
+ .footer-title { font: 400 clamp(38px,6vw,92px)/.86 var(--serif); letter-spacing: -.045em; }
237
+ .footer-meta { text-align: right; font-size: 9px; line-height: 1.9; color: rgba(239,237,229,.56); }
238
+ .footer-meta a { color: var(--paper); text-decoration-color: var(--signal); text-underline-offset: 4px; }
239
+
240
+ @keyframes turn { to { transform: rotate(360deg); } }
241
+ @keyframes breathe { 50% { opacity: .35; transform: scale(.8); } }
242
+ @keyframes scan { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
243
+
244
+ @media (max-width: 1050px) {
245
+ .hero-heading { grid-template-columns: 1fr; }
246
+ .lede { margin-left: 0; }
247
+ .machine { grid-template-columns: 1fr 1.25fr; }
248
+ .source-panel { display: none; }
249
+ .core-panel { border-left: 0 !important; }
250
+ .scenario-strip { grid-template-columns: repeat(4,1fr) auto; }
251
+ .strip-label { display: none; }
252
+ }
253
+ @media (max-width: 700px) {
254
+ .shell { padding: 0 16px; }
255
+ .topbar { grid-template-columns: 1fr auto; height: 62px; }
256
+ .top-center { display: none; }
257
+ .top-right span:not(.status-dot) { display: none; }
258
+ .hero { padding-top: 30px; }
259
+ h1 { font-size: clamp(48px,16vw,74px); }
260
+ .machine { display: block; }
261
+ .core-panel { height: 430px; border-bottom: 1px solid var(--line-strong); }
262
+ .outputs-panel { min-height: 420px; border-left: 0 !important; }
263
+ .scenario-strip { grid-template-columns: 1fr 1fr; }
264
+ .scenario { border-bottom: 1px solid var(--line); }
265
+ .pause { position: absolute; top: 14px; right: 16px; border: 1px solid var(--line); width: 36px; height: 30px; z-index: 8; }
266
+ .thesis { grid-template-columns: 1fr; padding: 72px 0; }
267
+ .thesis-copy { grid-template-columns: 1fr; margin-top: 34px; }
268
+ .section-head { display: block; }
269
+ .section-head p { margin-top: 20px; }
270
+ .packet-row { grid-template-columns: 28px 100px 1fr; gap: 8px; }
271
+ .packet-row .state { display: none; }
272
+ .packet-row .value { font-size: 16px; }
273
+ .footer-inner { grid-template-columns: 1fr; }
274
+ .footer-meta { text-align: left; }
275
+ }
276
+ @media (prefers-reduced-motion: reduce) {
277
+ *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
278
+ .particle { display: none; }
279
+ }
280
+ </style>
281
+ </head>
282
+ <body>
283
+ <header class="shell topbar">
284
+ <div class="mark"><span class="mark-glyph">U</span><span>UniversalLabeler</span></div>
285
+ <div class="top-center">Loss-resistant annotation translation</div>
286
+ <div class="top-right"><span class="status-dot" aria-hidden="true"></span><span>v1.0.1 / Public spec</span></div>
287
+ </header>
288
+
289
+ <main>
290
+ <section class="shell hero" aria-labelledby="hero-title">
291
+ <div class="hero-heading">
292
+ <h1 id="hero-title">Language changes.<br>The <em>event</em> does not.</h1>
293
+ <p class="lede"><strong>Pack the world, not just the sentence.</strong> UniversalLabeler turns an annotation into addressable claims—action, actors, hands, objects, state, place, time, outcome and evidence—then renders each language from the same packet.</p>
294
+ </div>
295
+
296
+ <div class="machine" id="machine">
297
+ <section class="panel source-panel" aria-label="Source evidence">
298
+ <div class="panel-label"><span>01 / Observe</span><span id="source-locale">EN source</span></div>
299
+ <div class="evidence-window">
300
+ <div class="framecode" id="framecode">FRAME 01:00:01.000—01:00:08.000</div>
301
+ <svg class="scene-glyph" viewBox="0 0 420 260" aria-hidden="true">
302
+ <g fill="none" stroke="rgba(239,237,229,.28)" stroke-width="1.4">
303
+ <path d="M38 190H382M94 190v42M330 190v42"/>
304
+ <path id="object-shape" d="M145 154 Q210 126 275 154 L260 182H157Z"/>
305
+ <path d="M45 94Q93 105 142 151M375 92Q328 106 276 151"/>
306
+ <circle cx="45" cy="94" r="9"/><circle cx="375" cy="92" r="9"/>
307
+ </g>
308
+ <g fill="#ef4c2f"><circle cx="142" cy="151" r="4"/><circle cx="276" cy="151" r="4"/></g>
309
+ <text x="51" y="86" fill="rgba(239,237,229,.58)" font-family="monospace" font-size="8">LEFT / STABILIZE</text>
310
+ <text x="283" y="84" fill="rgba(239,237,229,.58)" font-family="monospace" font-size="8">RIGHT / ACT</text>
311
+ </svg>
312
+ <div class="surface-line" id="source-text">Fold the <span class="hot">towel</span> on the table with both hands.</div>
313
+ <div class="scope-line" id="scope-line"></div>
314
+ </div>
315
+ <div class="evidence-meta">
316
+ <div class="meta-row"><span>EVIDENCE</span><span>head_video · hand_pose</span></div>
317
+ <div class="meta-row"><span>ENVIRONMENT</span><span id="environment">indoor · laundry area</span></div>
318
+ <div class="meta-row"><span>TIME SCOPE</span><span id="time-scope">7.00 s · episode_clock</span></div>
319
+ <div class="meta-row"><span>PROVENANCE</span><span>source-bound · reviewed</span></div>
320
+ </div>
321
+ </section>
322
+
323
+ <section class="panel core-panel" aria-label="Semantic packet">
324
+ <div class="panel-label"><span>02 / Pack</span><span>UAP core v1</span></div>
325
+ <div class="core-stage">
326
+ <div class="orbit one"></div><div class="orbit two"></div>
327
+ <span class="claim-node n1" data-claim="action">action</span>
328
+ <span class="claim-node n2" data-claim="patient">object</span>
329
+ <span class="claim-node n3" data-claim="hands">hands</span>
330
+ <span class="claim-node n4" data-claim="state">state Δ</span>
331
+ <span class="claim-node n5" data-claim="outcome">outcome</span>
332
+ <span class="claim-node n6" data-claim="evidence">evidence</span>
333
+ <span class="claim-node n7" data-claim="time">time</span>
334
+ <span class="claim-node n8" data-claim="place">place</span>
335
+ <span class="claim-node n9" data-claim="roles">roles</span>
336
+ <div class="core" id="core">
337
+ <div class="core-copy"><span class="core-kicker">CONTENT-BOUND</span><span class="core-name">meaning<br>packet</span><span class="core-count">10 / 10 claims</span></div>
338
+ </div>
339
+ <div class="compression-meter">
340
+ <div class="metric"><b id="claim-count">10</b><span>atomic claims</span></div>
341
+ <div class="metric"><b>0</b><span>silent drops</span></div>
342
+ <div class="metric"><b>5</b><span>projections</span></div>
343
+ </div>
344
+ </div>
345
+ </section>
346
+
347
+ <section class="panel outputs-panel" aria-label="Language projections">
348
+ <div class="panel-label"><span>03 / Project</span><span>one packet → many surfaces</span></div>
349
+ <div class="outputs" id="outputs"></div>
350
+ <div class="ledger">
351
+ <div class="ledger-line"><span>CLAIMS REPRESENTED</span><b id="represented">10 / 10</b></div>
352
+ <div class="ledger-line"><span>CLAIMS OMITTED</span><b>0</b></div>
353
+ <div class="ledger-line"><span>REVIEW STATE</span><b>CONFORMANCE</b></div>
354
+ </div>
355
+ </section>
356
+ </div>
357
+
358
+ <nav class="scenario-strip" aria-label="Example events">
359
+ <span class="strip-label">Select event</span>
360
+ <button class="scenario active" data-scene="0"><span class="scenario-num">01</span><span class="scenario-name">Fold textile</span></button>
361
+ <button class="scenario" data-scene="1"><span class="scenario-num">02</span><span class="scenario-name">Open container</span></button>
362
+ <button class="scenario" data-scene="2"><span class="scenario-num">03</span><span class="scenario-name">Place object</span></button>
363
+ <button class="scenario" data-scene="3"><span class="scenario-num">04</span><span class="scenario-name">Cut ingredient</span></button>
364
+ <button class="pause" id="pause" aria-label="Pause automatic examples" title="Pause animation">Ⅱ</button>
365
+ </nav>
366
+ </section>
367
+
368
+ <section class="shell thesis">
369
+ <div class="thesis-index">00 / Design principle</div>
370
+ <div>
371
+ <h2>Compress the <em>description.</em><br>Keep the world.</h2>
372
+ <div class="thesis-copy">
373
+ <p><strong>A universal vocabulary is not an infinite dictionary.</strong> It is a compositional address space. New actions and nouns become concept IDs; roles describe how they participate; evidence says why each claim is believed.</p>
374
+ <p><strong>Fluent text is a view, not the database.</strong> English, Chinese, Tagalog, Spanish and Hindi can choose their own word order and grammar without becoming the authority for hands, state, timing or geometry.</p>
375
+ </div>
376
+ </div>
377
+ </section>
378
+
379
+ <section class="shell packet-section" aria-labelledby="packet-title">
380
+ <div class="section-head">
381
+ <h2 id="packet-title">Inside one event.</h2>
382
+ <p>The visible sentence is short. The packet remains explicit. Click an event above and every value below updates from the same semantic frame.</p>
383
+ </div>
384
+ <div class="packet-table" id="packet-table"></div>
385
+ </section>
386
+ </main>
387
+
388
+ <footer>
389
+ <div class="footer-inner">
390
+ <div class="footer-title">Meaning,<br>packed.</div>
391
+ <div class="footer-meta">UNIVERSAL LABELER / RELEASE 1.0.1<br>5 HUMAN LANGUAGES · 22 WORLD DIMENSIONS<br><a href="https://huggingface.co/datasets/itspublu/UniversalLabeler">VIEW DATA + SCHEMAS ↗</a></div>
392
+ </div>
393
+ </footer>
394
+
395
+ <script>
396
+ const scenes = [
397
+ {
398
+ name: "fold_towel", source: "Fold the towel on the table with both hands.", hot: "towel",
399
+ environment: "indoor · laundry area", duration: "7.00 s · episode_clock", claims: 10,
400
+ values: { action: "fold", agent: "human performer", roles: "left stabilizes · right acts", object: "towel_01 · patient", place: "table · laundry area", before: "unfolded · dry", after: "folded · dry", time: "1.00—8.00 s", outcome: "success", evidence: "RGB · hand pose · narration" },
401
+ text: { en: "Fold the towel on the table with both hands.", zh: "用双手在桌上把毛巾叠好。", tl: "Tiklupin ang tuwalya sa mesa gamit ang dalawang kamay.", es: "Dobla la toalla sobre la mesa con ambas manos.", hi: "दोनों हाथों से मेज़ पर तौलिया मोड़ें।" }
402
+ },
403
+ {
404
+ name: "open_jar", source: "Hold the jar with the left hand and unscrew the lid with the right.", hot: "unscrew",
405
+ environment: "indoor · kitchen counter", duration: "4.20 s · episode_clock", claims: 11,
406
+ values: { action: "unscrew", agent: "human performer", roles: "left stabilizes · right rotates", object: "lid_01 · patient", place: "jar · kitchen counter", before: "jar sealed", after: "jar open", time: "12.30—16.50 s", outcome: "success", evidence: "RGB · hand pose · object track" },
407
+ text: { en: "Hold the jar with the left hand and unscrew the lid with the right.", zh: "左手扶稳罐子,右手拧开盖子。", tl: "Hawakan ang garapon sa kaliwang kamay at pihitin ang takip gamit ang kanan.", es: "Sujeta el frasco con la izquierda y desenrosca la tapa con la derecha.", hi: "बाएँ हाथ से जार को थामें और दाएँ हाथ से ढक्कन खोलें।" }
408
+ },
409
+ {
410
+ name: "place_mug", source: "Place the blue mug upright on the upper shelf using the right hand.", hot: "upper shelf",
411
+ environment: "indoor · storage cabinet", duration: "2.80 s · episode_clock", claims: 10,
412
+ values: { action: "place", agent: "human performer", roles: "right acts · left idle", object: "blue_mug_01 · patient", place: "upper_shelf · destination", before: "held · tilted", after: "supported · upright", time: "21.10—23.90 s", outcome: "stable placement", evidence: "RGB · depth · object pose" },
413
+ text: { en: "Place the blue mug upright on the upper shelf using the right hand.", zh: "用右手把蓝色杯子直立放到上层架子上。", tl: "Ilagay nang patayo ang asul na tasa sa itaas na estante gamit ang kanang kamay.", es: "Coloca la taza azul en posición vertical sobre el estante superior con la mano derecha.", hi: "दाएँ हाथ से नीले मग को ऊपरी शेल्फ़ पर सीधा रखें।" }
414
+ },
415
+ {
416
+ name: "slice_tomato", source: "Stabilize the tomato with the left hand and slice it with the knife.", hot: "knife",
417
+ environment: "indoor · food prep station", duration: "5.60 s · episode_clock", claims: 12,
418
+ values: { action: "slice", agent: "human performer", roles: "left stabilizes · right cuts", object: "tomato_01 · patient", place: "cutting_board · support", before: "whole tomato", after: "separated slices", time: "31.00—36.60 s", outcome: "cut completed", evidence: "RGB · contact · temporal span" },
419
+ text: { en: "Stabilize the tomato with the left hand and slice it with the knife.", zh: "左手扶稳番茄,用刀将它切片。", tl: "Hawakan nang matatag ang kamatis sa kaliwang kamay at hiwain ito gamit ang kutsilyo.", es: "Sujeta el tomate con la mano izquierda y córtalo en rodajas con el cuchillo.", hi: "बाएँ हाथ से टमाटर को स्थिर रखें और चाकू से उसके टुकड़े काटें।" }
420
+ }
421
+ ];
422
+
423
+ const languageNames = { en: "English", zh: "简体中文", tl: "Tagalog", es: "Español", hi: "हिन्दी" };
424
+ const output = document.querySelector("#outputs");
425
+ const table = document.querySelector("#packet-table");
426
+ const core = document.querySelector("#core");
427
+ const machine = document.querySelector("#machine");
428
+ let sceneIndex = 0;
429
+ let activeLanguage = "tl";
430
+ let playing = true;
431
+ let timer;
432
+
433
+ function renderOutputs(scene) {
434
+ output.innerHTML = Object.entries(scene.text).map(([code, value]) => `
435
+ <button class="output ${code === activeLanguage ? "active" : ""}" data-language="${code}" aria-label="Highlight ${languageNames[code]}">
436
+ <span class="output-code">${code}</span><span class="output-text" lang="${code}">${value}</span><span class="output-check">✓</span>
437
+ </button>`).join("");
438
+ output.querySelectorAll(".output").forEach(button => button.addEventListener("click", () => {
439
+ activeLanguage = button.dataset.language;
440
+ renderOutputs(scenes[sceneIndex]);
441
+ launchParticles();
442
+ }));
443
+ }
444
+
445
+ function renderTable(scene) {
446
+ const rows = [
447
+ ["action", scene.values.action], ["agent", scene.values.agent], ["effector roles", scene.values.roles],
448
+ ["primary object", scene.values.object], ["environment", scene.values.place], ["state before", scene.values.before],
449
+ ["state after", scene.values.after], ["temporal scope", scene.values.time], ["outcome", scene.values.outcome], ["evidence", scene.values.evidence]
450
+ ];
451
+ table.innerHTML = rows.map((row, i) => `<div class="packet-row"><span class="idx">${String(i+1).padStart(2,"0")}</span><span class="field">${row[0]}</span><span class="value">${row[1]}</span><span class="state">preserved</span></div>`).join("");
452
+ }
453
+
454
+ function launchParticles() {
455
+ if (window.matchMedia("(prefers-reduced-motion: reduce)").matches) return;
456
+ const source = document.querySelector("#source-text");
457
+ const target = output.querySelector(".output.active .output-text") || output.querySelector(".output-text");
458
+ if (!source || !target || window.innerWidth < 720) return;
459
+ const a = source.getBoundingClientRect(), c = core.getBoundingClientRect(), b = target.getBoundingClientRect();
460
+ const labels = ["ACTION", "ROLE", "OBJECT", "STATE", "TIME", "EVIDENCE"];
461
+ labels.forEach((label, i) => {
462
+ const p = document.createElement("span");
463
+ p.className = "particle"; p.textContent = label;
464
+ p.style.left = `${a.right - 30}px`; p.style.top = `${a.top + 22 + (i%3)*24}px`; p.style.opacity = "1";
465
+ document.body.appendChild(p);
466
+ requestAnimationFrame(() => {
467
+ p.style.transform = `translate(${c.left + c.width/2 - a.right - 8}px, ${c.top + c.height/2 - a.top - 28 - (i%3)*24}px) scale(.55)`;
468
+ });
469
+ setTimeout(() => {
470
+ p.style.transition = "transform .68s cubic-bezier(.7,0,.25,1), opacity .2s .5s";
471
+ p.style.transform = `translate(${b.left - a.right + 5}px, ${b.top - a.top - (i%3)*24}px) scale(.35)`;
472
+ p.style.opacity = "0";
473
+ }, 760 + i*35);
474
+ setTimeout(() => p.remove(), 1550 + i*35);
475
+ });
476
+ const nodes = [...document.querySelectorAll(".claim-node")];
477
+ nodes.forEach((node, i) => setTimeout(() => { node.classList.add("active"); setTimeout(() => node.classList.remove("active"), 300); }, i*80));
478
+ }
479
+
480
+ function setScene(index, animate = true) {
481
+ sceneIndex = index;
482
+ const scene = scenes[index];
483
+ document.querySelectorAll(".scenario").forEach((b, i) => b.classList.toggle("active", i === index));
484
+ const source = scene.source.replace(scene.hot, `<span class="hot">${scene.hot}</span>`);
485
+ document.querySelector("#source-text").innerHTML = source;
486
+ document.querySelector("#environment").textContent = scene.environment;
487
+ document.querySelector("#time-scope").textContent = scene.duration;
488
+ document.querySelector("#framecode").textContent = `EVENT / ${scene.name.toUpperCase()}`;
489
+ document.querySelector("#claim-count").textContent = scene.claims;
490
+ document.querySelector(".core-count").textContent = `${scene.claims} / ${scene.claims} claims`;
491
+ document.querySelector("#represented").textContent = `${scene.claims} / ${scene.claims}`;
492
+ document.querySelector("#scope-line").style.setProperty("--progress", "0%");
493
+ requestAnimationFrame(() => document.querySelector("#scope-line").style.setProperty("--progress", "100%"));
494
+ renderOutputs(scene); renderTable(scene);
495
+ if (animate) setTimeout(launchParticles, 120);
496
+ }
497
+
498
+ function schedule() {
499
+ clearInterval(timer);
500
+ if (playing) timer = setInterval(() => setScene((sceneIndex + 1) % scenes.length), 6200);
501
+ }
502
+
503
+ document.querySelectorAll(".scenario").forEach(button => button.addEventListener("click", () => {
504
+ setScene(Number(button.dataset.scene)); schedule();
505
+ }));
506
+ document.querySelector("#pause").addEventListener("click", (event) => {
507
+ playing = !playing; event.currentTarget.textContent = playing ? "Ⅱ" : "▶";
508
+ event.currentTarget.setAttribute("aria-label", playing ? "Pause automatic examples" : "Play automatic examples"); schedule();
509
+ });
510
+
511
+ setScene(0, false); schedule();
512
+ window.addEventListener("load", () => setTimeout(launchParticles, 900), { once: true });
513
+ </script>
514
+ </body>
515
+ </html>
metadata/release.json CHANGED
@@ -1 +1 @@
1
- {"artifacts":[{"bytes":11358,"path":"LICENSE","sha256":"sha256:c95bae1d1ce0235ecccd3560b772ec1efb97f348a79f0fbe0a634f0c2ccefe2c"},{"bytes":6034,"path":"README.md","sha256":"sha256:0538b0fed676807332ee0cc06c5224edf14d83d666c42ffb63d5806beb7bc3ab"},{"bytes":9979,"path":"data/controlled-action-matrix.jsonl","sha256":"sha256:7412c4eb10fa8e0afec6dfa5985b80d0e304f35c47c073ec8bb556ba2bda5bf8"},{"bytes":61745,"path":"data/label-languages-v1.json","sha256":"sha256:8325d9ce21a3c55eaee7e15128e0261a9fc5c1bb8b6afde975b41f7c0af45e2b"},{"bytes":16375,"path":"data/world-model-label-audit-v1.json","sha256":"sha256:b3dccdd082dd6e01cc208c503d64a9a4be9ef8e1fc9b2a405e94ffd4a4688777"},{"bytes":523,"path":"examples/epic-action.adapter.json","sha256":"sha256:1718b0990e41d2c8d5c8eacadd428da45a9b65d81dc0a01c7da5c65f3f9f1f8f"},{"bytes":11194,"path":"examples/fold-towel.uap.json","sha256":"sha256:92c922dd3cda2624ee57a272b98fcf6377d4de8e6f3fa106926d256b41fc4683"},{"bytes":1104,"path":"examples/instructional.adapter.json","sha256":"sha256:21a2e73a37aec0ca2ce5280030e624ba91ac36b0b7a0111b337923671cbf64de"},{"bytes":1866,"path":"examples/world-model.adapter.json","sha256":"sha256:35ed9b284ca84069aeb8903244b0518be49422851e22242b7fce8ea07f674772"},{"bytes":698,"path":"metadata/validation.json","sha256":"sha256:4f159b8493b9e422277e1ff83bbfc9636b8f67836c312ef1d9c85e1be0f33611"},{"bytes":3086,"path":"ontology/universal-annotation-core-v1.json","sha256":"sha256:725a3e2812d7c5078cb00a1de88cad8f683b96253197a5da17867de170e2a70c"},{"bytes":1663,"path":"rubrics/EVALUATION_PROTOCOL.md","sha256":"sha256:0ec38badd04c411a372a2ee6291028d199b73df2580febb939b59cd71e57c808"},{"bytes":3599,"path":"rubrics/TRANSLATION_REVIEW.md","sha256":"sha256:4985672df3a562cb38ae4413a9d6cfe85ee930d8532e9a9de52bf8b570e35c65"},{"bytes":2549,"path":"schemas/controlled-action-matrix.schema.json","sha256":"sha256:475bbcd5edb96f39b2b27d41439b22852c551e8329662f5901a516b4e05f5ad1"},{"bytes":1805,"path":"schemas/deconstructed-english.schema.json","sha256":"sha256:ecb0fbb54703efd506c6d01d65d6a304435a3d32219398d3cf5695d3ea0c85b7"},{"bytes":25182,"path":"schemas/eval-common.schema.json","sha256":"sha256:7c551f19fcdcf1a712cdca03917df99a7dbc365b5d5c606fb383212ecb3b1fc9"},{"bytes":10785,"path":"schemas/grounded-label-graph.schema.json","sha256":"sha256:b12247a9489e290d603d6e4f5418b1ef258a2de3f55ad7474d60ad880161d041"},{"bytes":8287,"path":"schemas/label-language-profile.schema.json","sha256":"sha256:66bb12794fd0f8db4ce2fe3737ea429c7d0bcf5d38c6ebca490999eda4ce1f02"},{"bytes":2492,"path":"schemas/round-trip-audit.schema.json","sha256":"sha256:a7c13bb6f1f2919e093302015b0f8a017e4fa15637669d88c0cb3be87f222a62"},{"bytes":1315,"path":"schemas/universal-annotation-adapter.schema.json","sha256":"sha256:09bcb3c68be6021be69a4926d376bb2eb8231f7ea7f93bea9b63818ecaeea072"},{"bytes":1417,"path":"schemas/universal-annotation-ontology.schema.json","sha256":"sha256:d3f8e87c5a25ce0073c929866c0446e9b35dfa6ea5aa8c19dfe4b8485dd37121"},{"bytes":7917,"path":"schemas/universal-annotation-packet.schema.json","sha256":"sha256:e7d7517a40031b22e222e1986335f1e65576bdbbcdc0f3ec1956e8ccef11ca82"},{"bytes":1535,"path":"schemas/universal-annotation-projection.schema.json","sha256":"sha256:54f2544a469f4bd24be9fcbbbad40264d15d7951d77c4fb3ca023ed21b430907"},{"bytes":8763,"path":"schemas/universal-translation.schema.json","sha256":"sha256:ec76d98f4686f07b8bb35844628f5a6ea779df23596ac8733f580afdef6e582f"},{"bytes":2779,"path":"schemas/world-model-label-audit.schema.json","sha256":"sha256:f8ffb778dbb51dafb2faa0f7aa54c791e02369a570728a72fb30d0ba8adf3cbd"}],"license":"Apache-2.0","private_runtime_published":false,"public_product":"data_schemas_examples_and_rubrics","release_id":"universal-labeler-v1.0.0","repository_id":"itspublu/UniversalLabeler","schema_version":"1.0.0","version":"1.0.0"}
 
1
+ {"artifacts":[{"bytes":11358,"path":"LICENSE","sha256":"sha256:c95bae1d1ce0235ecccd3560b772ec1efb97f348a79f0fbe0a634f0c2ccefe2c"},{"bytes":5606,"path":"README.md","sha256":"sha256:167d6fdb9472cd3184e7ef982ce8edbf5aa7d66abc2aee662cbc406ab6f3ac15"},{"bytes":2756,"path":"assets/semantic-packet.svg","sha256":"sha256:50c57ccb557bdfe3b887ff13412d5ef75cb52323e7c0fe519e36bada82fb3828"},{"bytes":9979,"path":"data/controlled-action-matrix.jsonl","sha256":"sha256:7412c4eb10fa8e0afec6dfa5985b80d0e304f35c47c073ec8bb556ba2bda5bf8"},{"bytes":61745,"path":"data/label-languages-v1.json","sha256":"sha256:8325d9ce21a3c55eaee7e15128e0261a9fc5c1bb8b6afde975b41f7c0af45e2b"},{"bytes":16375,"path":"data/world-model-label-audit-v1.json","sha256":"sha256:b3dccdd082dd6e01cc208c503d64a9a4be9ef8e1fc9b2a405e94ffd4a4688777"},{"bytes":31882,"path":"demo/index.html","sha256":"sha256:b48a7c9d755b783cdae4c0ba10ce80efcd3c16cdd6393d45ddf9d438d853ced7"},{"bytes":523,"path":"examples/epic-action.adapter.json","sha256":"sha256:1718b0990e41d2c8d5c8eacadd428da45a9b65d81dc0a01c7da5c65f3f9f1f8f"},{"bytes":11194,"path":"examples/fold-towel.uap.json","sha256":"sha256:92c922dd3cda2624ee57a272b98fcf6377d4de8e6f3fa106926d256b41fc4683"},{"bytes":1104,"path":"examples/instructional.adapter.json","sha256":"sha256:21a2e73a37aec0ca2ce5280030e624ba91ac36b0b7a0111b337923671cbf64de"},{"bytes":1866,"path":"examples/world-model.adapter.json","sha256":"sha256:35ed9b284ca84069aeb8903244b0518be49422851e22242b7fce8ea07f674772"},{"bytes":698,"path":"metadata/validation.json","sha256":"sha256:d2181691e25e5927c3e6f5d183ccfda1eba4b0c1d4ce967ed49ac6ca85a53d62"},{"bytes":3086,"path":"ontology/universal-annotation-core-v1.json","sha256":"sha256:725a3e2812d7c5078cb00a1de88cad8f683b96253197a5da17867de170e2a70c"},{"bytes":1663,"path":"rubrics/EVALUATION_PROTOCOL.md","sha256":"sha256:0ec38badd04c411a372a2ee6291028d199b73df2580febb939b59cd71e57c808"},{"bytes":3599,"path":"rubrics/TRANSLATION_REVIEW.md","sha256":"sha256:4985672df3a562cb38ae4413a9d6cfe85ee930d8532e9a9de52bf8b570e35c65"},{"bytes":2549,"path":"schemas/controlled-action-matrix.schema.json","sha256":"sha256:475bbcd5edb96f39b2b27d41439b22852c551e8329662f5901a516b4e05f5ad1"},{"bytes":1805,"path":"schemas/deconstructed-english.schema.json","sha256":"sha256:ecb0fbb54703efd506c6d01d65d6a304435a3d32219398d3cf5695d3ea0c85b7"},{"bytes":25182,"path":"schemas/eval-common.schema.json","sha256":"sha256:7c551f19fcdcf1a712cdca03917df99a7dbc365b5d5c606fb383212ecb3b1fc9"},{"bytes":10785,"path":"schemas/grounded-label-graph.schema.json","sha256":"sha256:b12247a9489e290d603d6e4f5418b1ef258a2de3f55ad7474d60ad880161d041"},{"bytes":8287,"path":"schemas/label-language-profile.schema.json","sha256":"sha256:66bb12794fd0f8db4ce2fe3737ea429c7d0bcf5d38c6ebca490999eda4ce1f02"},{"bytes":2492,"path":"schemas/round-trip-audit.schema.json","sha256":"sha256:a7c13bb6f1f2919e093302015b0f8a017e4fa15637669d88c0cb3be87f222a62"},{"bytes":1315,"path":"schemas/universal-annotation-adapter.schema.json","sha256":"sha256:09bcb3c68be6021be69a4926d376bb2eb8231f7ea7f93bea9b63818ecaeea072"},{"bytes":1417,"path":"schemas/universal-annotation-ontology.schema.json","sha256":"sha256:d3f8e87c5a25ce0073c929866c0446e9b35dfa6ea5aa8c19dfe4b8485dd37121"},{"bytes":7917,"path":"schemas/universal-annotation-packet.schema.json","sha256":"sha256:e7d7517a40031b22e222e1986335f1e65576bdbbcdc0f3ec1956e8ccef11ca82"},{"bytes":1535,"path":"schemas/universal-annotation-projection.schema.json","sha256":"sha256:54f2544a469f4bd24be9fcbbbad40264d15d7951d77c4fb3ca023ed21b430907"},{"bytes":8763,"path":"schemas/universal-translation.schema.json","sha256":"sha256:ec76d98f4686f07b8bb35844628f5a6ea779df23596ac8733f580afdef6e582f"},{"bytes":2779,"path":"schemas/world-model-label-audit.schema.json","sha256":"sha256:f8ffb778dbb51dafb2faa0f7aa54c791e02369a570728a72fb30d0ba8adf3cbd"}],"license":"Apache-2.0","private_runtime_published":false,"public_product":"data_schemas_examples_and_rubrics","release_id":"universal-labeler-v1.0.1","repository_id":"itspublu/UniversalLabeler","schema_version":"1.0.0","version":"1.0.1"}
metadata/validation.json CHANGED
@@ -1 +1 @@
1
- {"checks":["json_schema_meta_validation","profile_bundle_validation","controlled_frame_semantic_equivalence","uap_content_address_and_ontology_validation","adapter_validation","world_model_audit_validation","private_marker_scan","byte_identical_double_build"],"controlled_frames":6,"controlled_human_languages":5,"controlled_surfaces":30,"label_language_profiles":19,"private_runtime_included":false,"profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","public_schemas":12,"release_id":"universal-labeler-v1.0.0","result":"pass","schema_version":"1.0.0","typed_label_kinds":13,"uap_claims":10,"validation_date":"2026-08-25","world_model_dimensions":22}
 
1
+ {"checks":["json_schema_meta_validation","profile_bundle_validation","controlled_frame_semantic_equivalence","uap_content_address_and_ontology_validation","adapter_validation","world_model_audit_validation","private_marker_scan","byte_identical_double_build"],"controlled_frames":6,"controlled_human_languages":5,"controlled_surfaces":30,"label_language_profiles":19,"private_runtime_included":false,"profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","public_schemas":12,"release_id":"universal-labeler-v1.0.1","result":"pass","schema_version":"1.0.0","typed_label_kinds":13,"uap_claims":10,"validation_date":"2026-08-25","world_model_dimensions":22}