{
  "version": "1.0",
  "source_chunks_path": "01_chunks.json",
  "strategy": {
    "front_ratio": 0.15,
    "middle_positions": [
      0.25,
      0.5,
      0.75
    ],
    "tail_ratio": 0.1,
    "high_density_limit": 30,
    "front_cap": 12,
    "tail_cap": 8,
    "middle_radius": 1,
    "preview_chars": 220
  },
  "samples": [
    {
      "sample_id": "OS0001",
      "chunk_id": "C0001",
      "start_para": 1,
      "end_para": 4,
      "sampling_reason": "front_loaded",
      "char_len": 51,
      "text_preview": "第一章 张三走进客栈，天色将暮。李四抬头看他，目光如刀。 第二章 清晨，张三拾起铜令，心中不安。",
      "chunk_index": 1,
      "all_reasons": [
        "front_loaded",
        "middle_stratified",
        "tail_stratified",
        "high_entity_density"
      ],
      "density_score": 7.013,
      "signal_terms": {
        "chapter_headings": [
          "第一章 张三走进客栈",
          "第二章 清晨"
        ],
        "quoted_phrases": [],
        "named_places": [],
        "titled_people": [],
        "organizations": [],
        "artifacts": [],
        "term_highlights": [],
        "signal_counts": {
          "chapter_headings": 2,
          "quoted_phrases": 0,
          "named_places": 0,
          "titled_people": 0,
          "organizations": 0,
          "artifacts": 0,
          "conservative_terms": 0
        }
      }
    }
  ],
  "stats": {
    "chunk_count": 1,
    "sample_count": 1,
    "counts_by_primary_reason": {
      "front_loaded": 1
    },
    "counts_by_any_reason": {
      "front_loaded": 1,
      "middle_stratified": 1,
      "tail_stratified": 1,
      "high_entity_density": 1
    },
    "top_density_chunks": [
      {
        "chunk_id": "C0001",
        "chunk_index": 1,
        "density_score": 7.013,
        "term_highlights": [],
        "signal_counts": {
          "chapter_headings": 2,
          "quoted_phrases": 0,
          "named_places": 0,
          "titled_people": 0,
          "organizations": 0,
          "artifacts": 0,
          "conservative_terms": 0
        }
      }
    ]
  },
  "resolved_strategy": {
    "front_count": 1,
    "tail_count": 1,
    "middle_radius": 1,
    "preview_chars": 220
  }
}