Legal_Document_Segment_Model / examples /output.example.jsonl
hf-upload
Upload inference bundle
0748838
{"sample_id": "demo_anchor_ok", "text_length": 90, "anchor_end": {"Z1_Header": 36, "Z4_Reasoning": 66}, "anchor_status": "ok", "boundaries": [36, 59, 59, 66, 90, 90], "zones": {"Z1_Header": {"start": 0, "end": 36, "text": "XX省XX市XX区人民法院民 事 判 决 书(2024)XX民初123号"}, "Z2_Preamble": {"start": 36, "end": 59, "text": "原告张三。被告李四。经审理查明:……本院认为:"}, "Z3_Fact": {"start": 59, "end": 59, "text": ""}, "Z4_Reasoning": {"start": 59, "end": 66, "text": "……判决如下:"}, "Z5_Judgment": {"start": 66, "end": 90, "text": "一、……二、……审判员 王五\n二〇二四年一月一日"}, "Z6_Footer": {"start": 90, "end": 90, "text": ""}, "Z7_SignOff": {"start": 90, "end": 90, "text": ""}}}
{"sample_id": "demo_anchor_missing", "text_length": 65, "anchor_end": {"Z1_Header": null, "Z4_Reasoning": null}, "anchor_status": "missing_anchor", "boundaries": [55, 55, 65, 65, 65, 65], "zones": {"Z1_Header": {"start": 0, "end": 55, "text": "这是一段没有明显锚点的截断片段,用于验证 anchor=auto 时不会报错,而是继续输出 7 段结构化结果。"}, "Z2_Preamble": {"start": 55, "end": 55, "text": ""}, "Z3_Fact": {"start": 55, "end": 65, "text": "这里随便加一些内容。"}, "Z4_Reasoning": {"start": 65, "end": 65, "text": ""}, "Z5_Judgment": {"start": 65, "end": 65, "text": ""}, "Z6_Footer": {"start": 65, "end": 65, "text": ""}, "Z7_SignOff": {"start": 65, "end": 65, "text": ""}}}