fix(audio): detect transcript-wide hallucinations

This commit is contained in:
2026-08-12 13:32:10 +08:00
parent c321d020dd
commit 48f4efaf3d
10 changed files with 318 additions and 13 deletions
@@ -0,0 +1,12 @@
{
"M3316 直男与0-勾引直男体育生2.mp4": [
{"label": "clear_dialogue_1", "start_ms": 0, "end_ms": 20000},
{"label": "clear_dialogue_2", "start_ms": 20000, "end_ms": 40000},
{"label": "short_dense_1", "start_ms": 40000, "end_ms": 60000},
{"label": "short_dense_2", "start_ms": 60000, "end_ms": 80000},
{"label": "suspected_hallucination_1", "start_ms": 80000, "end_ms": 100000},
{"label": "suspected_hallucination_2", "start_ms": 100000, "end_ms": 120000},
{"label": "vad_miss_1", "start_ms": 120000, "end_ms": 140000},
{"label": "vad_miss_2", "start_ms": 140000, "end_ms": 160000}
]
}