CC BY 4.0 synthetic dataset
Handoff Error Catalog
Machine-readable production delivery failure patterns.
Validation summary
{
"records": 24,
"train": 18,
"evaluation": 6,
"synthetic_only": true,
"leaked_groups": 0
}Sample records
[
{
"record_id": "handoff-error-catalog-01-1",
"group_id": "handoff-error-catalog-group-01",
"split": "evaluation",
"label_en": "missing file positive example",
"label_ru": "missing file: корректный пример",
"synthetic": true,
"payload": {
"error": "missing file",
"severity": "warning",
"recoverable": true
}
},
{
"record_id": "handoff-error-catalog-01-2",
"group_id": "handoff-error-catalog-group-01",
"split": "evaluation",
"label_en": "missing file negative example",
"label_ru": "missing file: ошибочный пример",
"synthetic": true,
"payload": {
"error": "missing file",
"severity": "error",
"recoverable": false
}
},
{
"record_id": "handoff-error-catalog-02-1",
"group_id": "handoff-error-catalog-group-02",
"split": "train",
"label_en": "checksum mismatch positive example",
"label_ru": "checksum mismatch: корректный пример",
"synthetic": true,
"payload": {
"error": "checksum mismatch",
"severity": "warning",
"recoverable": true
}
},
{
"record_id": "handoff-error-catalog-02-2",
"group_id": "handoff-error-catalog-group-02",
"split": "train",
"label_en": "checksum mismatch negative example",
"label_ru": "checksum mismatch: ошибочный пример",
"synthetic": true,
"payload": {
"error": "checksum mismatch",
"severity": "error",
"recoverable": false
}
}
]