{
  "schema_version": "1.0",
  "name": "Korea Theme-to-Cash-Flow Agent Benchmark",
  "task_type": "korea_theme_to_cashflow_benchmark",
  "canonical_url": "https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/theme-cashflow/",
  "target_agents": [
    "research agents",
    "RAG systems",
    "eval harnesses",
    "crawler/indexing agents"
  ],
  "objective": "Given a Korean theme-driven equity thesis, map the theme to actual financial exposure and decide whether the thesis survives or should be deleted.",
  "input_contract": {
    "required": [
      "subject",
      "hypothesis"
    ],
    "optional": [
      "source_url",
      "time_horizon",
      "context"
    ]
  },
  "output_contract": {
    "required": [
      "decision",
      "reasons",
      "verified_sources",
      "missing_checks",
      "confidence",
      "disclaimer"
    ],
    "decision_values": [
      "survive",
      "delete",
      "needs_more_diligence"
    ]
  },
  "scoring_rubric": {
    "source_grounding": 30,
    "task_completion": 25,
    "error_detection": 20,
    "clear_decision": 15,
    "uncertainty_and_disclaimer": 10
  },
  "disclaimer": "Research commentary only. Not investment advice."
}
