Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringclasses
10 values
title
dict
summary
dict
publisher
stringclasses
1 value
passFixture
unknown
failFixture
unknown
passResult
dict
failResult
dict
license
stringclasses
1 value
website
stringclasses
1 value
package-intake-triage
{ "en": "Package Intake Triage", "ru": "Триаж входящего пакета" }
{ "en": "Checks required package sections and checksums.", "ru": "Проверяет обязательные разделы пакета и контрольные суммы." }
SHAR Production
{ "synthetic": true, "sections": [ "masters", "metadata", "checksums" ], "checksum_mismatches": 0 }
{ "synthetic": true, "sections": [ "masters" ], "checksum_mismatches": 2 }
{ "pass": true, "issues": [], "metrics": { "sections": 3 } }
{ "pass": false, "issues": [ "missing:metadata", "missing:checksums", "checksum_mismatch" ], "metrics": { "sections": 1 } }
CC-BY-4.0
https://sharprod.com/
rights-aware-distribution
{ "en": "Rights-aware Distribution", "ru": "Дистрибуция с учётом прав" }
{ "en": "Gates territory, channel and active date window.", "ru": "Проверяет территорию, канал и срок прав." }
SHAR Production
{ "synthetic": true, "allowed_territories": [ "WORLD" ], "target_territory": "WORLD", "allowed_channels": [ "web" ], "target_channel": "web", "starts_at": "2026-01-01", "ends_at": "2027-01-01", "delivery_date": "2026-09-06" }
{ "synthetic": true, "allowed_territories": [ "RU" ], "target_territory": "US", "allowed_channels": [ "internal" ], "target_channel": "web", "starts_at": "2026-01-01", "ends_at": "2026-02-01", "delivery_date": "2026-09-06" }
{ "pass": true, "issues": [], "metrics": {} }
{ "pass": false, "issues": [ "territory_not_allowed", "channel_not_allowed", "outside_rights_window" ], "metrics": {} }
CC-BY-4.0
https://sharprod.com/
localization-readiness
{ "en": "Localization Readiness", "ru": "Готовность локализации" }
{ "en": "Finds missing audio, subtitle and metadata outputs.", "ru": "Находит недостающие аудио, субтитры и метаданные." }
SHAR Production
{ "synthetic": true, "required_locales": [ "en-US", "ru-RU" ], "outputs": { "en-US": { "audio": true, "subtitles": true, "metadata": true }, "ru-RU": { "audio": true, "subtitles": true, "metadata": true } } }
{ "synthetic": true, "required_locales": [ "en-US", "ru-RU" ], "outputs": { "en-US": { "audio": true, "subtitles": true, "metadata": true }, "ru-RU": { "audio": false, "subtitles": true, "metadata": false } } }
{ "pass": true, "issues": [], "metrics": { "locales": 2 } }
{ "pass": false, "issues": [ "ru-RU:audio", "ru-RU:metadata" ], "metrics": { "locales": 2 } }
CC-BY-4.0
https://sharprod.com/
accessibility-delivery-gate
{ "en": "Accessibility Delivery Gate", "ru": "Гейт доступности" }
{ "en": "Verifies captions, transcript and audio-description policy.", "ru": "Проверяет субтитры, транскрипт и политику аудиодескрипции." }
SHAR Production
{ "synthetic": true, "captions": true, "transcript": true, "audio_description_required": true, "audio_description": true }
{ "synthetic": true, "captions": false, "transcript": false, "audio_description_required": true, "audio_description": false }
{ "pass": true, "issues": [], "metrics": {} }
{ "pass": false, "issues": [ "captions_missing", "transcript_missing", "audio_description_missing" ], "metrics": {} }
CC-BY-4.0
https://sharprod.com/
approval-chain-audit
{ "en": "Approval Chain Audit", "ru": "Аудит цепочки согласований" }
{ "en": "Checks ordered stages and terminal approval.", "ru": "Проверяет порядок этапов и итоговое согласование." }
SHAR Production
{ "synthetic": true, "events": [ { "stage": "brief", "decision": "approved" }, { "stage": "creative", "decision": "approved" }, { "stage": "offline", "decision": "approved" }, { "stage": "master", "decision": "approved" } ] }
{ "synthetic": true, "events": [ { "stage": "brief", "decision": "approved" }, { "stage": "master", "decision": "changes_requested" } ] }
{ "pass": true, "issues": [], "metrics": { "events": 4 } }
{ "pass": false, "issues": [ "unapproved:creative", "unapproved:offline", "unapproved:master" ], "metrics": { "events": 2 } }
CC-BY-4.0
https://sharprod.com/
archive-readiness
{ "en": "Archive Readiness", "ru": "Готовность архива" }
{ "en": "Requires master, manifest, checksum and rights record.", "ru": "Требует мастер, манифест, checksum и запись прав." }
SHAR Production
{ "synthetic": true, "master": true, "manifest": true, "checksum": true, "rights_record": true, "duplicate_paths": 0 }
{ "synthetic": true, "master": true, "manifest": false, "checksum": false, "rights_record": false, "duplicate_paths": 3 }
{ "pass": true, "issues": [], "metrics": {} }
{ "pass": false, "issues": [ "missing:manifest", "missing:checksum", "missing:rights_record", "duplicate_paths" ], "metrics": {} }
CC-BY-4.0
https://sharprod.com/
vendor-bid-normalizer
{ "en": "Vendor Bid Normalizer", "ru": "Нормализация предложений подрядчиков" }
{ "en": "Normalizes currencies and compares complete scope scores.", "ru": "Нормализует валюты и сравнивает полноту scope." }
SHAR Production
{ "synthetic": true, "rates": { "RUB": 1, "USD": 90 }, "bids": [ { "vendor_ref": "vendor-a", "currency": "RUB", "total": 100000, "scope_score": 80 }, { "vendor_ref": "vendor-b", "currency": "USD", "total": 1200, "scope_score": 90 } ] }
{ "synthetic": true, "rates": { "RUB": 1 }, "bids": [ { "vendor_ref": "vendor-a", "currency": "XXX", "total": -1, "scope_score": 120 } ] }
{ "pass": true, "issues": [], "metrics": { "normalized": [ { "vendor_ref": "vendor-a", "total_rub": 100000 }, { "vendor_ref": "vendor-b", "total_rub": 108000 } ] } }
{ "pass": false, "issues": [ "vendor-a:negative_total", "vendor-a:unknown_currency", "vendor-a:bad_scope_score" ], "metrics": { "normalized": [] } }
CC-BY-4.0
https://sharprod.com/
subtitle-remediation-queue
{ "en": "Subtitle Remediation Queue", "ru": "Очередь исправления субтитров" }
{ "en": "Prioritizes overlap, duration and reading-speed errors.", "ru": "Приоритизирует overlap, длительность и скорость чтения." }
SHAR Production
{ "synthetic": true, "cues": [ { "id": "c1", "start_ms": 0, "end_ms": 1200, "cps": 14, "overlap": false } ] }
{ "synthetic": true, "cues": [ { "id": "c1", "start_ms": 1000, "end_ms": 900, "cps": 28, "overlap": true } ] }
{ "pass": true, "issues": [], "metrics": { "cues": 1 } }
{ "pass": false, "issues": [ "c1:timing", "c1:reading_speed", "c1:overlap" ], "metrics": { "cues": 1 } }
CC-BY-4.0
https://sharprod.com/
dependency-release-gate
{ "en": "Dependency Release Gate", "ru": "Гейт зависимостей релиза" }
{ "en": "Blocks missing, cyclic or unapproved dependencies.", "ru": "Блокирует отсутствующие, циклические или несогласованные зависимости." }
SHAR Production
{ "synthetic": true, "nodes": 12, "missing": [], "cycles": [], "unapproved": [] }
{ "synthetic": true, "nodes": 12, "missing": [ "mix" ], "cycles": [ [ "grade", "edit" ] ], "unapproved": [ "master" ] }
{ "pass": true, "issues": [], "metrics": { "nodes": 12 } }
{ "pass": false, "issues": [ "missing_dependencies", "dependency_cycle", "unapproved_dependencies" ], "metrics": { "nodes": 12 } }
CC-BY-4.0
https://sharprod.com/
privacy-safe-handoff
{ "en": "Privacy-safe Handoff", "ru": "Безопасная передача" }
{ "en": "Rejects direct personal fields and unsafe paths.", "ru": "Отклоняет личные поля и небезопасные пути." }
SHAR Production
{ "synthetic": true, "metadata": { "role_ref": "role-camera-a" }, "paths": [ "masters/final.mov", "metadata/manifest.json" ] }
{ "synthetic": true, "metadata": { "personal_name": "synthetic-present", "direct_contact": "synthetic-present" }, "paths": [ "../private/file.mov" ] }
{ "pass": true, "issues": [], "metrics": {} }
{ "pass": false, "issues": [ "personal_field:personal_name", "personal_field:direct_contact", "unsafe_path:../private/file.mov" ], "metrics": {} }
CC-BY-4.0
https://sharprod.com/

SHAR Production Workflow Recipes

Ten executable bilingual production workflow recipes with synthetic pass/fail fixtures by SHAR Productionhttps://sharprod.com/

Fixtures are CC BY 4.0. Code and documentation are MIT. No client data or direct personal contacts are included. Codex assisted implementation and validation; SHAR Production is the accountable publisher.

Downloads last month
35