ARCH: ввести broad business evaluation bridge
This commit is contained in:
+78
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"schema_version": "domain_truth_harness_spec_v1",
|
||||
"scenario_id": "address_truth_harness_phase22_broad_business_evaluation_bridge",
|
||||
"domain": "address_phase22_broad_business_evaluation_bridge",
|
||||
"title": "Phase 22 broad business evaluation bridge replay",
|
||||
"description": "Targeted AGENT replay for the broad business evaluation seam where a follow-up like 'Как ты оценишь деятельность компании?' must not replay stale lifecycle routing and should still preserve the chain for the next exact net-flow question.",
|
||||
"bindings": {},
|
||||
"steps": [
|
||||
{
|
||||
"step_id": "step_01_company_activity_lifecycle",
|
||||
"title": "Lifecycle answer seeds grounded organization context",
|
||||
"question": "а по Альтернативе Плюс сколько лет активности в базе 1С?",
|
||||
"allowed_reply_types": [
|
||||
"partial_coverage",
|
||||
"factual",
|
||||
"factual_with_explanation"
|
||||
],
|
||||
"required_answer_patterns_any": [
|
||||
"(?i)лет",
|
||||
"(?i)активност",
|
||||
"(?i)1с",
|
||||
"(?i)не получил|не подтвержден|проверил доступный контур"
|
||||
],
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
"company_activity_lifecycle",
|
||||
"grounded_context_seed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"step_id": "step_02_broad_business_evaluation",
|
||||
"title": "Broad business evaluation becomes grounded summary instead of stale lifecycle dump",
|
||||
"question": "Как ты оценишь деятельность компании?",
|
||||
"required_answer_patterns_all": [
|
||||
"(?i)коротко|оценк|частичн",
|
||||
"(?i)1с|подтвержд",
|
||||
"(?i)денежн|долг|ндс|контрагент|операц"
|
||||
],
|
||||
"forbidden_answer_patterns": [
|
||||
"(?i)активных заказчиков",
|
||||
"(?i)последняя активность",
|
||||
"(?i)^\\s*1\\."
|
||||
],
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
"broad_business_evaluation",
|
||||
"grounded_summary"
|
||||
]
|
||||
},
|
||||
{
|
||||
"step_id": "step_03_net_flow_after_broad_eval",
|
||||
"title": "Exact net-flow follow-up still answers after the broad bridge",
|
||||
"question": "какое нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили?",
|
||||
"allowed_reply_types": [
|
||||
"partial_coverage",
|
||||
"factual_with_explanation"
|
||||
],
|
||||
"required_answer_patterns_all": [
|
||||
"(?i)свк",
|
||||
"(?i)получил|входящ|поступ",
|
||||
"(?i)заплат|исходящ|списан|плат[её]ж",
|
||||
"(?i)нетто|сальдо|разниц",
|
||||
"(?i)2020|период",
|
||||
"(?i)руб"
|
||||
],
|
||||
"forbidden_answer_patterns": [
|
||||
"(?i)активных заказчиков",
|
||||
"(?i)лет в базе",
|
||||
"(?i)последняя активность"
|
||||
],
|
||||
"criticality": "critical",
|
||||
"semantic_tags": [
|
||||
"counterparty_net_cash_flow",
|
||||
"broad_eval_bridge_preserved"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user