Release UniversalLabeler 1.0 data, schemas, examples, and rubrics
Browse filesData-only release. Includes 19 label-language profiles, five controlled human languages, 30 conformance surfaces, a 22-dimension world-model audit, UAP ontology, strict schemas, grounded examples, review rubric, evaluation protocol, validation manifest, and checksums. Private runtime and model infrastructure are excluded.
- LICENSE +202 -0
- README.md +153 -0
- SHA256SUMS +26 -0
- data/controlled-action-matrix.jsonl +6 -0
- data/label-languages-v1.json +1056 -0
- data/world-model-label-audit-v1.json +132 -0
- examples/epic-action.adapter.json +9 -0
- examples/fold-towel.uap.json +167 -0
- examples/instructional.adapter.json +12 -0
- examples/world-model.adapter.json +16 -0
- metadata/release.json +1 -0
- metadata/validation.json +1 -0
- ontology/universal-annotation-core-v1.json +29 -0
- rubrics/EVALUATION_PROTOCOL.md +39 -0
- rubrics/TRANSLATION_REVIEW.md +77 -0
- schemas/controlled-action-matrix.schema.json +69 -0
- schemas/deconstructed-english.schema.json +50 -0
- schemas/eval-common.schema.json +593 -0
- schemas/grounded-label-graph.schema.json +253 -0
- schemas/label-language-profile.schema.json +261 -0
- schemas/round-trip-audit.schema.json +77 -0
- schemas/universal-annotation-adapter.schema.json +31 -0
- schemas/universal-annotation-ontology.schema.json +29 -0
- schemas/universal-annotation-packet.schema.json +178 -0
- schemas/universal-annotation-projection.schema.json +28 -0
- schemas/universal-translation.schema.json +285 -0
- schemas/world-model-label-audit.schema.json +60 -0
LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
| 202 |
+
|
README.md
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- tl
|
| 7 |
+
- es
|
| 8 |
+
- hi
|
| 9 |
+
tags:
|
| 10 |
+
- multilingual
|
| 11 |
+
- translation
|
| 12 |
+
- world-models
|
| 13 |
+
- egocentric-video
|
| 14 |
+
- robotics
|
| 15 |
+
- annotations
|
| 16 |
+
- json-schema
|
| 17 |
+
pretty_name: UniversalLabeler 1.0
|
| 18 |
+
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 |
+
|
| 145 |
+
```bibtex
|
| 146 |
+
@dataset{universal_labeler_2026,
|
| 147 |
+
author = {Pablo and contributors},
|
| 148 |
+
title = {UniversalLabeler 1.0: Loss-Resistant Translation Contracts for World-Model Labels},
|
| 149 |
+
year = {2026},
|
| 150 |
+
publisher = {Hugging Face},
|
| 151 |
+
url = {https://huggingface.co/datasets/itspublu/UniversalLabeler}
|
| 152 |
+
}
|
| 153 |
+
```
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 15 |
+
475bbcd5edb96f39b2b27d41439b22852c551e8329662f5901a516b4e05f5ad1 schemas/controlled-action-matrix.schema.json
|
| 16 |
+
ecb0fbb54703efd506c6d01d65d6a304435a3d32219398d3cf5695d3ea0c85b7 schemas/deconstructed-english.schema.json
|
| 17 |
+
7c551f19fcdcf1a712cdca03917df99a7dbc365b5d5c606fb383212ecb3b1fc9 schemas/eval-common.schema.json
|
| 18 |
+
b12247a9489e290d603d6e4f5418b1ef258a2de3f55ad7474d60ad880161d041 schemas/grounded-label-graph.schema.json
|
| 19 |
+
66bb12794fd0f8db4ce2fe3737ea429c7d0bcf5d38c6ebca490999eda4ce1f02 schemas/label-language-profile.schema.json
|
| 20 |
+
a7c13bb6f1f2919e093302015b0f8a017e4fa15637669d88c0cb3be87f222a62 schemas/round-trip-audit.schema.json
|
| 21 |
+
09bcb3c68be6021be69a4926d376bb2eb8231f7ea7f93bea9b63818ecaeea072 schemas/universal-annotation-adapter.schema.json
|
| 22 |
+
d3f8e87c5a25ce0073c929866c0446e9b35dfa6ea5aa8c19dfe4b8485dd37121 schemas/universal-annotation-ontology.schema.json
|
| 23 |
+
e7d7517a40031b22e222e1986335f1e65576bdbbcdc0f3ec1956e8ccef11ca82 schemas/universal-annotation-packet.schema.json
|
| 24 |
+
54f2544a469f4bd24be9fcbbbad40264d15d7951d77c4fb3ca023ed21b430907 schemas/universal-annotation-projection.schema.json
|
| 25 |
+
ec76d98f4686f07b8bb35844628f5a6ea779df23596ac8733f580afdef6e582f schemas/universal-translation.schema.json
|
| 26 |
+
f8ffb778dbb51dafb2faa0f7aa54c791e02369a570728a72fb30d0ba8adf3cbd schemas/world-model-label-audit.schema.json
|
data/controlled-action-matrix.jsonl
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"frame_id":"close__box","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"box","predicate_concept_id":"close","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"close the box"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:c9df0c86c55af66b815797f275e1f0371a9df8c485155fb11113d72ad20c3da5","method":"source","text":"close the box"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:c9df0c86c55af66b815797f275e1f0371a9df8c485155fb11113d72ad20c3da5","method":"pinned_algorithm","text":"Cierra la caja"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:c9df0c86c55af66b815797f275e1f0371a9df8c485155fb11113d72ad20c3da5","method":"pinned_algorithm","text":"डिब्बा बंद करो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:c9df0c86c55af66b815797f275e1f0371a9df8c485155fb11113d72ad20c3da5","method":"pinned_algorithm","text":"Isara ang kahon"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:c9df0c86c55af66b815797f275e1f0371a9df8c485155fb11113d72ad20c3da5","method":"pinned_algorithm","text":"关闭盒子"}}}
|
| 2 |
+
{"frame_id":"close__door","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"door","predicate_concept_id":"close","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"close the door"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:e04951760d0b78e5a8ec9e7987683ff5282fec700391def7b7d743778f5ad62a","method":"source","text":"close the door"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:e04951760d0b78e5a8ec9e7987683ff5282fec700391def7b7d743778f5ad62a","method":"pinned_algorithm","text":"Cierra la puerta"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:e04951760d0b78e5a8ec9e7987683ff5282fec700391def7b7d743778f5ad62a","method":"pinned_algorithm","text":"दरवाज़ा बंद करो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:e04951760d0b78e5a8ec9e7987683ff5282fec700391def7b7d743778f5ad62a","method":"pinned_algorithm","text":"Isara ang pinto"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:e04951760d0b78e5a8ec9e7987683ff5282fec700391def7b7d743778f5ad62a","method":"pinned_algorithm","text":"关闭门"}}}
|
| 3 |
+
{"frame_id":"fold__towel","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"towel","predicate_concept_id":"fold","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"fold the towel"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:17a0e50e4b760cb48edcd091c2c99b1ff46f09f3b6654611f440ab072f6d6596","method":"source","text":"fold the towel"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:17a0e50e4b760cb48edcd091c2c99b1ff46f09f3b6654611f440ab072f6d6596","method":"pinned_algorithm","text":"Dobla la toalla"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:17a0e50e4b760cb48edcd091c2c99b1ff46f09f3b6654611f440ab072f6d6596","method":"pinned_algorithm","text":"तौलिया मोड़ो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:17a0e50e4b760cb48edcd091c2c99b1ff46f09f3b6654611f440ab072f6d6596","method":"pinned_algorithm","text":"Tiklupin ang tuwalya"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:17a0e50e4b760cb48edcd091c2c99b1ff46f09f3b6654611f440ab072f6d6596","method":"pinned_algorithm","text":"叠毛巾"}}}
|
| 4 |
+
{"frame_id":"open__box","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"box","predicate_concept_id":"open","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"open the box"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:d82f4d4296efc879368f12bad4249ac6971177b026298397c7d8f7f05f5af03d","method":"source","text":"open the box"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:d82f4d4296efc879368f12bad4249ac6971177b026298397c7d8f7f05f5af03d","method":"pinned_algorithm","text":"Abre la caja"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:d82f4d4296efc879368f12bad4249ac6971177b026298397c7d8f7f05f5af03d","method":"pinned_algorithm","text":"डिब्बा खोलो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:d82f4d4296efc879368f12bad4249ac6971177b026298397c7d8f7f05f5af03d","method":"pinned_algorithm","text":"Buksan ang kahon"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:d82f4d4296efc879368f12bad4249ac6971177b026298397c7d8f7f05f5af03d","method":"pinned_algorithm","text":"打开盒子"}}}
|
| 5 |
+
{"frame_id":"open__door","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"door","predicate_concept_id":"open","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"open the door"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:e17409fbe41f5cd96bed2c8f4a614ddc920080a7d1188039e656ecb5f3d26781","method":"source","text":"open the door"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:e17409fbe41f5cd96bed2c8f4a614ddc920080a7d1188039e656ecb5f3d26781","method":"pinned_algorithm","text":"Abre la puerta"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:e17409fbe41f5cd96bed2c8f4a614ddc920080a7d1188039e656ecb5f3d26781","method":"pinned_algorithm","text":"दरवाज़ा खोलो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:e17409fbe41f5cd96bed2c8f4a614ddc920080a7d1188039e656ecb5f3d26781","method":"pinned_algorithm","text":"Buksan ang pinto"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:e17409fbe41f5cd96bed2c8f4a614ddc920080a7d1188039e656ecb5f3d26781","method":"pinned_algorithm","text":"打开门"}}}
|
| 6 |
+
{"frame_id":"pour__water","profile_bundle_digest":"sha256:43f02476a7e74716b425b9536abd5def4444c86d7861fdcac484ac1dafe9c40e","release_status":"synthetic_conformance_not_translation_gold","schema_version":"1.0.0","semantic_frame":{"patient_concept_id":"water","predicate_concept_id":"pour","speech_act":"directive"},"source":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","text":"pour the water"},"surfaces":{"en":{"language_profile_id":"human.en.controlled_action_v1","language_tag":"en","loss_report":[],"meaning_digest":"sha256:809b937529afc758dde1e8a38f1cf0096b7786ede6393337a9b7f741d138bfb2","method":"source","text":"pour the water"},"es":{"language_profile_id":"human.es.controlled_action_v1","language_tag":"es","loss_report":[],"meaning_digest":"sha256:809b937529afc758dde1e8a38f1cf0096b7786ede6393337a9b7f741d138bfb2","method":"pinned_algorithm","text":"Vierte el agua"},"hi":{"language_profile_id":"human.hi.controlled_action_v1","language_tag":"hi","loss_report":[],"meaning_digest":"sha256:809b937529afc758dde1e8a38f1cf0096b7786ede6393337a9b7f741d138bfb2","method":"pinned_algorithm","text":"पानी उंडेलो"},"tl":{"language_profile_id":"human.tl.controlled_action_v1","language_tag":"tl","loss_report":[],"meaning_digest":"sha256:809b937529afc758dde1e8a38f1cf0096b7786ede6393337a9b7f741d138bfb2","method":"pinned_algorithm","text":"Ibuhos ang tubig"},"zh-Hans":{"language_profile_id":"human.zh_hans.controlled_action_v1","language_tag":"zh-Hans","loss_report":[],"meaning_digest":"sha256:809b937529afc758dde1e8a38f1cf0096b7786ede6393337a9b7f741d138bfb2","method":"pinned_algorithm","text":"倒水"}}}
|
data/label-languages-v1.json
ADDED
|
@@ -0,0 +1,1056 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "../schemas/label-language-profile.schema.json",
|
| 3 |
+
"schema_version": "1.1.0",
|
| 4 |
+
"bundle_id": "egobowwow-label-languages-v1.1",
|
| 5 |
+
"interlingua_id": "machine.deconstructed_english_v1",
|
| 6 |
+
"design_contract": {
|
| 7 |
+
"translation_shape": "source label -> Universal Label Semantics -> target projection",
|
| 8 |
+
"native_preservation": "The complete source record and its digest are retained in every translation envelope.",
|
| 9 |
+
"grounding_invariant": "Environment, frames/clocks, agents/hands, entities, relations, procedure, modalities, typed assertions, uncertainty, and provenance are language-independent and must be projected exactly or reported as loss.",
|
| 10 |
+
"abstention": "An unresolved predicate remains unmapped; a target quota or desired class never supplies missing evidence.",
|
| 11 |
+
"teacher_authority": "Teacher output is a proposal that requires independent review and cannot certify its own mapping.",
|
| 12 |
+
"mapping_relations": [
|
| 13 |
+
"exact_match",
|
| 14 |
+
"close_match",
|
| 15 |
+
"broad_match",
|
| 16 |
+
"narrow_match",
|
| 17 |
+
"related_match",
|
| 18 |
+
"composite",
|
| 19 |
+
"contextual",
|
| 20 |
+
"unmapped"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"teacher_rubric": {
|
| 24 |
+
"decision_order": [
|
| 25 |
+
"Does the cited label itself identify an observable action predicate?",
|
| 26 |
+
"Which candidate preserves the action rather than merely the scene, object, or dataset theme?",
|
| 27 |
+
"Are patient, instrument, source, destination, goal, state, hand, and temporal roles kept distinct?",
|
| 28 |
+
"Would the proposal add, omit, broaden, or narrow meaning?",
|
| 29 |
+
"If more than one concept remains plausible, abstain."
|
| 30 |
+
],
|
| 31 |
+
"required_checks": [
|
| 32 |
+
"semantic_accuracy",
|
| 33 |
+
"terminology",
|
| 34 |
+
"role_preservation",
|
| 35 |
+
"temporal_scope",
|
| 36 |
+
"goal_and_state_preservation",
|
| 37 |
+
"grounded_world_evidence_preservation",
|
| 38 |
+
"speech_and_locale_preservation",
|
| 39 |
+
"provenance",
|
| 40 |
+
"round_trip_recoverability"
|
| 41 |
+
],
|
| 42 |
+
"forbidden_shortcuts": [
|
| 43 |
+
"infer from dataset title",
|
| 44 |
+
"infer activity from setting alone",
|
| 45 |
+
"invent an unobserved object, goal, state, or outcome",
|
| 46 |
+
"force a mapping to fill a coverage deficit",
|
| 47 |
+
"treat a broad match as exact",
|
| 48 |
+
"translate or mutate coordinates, laterality, object state, action vectors, uncertainty, or provenance as prose",
|
| 49 |
+
"overwrite the preserved native label"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"label_only_predicate_concepts": {
|
| 53 |
+
"open": "Change a container, door, lid, or barrier from a closed state to an open state.",
|
| 54 |
+
"close": "Change a container, door, lid, or barrier from an open state to a closed state."
|
| 55 |
+
},
|
| 56 |
+
"entity_concepts": {
|
| 57 |
+
"box": "A portable box or container.",
|
| 58 |
+
"door": "A movable barrier used to open or close an entrance or container.",
|
| 59 |
+
"plate": "A plate or shallow dish used for food service.",
|
| 60 |
+
"towel": "An absorbent textile towel.",
|
| 61 |
+
"water": "Water as a handled or transferred substance."
|
| 62 |
+
},
|
| 63 |
+
"controlled_frames": [
|
| 64 |
+
{"predicate_concept_id": "fold", "patient_concept_id": "towel"},
|
| 65 |
+
{"predicate_concept_id": "open", "patient_concept_id": "box"},
|
| 66 |
+
{"predicate_concept_id": "open", "patient_concept_id": "door"},
|
| 67 |
+
{"predicate_concept_id": "close", "patient_concept_id": "box"},
|
| 68 |
+
{"predicate_concept_id": "close", "patient_concept_id": "door"},
|
| 69 |
+
{"predicate_concept_id": "pour", "patient_concept_id": "water"}
|
| 70 |
+
],
|
| 71 |
+
"label_languages": [
|
| 72 |
+
{
|
| 73 |
+
"language_id": "egobowwow.uls_v1",
|
| 74 |
+
"title": "Universal Label Semantics 1.1",
|
| 75 |
+
"family": "semantic_event_graph",
|
| 76 |
+
"source_ids": [],
|
| 77 |
+
"native_units": [
|
| 78 |
+
"event predicate and semantic roles",
|
| 79 |
+
"goal/task",
|
| 80 |
+
"before/after state",
|
| 81 |
+
"outcome/error/correctness",
|
| 82 |
+
"half-open nanosecond interval",
|
| 83 |
+
"verbatim speech, BCP-47-shaped language tag, and grammatical features",
|
| 84 |
+
"grounded environment, frames, agents/hands, entities, relations, procedure, modalities, and typed assertions",
|
| 85 |
+
"source preservation capsule"
|
| 86 |
+
],
|
| 87 |
+
"annotation_rubric": "Represent only evidence present in the source; keep absent and unknown distinct; retain the source record even when the target projection is lossy.",
|
| 88 |
+
"known_loss_hazards": [],
|
| 89 |
+
"canonical_semantics": true,
|
| 90 |
+
"input_bindings": {},
|
| 91 |
+
"output_bindings": {},
|
| 92 |
+
"lexicalizations": {}
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"language_id": "machine.deconstructed_english_v1",
|
| 96 |
+
"title": "Deconstructed English transport packet v1",
|
| 97 |
+
"family": "semantic_event_graph",
|
| 98 |
+
"source_ids": [],
|
| 99 |
+
"native_units": [
|
| 100 |
+
"world semantics",
|
| 101 |
+
"communicative semantics",
|
| 102 |
+
"exact source expression evidence",
|
| 103 |
+
"residual feature ledger",
|
| 104 |
+
"target realization ledger"
|
| 105 |
+
],
|
| 106 |
+
"annotation_rubric": "Use English-readable keys only as machine notation. Preserve world claims, communicative claims, and source expression evidence in separate typed layers; verify both semantic and information digests on ingest.",
|
| 107 |
+
"known_loss_hazards": [
|
| 108 |
+
"the controlled event graph does not yet represent every grammatical distinction",
|
| 109 |
+
"semantic equality is narrower than information equality",
|
| 110 |
+
"a localized surface is a projection and is never canonical authority"
|
| 111 |
+
],
|
| 112 |
+
"canonical_semantics": true,
|
| 113 |
+
"input_bindings": {},
|
| 114 |
+
"output_bindings": {},
|
| 115 |
+
"lexicalizations": {}
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"language_id": "epic_kitchens.action_segment_v1",
|
| 119 |
+
"title": "EPIC-KITCHENS-100 action segment",
|
| 120 |
+
"family": "verb_noun_temporal_segment",
|
| 121 |
+
"source_ids": ["epic_kitchens_100"],
|
| 122 |
+
"evidence_urls": [
|
| 123 |
+
"https://github.com/epic-kitchens/epic-kitchens-100-annotations"
|
| 124 |
+
],
|
| 125 |
+
"native_units": [
|
| 126 |
+
"narration",
|
| 127 |
+
"one verb class",
|
| 128 |
+
"one primary noun class plus all nouns",
|
| 129 |
+
"action start/stop timestamps"
|
| 130 |
+
],
|
| 131 |
+
"annotation_rubric": "Action boundaries and verb/noun classes are grounded in participant narrations; narration time and action boundaries are distinct fields.",
|
| 132 |
+
"known_loss_hazards": [
|
| 133 |
+
"verb+noun does not encode the goal or resulting object state",
|
| 134 |
+
"the primary noun can hide additional participants",
|
| 135 |
+
"class IDs are vocabulary-version local",
|
| 136 |
+
"narration timestamp is not always an action timestamp"
|
| 137 |
+
],
|
| 138 |
+
"default_language_tag": "en",
|
| 139 |
+
"default_speech_act": "action_label",
|
| 140 |
+
"closed_predicate_vocabulary": true,
|
| 141 |
+
"input_bindings": {
|
| 142 |
+
"predicate": {"paths": ["verb_class_key", "verb"], "mode": "first"},
|
| 143 |
+
"patients": {"paths": ["noun_class_key", "all_nouns", "noun"], "mode": "first"},
|
| 144 |
+
"raw_text": {"paths": ["narration"], "mode": "first"},
|
| 145 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 146 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 147 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 148 |
+
},
|
| 149 |
+
"preserved_only_fields": [
|
| 150 |
+
"narration_id",
|
| 151 |
+
"participant_id",
|
| 152 |
+
"video_id",
|
| 153 |
+
"narration_timestamp",
|
| 154 |
+
"start_timestamp",
|
| 155 |
+
"stop_timestamp",
|
| 156 |
+
"start_frame",
|
| 157 |
+
"stop_frame",
|
| 158 |
+
"verb_class",
|
| 159 |
+
"noun_class",
|
| 160 |
+
"all_noun_classes"
|
| 161 |
+
],
|
| 162 |
+
"output_bindings": {
|
| 163 |
+
"verb": {"slot": "predicate", "mode": "scalar"},
|
| 164 |
+
"noun": {"slot": "patients", "mode": "scalar"},
|
| 165 |
+
"all_nouns": {"slot": "patients", "mode": "list"},
|
| 166 |
+
"narration": {"slot": "raw_text", "mode": "text"},
|
| 167 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 168 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 169 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 170 |
+
},
|
| 171 |
+
"lexicalizations": {
|
| 172 |
+
"pick_place": "take",
|
| 173 |
+
"place": "put",
|
| 174 |
+
"open": "open",
|
| 175 |
+
"close": "close",
|
| 176 |
+
"insert_remove": "take-out"
|
| 177 |
+
}
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"language_id": "h2o.action_v1",
|
| 181 |
+
"title": "H2O framewise action label",
|
| 182 |
+
"family": "closed_verb_noun_frame_label",
|
| 183 |
+
"source_ids": ["h2o"],
|
| 184 |
+
"evidence_urls": [
|
| 185 |
+
"https://openaccess.thecvf.com/content/ICCV2021/papers/Kwon_H2O_Two_Hands_Manipulating_Objects_for_First_Person_Interaction_Recognition_ICCV_2021_paper.pdf"
|
| 186 |
+
],
|
| 187 |
+
"native_units": [
|
| 188 |
+
"one of 11 verbs",
|
| 189 |
+
"one of 8 object nouns",
|
| 190 |
+
"one non-overlapping action class per frame",
|
| 191 |
+
"left/right hand pose and 6D object pose in parallel annotations"
|
| 192 |
+
],
|
| 193 |
+
"annotation_rubric": "Exactly one verb-noun action label applies to each labeled frame; action classes do not overlap.",
|
| 194 |
+
"known_loss_hazards": [
|
| 195 |
+
"the action label does not itself identify which hand performs which role",
|
| 196 |
+
"the closed object vocabulary cannot express open-world objects",
|
| 197 |
+
"simultaneous actions are excluded by construction"
|
| 198 |
+
],
|
| 199 |
+
"default_language_tag": "en",
|
| 200 |
+
"default_speech_act": "action_label",
|
| 201 |
+
"closed_predicate_vocabulary": true,
|
| 202 |
+
"input_bindings": {
|
| 203 |
+
"predicate": {"paths": ["verb"], "mode": "first"},
|
| 204 |
+
"patients": {"paths": ["noun"], "mode": "first"},
|
| 205 |
+
"hands": {"paths": ["hands"], "mode": "collect"},
|
| 206 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 207 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 208 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 209 |
+
},
|
| 210 |
+
"preserved_only_fields": ["action_class", "frame_start", "frame_end"],
|
| 211 |
+
"output_bindings": {
|
| 212 |
+
"verb": {"slot": "predicate", "mode": "scalar"},
|
| 213 |
+
"noun": {"slot": "patients", "mode": "scalar"},
|
| 214 |
+
"hands": {"slot": "hands", "mode": "list"},
|
| 215 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 216 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 217 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 218 |
+
},
|
| 219 |
+
"lexicalizations": {
|
| 220 |
+
"pick_place": "grab",
|
| 221 |
+
"place": "place",
|
| 222 |
+
"open": "open",
|
| 223 |
+
"insert_remove": "take out",
|
| 224 |
+
"pour": "pour",
|
| 225 |
+
"press": "squeeze"
|
| 226 |
+
}
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"language_id": "assembly101.fine_action_v1",
|
| 230 |
+
"title": "Assembly101 fine action and mistake label",
|
| 231 |
+
"family": "procedural_verb_multi_object_error_segment",
|
| 232 |
+
"source_ids": ["assembly101", "assembly101_ego"],
|
| 233 |
+
"evidence_urls": [
|
| 234 |
+
"https://assembly-101.github.io/assets/Assembly101.pdf",
|
| 235 |
+
"https://github.com/assembly-101/assembly101-mistake-detection"
|
| 236 |
+
],
|
| 237 |
+
"native_units": [
|
| 238 |
+
"fine action from 24 verbs and 90 objects",
|
| 239 |
+
"coarse procedural action",
|
| 240 |
+
"start/end interval",
|
| 241 |
+
"correct, mistake, or correction status and optional remark"
|
| 242 |
+
],
|
| 243 |
+
"annotation_rubric": "Fine and coarse action layers remain distinct; mistake/correction labels depend on procedure order and object relation, not just the verb.",
|
| 244 |
+
"known_loss_hazards": [
|
| 245 |
+
"flattening coarse and fine labels destroys procedure hierarchy",
|
| 246 |
+
"object order can encode different semantic roles",
|
| 247 |
+
"mistake versus correction depends on prior actions",
|
| 248 |
+
"some actions overlap"
|
| 249 |
+
],
|
| 250 |
+
"default_language_tag": "en",
|
| 251 |
+
"closed_predicate_vocabulary": true,
|
| 252 |
+
"input_bindings": {
|
| 253 |
+
"predicate": {"paths": ["verb"], "mode": "first"},
|
| 254 |
+
"patients": {"paths": ["objects", "this", "that"], "mode": "collect"},
|
| 255 |
+
"task": {"paths": ["coarse_action"], "mode": "first"},
|
| 256 |
+
"correctness": {"paths": ["label"], "mode": "first"},
|
| 257 |
+
"error": {"paths": ["remark"], "mode": "first"},
|
| 258 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 259 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 260 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 261 |
+
},
|
| 262 |
+
"preserved_only_fields": ["fine_action_id", "coarse_action_id", "object_ids"],
|
| 263 |
+
"output_bindings": {
|
| 264 |
+
"verb": {"slot": "predicate", "mode": "scalar"},
|
| 265 |
+
"objects": {"slot": "patients", "mode": "list"},
|
| 266 |
+
"coarse_action": {"slot": "task", "mode": "scalar"},
|
| 267 |
+
"label": {"slot": "correctness", "mode": "scalar"},
|
| 268 |
+
"remark": {"slot": "error", "mode": "scalar"},
|
| 269 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 270 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 271 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 272 |
+
},
|
| 273 |
+
"lexicalizations": {
|
| 274 |
+
"fasten_unfasten": "attach",
|
| 275 |
+
"insert_remove": "detach",
|
| 276 |
+
"align": "align",
|
| 277 |
+
"inspect": "check"
|
| 278 |
+
}
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"language_id": "ego4d.narration_v1",
|
| 282 |
+
"title": "Ego4D dense narration",
|
| 283 |
+
"family": "open_text_point_narration",
|
| 284 |
+
"source_ids": ["ego4d"],
|
| 285 |
+
"evidence_urls": [
|
| 286 |
+
"https://ego4d-data.org/docs/data/annotation-guidelines/",
|
| 287 |
+
"https://ego4d-data.org/docs/data/annotations-schemas/"
|
| 288 |
+
],
|
| 289 |
+
"native_units": [
|
| 290 |
+
"dense English written narration",
|
| 291 |
+
"narration timestamp",
|
| 292 |
+
"video summary",
|
| 293 |
+
"annotator provenance"
|
| 294 |
+
],
|
| 295 |
+
"annotation_rubric": "Narrations describe visible activity densely in English; a point narration must not be silently treated as an action boundary.",
|
| 296 |
+
"known_loss_hazards": [
|
| 297 |
+
"open text has no guaranteed closed predicate or object class",
|
| 298 |
+
"narration time is not an interval",
|
| 299 |
+
"surface voice and specificity are lost by closed-class projection"
|
| 300 |
+
],
|
| 301 |
+
"default_language_tag": "en",
|
| 302 |
+
"shallow_text_parse": true,
|
| 303 |
+
"input_bindings": {
|
| 304 |
+
"raw_text": {"paths": ["narration_text", "narration"], "mode": "first"},
|
| 305 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 306 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 307 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 308 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 309 |
+
},
|
| 310 |
+
"preserved_only_fields": ["timestamp_sec", "timestamp_frame", "annotator_uid", "video_uid"],
|
| 311 |
+
"output_bindings": {
|
| 312 |
+
"narration_text": {"slot": "raw_text", "mode": "text"},
|
| 313 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 314 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 315 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 316 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 317 |
+
},
|
| 318 |
+
"lexicalizations": {}
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"language_id": "ego4d.moment_v1",
|
| 322 |
+
"title": "Ego4D Moments Query activity window",
|
| 323 |
+
"family": "high_level_activity_temporal_window",
|
| 324 |
+
"source_ids": ["ego4d"],
|
| 325 |
+
"evidence_urls": [
|
| 326 |
+
"https://ego4d-data.org/docs/benchmarks/episodic-memory/"
|
| 327 |
+
],
|
| 328 |
+
"native_units": [
|
| 329 |
+
"one high-level activity from a 110-activity taxonomy",
|
| 330 |
+
"temporal start/end window",
|
| 331 |
+
"primary-label flag"
|
| 332 |
+
],
|
| 333 |
+
"annotation_rubric": "Localize every visible occurrence of a supplied high-level moment taxonomy label; the moment is broader than an atomic hand action.",
|
| 334 |
+
"known_loss_hazards": [
|
| 335 |
+
"a moment label can encompass many atomic actions",
|
| 336 |
+
"mapping the moment name to one skill fabricates granularity",
|
| 337 |
+
"primary is a benchmark-use flag, not semantic truth"
|
| 338 |
+
],
|
| 339 |
+
"default_language_tag": "en",
|
| 340 |
+
"closed_predicate_vocabulary": true,
|
| 341 |
+
"input_bindings": {
|
| 342 |
+
"goal": {"paths": ["label"], "mode": "first"},
|
| 343 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 344 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 345 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 346 |
+
},
|
| 347 |
+
"preserved_only_fields": ["primary", "annotator_uid"],
|
| 348 |
+
"output_bindings": {
|
| 349 |
+
"label": {"slot": "goal", "mode": "scalar"},
|
| 350 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 351 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 352 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 353 |
+
},
|
| 354 |
+
"lexicalizations": {}
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"language_id": "hd_epic.narrated_action_v1",
|
| 358 |
+
"title": "HD-EPIC narrated fine action",
|
| 359 |
+
"family": "open_narration_roles_manner_purpose_segment",
|
| 360 |
+
"source_ids": ["hd_epic"],
|
| 361 |
+
"evidence_urls": [
|
| 362 |
+
"https://hd-epic.github.io/site/",
|
| 363 |
+
"https://openaccess.thecvf.com/content/CVPR2025/papers/Perrett_HD-EPIC_A_Highly-Detailed_Egocentric_Video_Dataset_CVPR_2025_paper.pdf"
|
| 364 |
+
],
|
| 365 |
+
"native_units": [
|
| 366 |
+
"manually checked narration",
|
| 367 |
+
"precise action boundaries",
|
| 368 |
+
"parsed verbs, nouns, hands, how, and why clauses",
|
| 369 |
+
"recipe/preparation hierarchy",
|
| 370 |
+
"audio and object-motion annotations"
|
| 371 |
+
],
|
| 372 |
+
"annotation_rubric": "Preserve open narration and its parsed verb, noun, hand, manner, and purpose layers; linked modalities remain parallel evidence rather than one flattened label.",
|
| 373 |
+
"known_loss_hazards": [
|
| 374 |
+
"verb-noun projection drops how and why",
|
| 375 |
+
"recipe step and fine action have different granularity",
|
| 376 |
+
"audio event and visible action boundaries need not coincide"
|
| 377 |
+
],
|
| 378 |
+
"default_language_tag": "en",
|
| 379 |
+
"shallow_text_parse": true,
|
| 380 |
+
"input_bindings": {
|
| 381 |
+
"predicate": {"paths": ["verb"], "mode": "first"},
|
| 382 |
+
"patients": {"paths": ["nouns", "noun"], "mode": "first"},
|
| 383 |
+
"hands": {"paths": ["hands"], "mode": "collect"},
|
| 384 |
+
"manner": {"paths": ["how"], "mode": "first"},
|
| 385 |
+
"purpose": {"paths": ["why"], "mode": "first"},
|
| 386 |
+
"task": {"paths": ["recipe_step"], "mode": "first"},
|
| 387 |
+
"raw_text": {"paths": ["narration"], "mode": "first"},
|
| 388 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 389 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 390 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 391 |
+
},
|
| 392 |
+
"preserved_only_fields": ["verb_cluster", "noun_clusters", "audio_links", "motion_links"],
|
| 393 |
+
"output_bindings": {
|
| 394 |
+
"verb": {"slot": "predicate", "mode": "scalar"},
|
| 395 |
+
"nouns": {"slot": "patients", "mode": "list"},
|
| 396 |
+
"hands": {"slot": "hands", "mode": "list"},
|
| 397 |
+
"how": {"slot": "manner", "mode": "scalar"},
|
| 398 |
+
"why": {"slot": "purpose", "mode": "scalar"},
|
| 399 |
+
"recipe_step": {"slot": "task", "mode": "scalar"},
|
| 400 |
+
"narration": {"slot": "raw_text", "mode": "text"},
|
| 401 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 402 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 403 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 404 |
+
},
|
| 405 |
+
"lexicalizations": {}
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"language_id": "captaincook4d.step_v1",
|
| 409 |
+
"title": "CaptainCook4D procedural step and error",
|
| 410 |
+
"family": "hierarchical_procedure_step_error",
|
| 411 |
+
"source_ids": ["captaincook4d"],
|
| 412 |
+
"evidence_urls": [
|
| 413 |
+
"https://captaincook4d.github.io/captain-cook/",
|
| 414 |
+
"https://proceedings.neurips.cc/paper_files/paper/2024/file/f4a04396c2ed1342a5d8d05e94cb6101-Paper-Datasets_and_Benchmarks_Track.pdf"
|
| 415 |
+
],
|
| 416 |
+
"native_units": [
|
| 417 |
+
"recipe step interval",
|
| 418 |
+
"fine action intervals on a subset",
|
| 419 |
+
"error category and free-text description",
|
| 420 |
+
"normal/error execution type",
|
| 421 |
+
"recipe task graph"
|
| 422 |
+
],
|
| 423 |
+
"annotation_rubric": "A coarse step can contain precondition, core, and postcondition actions; errors are linked to the step and reviewed by a second annotator.",
|
| 424 |
+
"known_loss_hazards": [
|
| 425 |
+
"step text is not equivalent to one atomic action",
|
| 426 |
+
"error categories require instruction-relative context",
|
| 427 |
+
"flattening the task graph loses valid order constraints",
|
| 428 |
+
"fine-action coverage is partial"
|
| 429 |
+
],
|
| 430 |
+
"default_language_tag": "en",
|
| 431 |
+
"shallow_text_parse": true,
|
| 432 |
+
"input_bindings": {
|
| 433 |
+
"goal": {"paths": ["step_description"], "mode": "first"},
|
| 434 |
+
"raw_text": {"paths": ["step_description"], "mode": "first"},
|
| 435 |
+
"correctness": {"paths": ["execution_type"], "mode": "first"},
|
| 436 |
+
"error": {"paths": ["error_category", "error_description"], "mode": "collect"},
|
| 437 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 438 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 439 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 440 |
+
},
|
| 441 |
+
"preserved_only_fields": ["recipe_id", "step_id", "task_graph_predecessors"],
|
| 442 |
+
"output_bindings": {
|
| 443 |
+
"step_description": {"slot": "goal", "mode": "scalar"},
|
| 444 |
+
"execution_type": {"slot": "correctness", "mode": "scalar"},
|
| 445 |
+
"errors": {"slot": "error", "mode": "list"},
|
| 446 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 447 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 448 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 449 |
+
},
|
| 450 |
+
"lexicalizations": {}
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"language_id": "industreal.action_state_v1",
|
| 454 |
+
"title": "IndustReal action, procedure step, and assembly state",
|
| 455 |
+
"family": "verb_noun_action_plus_component_state",
|
| 456 |
+
"source_ids": ["industreal"],
|
| 457 |
+
"evidence_urls": [
|
| 458 |
+
"https://github.com/timschoonbeek/industreal",
|
| 459 |
+
"https://openaccess.thecvf.com/content/WACV2024/papers/Schoonbeek_IndustReal_A_Dataset_for_Procedure_Step_Recognition_Handling_Execution_Errors_WACV_2024_paper.pdf"
|
| 460 |
+
],
|
| 461 |
+
"native_units": [
|
| 462 |
+
"verb-noun action interval",
|
| 463 |
+
"procedure completion step",
|
| 464 |
+
"component state vector with incorrect/not-complete/correct values",
|
| 465 |
+
"object detection state annotations"
|
| 466 |
+
],
|
| 467 |
+
"annotation_rubric": "Keep action recognition, completed procedure steps, and component assembly states separate; state values distinguish incorrect from not yet complete.",
|
| 468 |
+
"known_loss_hazards": [
|
| 469 |
+
"binary success collapses the -1/0/1 component state",
|
| 470 |
+
"step completion is a point/event distinct from the action interval",
|
| 471 |
+
"overlapping simultaneous actions occur",
|
| 472 |
+
"state meaning is component-index dependent"
|
| 473 |
+
],
|
| 474 |
+
"default_language_tag": "en",
|
| 475 |
+
"closed_predicate_vocabulary": true,
|
| 476 |
+
"input_bindings": {
|
| 477 |
+
"predicate": {"paths": ["verb"], "mode": "first"},
|
| 478 |
+
"patients": {"paths": ["noun"], "mode": "first"},
|
| 479 |
+
"task": {"paths": ["procedure_step"], "mode": "first"},
|
| 480 |
+
"state_before": {"paths": ["state_before"], "mode": "first"},
|
| 481 |
+
"state_after": {"paths": ["state_after"], "mode": "first"},
|
| 482 |
+
"start_ns": {"paths": ["start_ns"], "mode": "first"},
|
| 483 |
+
"end_ns": {"paths": ["end_ns"], "mode": "first"},
|
| 484 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 485 |
+
},
|
| 486 |
+
"preserved_only_fields": ["action_id", "step_id", "component_index"],
|
| 487 |
+
"output_bindings": {
|
| 488 |
+
"verb": {"slot": "predicate", "mode": "scalar"},
|
| 489 |
+
"noun": {"slot": "patients", "mode": "scalar"},
|
| 490 |
+
"procedure_step": {"slot": "task", "mode": "scalar"},
|
| 491 |
+
"state_before": {"slot": "state_before", "mode": "scalar"},
|
| 492 |
+
"state_after": {"slot": "state_after", "mode": "scalar"},
|
| 493 |
+
"start_ns": {"slot": "start_ns", "mode": "scalar"},
|
| 494 |
+
"end_ns": {"slot": "end_ns", "mode": "scalar"},
|
| 495 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 496 |
+
},
|
| 497 |
+
"lexicalizations": {
|
| 498 |
+
"pick_place": "take",
|
| 499 |
+
"place": "put",
|
| 500 |
+
"align": "align",
|
| 501 |
+
"insert_remove": "plug",
|
| 502 |
+
"fasten_unfasten": "screw",
|
| 503 |
+
"inspect": "check"
|
| 504 |
+
}
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"language_id": "human.en.controlled_action_v1",
|
| 508 |
+
"title": "English controlled action directive",
|
| 509 |
+
"family": "controlled_natural_language",
|
| 510 |
+
"source_ids": [],
|
| 511 |
+
"evidence_urls": [
|
| 512 |
+
"https://universaldependencies.org/en/index.html",
|
| 513 |
+
"https://www.w3.org/International/articles/language-tags/index.en"
|
| 514 |
+
],
|
| 515 |
+
"native_units": [
|
| 516 |
+
"Unicode English action phrase",
|
| 517 |
+
"predicate-patient semantic frame",
|
| 518 |
+
"directive speech act and optional explicit grammatical features"
|
| 519 |
+
],
|
| 520 |
+
"annotation_rubric": "Parse only reviewed controlled directives; preserve the exact source surface and abstain on unlisted predicates, entities, or constructions.",
|
| 521 |
+
"known_loss_hazards": [
|
| 522 |
+
"English articles do not map one-to-one to definiteness or case markers in other languages",
|
| 523 |
+
"imperative subjects are usually implicit",
|
| 524 |
+
"tense, aspect, modality, and politeness require explicit features outside the controlled phrase"
|
| 525 |
+
],
|
| 526 |
+
"default_language_tag": "en",
|
| 527 |
+
"default_speech_act": "directive",
|
| 528 |
+
"closed_predicate_vocabulary": true,
|
| 529 |
+
"controlled_surface": {
|
| 530 |
+
"template": "{predicate} the {patient}",
|
| 531 |
+
"terminal_punctuation": "",
|
| 532 |
+
"realized_slots": ["predicate", "patients", "speech_act"]
|
| 533 |
+
},
|
| 534 |
+
"input_bindings": {
|
| 535 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 536 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 537 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 538 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 539 |
+
"polarity": {"paths": ["polarity"], "mode": "first"},
|
| 540 |
+
"aspect": {"paths": ["aspect"], "mode": "first"},
|
| 541 |
+
"modality": {"paths": ["modality"], "mode": "first"},
|
| 542 |
+
"politeness": {"paths": ["politeness"], "mode": "first"},
|
| 543 |
+
"honorific": {"paths": ["honorific"], "mode": "first"},
|
| 544 |
+
"code_switch_spans": {"paths": ["code_switch_spans"], "mode": "collect"},
|
| 545 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 546 |
+
},
|
| 547 |
+
"output_bindings": {
|
| 548 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 549 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 550 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 551 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 552 |
+
"polarity": {"slot": "polarity", "mode": "scalar"},
|
| 553 |
+
"aspect": {"slot": "aspect", "mode": "scalar"},
|
| 554 |
+
"modality": {"slot": "modality", "mode": "scalar"},
|
| 555 |
+
"politeness": {"slot": "politeness", "mode": "scalar"},
|
| 556 |
+
"honorific": {"slot": "honorific", "mode": "scalar"},
|
| 557 |
+
"code_switch_spans": {"slot": "code_switch_spans", "mode": "list"},
|
| 558 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 559 |
+
},
|
| 560 |
+
"lexicalizations": {
|
| 561 |
+
"fold": "fold",
|
| 562 |
+
"open": "open",
|
| 563 |
+
"close": "close",
|
| 564 |
+
"pour": "pour"
|
| 565 |
+
},
|
| 566 |
+
"entity_lexicalizations": {
|
| 567 |
+
"box": "box",
|
| 568 |
+
"door": "door",
|
| 569 |
+
"plate": "plate",
|
| 570 |
+
"towel": "towel",
|
| 571 |
+
"water": "water"
|
| 572 |
+
}
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"language_id": "human.zh_hans.controlled_action_v1",
|
| 576 |
+
"title": "Mandarin Chinese controlled action directive in Simplified script",
|
| 577 |
+
"family": "controlled_natural_language",
|
| 578 |
+
"source_ids": [],
|
| 579 |
+
"evidence_urls": [
|
| 580 |
+
"https://universaldependencies.org/zh/index.html",
|
| 581 |
+
"https://www.w3.org/International/articles/language-tags/index.en"
|
| 582 |
+
],
|
| 583 |
+
"native_units": [
|
| 584 |
+
"Unicode Simplified Chinese action phrase",
|
| 585 |
+
"predicate-patient semantic frame without whitespace-dependent tokenization",
|
| 586 |
+
"directive speech act and optional explicit grammatical features"
|
| 587 |
+
],
|
| 588 |
+
"annotation_rubric": "Use zh-Hans to identify script, parse only reviewed whole controlled phrases, and preserve particles, aspect, classifier, and politeness features when supplied.",
|
| 589 |
+
"known_loss_hazards": [
|
| 590 |
+
"Chinese script does not mark token boundaries with spaces",
|
| 591 |
+
"aspect particles such as 了 cannot be inferred from English tense",
|
| 592 |
+
"classifiers and omitted arguments cannot be generated without evidence",
|
| 593 |
+
"zh alone does not identify script or every Chinese language variety"
|
| 594 |
+
],
|
| 595 |
+
"default_language_tag": "zh-Hans",
|
| 596 |
+
"default_speech_act": "directive",
|
| 597 |
+
"closed_predicate_vocabulary": true,
|
| 598 |
+
"controlled_surface": {
|
| 599 |
+
"template": "{predicate}{patient}",
|
| 600 |
+
"terminal_punctuation": "",
|
| 601 |
+
"realized_slots": ["predicate", "patients", "speech_act"]
|
| 602 |
+
},
|
| 603 |
+
"input_bindings": {
|
| 604 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 605 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 606 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 607 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 608 |
+
"polarity": {"paths": ["polarity"], "mode": "first"},
|
| 609 |
+
"aspect": {"paths": ["aspect"], "mode": "first"},
|
| 610 |
+
"modality": {"paths": ["modality"], "mode": "first"},
|
| 611 |
+
"politeness": {"paths": ["politeness"], "mode": "first"},
|
| 612 |
+
"honorific": {"paths": ["honorific"], "mode": "first"},
|
| 613 |
+
"code_switch_spans": {"paths": ["code_switch_spans"], "mode": "collect"},
|
| 614 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 615 |
+
},
|
| 616 |
+
"output_bindings": {
|
| 617 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 618 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 619 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 620 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 621 |
+
"polarity": {"slot": "polarity", "mode": "scalar"},
|
| 622 |
+
"aspect": {"slot": "aspect", "mode": "scalar"},
|
| 623 |
+
"modality": {"slot": "modality", "mode": "scalar"},
|
| 624 |
+
"politeness": {"slot": "politeness", "mode": "scalar"},
|
| 625 |
+
"honorific": {"slot": "honorific", "mode": "scalar"},
|
| 626 |
+
"code_switch_spans": {"slot": "code_switch_spans", "mode": "list"},
|
| 627 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 628 |
+
},
|
| 629 |
+
"lexicalizations": {
|
| 630 |
+
"fold": "叠",
|
| 631 |
+
"open": "打开",
|
| 632 |
+
"close": "关闭",
|
| 633 |
+
"pour": "倒"
|
| 634 |
+
},
|
| 635 |
+
"entity_lexicalizations": {
|
| 636 |
+
"box": "盒子",
|
| 637 |
+
"door": "门",
|
| 638 |
+
"plate": "盘子",
|
| 639 |
+
"towel": "毛巾",
|
| 640 |
+
"water": "水"
|
| 641 |
+
}
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"language_id": "human.hi.controlled_action_v1",
|
| 645 |
+
"title": "Hindi controlled action directive",
|
| 646 |
+
"family": "controlled_natural_language",
|
| 647 |
+
"source_ids": [],
|
| 648 |
+
"evidence_urls": [
|
| 649 |
+
"https://universaldependencies.org/hi/index.html",
|
| 650 |
+
"https://www.w3.org/TR/ltli/"
|
| 651 |
+
],
|
| 652 |
+
"native_units": [
|
| 653 |
+
"Unicode Devanagari Hindi action phrase",
|
| 654 |
+
"patient-predicate semantic frame",
|
| 655 |
+
"directive speech act and optional explicit grammatical features"
|
| 656 |
+
],
|
| 657 |
+
"annotation_rubric": "Respect Hindi object-before-verb order and whitespace tokenization; do not infer case, agreement, aspect, gender, or politeness outside reviewed forms.",
|
| 658 |
+
"known_loss_hazards": [
|
| 659 |
+
"Hindi controlled directives use patient-predicate order rather than English order",
|
| 660 |
+
"case and postpositions carry semantic roles",
|
| 661 |
+
"aspect and politeness can change verb morphology",
|
| 662 |
+
"gender and agreement cannot always be recovered from English"
|
| 663 |
+
],
|
| 664 |
+
"default_language_tag": "hi",
|
| 665 |
+
"default_speech_act": "directive",
|
| 666 |
+
"closed_predicate_vocabulary": true,
|
| 667 |
+
"controlled_surface": {
|
| 668 |
+
"template": "{patient} {predicate}",
|
| 669 |
+
"terminal_punctuation": "",
|
| 670 |
+
"realized_slots": ["predicate", "patients", "speech_act"]
|
| 671 |
+
},
|
| 672 |
+
"input_bindings": {
|
| 673 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 674 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 675 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 676 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 677 |
+
"polarity": {"paths": ["polarity"], "mode": "first"},
|
| 678 |
+
"aspect": {"paths": ["aspect"], "mode": "first"},
|
| 679 |
+
"modality": {"paths": ["modality"], "mode": "first"},
|
| 680 |
+
"politeness": {"paths": ["politeness"], "mode": "first"},
|
| 681 |
+
"honorific": {"paths": ["honorific"], "mode": "first"},
|
| 682 |
+
"code_switch_spans": {"paths": ["code_switch_spans"], "mode": "collect"},
|
| 683 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 684 |
+
},
|
| 685 |
+
"output_bindings": {
|
| 686 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 687 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 688 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 689 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 690 |
+
"polarity": {"slot": "polarity", "mode": "scalar"},
|
| 691 |
+
"aspect": {"slot": "aspect", "mode": "scalar"},
|
| 692 |
+
"modality": {"slot": "modality", "mode": "scalar"},
|
| 693 |
+
"politeness": {"slot": "politeness", "mode": "scalar"},
|
| 694 |
+
"honorific": {"slot": "honorific", "mode": "scalar"},
|
| 695 |
+
"code_switch_spans": {"slot": "code_switch_spans", "mode": "list"},
|
| 696 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 697 |
+
},
|
| 698 |
+
"lexicalizations": {
|
| 699 |
+
"fold": "मोड़ो",
|
| 700 |
+
"open": "खोलो",
|
| 701 |
+
"close": "बंद करो",
|
| 702 |
+
"pour": "उंडेलो"
|
| 703 |
+
},
|
| 704 |
+
"entity_lexicalizations": {
|
| 705 |
+
"box": "डिब्बा",
|
| 706 |
+
"door": "दरवाज़ा",
|
| 707 |
+
"plate": "प्लेट",
|
| 708 |
+
"towel": "तौलिया",
|
| 709 |
+
"water": "पानी"
|
| 710 |
+
}
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"language_id": "human.tl.controlled_action_v1",
|
| 714 |
+
"title": "Tagalog controlled action directive",
|
| 715 |
+
"family": "controlled_natural_language",
|
| 716 |
+
"source_ids": [],
|
| 717 |
+
"evidence_urls": [
|
| 718 |
+
"https://universaldependencies.org/tl/index.html",
|
| 719 |
+
"https://www.w3.org/International/articles/language-tags/index.en"
|
| 720 |
+
],
|
| 721 |
+
"native_units": [
|
| 722 |
+
"Unicode Tagalog action phrase",
|
| 723 |
+
"predicate plus ang-marked patient semantic frame",
|
| 724 |
+
"directive speech act and optional explicit grammatical features"
|
| 725 |
+
],
|
| 726 |
+
"annotation_rubric": "Preserve Tagalog voice/focus and nominal markers; parse only reviewed patient-focus directives and never treat ang as an English-style disposable article.",
|
| 727 |
+
"known_loss_hazards": [
|
| 728 |
+
"Tagalog verbal voice selects a focused semantic role and is not ordinary active/passive",
|
| 729 |
+
"ang and related nominal markers encode case, role, topic, and definiteness information",
|
| 730 |
+
"verbs mark aspect rather than a simple English tense inventory",
|
| 731 |
+
"po and other particles carry honorific or discourse meaning"
|
| 732 |
+
],
|
| 733 |
+
"default_language_tag": "tl",
|
| 734 |
+
"default_speech_act": "directive",
|
| 735 |
+
"closed_predicate_vocabulary": true,
|
| 736 |
+
"controlled_surface": {
|
| 737 |
+
"template": "{predicate} ang {patient}",
|
| 738 |
+
"terminal_punctuation": "",
|
| 739 |
+
"realized_slots": ["predicate", "patients", "speech_act"]
|
| 740 |
+
},
|
| 741 |
+
"input_bindings": {
|
| 742 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 743 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 744 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 745 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 746 |
+
"polarity": {"paths": ["polarity"], "mode": "first"},
|
| 747 |
+
"aspect": {"paths": ["aspect"], "mode": "first"},
|
| 748 |
+
"modality": {"paths": ["modality"], "mode": "first"},
|
| 749 |
+
"politeness": {"paths": ["politeness"], "mode": "first"},
|
| 750 |
+
"honorific": {"paths": ["honorific"], "mode": "first"},
|
| 751 |
+
"code_switch_spans": {"paths": ["code_switch_spans"], "mode": "collect"},
|
| 752 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 753 |
+
},
|
| 754 |
+
"output_bindings": {
|
| 755 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 756 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 757 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 758 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 759 |
+
"polarity": {"slot": "polarity", "mode": "scalar"},
|
| 760 |
+
"aspect": {"slot": "aspect", "mode": "scalar"},
|
| 761 |
+
"modality": {"slot": "modality", "mode": "scalar"},
|
| 762 |
+
"politeness": {"slot": "politeness", "mode": "scalar"},
|
| 763 |
+
"honorific": {"slot": "honorific", "mode": "scalar"},
|
| 764 |
+
"code_switch_spans": {"slot": "code_switch_spans", "mode": "list"},
|
| 765 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 766 |
+
},
|
| 767 |
+
"lexicalizations": {
|
| 768 |
+
"fold": "Tiklupin",
|
| 769 |
+
"open": "Buksan",
|
| 770 |
+
"close": "Isara",
|
| 771 |
+
"pour": "Ibuhos"
|
| 772 |
+
},
|
| 773 |
+
"entity_lexicalizations": {
|
| 774 |
+
"box": "kahon",
|
| 775 |
+
"door": "pinto",
|
| 776 |
+
"plate": "plato",
|
| 777 |
+
"towel": "tuwalya",
|
| 778 |
+
"water": "tubig"
|
| 779 |
+
}
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"language_id": "human.es.controlled_action_v1",
|
| 783 |
+
"title": "Spanish controlled familiar-singular action directive",
|
| 784 |
+
"family": "controlled_natural_language",
|
| 785 |
+
"source_ids": [],
|
| 786 |
+
"evidence_urls": [
|
| 787 |
+
"https://universaldependencies.org/es/index.html"
|
| 788 |
+
],
|
| 789 |
+
"native_units": [
|
| 790 |
+
"Unicode Spanish action phrase",
|
| 791 |
+
"reviewed predicate and patient frame",
|
| 792 |
+
"affirmative familiar-singular directive"
|
| 793 |
+
],
|
| 794 |
+
"annotation_rubric": "Parse only reviewed affirmative familiar-singular imperatives. Preserve pro-drop, person, number, register, clitics, negation, aspect, grammatical gender, and determiner evidence when present; never treat grammatical gender as world gender.",
|
| 795 |
+
"known_loss_hazards": [
|
| 796 |
+
"imperative morphology commits to addressee person, number, and register",
|
| 797 |
+
"Spanish permits pro-drop and clitic placement that change argument realization",
|
| 798 |
+
"el agua is grammatically feminine despite singular el before stressed initial a",
|
| 799 |
+
"regional register and leismo are outside this controlled profile"
|
| 800 |
+
],
|
| 801 |
+
"default_language_tag": "es",
|
| 802 |
+
"default_speech_act": "directive",
|
| 803 |
+
"closed_predicate_vocabulary": true,
|
| 804 |
+
"controlled_surface": {
|
| 805 |
+
"template": "{predicate} {patient}",
|
| 806 |
+
"terminal_punctuation": "",
|
| 807 |
+
"realized_slots": ["predicate", "patients", "speech_act"]
|
| 808 |
+
},
|
| 809 |
+
"input_bindings": {
|
| 810 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 811 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 812 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 813 |
+
"register": {"paths": ["register"], "mode": "first"},
|
| 814 |
+
"polarity": {"paths": ["polarity"], "mode": "first"},
|
| 815 |
+
"aspect": {"paths": ["aspect"], "mode": "first"},
|
| 816 |
+
"modality": {"paths": ["modality"], "mode": "first"},
|
| 817 |
+
"politeness": {"paths": ["politeness"], "mode": "first"},
|
| 818 |
+
"honorific": {"paths": ["honorific"], "mode": "first"},
|
| 819 |
+
"code_switch_spans": {"paths": ["code_switch_spans"], "mode": "collect"},
|
| 820 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 821 |
+
},
|
| 822 |
+
"output_bindings": {
|
| 823 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 824 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 825 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 826 |
+
"register": {"slot": "register", "mode": "scalar"},
|
| 827 |
+
"polarity": {"slot": "polarity", "mode": "scalar"},
|
| 828 |
+
"aspect": {"slot": "aspect", "mode": "scalar"},
|
| 829 |
+
"modality": {"slot": "modality", "mode": "scalar"},
|
| 830 |
+
"politeness": {"slot": "politeness", "mode": "scalar"},
|
| 831 |
+
"honorific": {"slot": "honorific", "mode": "scalar"},
|
| 832 |
+
"code_switch_spans": {"slot": "code_switch_spans", "mode": "list"},
|
| 833 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 834 |
+
},
|
| 835 |
+
"lexicalizations": {
|
| 836 |
+
"fold": "Dobla",
|
| 837 |
+
"open": "Abre",
|
| 838 |
+
"close": "Cierra",
|
| 839 |
+
"pour": "Vierte"
|
| 840 |
+
},
|
| 841 |
+
"entity_lexicalizations": {
|
| 842 |
+
"box": "la caja",
|
| 843 |
+
"door": "la puerta",
|
| 844 |
+
"plate": "el plato",
|
| 845 |
+
"towel": "la toalla",
|
| 846 |
+
"water": "el agua"
|
| 847 |
+
}
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"language_id": "dataset.en.action_label_v1",
|
| 851 |
+
"title": "English controlled observed-action label",
|
| 852 |
+
"family": "controlled_dataset_label",
|
| 853 |
+
"source_ids": [],
|
| 854 |
+
"native_units": ["predicate-patient action-class label", "action_label speech act"],
|
| 855 |
+
"annotation_rubric": "Describe the observed action class in compact dataset-label form; never convert the classification into an instruction.",
|
| 856 |
+
"known_loss_hazards": ["a compact class label does not encode every participant, hand, state, goal, or temporal boundary"],
|
| 857 |
+
"default_language_tag": "en",
|
| 858 |
+
"default_speech_act": "action_label",
|
| 859 |
+
"closed_predicate_vocabulary": true,
|
| 860 |
+
"controlled_surface": {"template": "{predicate} {patient}", "terminal_punctuation": "", "realized_slots": ["predicate", "patients", "speech_act"]},
|
| 861 |
+
"input_bindings": {
|
| 862 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 863 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 864 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 865 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 866 |
+
},
|
| 867 |
+
"output_bindings": {
|
| 868 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 869 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 870 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 871 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 872 |
+
},
|
| 873 |
+
"lexicalizations": {"fold": "fold", "open": "open", "close": "close", "pour": "pour"},
|
| 874 |
+
"entity_lexicalizations": {"box": "box", "door": "door", "plate": "plate", "towel": "towel", "water": "water"}
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"language_id": "dataset.zh_hans.action_label_v1",
|
| 878 |
+
"title": "Simplified Chinese controlled observed-action label",
|
| 879 |
+
"family": "controlled_dataset_label",
|
| 880 |
+
"source_ids": [],
|
| 881 |
+
"native_units": ["predicate-patient action-class label", "action_label speech act"],
|
| 882 |
+
"annotation_rubric": "Use a compact zh-Hans observed-action label without imperative force; preserve the class semantics and exact source evidence separately.",
|
| 883 |
+
"known_loss_hazards": ["Chinese token boundaries are not whitespace marked", "a compact class label omits unexpressed hands, roles, states, goals, and timing"],
|
| 884 |
+
"default_language_tag": "zh-Hans",
|
| 885 |
+
"default_speech_act": "action_label",
|
| 886 |
+
"closed_predicate_vocabulary": true,
|
| 887 |
+
"controlled_surface": {"template": "{predicate}{patient}", "terminal_punctuation": "", "realized_slots": ["predicate", "patients", "speech_act"]},
|
| 888 |
+
"input_bindings": {
|
| 889 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 890 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 891 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 892 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 893 |
+
},
|
| 894 |
+
"output_bindings": {
|
| 895 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 896 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 897 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 898 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 899 |
+
},
|
| 900 |
+
"lexicalizations": {"fold": "折叠", "open": "打开", "close": "关闭", "pour": "倒"},
|
| 901 |
+
"entity_lexicalizations": {"box": "盒子", "door": "门", "plate": "盘子", "towel": "毛巾", "water": "水"}
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"language_id": "dataset.tl.action_label_v1",
|
| 905 |
+
"title": "Tagalog controlled observed-action label",
|
| 906 |
+
"family": "controlled_dataset_label",
|
| 907 |
+
"source_ids": [],
|
| 908 |
+
"native_units": ["nominalized action plus ng-marked patient", "action_label speech act"],
|
| 909 |
+
"annotation_rubric": "Use a nominal Tagalog dataset label so an observed class is not mistaken for a command; retain voice/focus information only when the source actually supplies it.",
|
| 910 |
+
"known_loss_hazards": ["Tagalog voice and focus distinctions may be absent from an English verb-noun source", "nominalized class labels do not identify the actor, hand, aspect, state, or timing"],
|
| 911 |
+
"default_language_tag": "tl",
|
| 912 |
+
"default_speech_act": "action_label",
|
| 913 |
+
"closed_predicate_vocabulary": true,
|
| 914 |
+
"controlled_surface": {"template": "{predicate} ng {patient}", "terminal_punctuation": "", "realized_slots": ["predicate", "patients", "speech_act"]},
|
| 915 |
+
"input_bindings": {
|
| 916 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 917 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 918 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 919 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 920 |
+
},
|
| 921 |
+
"output_bindings": {
|
| 922 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 923 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 924 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 925 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 926 |
+
},
|
| 927 |
+
"lexicalizations": {"fold": "pagtitiklop", "open": "pagbukas", "close": "pagsara", "pour": "pagbuhos"},
|
| 928 |
+
"entity_lexicalizations": {"box": "kahon", "door": "pinto", "plate": "plato", "towel": "tuwalya", "water": "tubig"}
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"language_id": "dataset.es.action_label_v1",
|
| 932 |
+
"title": "Spanish controlled observed-action label",
|
| 933 |
+
"family": "controlled_dataset_label",
|
| 934 |
+
"source_ids": [],
|
| 935 |
+
"native_units": ["infinitive predicate plus determined patient", "action_label speech act"],
|
| 936 |
+
"annotation_rubric": "Use an infinitive action-class label without imperative person or register; preserve the source class and unexpressed evidence separately.",
|
| 937 |
+
"known_loss_hazards": ["grammatical gender and determiners are realization features, not new world claims", "a compact class label omits hands, state, goal, and temporal evidence"],
|
| 938 |
+
"default_language_tag": "es",
|
| 939 |
+
"default_speech_act": "action_label",
|
| 940 |
+
"closed_predicate_vocabulary": true,
|
| 941 |
+
"controlled_surface": {"template": "{predicate} {patient}", "terminal_punctuation": "", "realized_slots": ["predicate", "patients", "speech_act"]},
|
| 942 |
+
"input_bindings": {
|
| 943 |
+
"raw_text": {"paths": ["text"], "mode": "first"},
|
| 944 |
+
"language_tag": {"paths": ["language_tag"], "mode": "first"},
|
| 945 |
+
"speech_act": {"paths": ["speech_act"], "mode": "first"},
|
| 946 |
+
"grounding": {"paths": ["grounding"], "mode": "first"}
|
| 947 |
+
},
|
| 948 |
+
"output_bindings": {
|
| 949 |
+
"text": {"slot": "raw_text", "mode": "generated_text"},
|
| 950 |
+
"language_tag": {"slot": "language_tag", "mode": "scalar"},
|
| 951 |
+
"speech_act": {"slot": "speech_act", "mode": "scalar"},
|
| 952 |
+
"grounding": {"slot": "grounding", "mode": "scalar"}
|
| 953 |
+
},
|
| 954 |
+
"lexicalizations": {"fold": "doblar", "open": "abrir", "close": "cerrar", "pour": "verter"},
|
| 955 |
+
"entity_lexicalizations": {"box": "la caja", "door": "la puerta", "plate": "el plato", "towel": "la toalla", "water": "el agua"}
|
| 956 |
+
}
|
| 957 |
+
],
|
| 958 |
+
"lexical_mappings": [
|
| 959 |
+
{"rule_id": "lex.align", "source_language_id": "*", "source_lexeme": "align", "concept_id": "align", "mapping_relation": "exact_match"},
|
| 960 |
+
{"rule_id": "lex.attach", "source_language_id": "*", "source_lexeme": "attach", "concept_id": "fasten_unfasten", "mapping_relation": "broad_match"},
|
| 961 |
+
{"rule_id": "lex.check", "source_language_id": "*", "source_lexeme": "check", "concept_id": "inspect", "mapping_relation": "close_match"},
|
| 962 |
+
{"rule_id": "lex.chop", "source_language_id": "*", "source_lexeme": "chop", "concept_id": "cut", "mapping_relation": "narrow_match"},
|
| 963 |
+
{"rule_id": "lex.close", "source_language_id": "*", "source_lexeme": "close", "concept_id": "close", "mapping_relation": "exact_match"},
|
| 964 |
+
{"rule_id": "lex.cut", "source_language_id": "*", "source_lexeme": "cut", "concept_id": "cut", "mapping_relation": "exact_match"},
|
| 965 |
+
{"rule_id": "lex.detach", "source_language_id": "*", "source_lexeme": "detach", "concept_id": "fasten_unfasten", "mapping_relation": "broad_match"},
|
| 966 |
+
{"rule_id": "lex.fold", "source_language_id": "*", "source_lexeme": "fold", "concept_id": "fold", "mapping_relation": "exact_match"},
|
| 967 |
+
{"rule_id": "lex.grab", "source_language_id": "*", "source_lexeme": "grab", "concept_id": "pick_place", "mapping_relation": "broad_match"},
|
| 968 |
+
{"rule_id": "lex.load", "source_language_id": "*", "source_lexeme": "load", "concept_id": "load_unload", "mapping_relation": "broad_match"},
|
| 969 |
+
{"rule_id": "lex.open", "source_language_id": "*", "source_lexeme": "open", "concept_id": "open", "mapping_relation": "exact_match"},
|
| 970 |
+
{"rule_id": "lex.pick", "source_language_id": "*", "source_lexeme": "pick", "concept_id": "pick_place", "mapping_relation": "broad_match"},
|
| 971 |
+
{"rule_id": "lex.place", "source_language_id": "*", "source_lexeme": "place", "concept_id": "place", "mapping_relation": "exact_match"},
|
| 972 |
+
{"rule_id": "lex.plug", "source_language_id": "*", "source_lexeme": "plug", "concept_id": "insert_remove", "mapping_relation": "narrow_match"},
|
| 973 |
+
{"rule_id": "lex.pour", "source_language_id": "*", "source_lexeme": "pour", "concept_id": "pour", "mapping_relation": "exact_match"},
|
| 974 |
+
{"rule_id": "lex.put", "source_language_id": "*", "source_lexeme": "put", "concept_id": "place", "mapping_relation": "close_match"},
|
| 975 |
+
{"rule_id": "lex.put_in", "source_language_id": "*", "source_lexeme": "put in", "concept_id": "insert_remove", "mapping_relation": "narrow_match"},
|
| 976 |
+
{"rule_id": "lex.rinse", "source_language_id": "*", "source_lexeme": "rinse", "concept_id": "rinse", "mapping_relation": "exact_match"},
|
| 977 |
+
{"rule_id": "lex.scrub", "source_language_id": "*", "source_lexeme": "scrub", "concept_id": "scrub", "mapping_relation": "exact_match"},
|
| 978 |
+
{"rule_id": "lex.screw", "source_language_id": "*", "source_lexeme": "screw", "concept_id": "fasten_unfasten", "mapping_relation": "narrow_match"},
|
| 979 |
+
{"rule_id": "lex.slice", "source_language_id": "*", "source_lexeme": "slice", "concept_id": "cut", "mapping_relation": "narrow_match"},
|
| 980 |
+
{"rule_id": "lex.squeeze", "source_language_id": "*", "source_lexeme": "squeeze", "concept_id": "press", "mapping_relation": "narrow_match"},
|
| 981 |
+
{"rule_id": "lex.take", "source_language_id": "*", "source_lexeme": "take", "concept_id": "pick_place", "mapping_relation": "broad_match"},
|
| 982 |
+
{"rule_id": "lex.take_out", "source_language_id": "*", "source_lexeme": "take out", "concept_id": "insert_remove", "mapping_relation": "narrow_match"},
|
| 983 |
+
{"rule_id": "lex.unload", "source_language_id": "*", "source_lexeme": "unload", "concept_id": "load_unload", "mapping_relation": "broad_match"},
|
| 984 |
+
{"rule_id": "lex.wipe", "source_language_id": "*", "source_lexeme": "wipe", "concept_id": "wipe", "mapping_relation": "exact_match"},
|
| 985 |
+
{"rule_id": "lex.zh.fold", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "叠", "concept_id": "fold", "mapping_relation": "exact_match"},
|
| 986 |
+
{"rule_id": "lex.zh.open", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "打开", "concept_id": "open", "mapping_relation": "exact_match"},
|
| 987 |
+
{"rule_id": "lex.zh.close", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "关闭", "concept_id": "close", "mapping_relation": "exact_match"},
|
| 988 |
+
{"rule_id": "lex.zh.pour", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "倒", "concept_id": "pour", "mapping_relation": "exact_match"},
|
| 989 |
+
{"rule_id": "lex.hi.fold", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "मोड़ो", "concept_id": "fold", "mapping_relation": "exact_match"},
|
| 990 |
+
{"rule_id": "lex.hi.open", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "खोलो", "concept_id": "open", "mapping_relation": "exact_match"},
|
| 991 |
+
{"rule_id": "lex.hi.close", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "बंद करो", "concept_id": "close", "mapping_relation": "exact_match"},
|
| 992 |
+
{"rule_id": "lex.hi.pour", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "उंडेलो", "concept_id": "pour", "mapping_relation": "exact_match"},
|
| 993 |
+
{"rule_id": "lex.tl.fold", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "Tiklupin", "concept_id": "fold", "mapping_relation": "exact_match"},
|
| 994 |
+
{"rule_id": "lex.tl.open", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "Buksan", "concept_id": "open", "mapping_relation": "exact_match"},
|
| 995 |
+
{"rule_id": "lex.tl.close", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "Isara", "concept_id": "close", "mapping_relation": "exact_match"},
|
| 996 |
+
{"rule_id": "lex.tl.pour", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "Ibuhos", "concept_id": "pour", "mapping_relation": "exact_match"}
|
| 997 |
+
,{"rule_id": "lex.es.fold", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "Dobla", "concept_id": "fold", "mapping_relation": "exact_match"}
|
| 998 |
+
,{"rule_id": "lex.es.open", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "Abre", "concept_id": "open", "mapping_relation": "exact_match"}
|
| 999 |
+
,{"rule_id": "lex.es.close", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "Cierra", "concept_id": "close", "mapping_relation": "exact_match"}
|
| 1000 |
+
,{"rule_id": "lex.es.pour", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "Vierte", "concept_id": "pour", "mapping_relation": "exact_match"}
|
| 1001 |
+
,{"rule_id": "lex.dataset.zh.fold", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "折叠", "concept_id": "fold", "mapping_relation": "exact_match"}
|
| 1002 |
+
,{"rule_id": "lex.dataset.zh.open", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "打开", "concept_id": "open", "mapping_relation": "exact_match"}
|
| 1003 |
+
,{"rule_id": "lex.dataset.zh.close", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "关闭", "concept_id": "close", "mapping_relation": "exact_match"}
|
| 1004 |
+
,{"rule_id": "lex.dataset.zh.pour", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "倒", "concept_id": "pour", "mapping_relation": "exact_match"}
|
| 1005 |
+
,{"rule_id": "lex.dataset.tl.fold", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "pagtitiklop", "concept_id": "fold", "mapping_relation": "exact_match"}
|
| 1006 |
+
,{"rule_id": "lex.dataset.tl.open", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "pagbukas", "concept_id": "open", "mapping_relation": "exact_match"}
|
| 1007 |
+
,{"rule_id": "lex.dataset.tl.close", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "pagsara", "concept_id": "close", "mapping_relation": "exact_match"}
|
| 1008 |
+
,{"rule_id": "lex.dataset.tl.pour", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "pagbuhos", "concept_id": "pour", "mapping_relation": "exact_match"}
|
| 1009 |
+
,{"rule_id": "lex.dataset.es.fold", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "doblar", "concept_id": "fold", "mapping_relation": "exact_match"}
|
| 1010 |
+
,{"rule_id": "lex.dataset.es.open", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "abrir", "concept_id": "open", "mapping_relation": "exact_match"}
|
| 1011 |
+
,{"rule_id": "lex.dataset.es.close", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "cerrar", "concept_id": "close", "mapping_relation": "exact_match"}
|
| 1012 |
+
,{"rule_id": "lex.dataset.es.pour", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "verter", "concept_id": "pour", "mapping_relation": "exact_match"}
|
| 1013 |
+
],
|
| 1014 |
+
"entity_lexical_mappings": [
|
| 1015 |
+
{"rule_id": "entity.box", "source_language_id": "*", "source_lexeme": "box", "concept_id": "box", "mapping_relation": "exact_match"},
|
| 1016 |
+
{"rule_id": "entity.door", "source_language_id": "*", "source_lexeme": "door", "concept_id": "door", "mapping_relation": "exact_match"},
|
| 1017 |
+
{"rule_id": "entity.plate", "source_language_id": "*", "source_lexeme": "plate", "concept_id": "plate", "mapping_relation": "exact_match"},
|
| 1018 |
+
{"rule_id": "entity.towel", "source_language_id": "*", "source_lexeme": "towel", "concept_id": "towel", "mapping_relation": "exact_match"},
|
| 1019 |
+
{"rule_id": "entity.water", "source_language_id": "*", "source_lexeme": "water", "concept_id": "water", "mapping_relation": "exact_match"},
|
| 1020 |
+
{"rule_id": "entity.zh.box", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "盒子", "concept_id": "box", "mapping_relation": "exact_match"},
|
| 1021 |
+
{"rule_id": "entity.zh.door", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "门", "concept_id": "door", "mapping_relation": "exact_match"},
|
| 1022 |
+
{"rule_id": "entity.zh.plate", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "盘子", "concept_id": "plate", "mapping_relation": "exact_match"},
|
| 1023 |
+
{"rule_id": "entity.zh.towel", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "毛巾", "concept_id": "towel", "mapping_relation": "exact_match"},
|
| 1024 |
+
{"rule_id": "entity.zh.water", "source_language_id": "human.zh_hans.controlled_action_v1", "source_lexeme": "水", "concept_id": "water", "mapping_relation": "exact_match"},
|
| 1025 |
+
{"rule_id": "entity.hi.box", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "डिब्बा", "concept_id": "box", "mapping_relation": "exact_match"},
|
| 1026 |
+
{"rule_id": "entity.hi.door", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "दरवाज़ा", "concept_id": "door", "mapping_relation": "exact_match"},
|
| 1027 |
+
{"rule_id": "entity.hi.plate", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "प्लेट", "concept_id": "plate", "mapping_relation": "exact_match"},
|
| 1028 |
+
{"rule_id": "entity.hi.towel", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "तौलिया", "concept_id": "towel", "mapping_relation": "exact_match"},
|
| 1029 |
+
{"rule_id": "entity.hi.water", "source_language_id": "human.hi.controlled_action_v1", "source_lexeme": "पानी", "concept_id": "water", "mapping_relation": "exact_match"},
|
| 1030 |
+
{"rule_id": "entity.tl.box", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "kahon", "concept_id": "box", "mapping_relation": "exact_match"},
|
| 1031 |
+
{"rule_id": "entity.tl.door", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "pinto", "concept_id": "door", "mapping_relation": "exact_match"},
|
| 1032 |
+
{"rule_id": "entity.tl.plate", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "plato", "concept_id": "plate", "mapping_relation": "exact_match"},
|
| 1033 |
+
{"rule_id": "entity.tl.towel", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "tuwalya", "concept_id": "towel", "mapping_relation": "exact_match"},
|
| 1034 |
+
{"rule_id": "entity.tl.water", "source_language_id": "human.tl.controlled_action_v1", "source_lexeme": "tubig", "concept_id": "water", "mapping_relation": "exact_match"}
|
| 1035 |
+
,{"rule_id": "entity.es.box", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "la caja", "concept_id": "box", "mapping_relation": "exact_match"}
|
| 1036 |
+
,{"rule_id": "entity.es.door", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "la puerta", "concept_id": "door", "mapping_relation": "exact_match"}
|
| 1037 |
+
,{"rule_id": "entity.es.plate", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "el plato", "concept_id": "plate", "mapping_relation": "exact_match"}
|
| 1038 |
+
,{"rule_id": "entity.es.towel", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "la toalla", "concept_id": "towel", "mapping_relation": "exact_match"}
|
| 1039 |
+
,{"rule_id": "entity.es.water", "source_language_id": "human.es.controlled_action_v1", "source_lexeme": "el agua", "concept_id": "water", "mapping_relation": "exact_match"}
|
| 1040 |
+
,{"rule_id": "entity.dataset.zh.box", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "盒子", "concept_id": "box", "mapping_relation": "exact_match"}
|
| 1041 |
+
,{"rule_id": "entity.dataset.zh.door", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "门", "concept_id": "door", "mapping_relation": "exact_match"}
|
| 1042 |
+
,{"rule_id": "entity.dataset.zh.plate", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "盘子", "concept_id": "plate", "mapping_relation": "exact_match"}
|
| 1043 |
+
,{"rule_id": "entity.dataset.zh.towel", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "毛巾", "concept_id": "towel", "mapping_relation": "exact_match"}
|
| 1044 |
+
,{"rule_id": "entity.dataset.zh.water", "source_language_id": "dataset.zh_hans.action_label_v1", "source_lexeme": "水", "concept_id": "water", "mapping_relation": "exact_match"}
|
| 1045 |
+
,{"rule_id": "entity.dataset.tl.box", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "kahon", "concept_id": "box", "mapping_relation": "exact_match"}
|
| 1046 |
+
,{"rule_id": "entity.dataset.tl.door", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "pinto", "concept_id": "door", "mapping_relation": "exact_match"}
|
| 1047 |
+
,{"rule_id": "entity.dataset.tl.plate", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "plato", "concept_id": "plate", "mapping_relation": "exact_match"}
|
| 1048 |
+
,{"rule_id": "entity.dataset.tl.towel", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "tuwalya", "concept_id": "towel", "mapping_relation": "exact_match"}
|
| 1049 |
+
,{"rule_id": "entity.dataset.tl.water", "source_language_id": "dataset.tl.action_label_v1", "source_lexeme": "tubig", "concept_id": "water", "mapping_relation": "exact_match"}
|
| 1050 |
+
,{"rule_id": "entity.dataset.es.box", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "la caja", "concept_id": "box", "mapping_relation": "exact_match"}
|
| 1051 |
+
,{"rule_id": "entity.dataset.es.door", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "la puerta", "concept_id": "door", "mapping_relation": "exact_match"}
|
| 1052 |
+
,{"rule_id": "entity.dataset.es.plate", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "el plato", "concept_id": "plate", "mapping_relation": "exact_match"}
|
| 1053 |
+
,{"rule_id": "entity.dataset.es.towel", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "la toalla", "concept_id": "towel", "mapping_relation": "exact_match"}
|
| 1054 |
+
,{"rule_id": "entity.dataset.es.water", "source_language_id": "dataset.es.action_label_v1", "source_lexeme": "el agua", "concept_id": "water", "mapping_relation": "exact_match"}
|
| 1055 |
+
]
|
| 1056 |
+
}
|
data/world-model-label-audit-v1.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "../schemas/world-model-label-audit.schema.json",
|
| 3 |
+
"schema_version": "1.0.0",
|
| 4 |
+
"audit_id": "egobowwow-world-model-label-audit-v1",
|
| 5 |
+
"researched_at": "2026-08-25",
|
| 6 |
+
"boundary": "Primary papers and official dataset/toolkit pages define evidence. The audit records published supervision, not inferred capabilities, downloaded rows, or acceptance evidence. A UniversalLabeler translation may change language surfaces but must preserve all grounded dimensions unless a target profile reports explicit loss.",
|
| 7 |
+
"universal_dimensions": [
|
| 8 |
+
{"dimension_id": "environment_context", "graph_paths": ["environment.site_context_id", "environment.physical_environment_id", "environment.scene_type_id", "environment.station_type_id"], "rubric": "Label social site context, indoor/outdoor exposure, scene, and work station independently; do not infer one axis from another."},
|
| 9 |
+
{"dimension_id": "environment_conditions", "graph_paths": ["environment.lighting_id", "environment.weather_id", "environment.clutter_id", "environment.material_state_ids"], "rubric": "Record only observable physical conditions; use explicit unknowns rather than title-based inference."},
|
| 10 |
+
{"dimension_id": "scene_geometry", "graph_paths": ["environment.map_artifact_id", "assertions[kind=mask_ref]", "assertions[kind=keypoints_3d]"], "rubric": "Bind maps, depth-derived geometry, or point clouds by content-addressed reference and named coordinate frame."},
|
| 11 |
+
{"dimension_id": "coordinate_calibration", "graph_paths": ["coordinate_frames"], "rubric": "Every metric 2D/3D value names its clock and coordinate frame; frame transforms bind a calibration digest."},
|
| 12 |
+
{"dimension_id": "time_sync", "graph_paths": ["modalities.clock_id", "assertions.interval", "assertions.timestamp_ns"], "rubric": "Use named synchronized clocks and integer nanoseconds with half-open intervals; frame indices are not time authority."},
|
| 13 |
+
{"dimension_id": "language", "graph_paths": ["speech", "modalities[kind=language]"], "rubric": "Keep verbatim text, language tag, speech act, register, manner, purpose, and grammatical features separate from grounded event semantics."},
|
| 14 |
+
{"dimension_id": "temporal_hierarchy", "graph_paths": ["event.temporal", "procedure.activity_category_id", "procedure.task_id", "procedure.step_id", "assertions[kind=temporal_span]"], "rubric": "Keep activity, task, step, atomic action, and sensor sample boundaries distinct and linked."},
|
| 15 |
+
{"dimension_id": "agent_identity_role", "graph_paths": ["agents.agent_id", "agents.agent_kind", "agents.role_ids"], "rubric": "Give each human or robot a stable event-local identity and explicit performer, instructor, observer, or platform role."},
|
| 16 |
+
{"dimension_id": "hand_laterality_role", "graph_paths": ["agents.hands.laterality", "agents.hands.role_ids"], "rubric": "Label left and right independently and distinguish acting, stabilizing, supporting, idle, and unknown roles."},
|
| 17 |
+
{"dimension_id": "hand_pose", "graph_paths": ["agents.hands.pose_label_keys", "assertions[kind=keypoints_2d]", "assertions[kind=keypoints_3d]", "assertions[kind=pose_3d]"], "rubric": "Pose claims require a handedness identity, model/layout, visibility, coordinate frame, timestamp, confidence, and uncertainty."},
|
| 18 |
+
{"dimension_id": "body_head_pose", "graph_paths": ["agents.body_pose_label_keys", "assertions[kind=keypoints_3d]", "assertions[kind=pose_3d]", "assertions[kind=trajectory_3d]"], "rubric": "Keep body/head geometry separate from action classes and preserve the source skeleton convention."},
|
| 19 |
+
{"dimension_id": "gaze", "graph_paths": ["agents.gaze_label_keys", "relations[predicate_id=gaze_at]", "modalities[kind=eye_gaze]"], "rubric": "Represent gaze as a timed geometric signal in a named frame; gaze-at-object is a separate derived relation."},
|
| 20 |
+
{"dimension_id": "object_identity_role", "graph_paths": ["entities.entity_id", "entities.category_id", "entities.role_ids"], "rubric": "Track object instances separately from categories and record patient, instrument, source, destination, support, and container roles."},
|
| 21 |
+
{"dimension_id": "object_geometry_pose", "graph_paths": ["entities.geometry_label_keys", "entities.pose_label_keys", "entities.trajectory_label_keys", "assertions[kind=box_2d]", "assertions[kind=mask_ref]", "assertions[kind=pose_3d]", "assertions[kind=trajectory_3d]"], "rubric": "Do not flatten boxes, masks, meshes, 6DoF poses, or trajectories into an object noun."},
|
| 22 |
+
{"dimension_id": "contact_spatial_relations", "graph_paths": ["relations", "agents.hands.contact_entity_ids", "assertions[kind=object_relation]"], "rubric": "Relations identify subject, predicate, object, temporal phase, confidence, and supporting assertion."},
|
| 23 |
+
{"dimension_id": "object_state_transition", "graph_paths": ["entities.state_before_ids", "entities.state_after_ids", "assertions[kind=state_transition]"], "rubric": "State axes name the entity and observable before/after values; do not infer success from an action verb."},
|
| 24 |
+
{"dimension_id": "goal_outcome", "graph_paths": ["procedure.goal_state_ids", "procedure.precondition_ids", "procedure.outcome"], "rubric": "Instructions, goals, preconditions, observed terminal state, and outcome are distinct fields."},
|
| 25 |
+
{"dimension_id": "mistake_intervention", "graph_paths": ["procedure.correctness", "procedure.error_ids", "procedure.intervention_ids"], "rubric": "Annotate the observable mistake, recovery, and intervention independently from task identity."},
|
| 26 |
+
{"dimension_id": "proficiency", "graph_paths": ["procedure.proficiency"], "rubric": "Proficiency is separately assessed metadata and must not be inferred from identity or one local mistake."},
|
| 27 |
+
{"dimension_id": "multimodal_observation", "graph_paths": ["modalities"], "rubric": "Declare each available RGB, depth, audio, IMU, gaze, pose, segmentation, force, tactile, language, action, or proprioceptive stream with clock/frame bindings."},
|
| 28 |
+
{"dimension_id": "embodied_action_proprioception", "graph_paths": ["assertions[kind=action_chunk]", "assertions[kind=proprio_series]", "modalities[kind=robot_action]", "modalities[kind=proprioception]"], "rubric": "Robot command vectors and observed state vectors keep their layouts, sample periods, coordinate frames, and timestamps."},
|
| 29 |
+
{"dimension_id": "quality_uncertainty_provenance", "graph_paths": ["assertions.confidence", "assertions.uncertainty", "assertions.visibility", "provenance"], "rubric": "Every claim retains observability, confidence/uncertainty, producer, rubric, source profile, and review state; missing labels are not negative labels."}
|
| 30 |
+
],
|
| 31 |
+
"typed_label_kinds": [
|
| 32 |
+
"text_class",
|
| 33 |
+
"temporal_span",
|
| 34 |
+
"box_2d",
|
| 35 |
+
"mask_ref",
|
| 36 |
+
"keypoints_2d",
|
| 37 |
+
"keypoints_3d",
|
| 38 |
+
"pose_3d",
|
| 39 |
+
"trajectory_3d",
|
| 40 |
+
"audio_event",
|
| 41 |
+
"object_relation",
|
| 42 |
+
"state_transition",
|
| 43 |
+
"action_chunk",
|
| 44 |
+
"proprio_series"
|
| 45 |
+
],
|
| 46 |
+
"sources": [
|
| 47 |
+
{
|
| 48 |
+
"source_id": "ego_exo4d_v2",
|
| 49 |
+
"title": "Ego-Exo4D: Understanding Skilled Human Activity from First- and Third-Person Perspectives",
|
| 50 |
+
"paper_url": "https://arxiv.org/abs/2311.18259",
|
| 51 |
+
"official_url": "https://docs.ego-exo4d-data.org/",
|
| 52 |
+
"release_year": 2024,
|
| 53 |
+
"native_units": ["take", "synchronized ego/exo camera stream", "narration", "atomic action interval", "keystep interval", "3D hand/body pose sample", "proficiency assessment"],
|
| 54 |
+
"annotation_rubric": "Preserve synchronized multiview capture and task-specific layers: narration and expert commentary, fine-grained action/keystep timing, proficiency, gaze, camera pose, and 3D hand/body pose are parallel supervision rather than one caption.",
|
| 55 |
+
"supervision": ["multichannel audio", "eye gaze", "IMU", "3D point clouds", "camera poses", "language descriptions", "expert commentary", "fine-grained activity", "proficiency", "3D hand/body pose"],
|
| 56 |
+
"supported_dimensions": ["time_sync", "language", "temporal_hierarchy", "agent_identity_role", "hand_laterality_role", "hand_pose", "body_head_pose", "gaze", "proficiency", "multimodal_observation", "quality_uncertainty_provenance"],
|
| 57 |
+
"known_gaps": ["The activity label alone does not encode object state, contact, or exact environment conditions.", "Different benchmark annotation layers have different temporal and visibility coverage."]
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"source_id": "hot3d_v1",
|
| 61 |
+
"title": "HOT3D: Hand and Object Tracking in 3D from Egocentric Multi-View Videos",
|
| 62 |
+
"paper_url": "https://arxiv.org/abs/2411.19167",
|
| 63 |
+
"official_url": "https://github.com/facebookresearch/hot3d",
|
| 64 |
+
"release_year": 2025,
|
| 65 |
+
"native_units": ["sequence", "timestamp_ns", "camera stream", "left/right MANO or UmeTrack hand pose", "object 6DoF pose", "headset pose", "visibility/QA mask"],
|
| 66 |
+
"annotation_rubric": "At each timestamp and stream, keep handedness, wrist transform, hand model parameters/joints, object instance pose, camera calibration, visibility, exposure, availability, and manual pose-QA masks distinct.",
|
| 67 |
+
"supervision": ["multi-view RGB/monochrome", "eye gaze", "scene point clouds", "camera poses", "left/right 3D hand poses", "object 6DoF poses", "hand/object 3D models", "per-stream quality masks"],
|
| 68 |
+
"supported_dimensions": ["scene_geometry", "coordinate_calibration", "time_sync", "hand_laterality_role", "hand_pose", "gaze", "object_identity_role", "object_geometry_pose", "multimodal_observation", "quality_uncertainty_provenance"],
|
| 69 |
+
"known_gaps": ["Pose availability is not pose accuracy; HOT3D exports separate availability and QA masks.", "The geometric labels do not by themselves state semantic goal, success, error, or hand functional role."]
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"source_id": "aria_digital_twin_v1",
|
| 73 |
+
"title": "Aria Digital Twin: A New Benchmark Dataset for Egocentric 3D Machine Perception",
|
| 74 |
+
"paper_url": "https://arxiv.org/abs/2306.06362",
|
| 75 |
+
"official_url": "https://www.projectaria.com/datasets/adt/",
|
| 76 |
+
"release_year": 2023,
|
| 77 |
+
"native_units": ["sequence", "sensor calibration", "continuous device/object 6DoF pose", "3D gaze vector", "3D human pose", "2D segmentation", "depth map"],
|
| 78 |
+
"annotation_rubric": "Treat the real scene, calibrated sensor rig, static/dynamic object instances, device trajectory, gaze, human pose, segmentation, depth, and synthetic twin as synchronized but separately typed ground truth.",
|
| 79 |
+
"supervision": ["RGB/monochrome", "IMU", "complete calibration", "device and object 6DoF poses", "3D eye gaze", "3D human pose", "2D segmentations", "depth", "photorealistic twin"],
|
| 80 |
+
"supported_dimensions": ["environment_context", "scene_geometry", "coordinate_calibration", "time_sync", "body_head_pose", "gaze", "object_identity_role", "object_geometry_pose", "multimodal_observation", "quality_uncertainty_provenance"],
|
| 81 |
+
"known_gaps": ["The benchmark ground truth is primarily geometric and does not supply a universal manipulation-action or mistake ontology.", "The published release covers two indoor scenes and should not imply broad environment diversity."]
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"source_id": "holoassist_v1",
|
| 85 |
+
"title": "HoloAssist: an Egocentric Human Interaction Dataset for Interactive AI Assistants in the Real World",
|
| 86 |
+
"paper_url": "https://arxiv.org/abs/2309.17024",
|
| 87 |
+
"official_url": "https://holoassist.github.io/",
|
| 88 |
+
"release_year": 2023,
|
| 89 |
+
"native_units": ["collaborative session", "synchronized sensor stream", "coarse/fine action interval", "conversation turn", "mistake", "intervention", "hand forecast target"],
|
| 90 |
+
"annotation_rubric": "Keep performer and instructor roles, grounded verbal guidance, coarse/fine physical actions, mistakes, recovery/intervention behavior, gaze/head/hand signals, and future-hand targets as linked layers.",
|
| 91 |
+
"supervision": ["seven synchronized streams", "action annotations", "conversation annotations", "mistakes", "intervention types", "hand forecasting"],
|
| 92 |
+
"supported_dimensions": ["time_sync", "language", "temporal_hierarchy", "agent_identity_role", "hand_laterality_role", "hand_pose", "gaze", "goal_outcome", "mistake_intervention", "multimodal_observation", "quality_uncertainty_provenance"],
|
| 93 |
+
"known_gaps": ["Conversation does not replace physical action or state evidence.", "A mistake label is task-relative and cannot be projected safely without the enclosing procedure context."]
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"source_id": "nymeria_v1",
|
| 97 |
+
"title": "Nymeria: A Massive Collection of Multimodal Egocentric Daily Motion in the Wild",
|
| 98 |
+
"paper_url": "https://arxiv.org/abs/2406.09905",
|
| 99 |
+
"official_url": "https://www.projectaria.com/datasets/nymeria/",
|
| 100 |
+
"release_year": 2024,
|
| 101 |
+
"native_units": ["recording", "localized synchronized device stream", "full-body motion sample", "fine motion narration", "atomic action", "activity summary"],
|
| 102 |
+
"annotation_rubric": "Preserve metric-world localization, synchronized multi-device streams, full-body motion, gaze/IMU, and the hierarchy from fine narration through atomic action to high-level activity summary.",
|
| 103 |
+
"supervision": ["full-body ground-truth motion", "egocentric video", "eye tracking", "IMU", "third-person view", "metric-world localization", "hierarchical motion language"],
|
| 104 |
+
"supported_dimensions": ["environment_context", "coordinate_calibration", "time_sync", "language", "temporal_hierarchy", "agent_identity_role", "body_head_pose", "gaze", "multimodal_observation", "quality_uncertainty_provenance"],
|
| 105 |
+
"known_gaps": ["Motion-language hierarchy does not by itself provide object instance state, contact, or manipulation success.", "Natural-language summaries and metric motion have different annotation granularity."]
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"source_id": "droid_rlds_v1",
|
| 109 |
+
"title": "DROID: A Large-Scale In-The-Wild Robot Manipulation Dataset",
|
| 110 |
+
"paper_url": "https://arxiv.org/abs/2403.12945",
|
| 111 |
+
"official_url": "https://github.com/droid-dataset/droid",
|
| 112 |
+
"release_year": 2024,
|
| 113 |
+
"native_units": ["episode", "RLDS step", "three language instructions", "three camera observations", "robot Cartesian/joint/gripper state", "commanded action"],
|
| 114 |
+
"annotation_rubric": "At every ordered step, keep language instruction variants, camera observations, measured Cartesian/joint/gripper state, commanded Cartesian/joint/gripper action, reward, discount, and terminal flags separate.",
|
| 115 |
+
"supervision": ["wrist and exterior RGB", "language instruction variants", "Cartesian state/action", "joint state/action", "gripper state/action", "reward and terminal flags", "scene diversity"],
|
| 116 |
+
"supported_dimensions": ["environment_context", "time_sync", "language", "agent_identity_role", "goal_outcome", "multimodal_observation", "embodied_action_proprioception", "quality_uncertainty_provenance"],
|
| 117 |
+
"known_gaps": ["The released RLDS schema does not universally provide human hand pose, object instance pose, contact, or explicit before/after object state.", "Vector meaning depends on robot/action layout and coordinate conventions and must never be translated as untyped numbers."]
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"source_id": "open_x_embodiment_rlds_v1",
|
| 121 |
+
"title": "Open X-Embodiment: Robotic Learning Datasets and RT-X Models",
|
| 122 |
+
"paper_url": "https://arxiv.org/abs/2310.08864",
|
| 123 |
+
"official_url": "https://robotics-transformer-x.github.io/",
|
| 124 |
+
"release_year": 2024,
|
| 125 |
+
"native_units": ["dataset", "episode", "RLDS step", "observation", "action", "language instruction", "robot-specific metadata"],
|
| 126 |
+
"annotation_rubric": "Normalize container structure while preserving each contributor's robot morphology, observation/action fields, units, coordinate frames, success semantics, language, and missing modalities as dataset-specific contracts.",
|
| 127 |
+
"supervision": ["standardized RLDS episodes", "multi-robot observations", "robot actions", "language instructions", "527 skills across heterogeneous platforms"],
|
| 128 |
+
"supported_dimensions": ["environment_context", "time_sync", "language", "agent_identity_role", "goal_outcome", "multimodal_observation", "embodied_action_proprioception", "quality_uncertainty_provenance"],
|
| 129 |
+
"known_gaps": ["A common container is not a common semantic action space; robot-specific layouts and units remain essential.", "Missing modalities and heterogeneous success labels require explicit loss/availability reporting."]
|
| 130 |
+
}
|
| 131 |
+
]
|
| 132 |
+
}
|
examples/epic-action.adapter.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"adapter_id": "epic_action_class_v1",
|
| 4 |
+
"target_schema_id": "epic_kitchens.action_segment_v1",
|
| 5 |
+
"rules": [
|
| 6 |
+
{"target_field": "verb", "predicate_id": "performs_action", "subject_kind": "event", "subject_id": null, "object_representation": "concept", "cardinality": "one", "required": true},
|
| 7 |
+
{"target_field": "noun", "predicate_id": "primary_patient", "subject_kind": "event", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": true}
|
| 8 |
+
]
|
| 9 |
+
}
|
examples/fold-towel.uap.json
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"packet_id": "uap:sha256:b12c7e9208ce13b54c941cab63b9eb9b05eae18ecf5748dfbc06ee0c5a67addb",
|
| 4 |
+
"ontology": {
|
| 5 |
+
"ontology_id": "uap.core.v1",
|
| 6 |
+
"revision_digest": "sha256:3f7f69239ddf27de8e66f3c679d5e58674fb4adb015f7ca80b359b4faf674f2c"
|
| 7 |
+
},
|
| 8 |
+
"source": {
|
| 9 |
+
"dataset_id": "synthetic_conformance",
|
| 10 |
+
"schema_id": "synthetic.world_event.v1",
|
| 11 |
+
"record_id": "fold_towel_001",
|
| 12 |
+
"revision_digest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
|
| 13 |
+
"native_record_digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
|
| 14 |
+
"license_expression": "CC0-1.0"
|
| 15 |
+
},
|
| 16 |
+
"evidence": [
|
| 17 |
+
{
|
| 18 |
+
"evidence_id": "head_video",
|
| 19 |
+
"evidence_kind": "video",
|
| 20 |
+
"artifact_digest": null,
|
| 21 |
+
"selector": {"clock_id": "episode_clock", "start_ns": 1000000000, "end_ns": 8000000000},
|
| 22 |
+
"source_field_path": null
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"evidence_id": "hand_pose_stream",
|
| 26 |
+
"evidence_kind": "sensor",
|
| 27 |
+
"artifact_digest": null,
|
| 28 |
+
"selector": {"clock_id": "episode_clock", "start_ns": 1000000000, "end_ns": 8000000000},
|
| 29 |
+
"source_field_path": null
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"evidence_id": "source_narration",
|
| 33 |
+
"evidence_kind": "text",
|
| 34 |
+
"artifact_digest": null,
|
| 35 |
+
"selector": null,
|
| 36 |
+
"source_field_path": "$.narration"
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"nodes": [
|
| 40 |
+
{"node_id": "event_01", "node_kind": "event", "concept_id": "manipulation_event", "attributes": {}},
|
| 41 |
+
{"node_id": "performer_01", "node_kind": "agent", "concept_id": "human", "attributes": {}},
|
| 42 |
+
{"node_id": "left_hand", "node_kind": "effector", "concept_id": "hand", "attributes": {"laterality": "left"}},
|
| 43 |
+
{"node_id": "right_hand", "node_kind": "effector", "concept_id": "hand", "attributes": {"laterality": "right"}},
|
| 44 |
+
{"node_id": "towel_01", "node_kind": "object", "concept_id": "towel", "attributes": {}},
|
| 45 |
+
{"node_id": "table_01", "node_kind": "object", "concept_id": "table", "attributes": {}},
|
| 46 |
+
{"node_id": "laundry_room", "node_kind": "location", "concept_id": "indoor_laundry_area", "attributes": {}},
|
| 47 |
+
{"node_id": "unfolded_state", "node_kind": "state", "concept_id": "unfolded", "attributes": {}},
|
| 48 |
+
{"node_id": "folded_state", "node_kind": "state", "concept_id": "folded", "attributes": {}}
|
| 49 |
+
],
|
| 50 |
+
"claims": [
|
| 51 |
+
{
|
| 52 |
+
"claim_id": "action",
|
| 53 |
+
"subject_id": "event_01",
|
| 54 |
+
"predicate_id": "performs_action",
|
| 55 |
+
"object": {"kind": "concept", "concept_id": "fold"},
|
| 56 |
+
"scope": {"clock_id": "episode_clock", "start_ns": 1000000000, "end_ns": 8000000000, "coordinate_frame_id": null},
|
| 57 |
+
"evidence_ids": ["head_video", "source_narration"],
|
| 58 |
+
"epistemic": {"status": "human_annotated", "confidence": 0.99, "uncertainty": null, "visibility": "visible"},
|
| 59 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "action_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"claim_id": "agent",
|
| 63 |
+
"subject_id": "event_01",
|
| 64 |
+
"predicate_id": "agent",
|
| 65 |
+
"object": {"kind": "node_ref", "node_id": "performer_01"},
|
| 66 |
+
"scope": null,
|
| 67 |
+
"evidence_ids": ["head_video"],
|
| 68 |
+
"epistemic": {"status": "observed", "confidence": 1.0, "uncertainty": null, "visibility": "visible"},
|
| 69 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "agent_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"claim_id": "patient",
|
| 73 |
+
"subject_id": "event_01",
|
| 74 |
+
"predicate_id": "primary_patient",
|
| 75 |
+
"object": {"kind": "node_ref", "node_id": "towel_01"},
|
| 76 |
+
"scope": null,
|
| 77 |
+
"evidence_ids": ["head_video", "source_narration"],
|
| 78 |
+
"epistemic": {"status": "human_annotated", "confidence": 0.99, "uncertainty": null, "visibility": "visible"},
|
| 79 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "object_role_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"claim_id": "left_effector",
|
| 83 |
+
"subject_id": "event_01",
|
| 84 |
+
"predicate_id": "effector",
|
| 85 |
+
"object": {"kind": "node_ref", "node_id": "left_hand"},
|
| 86 |
+
"scope": null,
|
| 87 |
+
"evidence_ids": ["head_video", "hand_pose_stream"],
|
| 88 |
+
"epistemic": {"status": "measured", "confidence": 0.95, "uncertainty": null, "visibility": "visible"},
|
| 89 |
+
"provenance": {"producer_kind": "mixed", "producer_digest": "sha256:5555555555555555555555555555555555555555555555555555555555555555", "method_id": "hand_role_v1", "review_status": "double_review", "review_receipt_digest": "sha256:6666666666666666666666666666666666666666666666666666666666666666"}
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"claim_id": "right_effector",
|
| 93 |
+
"subject_id": "event_01",
|
| 94 |
+
"predicate_id": "effector",
|
| 95 |
+
"object": {"kind": "node_ref", "node_id": "right_hand"},
|
| 96 |
+
"scope": null,
|
| 97 |
+
"evidence_ids": ["head_video", "hand_pose_stream"],
|
| 98 |
+
"epistemic": {"status": "measured", "confidence": 0.91, "uncertainty": null, "visibility": "partially_occluded"},
|
| 99 |
+
"provenance": {"producer_kind": "mixed", "producer_digest": "sha256:5555555555555555555555555555555555555555555555555555555555555555", "method_id": "hand_role_v1", "review_status": "double_review", "review_receipt_digest": "sha256:6666666666666666666666666666666666666666666666666666666666666666"}
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"claim_id": "support_surface",
|
| 103 |
+
"subject_id": "event_01",
|
| 104 |
+
"predicate_id": "support_surface",
|
| 105 |
+
"object": {"kind": "node_ref", "node_id": "table_01"},
|
| 106 |
+
"scope": null,
|
| 107 |
+
"evidence_ids": ["head_video"],
|
| 108 |
+
"epistemic": {"status": "observed", "confidence": 0.98, "uncertainty": null, "visibility": "visible"},
|
| 109 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "relation_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"claim_id": "environment",
|
| 113 |
+
"subject_id": "event_01",
|
| 114 |
+
"predicate_id": "occurs_at",
|
| 115 |
+
"object": {"kind": "node_ref", "node_id": "laundry_room"},
|
| 116 |
+
"scope": null,
|
| 117 |
+
"evidence_ids": ["head_video"],
|
| 118 |
+
"epistemic": {"status": "human_annotated", "confidence": 0.96, "uncertainty": null, "visibility": "visible"},
|
| 119 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "environment_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"claim_id": "state_before",
|
| 123 |
+
"subject_id": "towel_01",
|
| 124 |
+
"predicate_id": "state_before",
|
| 125 |
+
"object": {"kind": "node_ref", "node_id": "unfolded_state"},
|
| 126 |
+
"scope": {"clock_id": "episode_clock", "start_ns": 1000000000, "end_ns": 1100000000, "coordinate_frame_id": null},
|
| 127 |
+
"evidence_ids": ["head_video"],
|
| 128 |
+
"epistemic": {"status": "observed", "confidence": 0.98, "uncertainty": null, "visibility": "visible"},
|
| 129 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "state_transition_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"claim_id": "state_after",
|
| 133 |
+
"subject_id": "towel_01",
|
| 134 |
+
"predicate_id": "state_after",
|
| 135 |
+
"object": {"kind": "node_ref", "node_id": "folded_state"},
|
| 136 |
+
"scope": {"clock_id": "episode_clock", "start_ns": 7900000000, "end_ns": 8000000000, "coordinate_frame_id": null},
|
| 137 |
+
"evidence_ids": ["head_video"],
|
| 138 |
+
"epistemic": {"status": "observed", "confidence": 0.97, "uncertainty": null, "visibility": "visible"},
|
| 139 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "state_transition_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"claim_id": "outcome",
|
| 143 |
+
"subject_id": "event_01",
|
| 144 |
+
"predicate_id": "outcome",
|
| 145 |
+
"object": {"kind": "concept", "concept_id": "success"},
|
| 146 |
+
"scope": null,
|
| 147 |
+
"evidence_ids": ["head_video"],
|
| 148 |
+
"epistemic": {"status": "human_annotated", "confidence": 0.96, "uncertainty": null, "visibility": "visible"},
|
| 149 |
+
"provenance": {"producer_kind": "human", "producer_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333", "method_id": "outcome_review_v1", "review_status": "double_review", "review_receipt_digest": "sha256:4444444444444444444444444444444444444444444444444444444444444444"}
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
"expressions": [
|
| 153 |
+
{"expression_id": "caption_en", "locale": "en", "text": "fold the towel on the table", "speech_act": "observation", "claim_ids": ["action", "patient", "support_surface"], "method": "source", "review_status": "source_verified", "review_receipt_digest": null},
|
| 154 |
+
{"expression_id": "caption_zh", "locale": "zh-Hans", "text": "在桌子上折叠毛巾", "speech_act": "observation", "claim_ids": ["action", "patient", "support_surface"], "method": "model_candidate", "review_status": "pending", "review_receipt_digest": null},
|
| 155 |
+
{"expression_id": "caption_tl", "locale": "tl", "text": "tiklupin ang tuwalya sa mesa", "speech_act": "observation", "claim_ids": ["action", "patient", "support_surface"], "method": "model_candidate", "review_status": "pending", "review_receipt_digest": null},
|
| 156 |
+
{"expression_id": "caption_es", "locale": "es", "text": "doblar la toalla sobre la mesa", "speech_act": "observation", "claim_ids": ["action", "patient", "support_surface"], "method": "model_candidate", "review_status": "pending", "review_receipt_digest": null}
|
| 157 |
+
],
|
| 158 |
+
"availability": [
|
| 159 |
+
{"dimension_id": "action_semantics", "status": "present", "reason": "action and semantic roles are annotated"},
|
| 160 |
+
{"dimension_id": "hand_roles", "status": "present", "reason": "two effectors are grounded in video and hand-pose evidence"},
|
| 161 |
+
{"dimension_id": "object_state", "status": "present", "reason": "before and after foldedness are annotated"},
|
| 162 |
+
{"dimension_id": "environment", "status": "present", "reason": "scene location is annotated"},
|
| 163 |
+
{"dimension_id": "audio_event", "status": "not_collected", "reason": "no audio-event annotation was produced"},
|
| 164 |
+
{"dimension_id": "object_6d_pose", "status": "not_collected", "reason": "no calibrated object-pose source exists"},
|
| 165 |
+
{"dimension_id": "intent", "status": "unknown", "reason": "outcome evidence does not establish internal intent"}
|
| 166 |
+
]
|
| 167 |
+
}
|
examples/instructional.adapter.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"adapter_id": "instructional_action_v1",
|
| 4 |
+
"target_schema_id": "generic.instructional_step_v1",
|
| 5 |
+
"rules": [
|
| 6 |
+
{"target_field": "action", "predicate_id": "performs_action", "subject_kind": "event", "subject_id": null, "object_representation": "concept", "cardinality": "one", "required": true},
|
| 7 |
+
{"target_field": "patient", "predicate_id": "primary_patient", "subject_kind": "event", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": true},
|
| 8 |
+
{"target_field": "outcome", "predicate_id": "outcome", "subject_kind": "event", "subject_id": null, "object_representation": "concept", "cardinality": "one", "required": true},
|
| 9 |
+
{"target_field": "state_before", "predicate_id": "state_before", "subject_kind": "object", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": false},
|
| 10 |
+
{"target_field": "state_after", "predicate_id": "state_after", "subject_kind": "object", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": false}
|
| 11 |
+
]
|
| 12 |
+
}
|
examples/world-model.adapter.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"adapter_id": "generic_world_model_training_v1",
|
| 4 |
+
"target_schema_id": "generic.world_model_transition_v1",
|
| 5 |
+
"rules": [
|
| 6 |
+
{"target_field": "action", "predicate_id": "performs_action", "subject_kind": "event", "subject_id": null, "object_representation": "concept", "cardinality": "one", "required": true},
|
| 7 |
+
{"target_field": "agent", "predicate_id": "agent", "subject_kind": "event", "subject_id": null, "object_representation": "node_id", "cardinality": "one", "required": true},
|
| 8 |
+
{"target_field": "patient", "predicate_id": "primary_patient", "subject_kind": "event", "subject_id": null, "object_representation": "node_id", "cardinality": "one", "required": true},
|
| 9 |
+
{"target_field": "effectors", "predicate_id": "effector", "subject_kind": "event", "subject_id": null, "object_representation": "node_id", "cardinality": "many", "required": false},
|
| 10 |
+
{"target_field": "support_surface", "predicate_id": "support_surface", "subject_kind": "event", "subject_id": null, "object_representation": "node_id", "cardinality": "one", "required": false},
|
| 11 |
+
{"target_field": "environment", "predicate_id": "occurs_at", "subject_kind": "event", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": false},
|
| 12 |
+
{"target_field": "state_before", "predicate_id": "state_before", "subject_kind": "object", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": false},
|
| 13 |
+
{"target_field": "state_after", "predicate_id": "state_after", "subject_kind": "object", "subject_id": null, "object_representation": "node_concept", "cardinality": "one", "required": false},
|
| 14 |
+
{"target_field": "outcome", "predicate_id": "outcome", "subject_kind": "event", "subject_id": null, "object_representation": "concept", "cardinality": "one", "required": false}
|
| 15 |
+
]
|
| 16 |
+
}
|
metadata/release.json
ADDED
|
@@ -0,0 +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"}
|
metadata/validation.json
ADDED
|
@@ -0,0 +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}
|
ontology/universal-annotation-core-v1.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0.0",
|
| 3 |
+
"ontology_id": "uap.core.v1",
|
| 4 |
+
"node_kinds": ["event", "agent", "effector", "object", "location", "state", "task", "sensor", "frame"],
|
| 5 |
+
"predicates": [
|
| 6 |
+
{"predicate_id": "performs_action", "subject_kinds": ["event"], "object_kinds": ["concept"], "meaning": "canonical action performed in the event"},
|
| 7 |
+
{"predicate_id": "agent", "subject_kinds": ["event"], "object_kinds": ["agent"], "meaning": "agent participating in the event"},
|
| 8 |
+
{"predicate_id": "primary_patient", "subject_kinds": ["event"], "object_kinds": ["object"], "meaning": "primary entity changed or acted upon"},
|
| 9 |
+
{"predicate_id": "secondary_patient", "subject_kinds": ["event"], "object_kinds": ["object"], "meaning": "additional entity changed or acted upon"},
|
| 10 |
+
{"predicate_id": "effector", "subject_kinds": ["event"], "object_kinds": ["effector"], "meaning": "body part or robot effector executing the action"},
|
| 11 |
+
{"predicate_id": "instrument", "subject_kinds": ["event"], "object_kinds": ["object"], "meaning": "tool used to carry out the action"},
|
| 12 |
+
{"predicate_id": "source", "subject_kinds": ["event"], "object_kinds": ["object", "location"], "meaning": "origin of a transferred entity"},
|
| 13 |
+
{"predicate_id": "destination", "subject_kinds": ["event"], "object_kinds": ["object", "location"], "meaning": "destination of a transferred entity"},
|
| 14 |
+
{"predicate_id": "support_surface", "subject_kinds": ["event", "object"], "object_kinds": ["object"], "meaning": "surface supporting the action or entity"},
|
| 15 |
+
{"predicate_id": "occurs_at", "subject_kinds": ["event"], "object_kinds": ["location"], "meaning": "physical location or environment of the event"},
|
| 16 |
+
{"predicate_id": "state_before", "subject_kinds": ["object", "agent", "location"], "object_kinds": ["state", "concept", "value"], "meaning": "state immediately before the scoped event"},
|
| 17 |
+
{"predicate_id": "state_after", "subject_kinds": ["object", "agent", "location"], "object_kinds": ["state", "concept", "value"], "meaning": "state immediately after the scoped event"},
|
| 18 |
+
{"predicate_id": "contact", "subject_kinds": ["effector", "object", "agent"], "object_kinds": ["effector", "object", "agent"], "meaning": "physical contact during the claim scope"},
|
| 19 |
+
{"predicate_id": "outcome", "subject_kinds": ["event"], "object_kinds": ["concept"], "meaning": "observed result of the event"},
|
| 20 |
+
{"predicate_id": "correctness", "subject_kinds": ["event"], "object_kinds": ["concept"], "meaning": "task-relative correctness or mistake status"},
|
| 21 |
+
{"predicate_id": "goal", "subject_kinds": ["event", "task"], "object_kinds": ["state", "concept"], "meaning": "stated or annotated target state, distinct from inferred intent"}
|
| 22 |
+
],
|
| 23 |
+
"availability_dimensions": [
|
| 24 |
+
"action_semantics", "agent_identity", "hand_roles", "object_roles", "object_state",
|
| 25 |
+
"environment", "temporal_scope", "geometry_2d", "geometry_3d", "object_6d_pose",
|
| 26 |
+
"hand_pose", "body_pose", "gaze", "audio_event", "language", "outcome",
|
| 27 |
+
"correctness", "goal", "intent", "proprioception", "robot_action", "tactile"
|
| 28 |
+
]
|
| 29 |
+
}
|
rubrics/EVALUATION_PROTOCOL.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Evaluation protocol
|
| 2 |
+
|
| 3 |
+
Evaluate translation as grounded data transformation, not sentence similarity.
|
| 4 |
+
|
| 5 |
+
## Required test pools
|
| 6 |
+
|
| 7 |
+
- frozen bilingual gold rows for every supported language and construction;
|
| 8 |
+
- video-grounded rows stratified by action, object, hand configuration,
|
| 9 |
+
environment, state transition, confidence, and source;
|
| 10 |
+
- contrast pairs for open/close, source/destination, left/right, success/error,
|
| 11 |
+
observation/directive, singular/plural, negation, and temporal order;
|
| 12 |
+
- malformed and adversarial records; and
|
| 13 |
+
- rare vocabulary and low-confidence strata that cannot be hidden by frequency.
|
| 14 |
+
|
| 15 |
+
## Metrics
|
| 16 |
+
|
| 17 |
+
Report separately by language and stratum:
|
| 18 |
+
|
| 19 |
+
- supported-claim precision and recall;
|
| 20 |
+
- critical, major, and minor errors per 1,000 rows;
|
| 21 |
+
- action, object, hand, state, temporal, and provenance accuracy;
|
| 22 |
+
- bilingual adequacy and naturalness;
|
| 23 |
+
- withheld/abstention rate;
|
| 24 |
+
- multilingual video retrieval and temporal-localization performance; and
|
| 25 |
+
- constant-answer, language-blind, and source-only baselines.
|
| 26 |
+
|
| 27 |
+
## Recommended release gates
|
| 28 |
+
|
| 29 |
+
- at least 99% of expressed claims supported by evidence;
|
| 30 |
+
- fewer than 0.5% critical semantic errors;
|
| 31 |
+
- at least 95% canonical-claim equivalence across language surfaces;
|
| 32 |
+
- mean bilingual adequacy at least 4.3/5 and naturalness at least 4.0/5;
|
| 33 |
+
- no failed action, source, factory, or language-hazard stratum hidden by the
|
| 34 |
+
aggregate; and
|
| 35 |
+
- multilingual retrieval within 5% relative of the English condition on the
|
| 36 |
+
same frozen relevance judgments.
|
| 37 |
+
|
| 38 |
+
These are proposed acceptance thresholds, not scores achieved by this release.
|
| 39 |
+
The controlled conformance matrix is too small to establish production quality.
|
rubrics/TRANSLATION_REVIEW.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Translation review rubric
|
| 2 |
+
|
| 3 |
+
Review the canonical claims, source evidence, and target-language surface
|
| 4 |
+
together. A reviewer must not grade fluency while ignoring whether the caption
|
| 5 |
+
is true of the evidence.
|
| 6 |
+
|
| 7 |
+
## Severity
|
| 8 |
+
|
| 9 |
+
| Severity | Meaning | Examples |
|
| 10 |
+
|---|---|---|
|
| 11 |
+
| Critical | Changes the training target or contradicts evidence | wrong action, object, actor, hand, negation, quantity, direction, state, outcome, or timestamp |
|
| 12 |
+
| Major | Drops or invents a material distinction | missing tool, source/destination, bimanual coordination, uncertainty, goal, error or recovery |
|
| 13 |
+
| Minor | Meaning remains usable but expression is degraded | awkward word order, punctuation, nonpreferred terminology without ambiguity |
|
| 14 |
+
|
| 15 |
+
Any critical error rejects the row. A major error requires correction and
|
| 16 |
+
re-review. Minor errors are counted by language and construction so systematic
|
| 17 |
+
problems cannot hide inside an average.
|
| 18 |
+
|
| 19 |
+
## Review dimensions
|
| 20 |
+
|
| 21 |
+
1. **Evidence fidelity:** every expressed claim is supported by its cited frame,
|
| 22 |
+
interval, sensor, source label, or human judgment.
|
| 23 |
+
2. **Action structure:** predicate, actor, patient, instrument, source,
|
| 24 |
+
destination, manner, goal, and result remain distinct.
|
| 25 |
+
3. **Hands and bodies:** ego versus other person, left/right, visibility,
|
| 26 |
+
contact, functional role, and bimanual coordination are preserved or marked
|
| 27 |
+
unknown.
|
| 28 |
+
4. **Objects and state:** object identity, attributes, containment, contact,
|
| 29 |
+
before/after state, and outcome are not merged or hallucinated.
|
| 30 |
+
5. **Time and granularity:** point, interval, atomic action, task phase, and
|
| 31 |
+
whole activity are not treated as synonyms.
|
| 32 |
+
6. **Communicative meaning:** observation, directive, question, uncertainty,
|
| 33 |
+
register, polarity, aspect, modality, and reported speech remain explicit.
|
| 34 |
+
7. **Language quality:** terminology, grammar, naturalness, locale, and audience
|
| 35 |
+
are appropriate without adding unsupported facts.
|
| 36 |
+
8. **Provenance:** source record, revision, evidence selectors, producer,
|
| 37 |
+
method, review state, and loss ledger remain attached.
|
| 38 |
+
|
| 39 |
+
## Language-specific checks
|
| 40 |
+
|
| 41 |
+
### Simplified Chinese (`zh-Hans`)
|
| 42 |
+
|
| 43 |
+
- Do not infer aspect particles, classifiers, completedness, or omitted
|
| 44 |
+
arguments from English.
|
| 45 |
+
- Check disposal/passive constructions such as 把 and 被 against semantic roles.
|
| 46 |
+
- Confirm that serial actions remain ordered and separate.
|
| 47 |
+
- Do not depend on whitespace tokenization.
|
| 48 |
+
|
| 49 |
+
### Tagalog (`tl`)
|
| 50 |
+
|
| 51 |
+
- Review verbal voice and pivot together with `ang`, `ng`, and `sa` phrases.
|
| 52 |
+
- Do not force English subject–verb–object order onto the target.
|
| 53 |
+
- Preserve actor versus patient prominence and source/destination roles.
|
| 54 |
+
- Tag code-switched spans instead of silently normalizing them.
|
| 55 |
+
|
| 56 |
+
### Spanish (`es`)
|
| 57 |
+
|
| 58 |
+
- Separate grammatical gender from physical-world attributes.
|
| 59 |
+
- Check number, determiner, person, register, and imperative morphology.
|
| 60 |
+
- Preserve reflexive constructions, clitic roles, and source/destination.
|
| 61 |
+
|
| 62 |
+
### Hindi (`hi`, experimental)
|
| 63 |
+
|
| 64 |
+
- Check case/postpositions, agreement, aspect, word order, and politeness.
|
| 65 |
+
- Do not infer gender or honorific commitments without evidence.
|
| 66 |
+
|
| 67 |
+
### English (`en`)
|
| 68 |
+
|
| 69 |
+
- Distinguish observation from imperative fragments.
|
| 70 |
+
- Do not use articles or pronouns to invent definiteness, identity, or gender.
|
| 71 |
+
|
| 72 |
+
## Reviewer independence
|
| 73 |
+
|
| 74 |
+
Model output is a candidate. The producing model cannot approve its own row.
|
| 75 |
+
High-risk or benchmark rows require two independent bilingual judgments and
|
| 76 |
+
adjudication of disagreements. Review records bind the source revision,
|
| 77 |
+
canonical claim set, exact target text, rubric version, and reviewer decision.
|
schemas/controlled-action-matrix.schema.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/itspublu/UniversalLabeler/resolve/v1.0.0/schemas/controlled-action-matrix.schema.json",
|
| 4 |
+
"title": "UniversalLabeler controlled-action conformance row",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": [
|
| 8 |
+
"schema_version",
|
| 9 |
+
"frame_id",
|
| 10 |
+
"semantic_frame",
|
| 11 |
+
"source",
|
| 12 |
+
"surfaces",
|
| 13 |
+
"release_status",
|
| 14 |
+
"profile_bundle_digest"
|
| 15 |
+
],
|
| 16 |
+
"properties": {
|
| 17 |
+
"schema_version": {"const": "1.0.0"},
|
| 18 |
+
"frame_id": {"type": "string", "pattern": "^[a-z][a-z0-9_]*__[a-z][a-z0-9_]*$"},
|
| 19 |
+
"semantic_frame": {
|
| 20 |
+
"type": "object",
|
| 21 |
+
"additionalProperties": false,
|
| 22 |
+
"required": ["predicate_concept_id", "patient_concept_id", "speech_act"],
|
| 23 |
+
"properties": {
|
| 24 |
+
"predicate_concept_id": {"type": "string", "minLength": 1},
|
| 25 |
+
"patient_concept_id": {"type": "string", "minLength": 1},
|
| 26 |
+
"speech_act": {"const": "directive"}
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"source": {
|
| 30 |
+
"type": "object",
|
| 31 |
+
"additionalProperties": false,
|
| 32 |
+
"required": ["language_profile_id", "language_tag", "text"],
|
| 33 |
+
"properties": {
|
| 34 |
+
"language_profile_id": {"const": "human.en.controlled_action_v1"},
|
| 35 |
+
"language_tag": {"const": "en"},
|
| 36 |
+
"text": {"type": "string", "minLength": 1}
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"surfaces": {
|
| 40 |
+
"type": "object",
|
| 41 |
+
"additionalProperties": false,
|
| 42 |
+
"required": ["en", "zh-Hans", "tl", "es", "hi"],
|
| 43 |
+
"properties": {
|
| 44 |
+
"en": {"$ref": "#/$defs/surface"},
|
| 45 |
+
"zh-Hans": {"$ref": "#/$defs/surface"},
|
| 46 |
+
"tl": {"$ref": "#/$defs/surface"},
|
| 47 |
+
"es": {"$ref": "#/$defs/surface"},
|
| 48 |
+
"hi": {"$ref": "#/$defs/surface"}
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"release_status": {"const": "synthetic_conformance_not_translation_gold"},
|
| 52 |
+
"profile_bundle_digest": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"}
|
| 53 |
+
},
|
| 54 |
+
"$defs": {
|
| 55 |
+
"surface": {
|
| 56 |
+
"type": "object",
|
| 57 |
+
"additionalProperties": false,
|
| 58 |
+
"required": ["language_profile_id", "language_tag", "text", "meaning_digest", "method", "loss_report"],
|
| 59 |
+
"properties": {
|
| 60 |
+
"language_profile_id": {"type": "string", "minLength": 1},
|
| 61 |
+
"language_tag": {"enum": ["en", "zh-Hans", "tl", "es", "hi"]},
|
| 62 |
+
"text": {"type": "string", "minLength": 1},
|
| 63 |
+
"meaning_digest": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"},
|
| 64 |
+
"method": {"enum": ["source", "pinned_algorithm"]},
|
| 65 |
+
"loss_report": {"type": "array", "items": {"type": "object"}}
|
| 66 |
+
}
|
| 67 |
+
}
|
| 68 |
+
}
|
| 69 |
+
}
|
schemas/deconstructed-english.schema.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.1.0/schemas/deconstructed-english.schema.json",
|
| 4 |
+
"title": "Deconstructed English transport packet v1",
|
| 5 |
+
"description": "A machine notation with English-readable keys. It keeps world meaning, communicative meaning, source expression evidence, residuals, and realization commitments separate.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": [
|
| 9 |
+
"$schema",
|
| 10 |
+
"deng_version",
|
| 11 |
+
"world_semantics",
|
| 12 |
+
"communicative_semantics",
|
| 13 |
+
"expression_evidence",
|
| 14 |
+
"residual_features",
|
| 15 |
+
"realization_ledger",
|
| 16 |
+
"meaning_digest",
|
| 17 |
+
"information_digest"
|
| 18 |
+
],
|
| 19 |
+
"properties": {
|
| 20 |
+
"$schema": {"const": "../../schemas/deconstructed-english.schema.json"},
|
| 21 |
+
"deng_version": {"const": "1.0.0"},
|
| 22 |
+
"world_semantics": {
|
| 23 |
+
"type": "object",
|
| 24 |
+
"additionalProperties": false,
|
| 25 |
+
"required": ["event", "grounding"],
|
| 26 |
+
"properties": {
|
| 27 |
+
"event": {"type": "object"},
|
| 28 |
+
"grounding": {"type": ["object", "null"]}
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"communicative_semantics": {"type": "object"},
|
| 32 |
+
"expression_evidence": {
|
| 33 |
+
"type": "object",
|
| 34 |
+
"additionalProperties": false,
|
| 35 |
+
"required": ["source_language_id", "source_label", "source_label_digest"],
|
| 36 |
+
"properties": {
|
| 37 |
+
"source_language_id": {"type": "string"},
|
| 38 |
+
"source_label": {"type": "object"},
|
| 39 |
+
"source_label_digest": {"$ref": "#/$defs/sha256"}
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"residual_features": {"type": "array"},
|
| 43 |
+
"realization_ledger": {"type": "array"},
|
| 44 |
+
"meaning_digest": {"$ref": "#/$defs/sha256"},
|
| 45 |
+
"information_digest": {"$ref": "#/$defs/sha256"}
|
| 46 |
+
},
|
| 47 |
+
"$defs": {
|
| 48 |
+
"sha256": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"}
|
| 49 |
+
}
|
| 50 |
+
}
|
schemas/eval-common.schema.json
ADDED
|
@@ -0,0 +1,593 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.0.0/schemas/eval-common.schema.json",
|
| 4 |
+
"title": "EgoBowWow multimodal evaluation shared types",
|
| 5 |
+
"description": "Closed types shared by frozen tasksets, contestant submissions, and evaluator results. Time on evidence media is always integer nanoseconds on a named clock; masks and other bulky values are content-addressed references, never embedded media.",
|
| 6 |
+
"$defs": {
|
| 7 |
+
"identifier": {
|
| 8 |
+
"type": "string",
|
| 9 |
+
"pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$",
|
| 10 |
+
"maxLength": 192
|
| 11 |
+
},
|
| 12 |
+
"sha256": {
|
| 13 |
+
"type": "string",
|
| 14 |
+
"pattern": "^sha256:[0-9a-f]{64}$"
|
| 15 |
+
},
|
| 16 |
+
"artifactId": {
|
| 17 |
+
"type": "string",
|
| 18 |
+
"pattern": "^artifact:sha256:[0-9a-f]{64}$"
|
| 19 |
+
},
|
| 20 |
+
"tasksetId": {
|
| 21 |
+
"type": "string",
|
| 22 |
+
"pattern": "^eval-taskset:[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*:[0-9]+\\.[0-9]+\\.[0-9]+$"
|
| 23 |
+
},
|
| 24 |
+
"taskId": {
|
| 25 |
+
"type": "string",
|
| 26 |
+
"pattern": "^eval-task:sha256:[0-9a-f]{64}$"
|
| 27 |
+
},
|
| 28 |
+
"evidenceBundleId": {
|
| 29 |
+
"type": "string",
|
| 30 |
+
"pattern": "^evidence-bundle:sha256:[0-9a-f]{64}$"
|
| 31 |
+
},
|
| 32 |
+
"submissionId": {
|
| 33 |
+
"type": "string",
|
| 34 |
+
"pattern": "^eval-submission:sha256:[0-9a-f]{64}$"
|
| 35 |
+
},
|
| 36 |
+
"resultId": {
|
| 37 |
+
"type": "string",
|
| 38 |
+
"pattern": "^eval-result:sha256:[0-9a-f]{64}$"
|
| 39 |
+
},
|
| 40 |
+
"gradeId": {
|
| 41 |
+
"type": "string",
|
| 42 |
+
"pattern": "^eval-grade:sha256:[0-9a-f]{64}$"
|
| 43 |
+
},
|
| 44 |
+
"traceId": {
|
| 45 |
+
"type": "string",
|
| 46 |
+
"pattern": "^eval-trace:sha256:[0-9a-f]{64}$"
|
| 47 |
+
},
|
| 48 |
+
"nonNegativeNanoseconds": {
|
| 49 |
+
"type": "integer",
|
| 50 |
+
"minimum": 0
|
| 51 |
+
},
|
| 52 |
+
"positiveNanoseconds": {
|
| 53 |
+
"type": "integer",
|
| 54 |
+
"minimum": 1
|
| 55 |
+
},
|
| 56 |
+
"probability": {
|
| 57 |
+
"type": "number",
|
| 58 |
+
"minimum": 0,
|
| 59 |
+
"maximum": 1
|
| 60 |
+
},
|
| 61 |
+
"role": {
|
| 62 |
+
"enum": ["contestant", "judge", "organizer", "auditor"]
|
| 63 |
+
},
|
| 64 |
+
"labelKind": {
|
| 65 |
+
"enum": [
|
| 66 |
+
"text_class",
|
| 67 |
+
"temporal_span",
|
| 68 |
+
"box_2d",
|
| 69 |
+
"mask_ref",
|
| 70 |
+
"keypoints_2d",
|
| 71 |
+
"keypoints_3d",
|
| 72 |
+
"pose_3d",
|
| 73 |
+
"trajectory_3d",
|
| 74 |
+
"audio_event",
|
| 75 |
+
"object_relation",
|
| 76 |
+
"state_transition",
|
| 77 |
+
"action_chunk",
|
| 78 |
+
"proprio_series"
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"interval": {
|
| 82 |
+
"type": "object",
|
| 83 |
+
"additionalProperties": false,
|
| 84 |
+
"required": ["clock_id", "start_ns", "end_ns"],
|
| 85 |
+
"properties": {
|
| 86 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 87 |
+
"start_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 88 |
+
"end_ns": {"$ref": "#/$defs/positiveNanoseconds"}
|
| 89 |
+
},
|
| 90 |
+
"$comment": "The semantic validator enforces start_ns < end_ns; intervals are half-open [start_ns,end_ns)."
|
| 91 |
+
},
|
| 92 |
+
"artifactPointer": {
|
| 93 |
+
"type": "object",
|
| 94 |
+
"additionalProperties": false,
|
| 95 |
+
"required": ["artifact_id", "content_sha256", "media_type"],
|
| 96 |
+
"properties": {
|
| 97 |
+
"artifact_id": {"$ref": "#/$defs/artifactId"},
|
| 98 |
+
"content_sha256": {"$ref": "#/$defs/sha256"},
|
| 99 |
+
"media_type": {
|
| 100 |
+
"type": "string",
|
| 101 |
+
"pattern": "^[A-Za-z0-9!#$&^_.+-]+/[A-Za-z0-9!#$&^_.+-]+$",
|
| 102 |
+
"maxLength": 127
|
| 103 |
+
}
|
| 104 |
+
},
|
| 105 |
+
"$comment": "artifact_id must equal artifact: + content_sha256; checked semantically. No locator, media bytes, credentials, or local path is permitted here."
|
| 106 |
+
},
|
| 107 |
+
"uncertainty": {
|
| 108 |
+
"oneOf": [
|
| 109 |
+
{
|
| 110 |
+
"type": "object",
|
| 111 |
+
"additionalProperties": false,
|
| 112 |
+
"required": ["kind"],
|
| 113 |
+
"properties": {"kind": {"const": "not_reported"}}
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"type": "object",
|
| 117 |
+
"additionalProperties": false,
|
| 118 |
+
"required": ["kind", "standard_deviation", "unit"],
|
| 119 |
+
"properties": {
|
| 120 |
+
"kind": {"const": "scalar_standard_deviation"},
|
| 121 |
+
"standard_deviation": {"type": "number", "minimum": 0},
|
| 122 |
+
"unit": {"type": "string", "minLength": 1, "maxLength": 64}
|
| 123 |
+
}
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"type": "object",
|
| 127 |
+
"additionalProperties": false,
|
| 128 |
+
"required": ["kind", "dimension", "row_major_covariance", "unit"],
|
| 129 |
+
"properties": {
|
| 130 |
+
"kind": {"const": "covariance"},
|
| 131 |
+
"dimension": {"type": "integer", "minimum": 1, "maximum": 64},
|
| 132 |
+
"row_major_covariance": {
|
| 133 |
+
"type": "array",
|
| 134 |
+
"minItems": 1,
|
| 135 |
+
"maxItems": 4096,
|
| 136 |
+
"items": {"type": "number"}
|
| 137 |
+
},
|
| 138 |
+
"unit": {"type": "string", "minLength": 1, "maxLength": 64}
|
| 139 |
+
},
|
| 140 |
+
"$comment": "The semantic validator enforces dimension squared entries."
|
| 141 |
+
}
|
| 142 |
+
]
|
| 143 |
+
},
|
| 144 |
+
"visibility": {
|
| 145 |
+
"type": "object",
|
| 146 |
+
"additionalProperties": false,
|
| 147 |
+
"required": ["state", "visible_fraction"],
|
| 148 |
+
"properties": {
|
| 149 |
+
"state": {
|
| 150 |
+
"enum": ["visible", "partially_occluded", "fully_occluded", "truncated", "not_observable", "unknown"]
|
| 151 |
+
},
|
| 152 |
+
"visible_fraction": {
|
| 153 |
+
"oneOf": [{"$ref": "#/$defs/probability"}, {"type": "null"}]
|
| 154 |
+
}
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"point2d": {
|
| 158 |
+
"type": "object",
|
| 159 |
+
"additionalProperties": false,
|
| 160 |
+
"required": ["keypoint_id", "x", "y", "confidence", "visibility"],
|
| 161 |
+
"properties": {
|
| 162 |
+
"keypoint_id": {"$ref": "#/$defs/identifier"},
|
| 163 |
+
"x": {"type": "number"},
|
| 164 |
+
"y": {"type": "number"},
|
| 165 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 166 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 167 |
+
}
|
| 168 |
+
},
|
| 169 |
+
"point3d": {
|
| 170 |
+
"type": "object",
|
| 171 |
+
"additionalProperties": false,
|
| 172 |
+
"required": ["keypoint_id", "x", "y", "z", "confidence", "visibility"],
|
| 173 |
+
"properties": {
|
| 174 |
+
"keypoint_id": {"$ref": "#/$defs/identifier"},
|
| 175 |
+
"x": {"type": "number"},
|
| 176 |
+
"y": {"type": "number"},
|
| 177 |
+
"z": {"type": "number"},
|
| 178 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 179 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"poseSample": {
|
| 183 |
+
"type": "object",
|
| 184 |
+
"additionalProperties": false,
|
| 185 |
+
"required": ["timestamp_ns", "translation_m", "quaternion_xyzw"],
|
| 186 |
+
"properties": {
|
| 187 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 188 |
+
"translation_m": {
|
| 189 |
+
"type": "array",
|
| 190 |
+
"minItems": 3,
|
| 191 |
+
"maxItems": 3,
|
| 192 |
+
"items": {"type": "number"}
|
| 193 |
+
},
|
| 194 |
+
"quaternion_xyzw": {
|
| 195 |
+
"type": "array",
|
| 196 |
+
"minItems": 4,
|
| 197 |
+
"maxItems": 4,
|
| 198 |
+
"items": {"type": "number"}
|
| 199 |
+
}
|
| 200 |
+
},
|
| 201 |
+
"$comment": "The semantic validator rejects zero and non-unit quaternions and non-monotone trajectories."
|
| 202 |
+
},
|
| 203 |
+
"textClassLabel": {
|
| 204 |
+
"type": "object",
|
| 205 |
+
"additionalProperties": false,
|
| 206 |
+
"required": ["label_key", "kind", "class_id", "confidence", "uncertainty", "visibility"],
|
| 207 |
+
"properties": {
|
| 208 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 209 |
+
"kind": {"const": "text_class"},
|
| 210 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 211 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 212 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 213 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 214 |
+
}
|
| 215 |
+
},
|
| 216 |
+
"temporalSpanLabel": {
|
| 217 |
+
"type": "object",
|
| 218 |
+
"additionalProperties": false,
|
| 219 |
+
"required": ["label_key", "kind", "class_id", "interval", "confidence", "uncertainty", "visibility"],
|
| 220 |
+
"properties": {
|
| 221 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 222 |
+
"kind": {"const": "temporal_span"},
|
| 223 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 224 |
+
"interval": {"$ref": "#/$defs/interval"},
|
| 225 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 226 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 227 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 228 |
+
}
|
| 229 |
+
},
|
| 230 |
+
"box2dLabel": {
|
| 231 |
+
"type": "object",
|
| 232 |
+
"additionalProperties": false,
|
| 233 |
+
"required": ["label_key", "kind", "class_id", "clock_id", "timestamp_ns", "coordinate_frame_id", "coordinate_unit", "xyxy", "confidence", "uncertainty", "visibility"],
|
| 234 |
+
"properties": {
|
| 235 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 236 |
+
"kind": {"const": "box_2d"},
|
| 237 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 238 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 239 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 240 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 241 |
+
"coordinate_unit": {"enum": ["pixels", "normalized_0_1"]},
|
| 242 |
+
"xyxy": {
|
| 243 |
+
"type": "array",
|
| 244 |
+
"minItems": 4,
|
| 245 |
+
"maxItems": 4,
|
| 246 |
+
"items": {"type": "number"}
|
| 247 |
+
},
|
| 248 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 249 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 250 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 251 |
+
}
|
| 252 |
+
},
|
| 253 |
+
"maskRefLabel": {
|
| 254 |
+
"type": "object",
|
| 255 |
+
"additionalProperties": false,
|
| 256 |
+
"required": ["label_key", "kind", "class_id", "clock_id", "timestamp_ns", "coordinate_frame_id", "encoding", "mask_artifact", "confidence", "uncertainty", "visibility"],
|
| 257 |
+
"properties": {
|
| 258 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 259 |
+
"kind": {"const": "mask_ref"},
|
| 260 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 261 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 262 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 263 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 264 |
+
"encoding": {"enum": ["png_binary", "png_indexed", "coco_rle_json", "polygons_json"]},
|
| 265 |
+
"mask_artifact": {"$ref": "#/$defs/artifactPointer"},
|
| 266 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 267 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 268 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 269 |
+
}
|
| 270 |
+
},
|
| 271 |
+
"keypoints2dLabel": {
|
| 272 |
+
"type": "object",
|
| 273 |
+
"additionalProperties": false,
|
| 274 |
+
"required": ["label_key", "kind", "class_id", "clock_id", "timestamp_ns", "coordinate_frame_id", "coordinate_unit", "points", "confidence", "uncertainty", "visibility"],
|
| 275 |
+
"properties": {
|
| 276 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 277 |
+
"kind": {"const": "keypoints_2d"},
|
| 278 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 279 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 280 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 281 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 282 |
+
"coordinate_unit": {"enum": ["pixels", "normalized_0_1"]},
|
| 283 |
+
"points": {"type": "array", "minItems": 1, "maxItems": 256, "items": {"$ref": "#/$defs/point2d"}},
|
| 284 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 285 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 286 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 287 |
+
}
|
| 288 |
+
},
|
| 289 |
+
"keypoints3dLabel": {
|
| 290 |
+
"type": "object",
|
| 291 |
+
"additionalProperties": false,
|
| 292 |
+
"required": ["label_key", "kind", "class_id", "clock_id", "timestamp_ns", "coordinate_frame_id", "coordinate_unit", "points", "confidence", "uncertainty", "visibility"],
|
| 293 |
+
"properties": {
|
| 294 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 295 |
+
"kind": {"const": "keypoints_3d"},
|
| 296 |
+
"class_id": {"$ref": "#/$defs/identifier"},
|
| 297 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 298 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 299 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 300 |
+
"coordinate_unit": {"enum": ["meters", "millimeters"]},
|
| 301 |
+
"points": {"type": "array", "minItems": 1, "maxItems": 256, "items": {"$ref": "#/$defs/point3d"}},
|
| 302 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 303 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 304 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 305 |
+
}
|
| 306 |
+
},
|
| 307 |
+
"pose3dLabel": {
|
| 308 |
+
"type": "object",
|
| 309 |
+
"additionalProperties": false,
|
| 310 |
+
"required": ["label_key", "kind", "clock_id", "parent_frame_id", "child_frame_id", "pose", "confidence", "uncertainty", "visibility"],
|
| 311 |
+
"properties": {
|
| 312 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 313 |
+
"kind": {"const": "pose_3d"},
|
| 314 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 315 |
+
"parent_frame_id": {"$ref": "#/$defs/identifier"},
|
| 316 |
+
"child_frame_id": {"$ref": "#/$defs/identifier"},
|
| 317 |
+
"pose": {"$ref": "#/$defs/poseSample"},
|
| 318 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 319 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 320 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 321 |
+
}
|
| 322 |
+
},
|
| 323 |
+
"trajectory3dLabel": {
|
| 324 |
+
"type": "object",
|
| 325 |
+
"additionalProperties": false,
|
| 326 |
+
"required": ["label_key", "kind", "clock_id", "parent_frame_id", "child_frame_id", "samples", "confidence", "uncertainty", "visibility"],
|
| 327 |
+
"properties": {
|
| 328 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 329 |
+
"kind": {"const": "trajectory_3d"},
|
| 330 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 331 |
+
"parent_frame_id": {"$ref": "#/$defs/identifier"},
|
| 332 |
+
"child_frame_id": {"$ref": "#/$defs/identifier"},
|
| 333 |
+
"samples": {"type": "array", "minItems": 2, "maxItems": 4096, "items": {"$ref": "#/$defs/poseSample"}},
|
| 334 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 335 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 336 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 337 |
+
}
|
| 338 |
+
},
|
| 339 |
+
"audioEventLabel": {
|
| 340 |
+
"type": "object",
|
| 341 |
+
"additionalProperties": false,
|
| 342 |
+
"required": ["label_key", "kind", "event_class_id", "channel_id", "interval", "confidence", "uncertainty", "visibility"],
|
| 343 |
+
"properties": {
|
| 344 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 345 |
+
"kind": {"const": "audio_event"},
|
| 346 |
+
"event_class_id": {"$ref": "#/$defs/identifier"},
|
| 347 |
+
"channel_id": {"$ref": "#/$defs/identifier"},
|
| 348 |
+
"interval": {"$ref": "#/$defs/interval"},
|
| 349 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 350 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 351 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 352 |
+
}
|
| 353 |
+
},
|
| 354 |
+
"objectRelationLabel": {
|
| 355 |
+
"type": "object",
|
| 356 |
+
"additionalProperties": false,
|
| 357 |
+
"required": ["label_key", "kind", "subject_entity_id", "relation_class_id", "object_entity_id", "interval", "confidence", "uncertainty", "visibility"],
|
| 358 |
+
"properties": {
|
| 359 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 360 |
+
"kind": {"const": "object_relation"},
|
| 361 |
+
"subject_entity_id": {"$ref": "#/$defs/identifier"},
|
| 362 |
+
"relation_class_id": {"$ref": "#/$defs/identifier"},
|
| 363 |
+
"object_entity_id": {"$ref": "#/$defs/identifier"},
|
| 364 |
+
"interval": {"$ref": "#/$defs/interval"},
|
| 365 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 366 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 367 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 368 |
+
}
|
| 369 |
+
},
|
| 370 |
+
"stateTransitionLabel": {
|
| 371 |
+
"type": "object",
|
| 372 |
+
"additionalProperties": false,
|
| 373 |
+
"required": ["label_key", "kind", "entity_id", "state_axis_id", "before_state_id", "after_state_id", "clock_id", "transition_ns", "confidence", "uncertainty", "visibility"],
|
| 374 |
+
"properties": {
|
| 375 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 376 |
+
"kind": {"const": "state_transition"},
|
| 377 |
+
"entity_id": {"$ref": "#/$defs/identifier"},
|
| 378 |
+
"state_axis_id": {"$ref": "#/$defs/identifier"},
|
| 379 |
+
"before_state_id": {"$ref": "#/$defs/identifier"},
|
| 380 |
+
"after_state_id": {"$ref": "#/$defs/identifier"},
|
| 381 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 382 |
+
"transition_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 383 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 384 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 385 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 386 |
+
}
|
| 387 |
+
},
|
| 388 |
+
"proprioSample": {
|
| 389 |
+
"type": "object",
|
| 390 |
+
"additionalProperties": false,
|
| 391 |
+
"required": ["timestamp_ns", "values"],
|
| 392 |
+
"properties": {
|
| 393 |
+
"timestamp_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 394 |
+
"values": {"type": "array", "minItems": 1, "maxItems": 4096, "items": {"type": "number"}}
|
| 395 |
+
}
|
| 396 |
+
},
|
| 397 |
+
"actionChunkLabel": {
|
| 398 |
+
"type": "object",
|
| 399 |
+
"additionalProperties": false,
|
| 400 |
+
"required": ["label_key", "kind", "clock_id", "coordinate_frame_id", "action_layout_id", "start_ns", "step_period_ns", "actions", "confidence", "uncertainty", "visibility"],
|
| 401 |
+
"properties": {
|
| 402 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 403 |
+
"kind": {"const": "action_chunk"},
|
| 404 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 405 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 406 |
+
"action_layout_id": {"$ref": "#/$defs/identifier"},
|
| 407 |
+
"start_ns": {"$ref": "#/$defs/nonNegativeNanoseconds"},
|
| 408 |
+
"step_period_ns": {"$ref": "#/$defs/positiveNanoseconds"},
|
| 409 |
+
"actions": {
|
| 410 |
+
"type": "array",
|
| 411 |
+
"minItems": 1,
|
| 412 |
+
"maxItems": 4096,
|
| 413 |
+
"items": {"type": "array", "minItems": 1, "maxItems": 4096, "items": {"type": "number"}}
|
| 414 |
+
},
|
| 415 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 416 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 417 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 418 |
+
}
|
| 419 |
+
},
|
| 420 |
+
"proprioSeriesLabel": {
|
| 421 |
+
"type": "object",
|
| 422 |
+
"additionalProperties": false,
|
| 423 |
+
"required": ["label_key", "kind", "clock_id", "coordinate_frame_id", "proprio_layout_id", "samples", "confidence", "uncertainty", "visibility"],
|
| 424 |
+
"properties": {
|
| 425 |
+
"label_key": {"$ref": "#/$defs/identifier"},
|
| 426 |
+
"kind": {"const": "proprio_series"},
|
| 427 |
+
"clock_id": {"$ref": "#/$defs/identifier"},
|
| 428 |
+
"coordinate_frame_id": {"$ref": "#/$defs/identifier"},
|
| 429 |
+
"proprio_layout_id": {"$ref": "#/$defs/identifier"},
|
| 430 |
+
"samples": {"type": "array", "minItems": 1, "maxItems": 4096, "items": {"$ref": "#/$defs/proprioSample"}},
|
| 431 |
+
"confidence": {"$ref": "#/$defs/probability"},
|
| 432 |
+
"uncertainty": {"$ref": "#/$defs/uncertainty"},
|
| 433 |
+
"visibility": {"$ref": "#/$defs/visibility"}
|
| 434 |
+
}
|
| 435 |
+
},
|
| 436 |
+
"label": {
|
| 437 |
+
"oneOf": [
|
| 438 |
+
{"$ref": "#/$defs/textClassLabel"},
|
| 439 |
+
{"$ref": "#/$defs/temporalSpanLabel"},
|
| 440 |
+
{"$ref": "#/$defs/box2dLabel"},
|
| 441 |
+
{"$ref": "#/$defs/maskRefLabel"},
|
| 442 |
+
{"$ref": "#/$defs/keypoints2dLabel"},
|
| 443 |
+
{"$ref": "#/$defs/keypoints3dLabel"},
|
| 444 |
+
{"$ref": "#/$defs/pose3dLabel"},
|
| 445 |
+
{"$ref": "#/$defs/trajectory3dLabel"},
|
| 446 |
+
{"$ref": "#/$defs/audioEventLabel"},
|
| 447 |
+
{"$ref": "#/$defs/objectRelationLabel"},
|
| 448 |
+
{"$ref": "#/$defs/stateTransitionLabel"},
|
| 449 |
+
{"$ref": "#/$defs/actionChunkLabel"},
|
| 450 |
+
{"$ref": "#/$defs/proprioSeriesLabel"}
|
| 451 |
+
]
|
| 452 |
+
},
|
| 453 |
+
"inputView": {
|
| 454 |
+
"oneOf": [
|
| 455 |
+
{
|
| 456 |
+
"type": "object",
|
| 457 |
+
"additionalProperties": false,
|
| 458 |
+
"required": ["view_id", "view_kind", "instruction"],
|
| 459 |
+
"properties": {
|
| 460 |
+
"view_id": {"$ref": "#/$defs/identifier"},
|
| 461 |
+
"view_kind": {"const": "text_prompt"},
|
| 462 |
+
"instruction": {"type": "string", "minLength": 1, "maxLength": 8192}
|
| 463 |
+
}
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"type": "object",
|
| 467 |
+
"additionalProperties": false,
|
| 468 |
+
"required": ["view_id", "view_kind", "modality", "artifact_id", "interval", "sampling_policy"],
|
| 469 |
+
"properties": {
|
| 470 |
+
"view_id": {"$ref": "#/$defs/identifier"},
|
| 471 |
+
"view_kind": {"const": "artifact_window"},
|
| 472 |
+
"modality": {"enum": ["rgb", "depth", "audio", "proprioception", "imu", "derived_features"]},
|
| 473 |
+
"artifact_id": {"$ref": "#/$defs/artifactId"},
|
| 474 |
+
"interval": {"$ref": "#/$defs/interval"},
|
| 475 |
+
"sampling_policy": {
|
| 476 |
+
"type": "object",
|
| 477 |
+
"additionalProperties": false,
|
| 478 |
+
"required": ["kind"],
|
| 479 |
+
"properties": {
|
| 480 |
+
"kind": {"enum": ["all", "uniform", "keyframes", "native"]},
|
| 481 |
+
"sample_count": {"type": "integer", "minimum": 1, "maximum": 4096}
|
| 482 |
+
}
|
| 483 |
+
}
|
| 484 |
+
}
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"type": "object",
|
| 488 |
+
"additionalProperties": false,
|
| 489 |
+
"required": ["view_id", "view_kind", "artifact_ids", "timestamps_ns", "clock_id"],
|
| 490 |
+
"properties": {
|
| 491 |
+
"view_id": {"$ref": "#/$defs/identifier"},
|
| 492 |
+
"view_kind": {"const": "frame_set"},
|
| 493 |
+
"artifact_ids": {"type": "array", "minItems": 1, "maxItems": 128, "uniqueItems": true, "items": {"$ref": "#/$defs/artifactId"}},
|
| 494 |
+
"timestamps_ns": {"type": "array", "minItems": 1, "maxItems": 128, "items": {"$ref": "#/$defs/nonNegativeNanoseconds"}},
|
| 495 |
+
"clock_id": {"$ref": "#/$defs/identifier"}
|
| 496 |
+
}
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"type": "object",
|
| 500 |
+
"additionalProperties": false,
|
| 501 |
+
"required": ["view_id", "view_kind", "artifact_id", "feature_contract_id", "interval"],
|
| 502 |
+
"properties": {
|
| 503 |
+
"view_id": {"$ref": "#/$defs/identifier"},
|
| 504 |
+
"view_kind": {"const": "derived_feature_window"},
|
| 505 |
+
"artifact_id": {"$ref": "#/$defs/artifactId"},
|
| 506 |
+
"feature_contract_id": {"$ref": "#/$defs/identifier"},
|
| 507 |
+
"interval": {"$ref": "#/$defs/interval"}
|
| 508 |
+
}
|
| 509 |
+
}
|
| 510 |
+
]
|
| 511 |
+
},
|
| 512 |
+
"outputContract": {
|
| 513 |
+
"type": "object",
|
| 514 |
+
"additionalProperties": false,
|
| 515 |
+
"required": ["allowed_label_kinds", "minimum_labels", "maximum_labels", "coordinate_contract_ids"],
|
| 516 |
+
"properties": {
|
| 517 |
+
"allowed_label_kinds": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/labelKind"}},
|
| 518 |
+
"minimum_labels": {"type": "integer", "minimum": 0, "maximum": 4096},
|
| 519 |
+
"maximum_labels": {"type": "integer", "minimum": 1, "maximum": 4096},
|
| 520 |
+
"coordinate_contract_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/identifier"}}
|
| 521 |
+
},
|
| 522 |
+
"$comment": "The semantic validator enforces minimum_labels <= maximum_labels and every prediction kind/frame against this contract."
|
| 523 |
+
},
|
| 524 |
+
"metricDefinition": {
|
| 525 |
+
"type": "object",
|
| 526 |
+
"additionalProperties": false,
|
| 527 |
+
"required": ["metric_id", "metric_kind", "compatible_label_kinds", "direction", "value_range", "matching_policy", "threshold"],
|
| 528 |
+
"properties": {
|
| 529 |
+
"metric_id": {"$ref": "#/$defs/identifier"},
|
| 530 |
+
"metric_kind": {
|
| 531 |
+
"enum": ["exact_match", "macro_f1", "temporal_iou", "box_iou", "mask_iou", "pck", "mpjpe", "pose_error", "trajectory_ade_fde", "audio_event_f1", "relation_f1", "transition_accuracy", "action_l1", "proprio_l1"]
|
| 532 |
+
},
|
| 533 |
+
"compatible_label_kinds": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/labelKind"}},
|
| 534 |
+
"direction": {"enum": ["maximize", "minimize"]},
|
| 535 |
+
"value_range": {
|
| 536 |
+
"type": "object",
|
| 537 |
+
"additionalProperties": false,
|
| 538 |
+
"required": ["minimum", "maximum"],
|
| 539 |
+
"properties": {"minimum": {"type": "number"}, "maximum": {"type": ["number", "null"]}}
|
| 540 |
+
},
|
| 541 |
+
"matching_policy": {"enum": ["ordered", "class_aware_bipartite", "timestamp_nearest", "identity_keyed"]},
|
| 542 |
+
"threshold": {"type": ["number", "null"]}
|
| 543 |
+
}
|
| 544 |
+
},
|
| 545 |
+
"aggregationDefinition": {
|
| 546 |
+
"type": "object",
|
| 547 |
+
"additionalProperties": false,
|
| 548 |
+
"required": ["aggregation_id", "method", "metric_ids", "group_by", "missing_policy"],
|
| 549 |
+
"properties": {
|
| 550 |
+
"aggregation_id": {"$ref": "#/$defs/identifier"},
|
| 551 |
+
"method": {"const": "macro_mean"},
|
| 552 |
+
"metric_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/identifier"}},
|
| 553 |
+
"group_by": {"const": "none"},
|
| 554 |
+
"missing_policy": {"const": "fail"}
|
| 555 |
+
},
|
| 556 |
+
"$comment": "Evaluation contract v1 defines one replayable aggregate: the macro mean over normalized selected metric observations, without grouping or missing-value substitution."
|
| 557 |
+
},
|
| 558 |
+
"traceRef": {
|
| 559 |
+
"type": "object",
|
| 560 |
+
"additionalProperties": false,
|
| 561 |
+
"required": ["trace_id", "content_digest", "format", "artifact"],
|
| 562 |
+
"properties": {
|
| 563 |
+
"trace_id": {"$ref": "#/$defs/traceId"},
|
| 564 |
+
"content_digest": {"$ref": "#/$defs/sha256"},
|
| 565 |
+
"format": {"enum": ["egobowwow_trace_v1", "prime_verifiers_trace_jsonl_v1", "custom_jsonl"]},
|
| 566 |
+
"artifact": {"$ref": "#/$defs/artifactPointer"}
|
| 567 |
+
},
|
| 568 |
+
"$comment": "Semantic validation requires trace_id = eval-trace: + content_digest and requires the artifact ID/content digest to bind that same digest."
|
| 569 |
+
},
|
| 570 |
+
"producerProvenance": {
|
| 571 |
+
"type": "object",
|
| 572 |
+
"additionalProperties": false,
|
| 573 |
+
"required": ["producer_kind", "implementation_digest", "configuration_digest", "environment_digest"],
|
| 574 |
+
"properties": {
|
| 575 |
+
"producer_kind": {"enum": ["model", "deterministic_program", "human", "adjudication_panel"]},
|
| 576 |
+
"implementation_digest": {"$ref": "#/$defs/sha256"},
|
| 577 |
+
"configuration_digest": {"$ref": "#/$defs/sha256"},
|
| 578 |
+
"environment_digest": {"$ref": "#/$defs/sha256"}
|
| 579 |
+
}
|
| 580 |
+
},
|
| 581 |
+
"prediction": {
|
| 582 |
+
"type": "object",
|
| 583 |
+
"additionalProperties": false,
|
| 584 |
+
"required": ["task_id", "attempt_index", "outputs", "trace_ref"],
|
| 585 |
+
"properties": {
|
| 586 |
+
"task_id": {"$ref": "#/$defs/taskId"},
|
| 587 |
+
"attempt_index": {"type": "integer", "minimum": 0, "maximum": 1023},
|
| 588 |
+
"outputs": {"type": "array", "maxItems": 4096, "items": {"$ref": "#/$defs/label"}},
|
| 589 |
+
"trace_ref": {"$ref": "#/$defs/traceRef"}
|
| 590 |
+
}
|
| 591 |
+
}
|
| 592 |
+
}
|
| 593 |
+
}
|
schemas/grounded-label-graph.schema.json
ADDED
|
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.1.0/schemas/grounded-label-graph.schema.json",
|
| 4 |
+
"title": "EgoBowWow grounded world-label graph",
|
| 5 |
+
"description": "Language-independent environment, agent, hand, entity, relation, procedure, sensor, geometry, trajectory, state, action, and provenance context for one event. Typed assertions reuse the 13 multimodal evaluation label kinds.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": [
|
| 9 |
+
"schema_version",
|
| 10 |
+
"environment",
|
| 11 |
+
"coordinate_frames",
|
| 12 |
+
"agents",
|
| 13 |
+
"entities",
|
| 14 |
+
"relations",
|
| 15 |
+
"procedure",
|
| 16 |
+
"modalities",
|
| 17 |
+
"assertions",
|
| 18 |
+
"semantic_alignment",
|
| 19 |
+
"provenance"
|
| 20 |
+
],
|
| 21 |
+
"properties": {
|
| 22 |
+
"schema_version": {"const": "1.0.0"},
|
| 23 |
+
"environment": {"$ref": "#/$defs/environment"},
|
| 24 |
+
"coordinate_frames": {
|
| 25 |
+
"type": "array",
|
| 26 |
+
"minItems": 1,
|
| 27 |
+
"items": {"$ref": "#/$defs/coordinateFrame"}
|
| 28 |
+
},
|
| 29 |
+
"agents": {"type": "array", "minItems": 1, "items": {"$ref": "#/$defs/agent"}},
|
| 30 |
+
"entities": {"type": "array", "items": {"$ref": "#/$defs/entity"}},
|
| 31 |
+
"relations": {"type": "array", "items": {"$ref": "#/$defs/relation"}},
|
| 32 |
+
"procedure": {"$ref": "#/$defs/procedure"},
|
| 33 |
+
"modalities": {
|
| 34 |
+
"type": "array",
|
| 35 |
+
"minItems": 1,
|
| 36 |
+
"items": {"$ref": "#/$defs/modality"}
|
| 37 |
+
},
|
| 38 |
+
"assertions": {
|
| 39 |
+
"type": "array",
|
| 40 |
+
"items": {"$ref": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.0.0/schemas/eval-common.schema.json#/$defs/label"}
|
| 41 |
+
},
|
| 42 |
+
"semantic_alignment": {"$ref": "#/$defs/semanticAlignment"},
|
| 43 |
+
"provenance": {"$ref": "#/$defs/provenance"}
|
| 44 |
+
},
|
| 45 |
+
"$defs": {
|
| 46 |
+
"id": {
|
| 47 |
+
"type": "string",
|
| 48 |
+
"pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$",
|
| 49 |
+
"maxLength": 192
|
| 50 |
+
},
|
| 51 |
+
"sha256": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"},
|
| 52 |
+
"nullableId": {"oneOf": [{"type": "null"}, {"$ref": "#/$defs/id"}]},
|
| 53 |
+
"environment": {
|
| 54 |
+
"type": "object",
|
| 55 |
+
"additionalProperties": false,
|
| 56 |
+
"required": [
|
| 57 |
+
"site_context_id",
|
| 58 |
+
"physical_environment_id",
|
| 59 |
+
"scene_type_id",
|
| 60 |
+
"station_type_id",
|
| 61 |
+
"lighting_id",
|
| 62 |
+
"weather_id",
|
| 63 |
+
"clutter_id",
|
| 64 |
+
"material_state_ids",
|
| 65 |
+
"map_artifact_id"
|
| 66 |
+
],
|
| 67 |
+
"properties": {
|
| 68 |
+
"site_context_id": {"$ref": "#/$defs/id"},
|
| 69 |
+
"physical_environment_id": {"enum": ["indoor", "outdoor", "mixed", "unknown"]},
|
| 70 |
+
"scene_type_id": {"$ref": "#/$defs/id"},
|
| 71 |
+
"station_type_id": {"$ref": "#/$defs/id"},
|
| 72 |
+
"lighting_id": {"$ref": "#/$defs/id"},
|
| 73 |
+
"weather_id": {"$ref": "#/$defs/id"},
|
| 74 |
+
"clutter_id": {"$ref": "#/$defs/id"},
|
| 75 |
+
"material_state_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 76 |
+
"map_artifact_id": {
|
| 77 |
+
"oneOf": [
|
| 78 |
+
{"type": "null"},
|
| 79 |
+
{"type": "string", "pattern": "^artifact:sha256:[0-9a-f]{64}$"}
|
| 80 |
+
]
|
| 81 |
+
}
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"coordinateFrame": {
|
| 85 |
+
"type": "object",
|
| 86 |
+
"additionalProperties": false,
|
| 87 |
+
"required": ["frame_id", "frame_kind", "parent_frame_id", "calibration_digest"],
|
| 88 |
+
"properties": {
|
| 89 |
+
"frame_id": {"$ref": "#/$defs/id"},
|
| 90 |
+
"frame_kind": {"enum": ["world", "site", "camera", "head", "body", "hand", "object", "robot", "sensor"]},
|
| 91 |
+
"parent_frame_id": {"$ref": "#/$defs/nullableId"},
|
| 92 |
+
"calibration_digest": {"oneOf": [{"type": "null"}, {"$ref": "#/$defs/sha256"}]}
|
| 93 |
+
}
|
| 94 |
+
},
|
| 95 |
+
"hand": {
|
| 96 |
+
"type": "object",
|
| 97 |
+
"additionalProperties": false,
|
| 98 |
+
"required": [
|
| 99 |
+
"hand_id",
|
| 100 |
+
"laterality",
|
| 101 |
+
"role_ids",
|
| 102 |
+
"visibility",
|
| 103 |
+
"contact_entity_ids",
|
| 104 |
+
"pose_label_keys",
|
| 105 |
+
"trajectory_label_keys"
|
| 106 |
+
],
|
| 107 |
+
"properties": {
|
| 108 |
+
"hand_id": {"$ref": "#/$defs/id"},
|
| 109 |
+
"laterality": {"enum": ["left", "right", "unknown", "not_applicable"]},
|
| 110 |
+
"role_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 111 |
+
"visibility": {"enum": ["visible", "partially_occluded", "fully_occluded", "out_of_view", "unknown"]},
|
| 112 |
+
"contact_entity_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 113 |
+
"pose_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 114 |
+
"trajectory_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}}
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"agent": {
|
| 118 |
+
"type": "object",
|
| 119 |
+
"additionalProperties": false,
|
| 120 |
+
"required": ["agent_id", "agent_kind", "role_ids", "hands", "body_pose_label_keys", "gaze_label_keys"],
|
| 121 |
+
"properties": {
|
| 122 |
+
"agent_id": {"$ref": "#/$defs/id"},
|
| 123 |
+
"agent_kind": {"enum": ["human", "robot"]},
|
| 124 |
+
"role_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 125 |
+
"hands": {"type": "array", "maxItems": 2, "items": {"$ref": "#/$defs/hand"}},
|
| 126 |
+
"body_pose_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 127 |
+
"gaze_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}}
|
| 128 |
+
}
|
| 129 |
+
},
|
| 130 |
+
"entity": {
|
| 131 |
+
"type": "object",
|
| 132 |
+
"additionalProperties": false,
|
| 133 |
+
"required": [
|
| 134 |
+
"entity_id",
|
| 135 |
+
"category_id",
|
| 136 |
+
"role_ids",
|
| 137 |
+
"state_before_ids",
|
| 138 |
+
"state_after_ids",
|
| 139 |
+
"geometry_label_keys",
|
| 140 |
+
"pose_label_keys",
|
| 141 |
+
"trajectory_label_keys"
|
| 142 |
+
],
|
| 143 |
+
"properties": {
|
| 144 |
+
"entity_id": {"$ref": "#/$defs/id"},
|
| 145 |
+
"category_id": {"$ref": "#/$defs/id"},
|
| 146 |
+
"role_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 147 |
+
"state_before_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 148 |
+
"state_after_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 149 |
+
"geometry_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 150 |
+
"pose_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 151 |
+
"trajectory_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}}
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
"relation": {
|
| 155 |
+
"type": "object",
|
| 156 |
+
"additionalProperties": false,
|
| 157 |
+
"required": ["relation_id", "predicate_id", "subject_id", "object_id", "phase_id", "assertion_label_key"],
|
| 158 |
+
"properties": {
|
| 159 |
+
"relation_id": {"$ref": "#/$defs/id"},
|
| 160 |
+
"predicate_id": {"enum": ["contact", "holding", "supporting", "inside", "on", "under", "near", "attached_to", "aligned_with", "gaze_at"]},
|
| 161 |
+
"subject_id": {"$ref": "#/$defs/id"},
|
| 162 |
+
"object_id": {"$ref": "#/$defs/id"},
|
| 163 |
+
"phase_id": {"enum": ["approach", "contact", "manipulation", "release", "postcondition", "continuous", "unknown"]},
|
| 164 |
+
"assertion_label_key": {"oneOf": [{"type": "null"}, {"$ref": "#/$defs/id"}]}
|
| 165 |
+
}
|
| 166 |
+
},
|
| 167 |
+
"procedure": {
|
| 168 |
+
"type": "object",
|
| 169 |
+
"additionalProperties": false,
|
| 170 |
+
"required": [
|
| 171 |
+
"activity_category_id",
|
| 172 |
+
"task_id",
|
| 173 |
+
"goal_state_ids",
|
| 174 |
+
"step_id",
|
| 175 |
+
"precondition_ids",
|
| 176 |
+
"outcome",
|
| 177 |
+
"correctness",
|
| 178 |
+
"error_ids",
|
| 179 |
+
"intervention_ids",
|
| 180 |
+
"proficiency"
|
| 181 |
+
],
|
| 182 |
+
"properties": {
|
| 183 |
+
"activity_category_id": {"$ref": "#/$defs/id"},
|
| 184 |
+
"task_id": {"$ref": "#/$defs/id"},
|
| 185 |
+
"goal_state_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 186 |
+
"step_id": {"$ref": "#/$defs/id"},
|
| 187 |
+
"precondition_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 188 |
+
"outcome": {"enum": ["success", "partial", "failure", "aborted", "unknown"]},
|
| 189 |
+
"correctness": {"enum": ["correct", "mistake", "recovery", "demonstration", "unknown"]},
|
| 190 |
+
"error_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 191 |
+
"intervention_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 192 |
+
"proficiency": {"enum": ["novice", "intermediate", "expert", "not_assessed", "unknown"]}
|
| 193 |
+
}
|
| 194 |
+
},
|
| 195 |
+
"modality": {
|
| 196 |
+
"type": "object",
|
| 197 |
+
"additionalProperties": false,
|
| 198 |
+
"required": ["modality_id", "kind", "clock_id", "coordinate_frame_id", "artifact_id"],
|
| 199 |
+
"properties": {
|
| 200 |
+
"modality_id": {"$ref": "#/$defs/id"},
|
| 201 |
+
"kind": {"enum": ["rgb", "monochrome", "depth", "audio", "imu", "eye_gaze", "point_cloud", "body_pose", "hand_pose", "object_pose", "segmentation", "proprioception", "robot_action", "force_torque", "tactile", "language"]},
|
| 202 |
+
"clock_id": {"$ref": "#/$defs/id"},
|
| 203 |
+
"coordinate_frame_id": {"$ref": "#/$defs/nullableId"},
|
| 204 |
+
"artifact_id": {
|
| 205 |
+
"oneOf": [
|
| 206 |
+
{"type": "null"},
|
| 207 |
+
{"type": "string", "pattern": "^artifact:sha256:[0-9a-f]{64}$"}
|
| 208 |
+
]
|
| 209 |
+
}
|
| 210 |
+
}
|
| 211 |
+
},
|
| 212 |
+
"semanticAlignment": {
|
| 213 |
+
"type": "object",
|
| 214 |
+
"additionalProperties": false,
|
| 215 |
+
"required": [
|
| 216 |
+
"predicate_concept_id",
|
| 217 |
+
"argument_bindings",
|
| 218 |
+
"effector_hand_ids",
|
| 219 |
+
"action_assertion_label_keys"
|
| 220 |
+
],
|
| 221 |
+
"properties": {
|
| 222 |
+
"predicate_concept_id": {"$ref": "#/$defs/id"},
|
| 223 |
+
"argument_bindings": {
|
| 224 |
+
"type": "array",
|
| 225 |
+
"items": {
|
| 226 |
+
"type": "object",
|
| 227 |
+
"additionalProperties": false,
|
| 228 |
+
"required": ["role_id", "concept_id", "ground_ref_id"],
|
| 229 |
+
"properties": {
|
| 230 |
+
"role_id": {"enum": ["agent", "patient", "instrument", "source", "destination", "recipient", "beneficiary", "location", "support_surface"]},
|
| 231 |
+
"concept_id": {"$ref": "#/$defs/id"},
|
| 232 |
+
"ground_ref_id": {"$ref": "#/$defs/id"}
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
},
|
| 236 |
+
"effector_hand_ids": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 237 |
+
"action_assertion_label_keys": {"type": "array", "uniqueItems": true, "items": {"$ref": "#/$defs/id"}}
|
| 238 |
+
}
|
| 239 |
+
},
|
| 240 |
+
"provenance": {
|
| 241 |
+
"type": "object",
|
| 242 |
+
"additionalProperties": false,
|
| 243 |
+
"required": ["source_profile_ids", "rubric_ids", "annotation_method", "producer_digest", "review_status"],
|
| 244 |
+
"properties": {
|
| 245 |
+
"source_profile_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 246 |
+
"rubric_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 247 |
+
"annotation_method": {"enum": ["sensor_ground_truth", "human", "model", "derived", "mixed"]},
|
| 248 |
+
"producer_digest": {"$ref": "#/$defs/sha256"},
|
| 249 |
+
"review_status": {"enum": ["unreviewed", "single_review", "double_review", "adjudicated", "sensor_qa_pass"]}
|
| 250 |
+
}
|
| 251 |
+
}
|
| 252 |
+
}
|
| 253 |
+
}
|
schemas/label-language-profile.schema.json
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.1.0/schemas/label-language-profile.schema.json",
|
| 4 |
+
"title": "EgoBowWow label-language profile bundle",
|
| 5 |
+
"description": "Versioned syntax, vocabulary, rubric, loss hazards, grounded-world binding, and lexical mappings for translating annotation labels through Universal Label Semantics.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": [
|
| 9 |
+
"$schema",
|
| 10 |
+
"schema_version",
|
| 11 |
+
"bundle_id",
|
| 12 |
+
"interlingua_id",
|
| 13 |
+
"design_contract",
|
| 14 |
+
"teacher_rubric",
|
| 15 |
+
"label_only_predicate_concepts",
|
| 16 |
+
"label_languages",
|
| 17 |
+
"lexical_mappings",
|
| 18 |
+
"entity_concepts",
|
| 19 |
+
"entity_lexical_mappings",
|
| 20 |
+
"controlled_frames"
|
| 21 |
+
],
|
| 22 |
+
"properties": {
|
| 23 |
+
"$schema": {"const": "../schemas/label-language-profile.schema.json"},
|
| 24 |
+
"schema_version": {"const": "1.1.0"},
|
| 25 |
+
"bundle_id": {"$ref": "#/$defs/id"},
|
| 26 |
+
"interlingua_id": {"$ref": "#/$defs/id"},
|
| 27 |
+
"design_contract": {
|
| 28 |
+
"type": "object",
|
| 29 |
+
"additionalProperties": false,
|
| 30 |
+
"required": [
|
| 31 |
+
"translation_shape",
|
| 32 |
+
"native_preservation",
|
| 33 |
+
"grounding_invariant",
|
| 34 |
+
"abstention",
|
| 35 |
+
"teacher_authority",
|
| 36 |
+
"mapping_relations"
|
| 37 |
+
],
|
| 38 |
+
"properties": {
|
| 39 |
+
"translation_shape": {"type": "string", "minLength": 1},
|
| 40 |
+
"native_preservation": {"type": "string", "minLength": 1},
|
| 41 |
+
"grounding_invariant": {"type": "string", "minLength": 1},
|
| 42 |
+
"abstention": {"type": "string", "minLength": 1},
|
| 43 |
+
"teacher_authority": {"type": "string", "minLength": 1},
|
| 44 |
+
"mapping_relations": {
|
| 45 |
+
"type": "array",
|
| 46 |
+
"minItems": 8,
|
| 47 |
+
"uniqueItems": true,
|
| 48 |
+
"items": {"$ref": "#/$defs/mappingRelation"}
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"teacher_rubric": {
|
| 53 |
+
"type": "object",
|
| 54 |
+
"additionalProperties": false,
|
| 55 |
+
"required": ["decision_order", "required_checks", "forbidden_shortcuts"],
|
| 56 |
+
"properties": {
|
| 57 |
+
"decision_order": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 58 |
+
"required_checks": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 59 |
+
"forbidden_shortcuts": {"$ref": "#/$defs/nonEmptyStrings"}
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"label_only_predicate_concepts": {
|
| 63 |
+
"type": "object",
|
| 64 |
+
"minProperties": 1,
|
| 65 |
+
"propertyNames": {"$ref": "#/$defs/id"},
|
| 66 |
+
"additionalProperties": {"type": "string", "minLength": 1}
|
| 67 |
+
},
|
| 68 |
+
"label_languages": {
|
| 69 |
+
"type": "array",
|
| 70 |
+
"minItems": 2,
|
| 71 |
+
"items": {"$ref": "#/$defs/profile"}
|
| 72 |
+
},
|
| 73 |
+
"lexical_mappings": {
|
| 74 |
+
"type": "array",
|
| 75 |
+
"items": {"$ref": "#/$defs/lexicalMapping"}
|
| 76 |
+
},
|
| 77 |
+
"entity_concepts": {
|
| 78 |
+
"type": "object",
|
| 79 |
+
"propertyNames": {"$ref": "#/$defs/id"},
|
| 80 |
+
"additionalProperties": {"type": "string", "minLength": 1}
|
| 81 |
+
},
|
| 82 |
+
"entity_lexical_mappings": {
|
| 83 |
+
"type": "array",
|
| 84 |
+
"items": {"$ref": "#/$defs/lexicalMapping"}
|
| 85 |
+
},
|
| 86 |
+
"controlled_frames": {
|
| 87 |
+
"type": "array",
|
| 88 |
+
"minItems": 1,
|
| 89 |
+
"uniqueItems": true,
|
| 90 |
+
"items": {
|
| 91 |
+
"type": "object",
|
| 92 |
+
"additionalProperties": false,
|
| 93 |
+
"required": ["predicate_concept_id", "patient_concept_id"],
|
| 94 |
+
"properties": {
|
| 95 |
+
"predicate_concept_id": {"$ref": "#/$defs/id"},
|
| 96 |
+
"patient_concept_id": {"$ref": "#/$defs/id"}
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
"$defs": {
|
| 102 |
+
"id": {"type": "string", "pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$"},
|
| 103 |
+
"nonEmptyStrings": {
|
| 104 |
+
"type": "array",
|
| 105 |
+
"minItems": 1,
|
| 106 |
+
"uniqueItems": true,
|
| 107 |
+
"items": {"type": "string", "minLength": 1}
|
| 108 |
+
},
|
| 109 |
+
"mappingRelation": {
|
| 110 |
+
"enum": [
|
| 111 |
+
"exact_match",
|
| 112 |
+
"close_match",
|
| 113 |
+
"broad_match",
|
| 114 |
+
"narrow_match",
|
| 115 |
+
"related_match",
|
| 116 |
+
"composite",
|
| 117 |
+
"contextual",
|
| 118 |
+
"unmapped"
|
| 119 |
+
]
|
| 120 |
+
},
|
| 121 |
+
"inputBinding": {
|
| 122 |
+
"type": "object",
|
| 123 |
+
"additionalProperties": false,
|
| 124 |
+
"required": ["paths", "mode"],
|
| 125 |
+
"properties": {
|
| 126 |
+
"paths": {
|
| 127 |
+
"type": "array",
|
| 128 |
+
"minItems": 1,
|
| 129 |
+
"uniqueItems": true,
|
| 130 |
+
"items": {"type": "string", "pattern": "^[A-Za-z_][A-Za-z0-9_.-]*$"}
|
| 131 |
+
},
|
| 132 |
+
"mode": {"enum": ["first", "collect"]}
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"outputBinding": {
|
| 136 |
+
"type": "object",
|
| 137 |
+
"additionalProperties": false,
|
| 138 |
+
"required": ["slot", "mode"],
|
| 139 |
+
"properties": {
|
| 140 |
+
"slot": {"$ref": "#/$defs/id"},
|
| 141 |
+
"mode": {"enum": ["scalar", "list", "text", "concept", "generated_text"]}
|
| 142 |
+
}
|
| 143 |
+
},
|
| 144 |
+
"profile": {
|
| 145 |
+
"type": "object",
|
| 146 |
+
"additionalProperties": false,
|
| 147 |
+
"required": [
|
| 148 |
+
"language_id",
|
| 149 |
+
"title",
|
| 150 |
+
"family",
|
| 151 |
+
"source_ids",
|
| 152 |
+
"native_units",
|
| 153 |
+
"annotation_rubric",
|
| 154 |
+
"known_loss_hazards",
|
| 155 |
+
"input_bindings",
|
| 156 |
+
"output_bindings",
|
| 157 |
+
"lexicalizations"
|
| 158 |
+
],
|
| 159 |
+
"properties": {
|
| 160 |
+
"language_id": {"$ref": "#/$defs/id"},
|
| 161 |
+
"title": {"type": "string", "minLength": 1},
|
| 162 |
+
"family": {"$ref": "#/$defs/id"},
|
| 163 |
+
"source_ids": {
|
| 164 |
+
"type": "array",
|
| 165 |
+
"uniqueItems": true,
|
| 166 |
+
"items": {"$ref": "#/$defs/id"}
|
| 167 |
+
},
|
| 168 |
+
"evidence_urls": {
|
| 169 |
+
"type": "array",
|
| 170 |
+
"uniqueItems": true,
|
| 171 |
+
"items": {"type": "string", "format": "uri", "pattern": "^https://"}
|
| 172 |
+
},
|
| 173 |
+
"native_units": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 174 |
+
"annotation_rubric": {"type": "string", "minLength": 1},
|
| 175 |
+
"known_loss_hazards": {
|
| 176 |
+
"type": "array",
|
| 177 |
+
"uniqueItems": true,
|
| 178 |
+
"items": {"type": "string", "minLength": 1}
|
| 179 |
+
},
|
| 180 |
+
"default_language_tag": {
|
| 181 |
+
"type": "string",
|
| 182 |
+
"pattern": "^[A-Za-z]{2,8}(?:-[A-Za-z0-9]{1,8})*$"
|
| 183 |
+
},
|
| 184 |
+
"shallow_text_parse": {"type": "boolean"},
|
| 185 |
+
"closed_predicate_vocabulary": {"type": "boolean"},
|
| 186 |
+
"canonical_semantics": {"type": "boolean"},
|
| 187 |
+
"default_speech_act": {"$ref": "#/$defs/id"},
|
| 188 |
+
"controlled_surface": {
|
| 189 |
+
"type": "object",
|
| 190 |
+
"additionalProperties": false,
|
| 191 |
+
"required": ["template", "realized_slots"],
|
| 192 |
+
"properties": {
|
| 193 |
+
"template": {
|
| 194 |
+
"type": "string",
|
| 195 |
+
"minLength": 1,
|
| 196 |
+
"allOf": [
|
| 197 |
+
{"pattern": "\\{predicate\\}"},
|
| 198 |
+
{"pattern": "\\{patient\\}"}
|
| 199 |
+
]
|
| 200 |
+
},
|
| 201 |
+
"terminal_punctuation": {"type": "string", "maxLength": 1},
|
| 202 |
+
"realized_slots": {
|
| 203 |
+
"type": "array",
|
| 204 |
+
"minItems": 2,
|
| 205 |
+
"uniqueItems": true,
|
| 206 |
+
"items": {"$ref": "#/$defs/id"}
|
| 207 |
+
}
|
| 208 |
+
}
|
| 209 |
+
},
|
| 210 |
+
"input_bindings": {
|
| 211 |
+
"type": "object",
|
| 212 |
+
"propertyNames": {"$ref": "#/$defs/id"},
|
| 213 |
+
"additionalProperties": {"$ref": "#/$defs/inputBinding"}
|
| 214 |
+
},
|
| 215 |
+
"preserved_only_fields": {
|
| 216 |
+
"type": "array",
|
| 217 |
+
"uniqueItems": true,
|
| 218 |
+
"items": {"type": "string", "pattern": "^[A-Za-z_][A-Za-z0-9_.-]*$"}
|
| 219 |
+
},
|
| 220 |
+
"output_bindings": {
|
| 221 |
+
"type": "object",
|
| 222 |
+
"propertyNames": {"type": "string", "pattern": "^[A-Za-z_][A-Za-z0-9_.-]*$"},
|
| 223 |
+
"additionalProperties": {"$ref": "#/$defs/outputBinding"}
|
| 224 |
+
},
|
| 225 |
+
"lexicalizations": {
|
| 226 |
+
"type": "object",
|
| 227 |
+
"propertyNames": {"$ref": "#/$defs/id"},
|
| 228 |
+
"additionalProperties": {"type": "string", "minLength": 1}
|
| 229 |
+
},
|
| 230 |
+
"entity_lexicalizations": {
|
| 231 |
+
"type": "object",
|
| 232 |
+
"propertyNames": {"$ref": "#/$defs/id"},
|
| 233 |
+
"additionalProperties": {"type": "string", "minLength": 1}
|
| 234 |
+
}
|
| 235 |
+
}
|
| 236 |
+
},
|
| 237 |
+
"lexicalMapping": {
|
| 238 |
+
"type": "object",
|
| 239 |
+
"additionalProperties": false,
|
| 240 |
+
"required": [
|
| 241 |
+
"rule_id",
|
| 242 |
+
"source_language_id",
|
| 243 |
+
"source_lexeme",
|
| 244 |
+
"concept_id",
|
| 245 |
+
"mapping_relation"
|
| 246 |
+
],
|
| 247 |
+
"properties": {
|
| 248 |
+
"rule_id": {"$ref": "#/$defs/id"},
|
| 249 |
+
"source_language_id": {
|
| 250 |
+
"oneOf": [
|
| 251 |
+
{"const": "*"},
|
| 252 |
+
{"$ref": "#/$defs/id"}
|
| 253 |
+
]
|
| 254 |
+
},
|
| 255 |
+
"source_lexeme": {"type": "string", "minLength": 1},
|
| 256 |
+
"concept_id": {"$ref": "#/$defs/id"},
|
| 257 |
+
"mapping_relation": {"$ref": "#/$defs/mappingRelation"}
|
| 258 |
+
}
|
| 259 |
+
}
|
| 260 |
+
}
|
| 261 |
+
}
|
schemas/round-trip-audit.schema.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.1.0/schemas/round-trip-audit.schema.json",
|
| 4 |
+
"title": "EgoBowWow multilingual semantic round-trip audit",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": [
|
| 8 |
+
"$schema",
|
| 9 |
+
"schema_version",
|
| 10 |
+
"profile_bundle_id",
|
| 11 |
+
"profile_bundle_digest",
|
| 12 |
+
"source_language_id",
|
| 13 |
+
"pivot_language_id",
|
| 14 |
+
"forward",
|
| 15 |
+
"backward",
|
| 16 |
+
"source_meaning_digest",
|
| 17 |
+
"recovered_meaning_digest",
|
| 18 |
+
"semantic_equivalent",
|
| 19 |
+
"source_information_digest",
|
| 20 |
+
"recovered_information_digest",
|
| 21 |
+
"portable_deconstruction_equivalent",
|
| 22 |
+
"original_source_recoverable",
|
| 23 |
+
"differences",
|
| 24 |
+
"evaluation_boundary",
|
| 25 |
+
"round_trip_id"
|
| 26 |
+
],
|
| 27 |
+
"properties": {
|
| 28 |
+
"$schema": {"const": "../../schemas/round-trip-audit.schema.json"},
|
| 29 |
+
"schema_version": {"const": "1.0.0"},
|
| 30 |
+
"profile_bundle_id": {"$ref": "#/$defs/id"},
|
| 31 |
+
"profile_bundle_digest": {"$ref": "#/$defs/sha256"},
|
| 32 |
+
"source_language_id": {"$ref": "#/$defs/id"},
|
| 33 |
+
"pivot_language_id": {"$ref": "#/$defs/id"},
|
| 34 |
+
"forward": {"$ref": "universal-translation.schema.json"},
|
| 35 |
+
"backward": {"$ref": "universal-translation.schema.json"},
|
| 36 |
+
"source_meaning_digest": {"$ref": "#/$defs/sha256"},
|
| 37 |
+
"recovered_meaning_digest": {"$ref": "#/$defs/sha256"},
|
| 38 |
+
"semantic_equivalent": {"type": "boolean"},
|
| 39 |
+
"source_information_digest": {
|
| 40 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/sha256"}]
|
| 41 |
+
},
|
| 42 |
+
"recovered_information_digest": {
|
| 43 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/sha256"}]
|
| 44 |
+
},
|
| 45 |
+
"portable_deconstruction_equivalent": {"type": "boolean"},
|
| 46 |
+
"original_source_recoverable": {"type": "boolean"},
|
| 47 |
+
"differences": {
|
| 48 |
+
"type": "array",
|
| 49 |
+
"uniqueItems": true,
|
| 50 |
+
"items": {
|
| 51 |
+
"enum": [
|
| 52 |
+
"predicate_concept_id",
|
| 53 |
+
"arguments",
|
| 54 |
+
"goal",
|
| 55 |
+
"task",
|
| 56 |
+
"state_transition",
|
| 57 |
+
"outcome",
|
| 58 |
+
"correctness",
|
| 59 |
+
"error",
|
| 60 |
+
"hands",
|
| 61 |
+
"temporal",
|
| 62 |
+
"grounding",
|
| 63 |
+
"speech"
|
| 64 |
+
]
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"evaluation_boundary": {"type": "string", "minLength": 1},
|
| 68 |
+
"round_trip_id": {
|
| 69 |
+
"type": "string",
|
| 70 |
+
"pattern": "^round-trip:sha256:[0-9a-f]{64}$"
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"$defs": {
|
| 74 |
+
"id": {"type": "string", "pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$"},
|
| 75 |
+
"sha256": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"}
|
| 76 |
+
}
|
| 77 |
+
}
|
schemas/universal-annotation-adapter.schema.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/universal-annotations/resolve/v1.0.0/schemas/universal-annotation-adapter.schema.json",
|
| 4 |
+
"title": "Declarative Universal Annotation adapter",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": ["schema_version", "adapter_id", "target_schema_id", "rules"],
|
| 8 |
+
"properties": {
|
| 9 |
+
"schema_version": {"const": "1.0.0"},
|
| 10 |
+
"adapter_id": {"type": "string", "minLength": 1},
|
| 11 |
+
"target_schema_id": {"type": "string", "minLength": 1},
|
| 12 |
+
"rules": {
|
| 13 |
+
"type": "array",
|
| 14 |
+
"minItems": 1,
|
| 15 |
+
"items": {
|
| 16 |
+
"type": "object",
|
| 17 |
+
"additionalProperties": false,
|
| 18 |
+
"required": ["target_field", "predicate_id", "subject_kind", "subject_id", "object_representation", "cardinality", "required"],
|
| 19 |
+
"properties": {
|
| 20 |
+
"target_field": {"type": "string", "minLength": 1},
|
| 21 |
+
"predicate_id": {"type": "string", "minLength": 1},
|
| 22 |
+
"subject_kind": {"type": ["string", "null"]},
|
| 23 |
+
"subject_id": {"type": ["string", "null"]},
|
| 24 |
+
"object_representation": {"enum": ["node_id", "node_concept", "concept", "value"]},
|
| 25 |
+
"cardinality": {"enum": ["one", "many"]},
|
| 26 |
+
"required": {"type": "boolean"}
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
}
|
schemas/universal-annotation-ontology.schema.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/universal-annotations/resolve/v1.0.0/schemas/universal-annotation-ontology.schema.json",
|
| 4 |
+
"title": "Universal Annotation predicate ontology",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": ["schema_version", "ontology_id", "node_kinds", "predicates", "availability_dimensions"],
|
| 8 |
+
"properties": {
|
| 9 |
+
"schema_version": {"const": "1.0.0"},
|
| 10 |
+
"ontology_id": {"type": "string", "minLength": 1},
|
| 11 |
+
"node_kinds": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "string", "minLength": 1}},
|
| 12 |
+
"predicates": {
|
| 13 |
+
"type": "array",
|
| 14 |
+
"minItems": 1,
|
| 15 |
+
"items": {
|
| 16 |
+
"type": "object",
|
| 17 |
+
"additionalProperties": false,
|
| 18 |
+
"required": ["predicate_id", "subject_kinds", "object_kinds", "meaning"],
|
| 19 |
+
"properties": {
|
| 20 |
+
"predicate_id": {"type": "string", "minLength": 1},
|
| 21 |
+
"subject_kinds": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "string", "minLength": 1}},
|
| 22 |
+
"object_kinds": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "string", "minLength": 1}},
|
| 23 |
+
"meaning": {"type": "string", "minLength": 1}
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"availability_dimensions": {"type": "array", "uniqueItems": true, "items": {"type": "string", "minLength": 1}}
|
| 28 |
+
}
|
| 29 |
+
}
|
schemas/universal-annotation-packet.schema.json
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/universal-annotations/resolve/v1.0.0/schemas/universal-annotation-packet.schema.json",
|
| 4 |
+
"title": "Universal Annotation Packet",
|
| 5 |
+
"description": "Dataset-independent atomic claims with evidence, scope, epistemic status, provenance, language surfaces, and explicit availability.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": ["schema_version", "packet_id", "ontology", "source", "evidence", "nodes", "claims", "expressions", "availability"],
|
| 9 |
+
"properties": {
|
| 10 |
+
"schema_version": {"const": "1.0.0"},
|
| 11 |
+
"packet_id": {"type": "string", "pattern": "^uap:sha256:[0-9a-f]{64}$"},
|
| 12 |
+
"ontology": {
|
| 13 |
+
"type": "object",
|
| 14 |
+
"additionalProperties": false,
|
| 15 |
+
"required": ["ontology_id", "revision_digest"],
|
| 16 |
+
"properties": {
|
| 17 |
+
"ontology_id": {"type": "string", "minLength": 1},
|
| 18 |
+
"revision_digest": {"$ref": "#/$defs/digest"}
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"source": {"$ref": "#/$defs/source"},
|
| 22 |
+
"evidence": {"type": "array", "items": {"$ref": "#/$defs/evidence"}},
|
| 23 |
+
"nodes": {"type": "array", "minItems": 1, "items": {"$ref": "#/$defs/node"}},
|
| 24 |
+
"claims": {"type": "array", "items": {"$ref": "#/$defs/claim"}},
|
| 25 |
+
"expressions": {"type": "array", "items": {"$ref": "#/$defs/expression"}},
|
| 26 |
+
"availability": {"type": "array", "items": {"$ref": "#/$defs/availability"}}
|
| 27 |
+
},
|
| 28 |
+
"$defs": {
|
| 29 |
+
"id": {"type": "string", "pattern": "^[A-Za-z][A-Za-z0-9_.:-]*$", "maxLength": 192},
|
| 30 |
+
"digest": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"},
|
| 31 |
+
"nullableDigest": {"oneOf": [{"type": "null"}, {"$ref": "#/$defs/digest"}]},
|
| 32 |
+
"source": {
|
| 33 |
+
"type": "object",
|
| 34 |
+
"additionalProperties": false,
|
| 35 |
+
"required": ["dataset_id", "schema_id", "record_id", "revision_digest", "native_record_digest", "license_expression"],
|
| 36 |
+
"properties": {
|
| 37 |
+
"dataset_id": {"$ref": "#/$defs/id"},
|
| 38 |
+
"schema_id": {"$ref": "#/$defs/id"},
|
| 39 |
+
"record_id": {"type": "string", "minLength": 1},
|
| 40 |
+
"revision_digest": {"$ref": "#/$defs/digest"},
|
| 41 |
+
"native_record_digest": {"$ref": "#/$defs/digest"},
|
| 42 |
+
"license_expression": {"type": ["string", "null"]}
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"selector": {
|
| 46 |
+
"type": "object",
|
| 47 |
+
"additionalProperties": false,
|
| 48 |
+
"required": ["clock_id", "start_ns", "end_ns"],
|
| 49 |
+
"properties": {
|
| 50 |
+
"clock_id": {"$ref": "#/$defs/id"},
|
| 51 |
+
"start_ns": {"type": "integer", "minimum": 0},
|
| 52 |
+
"end_ns": {"type": "integer", "minimum": 1}
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"evidence": {
|
| 56 |
+
"type": "object",
|
| 57 |
+
"additionalProperties": false,
|
| 58 |
+
"required": ["evidence_id", "evidence_kind", "artifact_digest", "selector", "source_field_path"],
|
| 59 |
+
"properties": {
|
| 60 |
+
"evidence_id": {"$ref": "#/$defs/id"},
|
| 61 |
+
"evidence_kind": {"enum": ["video", "image", "audio", "text", "sensor", "geometry", "human_judgment", "model_output", "derived_record"]},
|
| 62 |
+
"artifact_digest": {"$ref": "#/$defs/nullableDigest"},
|
| 63 |
+
"selector": {"oneOf": [{"type": "null"}, {"$ref": "#/$defs/selector"}]},
|
| 64 |
+
"source_field_path": {"type": ["string", "null"]}
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"node": {
|
| 68 |
+
"type": "object",
|
| 69 |
+
"additionalProperties": false,
|
| 70 |
+
"required": ["node_id", "node_kind", "concept_id", "attributes"],
|
| 71 |
+
"properties": {
|
| 72 |
+
"node_id": {"$ref": "#/$defs/id"},
|
| 73 |
+
"node_kind": {"enum": ["event", "agent", "effector", "object", "location", "state", "task", "sensor", "frame"]},
|
| 74 |
+
"concept_id": {"$ref": "#/$defs/id"},
|
| 75 |
+
"attributes": {"type": "object"}
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
"claimObject": {
|
| 79 |
+
"oneOf": [
|
| 80 |
+
{
|
| 81 |
+
"type": "object",
|
| 82 |
+
"additionalProperties": false,
|
| 83 |
+
"required": ["kind", "node_id"],
|
| 84 |
+
"properties": {"kind": {"const": "node_ref"}, "node_id": {"$ref": "#/$defs/id"}}
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"type": "object",
|
| 88 |
+
"additionalProperties": false,
|
| 89 |
+
"required": ["kind", "concept_id"],
|
| 90 |
+
"properties": {"kind": {"const": "concept"}, "concept_id": {"$ref": "#/$defs/id"}}
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"type": "object",
|
| 94 |
+
"additionalProperties": false,
|
| 95 |
+
"required": ["kind", "value", "unit_id"],
|
| 96 |
+
"properties": {
|
| 97 |
+
"kind": {"const": "value"},
|
| 98 |
+
"value": {},
|
| 99 |
+
"unit_id": {"type": ["string", "null"]}
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
+
]
|
| 103 |
+
},
|
| 104 |
+
"scope": {
|
| 105 |
+
"type": ["object", "null"],
|
| 106 |
+
"additionalProperties": false,
|
| 107 |
+
"properties": {
|
| 108 |
+
"clock_id": {"type": ["string", "null"]},
|
| 109 |
+
"start_ns": {"type": ["integer", "null"], "minimum": 0},
|
| 110 |
+
"end_ns": {"type": ["integer", "null"], "minimum": 1},
|
| 111 |
+
"coordinate_frame_id": {"type": ["string", "null"]}
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
"epistemic": {
|
| 115 |
+
"type": "object",
|
| 116 |
+
"additionalProperties": false,
|
| 117 |
+
"required": ["status", "confidence", "uncertainty", "visibility"],
|
| 118 |
+
"properties": {
|
| 119 |
+
"status": {"enum": ["observed", "measured", "human_annotated", "model_predicted", "derived", "reported"]},
|
| 120 |
+
"confidence": {"type": ["number", "null"], "minimum": 0, "maximum": 1},
|
| 121 |
+
"uncertainty": {"type": ["object", "null"]},
|
| 122 |
+
"visibility": {"enum": ["visible", "partially_occluded", "fully_occluded", "out_of_view", "not_visual", "unknown"]}
|
| 123 |
+
}
|
| 124 |
+
},
|
| 125 |
+
"provenance": {
|
| 126 |
+
"type": "object",
|
| 127 |
+
"additionalProperties": false,
|
| 128 |
+
"required": ["producer_kind", "producer_digest", "method_id", "review_status", "review_receipt_digest"],
|
| 129 |
+
"properties": {
|
| 130 |
+
"producer_kind": {"enum": ["sensor", "human", "model", "algorithm", "mixed"]},
|
| 131 |
+
"producer_digest": {"$ref": "#/$defs/digest"},
|
| 132 |
+
"method_id": {"$ref": "#/$defs/id"},
|
| 133 |
+
"review_status": {"enum": ["unreviewed", "single_review", "double_review", "adjudicated", "sensor_qa_pass"]},
|
| 134 |
+
"review_receipt_digest": {"$ref": "#/$defs/nullableDigest"}
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
"claim": {
|
| 138 |
+
"type": "object",
|
| 139 |
+
"additionalProperties": false,
|
| 140 |
+
"required": ["claim_id", "subject_id", "predicate_id", "object", "scope", "evidence_ids", "epistemic", "provenance"],
|
| 141 |
+
"properties": {
|
| 142 |
+
"claim_id": {"$ref": "#/$defs/id"},
|
| 143 |
+
"subject_id": {"$ref": "#/$defs/id"},
|
| 144 |
+
"predicate_id": {"$ref": "#/$defs/id"},
|
| 145 |
+
"object": {"$ref": "#/$defs/claimObject"},
|
| 146 |
+
"scope": {"$ref": "#/$defs/scope"},
|
| 147 |
+
"evidence_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 148 |
+
"epistemic": {"$ref": "#/$defs/epistemic"},
|
| 149 |
+
"provenance": {"$ref": "#/$defs/provenance"}
|
| 150 |
+
}
|
| 151 |
+
},
|
| 152 |
+
"expression": {
|
| 153 |
+
"type": "object",
|
| 154 |
+
"additionalProperties": false,
|
| 155 |
+
"required": ["expression_id", "locale", "text", "speech_act", "claim_ids", "method", "review_status", "review_receipt_digest"],
|
| 156 |
+
"properties": {
|
| 157 |
+
"expression_id": {"$ref": "#/$defs/id"},
|
| 158 |
+
"locale": {"type": "string", "minLength": 2},
|
| 159 |
+
"text": {"type": "string", "minLength": 1},
|
| 160 |
+
"speech_act": {"enum": ["observation", "directive", "question", "answer", "warning", "feedback", "unknown"]},
|
| 161 |
+
"claim_ids": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 162 |
+
"method": {"enum": ["source", "human_translation", "algorithmic_projection", "model_candidate"]},
|
| 163 |
+
"review_status": {"enum": ["source_verified", "pending", "single_review", "bilingual_adjudicated"]},
|
| 164 |
+
"review_receipt_digest": {"$ref": "#/$defs/nullableDigest"}
|
| 165 |
+
}
|
| 166 |
+
},
|
| 167 |
+
"availability": {
|
| 168 |
+
"type": "object",
|
| 169 |
+
"additionalProperties": false,
|
| 170 |
+
"required": ["dimension_id", "status", "reason"],
|
| 171 |
+
"properties": {
|
| 172 |
+
"dimension_id": {"$ref": "#/$defs/id"},
|
| 173 |
+
"status": {"enum": ["present", "not_collected", "not_applicable", "unknown"]},
|
| 174 |
+
"reason": {"type": "string", "minLength": 1}
|
| 175 |
+
}
|
| 176 |
+
}
|
| 177 |
+
}
|
| 178 |
+
}
|
schemas/universal-annotation-projection.schema.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/universal-annotations/resolve/v1.0.0/schemas/universal-annotation-projection.schema.json",
|
| 4 |
+
"title": "Loss-audited Universal Annotation projection",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": ["schema_version", "source_packet_id", "adapter_id", "target_schema_id", "target_record", "coverage", "adapter_digest", "projection_id"],
|
| 8 |
+
"properties": {
|
| 9 |
+
"schema_version": {"const": "1.0.0"},
|
| 10 |
+
"source_packet_id": {"type": "string", "pattern": "^uap:sha256:[0-9a-f]{64}$"},
|
| 11 |
+
"adapter_id": {"type": "string", "minLength": 1},
|
| 12 |
+
"target_schema_id": {"type": "string", "minLength": 1},
|
| 13 |
+
"target_record": {"type": "object"},
|
| 14 |
+
"coverage": {
|
| 15 |
+
"type": "object",
|
| 16 |
+
"additionalProperties": false,
|
| 17 |
+
"required": ["represented_claim_ids", "omitted_claim_ids", "required_missing_fields", "loss_status"],
|
| 18 |
+
"properties": {
|
| 19 |
+
"represented_claim_ids": {"type": "array", "uniqueItems": true, "items": {"type": "string"}},
|
| 20 |
+
"omitted_claim_ids": {"type": "array", "uniqueItems": true, "items": {"type": "string"}},
|
| 21 |
+
"required_missing_fields": {"type": "array", "uniqueItems": true, "items": {"type": "string"}},
|
| 22 |
+
"loss_status": {"enum": ["exact", "lossy", "blocked"]}
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"adapter_digest": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"},
|
| 26 |
+
"projection_id": {"type": "string", "pattern": "^uap-projection:sha256:[0-9a-f]{64}$"}
|
| 27 |
+
}
|
| 28 |
+
}
|
schemas/universal-translation.schema.json
ADDED
|
@@ -0,0 +1,285 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.1.0/schemas/universal-translation.schema.json",
|
| 4 |
+
"title": "EgoBowWow UniversalLabeler translation envelope",
|
| 5 |
+
"description": "A source-preserving translation, grounded universal event graph, projection-loss audit, deterministic trace, and optional provider-neutral teacher proposal.",
|
| 6 |
+
"type": "object",
|
| 7 |
+
"additionalProperties": false,
|
| 8 |
+
"required": [
|
| 9 |
+
"$schema",
|
| 10 |
+
"schema_version",
|
| 11 |
+
"profile_bundle_id",
|
| 12 |
+
"profile_bundle_digest",
|
| 13 |
+
"source_language_id",
|
| 14 |
+
"target_language_id",
|
| 15 |
+
"status",
|
| 16 |
+
"requires_review",
|
| 17 |
+
"target_label",
|
| 18 |
+
"universal_semantics",
|
| 19 |
+
"loss_report",
|
| 20 |
+
"translation_trace",
|
| 21 |
+
"teacher_proposal",
|
| 22 |
+
"translation_id"
|
| 23 |
+
],
|
| 24 |
+
"properties": {
|
| 25 |
+
"$schema": {"const": "../../schemas/universal-translation.schema.json"},
|
| 26 |
+
"schema_version": {"const": "1.1.0"},
|
| 27 |
+
"profile_bundle_id": {"$ref": "#/$defs/id"},
|
| 28 |
+
"profile_bundle_digest": {"$ref": "#/$defs/sha256"},
|
| 29 |
+
"source_language_id": {"$ref": "#/$defs/id"},
|
| 30 |
+
"target_language_id": {"$ref": "#/$defs/id"},
|
| 31 |
+
"status": {"enum": ["translated", "abstained"]},
|
| 32 |
+
"requires_review": {"type": "boolean"},
|
| 33 |
+
"target_label": {"type": "object"},
|
| 34 |
+
"universal_semantics": {"$ref": "#/$defs/universalSemantics"},
|
| 35 |
+
"loss_report": {
|
| 36 |
+
"type": "array",
|
| 37 |
+
"items": {"$ref": "#/$defs/lossItem"}
|
| 38 |
+
},
|
| 39 |
+
"translation_trace": {
|
| 40 |
+
"type": "array",
|
| 41 |
+
"items": {"$ref": "#/$defs/traceItem"}
|
| 42 |
+
},
|
| 43 |
+
"teacher_proposal": {
|
| 44 |
+
"oneOf": [
|
| 45 |
+
{"type": "null"},
|
| 46 |
+
{"$ref": "#/$defs/teacherProposal"}
|
| 47 |
+
]
|
| 48 |
+
},
|
| 49 |
+
"translation_id": {
|
| 50 |
+
"type": "string",
|
| 51 |
+
"pattern": "^translation:sha256:[0-9a-f]{64}$"
|
| 52 |
+
}
|
| 53 |
+
},
|
| 54 |
+
"$defs": {
|
| 55 |
+
"id": {"type": "string", "pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$"},
|
| 56 |
+
"sha256": {"type": "string", "pattern": "^sha256:[0-9a-f]{64}$"},
|
| 57 |
+
"mappingRelation": {
|
| 58 |
+
"enum": [
|
| 59 |
+
"exact_match",
|
| 60 |
+
"close_match",
|
| 61 |
+
"broad_match",
|
| 62 |
+
"narrow_match",
|
| 63 |
+
"related_match",
|
| 64 |
+
"composite",
|
| 65 |
+
"contextual",
|
| 66 |
+
"unmapped"
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"predicate": {
|
| 70 |
+
"type": "object",
|
| 71 |
+
"additionalProperties": false,
|
| 72 |
+
"required": ["source_surface", "concept_id", "mapping_relation"],
|
| 73 |
+
"properties": {
|
| 74 |
+
"source_surface": {"type": ["string", "null"]},
|
| 75 |
+
"concept_id": {
|
| 76 |
+
"oneOf": [
|
| 77 |
+
{"type": "null"},
|
| 78 |
+
{"$ref": "#/$defs/id"}
|
| 79 |
+
]
|
| 80 |
+
},
|
| 81 |
+
"mapping_relation": {"$ref": "#/$defs/mappingRelation"}
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"argument": {
|
| 85 |
+
"type": "object",
|
| 86 |
+
"additionalProperties": false,
|
| 87 |
+
"required": ["role", "surface", "concept_id", "mapping_relation"],
|
| 88 |
+
"properties": {
|
| 89 |
+
"role": {"enum": ["patient", "instrument", "source", "destination"]},
|
| 90 |
+
"surface": {},
|
| 91 |
+
"concept_id": {
|
| 92 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/id"}]
|
| 93 |
+
},
|
| 94 |
+
"mapping_relation": {"$ref": "#/$defs/mappingRelation"}
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"temporal": {
|
| 98 |
+
"type": "object",
|
| 99 |
+
"additionalProperties": false,
|
| 100 |
+
"required": ["interval_semantics", "start_ns", "end_ns"],
|
| 101 |
+
"properties": {
|
| 102 |
+
"interval_semantics": {"const": "half_open"},
|
| 103 |
+
"start_ns": {"type": "integer", "minimum": 0},
|
| 104 |
+
"end_ns": {"type": "integer", "minimum": 1}
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
"stateTransition": {
|
| 108 |
+
"type": "object",
|
| 109 |
+
"additionalProperties": false,
|
| 110 |
+
"required": ["before", "after"],
|
| 111 |
+
"properties": {"before": {}, "after": {}}
|
| 112 |
+
},
|
| 113 |
+
"event": {
|
| 114 |
+
"type": "object",
|
| 115 |
+
"additionalProperties": false,
|
| 116 |
+
"required": [
|
| 117 |
+
"predicate",
|
| 118 |
+
"arguments",
|
| 119 |
+
"goal",
|
| 120 |
+
"task",
|
| 121 |
+
"state_transition",
|
| 122 |
+
"outcome",
|
| 123 |
+
"correctness",
|
| 124 |
+
"error",
|
| 125 |
+
"hands",
|
| 126 |
+
"temporal"
|
| 127 |
+
],
|
| 128 |
+
"properties": {
|
| 129 |
+
"predicate": {"$ref": "#/$defs/predicate"},
|
| 130 |
+
"arguments": {"type": "array", "items": {"$ref": "#/$defs/argument"}},
|
| 131 |
+
"goal": {},
|
| 132 |
+
"task": {},
|
| 133 |
+
"state_transition": {
|
| 134 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/stateTransition"}]
|
| 135 |
+
},
|
| 136 |
+
"outcome": {},
|
| 137 |
+
"correctness": {},
|
| 138 |
+
"error": {},
|
| 139 |
+
"hands": {"type": "array"},
|
| 140 |
+
"temporal": {
|
| 141 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/temporal"}]
|
| 142 |
+
}
|
| 143 |
+
}
|
| 144 |
+
},
|
| 145 |
+
"speech": {
|
| 146 |
+
"type": "object",
|
| 147 |
+
"additionalProperties": false,
|
| 148 |
+
"required": [
|
| 149 |
+
"verbatim",
|
| 150 |
+
"language_tag",
|
| 151 |
+
"speech_act",
|
| 152 |
+
"register",
|
| 153 |
+
"manner",
|
| 154 |
+
"purpose",
|
| 155 |
+
"polarity",
|
| 156 |
+
"aspect",
|
| 157 |
+
"modality",
|
| 158 |
+
"politeness",
|
| 159 |
+
"honorific",
|
| 160 |
+
"code_switch_spans"
|
| 161 |
+
],
|
| 162 |
+
"properties": {
|
| 163 |
+
"verbatim": {},
|
| 164 |
+
"language_tag": {"type": ["string", "null"]},
|
| 165 |
+
"speech_act": {},
|
| 166 |
+
"register": {},
|
| 167 |
+
"manner": {},
|
| 168 |
+
"purpose": {},
|
| 169 |
+
"polarity": {},
|
| 170 |
+
"aspect": {},
|
| 171 |
+
"modality": {},
|
| 172 |
+
"politeness": {},
|
| 173 |
+
"honorific": {},
|
| 174 |
+
"code_switch_spans": {"type": "array"}
|
| 175 |
+
}
|
| 176 |
+
},
|
| 177 |
+
"preservation": {
|
| 178 |
+
"type": "object",
|
| 179 |
+
"additionalProperties": false,
|
| 180 |
+
"required": ["source_language_id", "source_label", "source_label_digest"],
|
| 181 |
+
"properties": {
|
| 182 |
+
"source_language_id": {"$ref": "#/$defs/id"},
|
| 183 |
+
"source_label": {"type": "object", "minProperties": 1},
|
| 184 |
+
"source_label_digest": {"$ref": "#/$defs/sha256"}
|
| 185 |
+
}
|
| 186 |
+
},
|
| 187 |
+
"universalSemantics": {
|
| 188 |
+
"type": "object",
|
| 189 |
+
"additionalProperties": false,
|
| 190 |
+
"required": ["uls_version", "event", "speech", "grounding", "preservation"],
|
| 191 |
+
"properties": {
|
| 192 |
+
"uls_version": {"const": "1.1.0"},
|
| 193 |
+
"event": {"$ref": "#/$defs/event"},
|
| 194 |
+
"speech": {"$ref": "#/$defs/speech"},
|
| 195 |
+
"grounding": {"type": ["object", "null"]},
|
| 196 |
+
"preservation": {"$ref": "#/$defs/preservation"}
|
| 197 |
+
},
|
| 198 |
+
"allOf": [
|
| 199 |
+
{
|
| 200 |
+
"if": {"properties": {"grounding": {"type": "object"}}},
|
| 201 |
+
"then": {"properties": {"grounding": {"$ref": "grounded-label-graph.schema.json"}}}
|
| 202 |
+
}
|
| 203 |
+
]
|
| 204 |
+
},
|
| 205 |
+
"lossItem": {
|
| 206 |
+
"type": "object",
|
| 207 |
+
"additionalProperties": false,
|
| 208 |
+
"required": ["dimension", "severity", "kind", "detail"],
|
| 209 |
+
"properties": {
|
| 210 |
+
"dimension": {
|
| 211 |
+
"enum": [
|
| 212 |
+
"accuracy",
|
| 213 |
+
"terminology",
|
| 214 |
+
"speech",
|
| 215 |
+
"temporal",
|
| 216 |
+
"provenance",
|
| 217 |
+
"linguistic_conventions",
|
| 218 |
+
"style",
|
| 219 |
+
"locale"
|
| 220 |
+
]
|
| 221 |
+
},
|
| 222 |
+
"severity": {"enum": ["info", "warning", "blocking"]},
|
| 223 |
+
"kind": {"$ref": "#/$defs/id"},
|
| 224 |
+
"source_slot": {"$ref": "#/$defs/id"},
|
| 225 |
+
"source_field": {"type": "string", "minLength": 1},
|
| 226 |
+
"detail": {"type": "string", "minLength": 1}
|
| 227 |
+
}
|
| 228 |
+
},
|
| 229 |
+
"traceItem": {
|
| 230 |
+
"type": "object",
|
| 231 |
+
"additionalProperties": false,
|
| 232 |
+
"required": ["operation"],
|
| 233 |
+
"properties": {
|
| 234 |
+
"operation": {
|
| 235 |
+
"enum": [
|
| 236 |
+
"extract",
|
| 237 |
+
"shallow_text_parse",
|
| 238 |
+
"controlled_text_parse",
|
| 239 |
+
"canonical_packet_ingest",
|
| 240 |
+
"lexical_map",
|
| 241 |
+
"entity_lexical_map",
|
| 242 |
+
"surface_generate",
|
| 243 |
+
"teacher_escalation"
|
| 244 |
+
]
|
| 245 |
+
},
|
| 246 |
+
"slot": {"$ref": "#/$defs/id"},
|
| 247 |
+
"source_paths": {"type": "array", "items": {"type": "string"}},
|
| 248 |
+
"value_digest": {"$ref": "#/$defs/sha256"},
|
| 249 |
+
"method": {"type": "string"},
|
| 250 |
+
"source_lexeme": {"type": "string"},
|
| 251 |
+
"concept_id": {"$ref": "#/$defs/id"},
|
| 252 |
+
"mapping_relation": {"$ref": "#/$defs/mappingRelation"},
|
| 253 |
+
"rule_id": {"$ref": "#/$defs/id"},
|
| 254 |
+
"decision": {"enum": ["map", "abstain"]},
|
| 255 |
+
"response_digest": {"$ref": "#/$defs/sha256"}
|
| 256 |
+
}
|
| 257 |
+
},
|
| 258 |
+
"teacherProposal": {
|
| 259 |
+
"type": "object",
|
| 260 |
+
"additionalProperties": false,
|
| 261 |
+
"required": [
|
| 262 |
+
"decision",
|
| 263 |
+
"concept_id",
|
| 264 |
+
"confidence",
|
| 265 |
+
"rationale",
|
| 266 |
+
"model",
|
| 267 |
+
"response_digest",
|
| 268 |
+
"authority",
|
| 269 |
+
"target_text"
|
| 270 |
+
],
|
| 271 |
+
"properties": {
|
| 272 |
+
"decision": {"enum": ["map", "abstain"]},
|
| 273 |
+
"concept_id": {
|
| 274 |
+
"oneOf": [{"type": "null"}, {"$ref": "#/$defs/id"}]
|
| 275 |
+
},
|
| 276 |
+
"confidence": {"type": "number", "minimum": 0, "maximum": 1},
|
| 277 |
+
"rationale": {"type": "string", "minLength": 1},
|
| 278 |
+
"model": {"type": "string", "minLength": 1},
|
| 279 |
+
"response_digest": {"$ref": "#/$defs/sha256"},
|
| 280 |
+
"authority": {"const": "proposal_only_requires_independent_review"},
|
| 281 |
+
"target_text": {"type": ["string", "null"], "minLength": 1}
|
| 282 |
+
}
|
| 283 |
+
}
|
| 284 |
+
}
|
| 285 |
+
}
|
schemas/world-model-label-audit.schema.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
+
"$id": "https://huggingface.co/datasets/egobowwow/egobowwow-1k/resolve/v1.0.0/schemas/world-model-label-audit.schema.json",
|
| 4 |
+
"title": "World-model dataset label audit",
|
| 5 |
+
"type": "object",
|
| 6 |
+
"additionalProperties": false,
|
| 7 |
+
"required": ["$schema", "schema_version", "audit_id", "researched_at", "boundary", "universal_dimensions", "typed_label_kinds", "sources"],
|
| 8 |
+
"properties": {
|
| 9 |
+
"$schema": {"const": "../schemas/world-model-label-audit.schema.json"},
|
| 10 |
+
"schema_version": {"const": "1.0.0"},
|
| 11 |
+
"audit_id": {"$ref": "#/$defs/id"},
|
| 12 |
+
"researched_at": {"type": "string", "format": "date"},
|
| 13 |
+
"boundary": {"type": "string", "minLength": 1},
|
| 14 |
+
"universal_dimensions": {
|
| 15 |
+
"type": "array",
|
| 16 |
+
"minItems": 20,
|
| 17 |
+
"uniqueItems": true,
|
| 18 |
+
"items": {"$ref": "#/$defs/dimension"}
|
| 19 |
+
},
|
| 20 |
+
"typed_label_kinds": {
|
| 21 |
+
"type": "array",
|
| 22 |
+
"minItems": 13,
|
| 23 |
+
"maxItems": 13,
|
| 24 |
+
"uniqueItems": true,
|
| 25 |
+
"items": {"$ref": "eval-common.schema.json#/$defs/labelKind"}
|
| 26 |
+
},
|
| 27 |
+
"sources": {"type": "array", "minItems": 6, "items": {"$ref": "#/$defs/source"}}
|
| 28 |
+
},
|
| 29 |
+
"$defs": {
|
| 30 |
+
"id": {"type": "string", "pattern": "^[a-z][a-z0-9]*(?:[._-][a-z0-9]+)*$"},
|
| 31 |
+
"nonEmptyStrings": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "string", "minLength": 1}},
|
| 32 |
+
"dimension": {
|
| 33 |
+
"type": "object",
|
| 34 |
+
"additionalProperties": false,
|
| 35 |
+
"required": ["dimension_id", "graph_paths", "rubric"],
|
| 36 |
+
"properties": {
|
| 37 |
+
"dimension_id": {"$ref": "#/$defs/id"},
|
| 38 |
+
"graph_paths": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 39 |
+
"rubric": {"type": "string", "minLength": 1}
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"source": {
|
| 43 |
+
"type": "object",
|
| 44 |
+
"additionalProperties": false,
|
| 45 |
+
"required": ["source_id", "title", "paper_url", "official_url", "release_year", "native_units", "annotation_rubric", "supervision", "supported_dimensions", "known_gaps"],
|
| 46 |
+
"properties": {
|
| 47 |
+
"source_id": {"$ref": "#/$defs/id"},
|
| 48 |
+
"title": {"type": "string", "minLength": 1},
|
| 49 |
+
"paper_url": {"type": "string", "format": "uri", "pattern": "^https://"},
|
| 50 |
+
"official_url": {"type": "string", "format": "uri", "pattern": "^https://"},
|
| 51 |
+
"release_year": {"type": "integer", "minimum": 2023, "maximum": 2100},
|
| 52 |
+
"native_units": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 53 |
+
"annotation_rubric": {"type": "string", "minLength": 1},
|
| 54 |
+
"supervision": {"$ref": "#/$defs/nonEmptyStrings"},
|
| 55 |
+
"supported_dimensions": {"type": "array", "minItems": 2, "uniqueItems": true, "items": {"$ref": "#/$defs/id"}},
|
| 56 |
+
"known_gaps": {"type": "array", "minItems": 1, "uniqueItems": true, "items": {"type": "string", "minLength": 1}}
|
| 57 |
+
}
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
}
|