ARCH: добавить phase46 open net clarification replay

This commit is contained in:
dctouch 2026-04-23 12:43:20 +03:00
parent df92bf9af2
commit 053a3bf157
1 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,71 @@
{
"schema_version": "domain_truth_harness_spec_v1",
"scenario_id": "address_truth_harness_phase46_multi_hop_open_net_clarification_loop",
"domain": "address_phase46_multi_hop_open_net_clarification_loop",
"title": "Phase 46 multi-hop open net clarification loop",
"description": "Targeted AGENT replay for Big Block F where an open-scope net money-flow question must ask for both organization and period, then keep the same bidirectional net loop after an organization-only clarification, and finally answer after the second clarification provides the period.",
"bindings": {},
"steps": [
{
"step_id": "step_01_open_net_requires_org_and_period",
"title": "Generic net value-flow asks for both organization and period",
"question": "Какое нетто по деньгам: сколько получили и сколько заплатили?",
"allowed_reply_types": ["clarification_required", "partial_coverage", "factual_with_explanation"],
"required_answer_patterns_all": [
"(?i)уточн|нужно",
"(?i)организац",
"(?i)период"
],
"forbidden_answer_patterns": [
"(?i)уточните контрагента",
"(?i)не найден контрагент",
"(?i)по какому контрагенту",
"(?i)не найдено контрагента"
],
"criticality": "critical",
"semantic_tags": ["value_flow_net", "multi_hop_clarification", "organization_scope", "period_scope", "bounded_autonomy"]
},
{
"step_id": "step_02_org_only_clarification_keeps_same_net_loop",
"title": "Organization-only clarification preserves the same net loop and asks only for the period",
"question": "по ООО Альтернатива Плюс",
"allowed_reply_types": ["clarification_required", "partial_coverage", "factual_with_explanation"],
"required_answer_patterns_all": [
"(?i)уточн|нужно",
"(?i)период"
],
"forbidden_answer_patterns": [
"(?i)организац",
"(?i)уточните контрагента",
"(?i)не найден контрагент"
],
"criticality": "critical",
"semantic_tags": ["value_flow_net", "multi_hop_clarification", "organization_followup_reuse", "bounded_autonomy"]
},
{
"step_id": "step_03_period_clarification_completes_same_net_loop",
"title": "Period clarification completes the same net loop and yields a bounded net answer",
"question": "за 2020 год",
"allowed_reply_types": ["factual_with_explanation", "partial_coverage"],
"required_answer_patterns_all": [
"(?i)2020",
"(?i)получ|входящ|поступ",
"(?i)заплат|исходящ|списан|платеж",
"(?i)нетто|сальдо|разниц",
"(?i)руб"
],
"required_answer_patterns_any": [
"(?i)альтернатива",
"(?i)проверенн|найденн"
],
"forbidden_answer_patterns": [
"(?i)уточните организацию",
"(?i)уточните период",
"(?i)уточните контрагента",
"(?i)не найден контрагент"
],
"criticality": "critical",
"semantic_tags": ["value_flow_net", "multi_hop_clarification", "period_followup_reuse", "bounded_autonomy"]
}
]
}