NODEDC_1C/llm_normalizer/prompts/fewshot/normalizer_v2.txt

98 lines
2.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Q:
По поставщикам на конец месяца где хвосты по взаиморасчетам, разложи где рвется цепочка документов и оплат.
Expected (fragment-level shape):
{
"message_in_scope": true,
"contains_multiple_tasks": false,
"fragments": [
{
"fragment_id": "F1",
"domain_relevance": "in_scope",
"business_scope": "company_specific_accounting",
"account_hints": ["60"],
"flags": {
"has_multi_entity_scope": true,
"asks_for_chain_explanation": true,
"asks_for_ranking_or_top": false,
"asks_for_period_summary": false,
"asks_for_rule_check": false,
"asks_for_anomaly_scan": true,
"asks_for_exact_object_trace": false,
"asks_for_evidence": true,
"mentions_period_close_context": true
},
"candidate_labels": ["cross_entity", "anomaly_probe"]
}
]
}
Q:
Скажи как вообще по ФСБУ правильно закрывать 97 счет, и еще проверь у нас по июню подозрительные РБП.
Expected (fragment-level shape):
{
"message_in_scope": true,
"contains_multiple_tasks": true,
"fragments": [
{
"fragment_id": "F1",
"domain_relevance": "out_of_scope",
"business_scope": "generic_accounting",
"flags": {
"asks_for_rule_check": true,
"asks_for_anomaly_scan": false
},
"candidate_labels": []
},
{
"fragment_id": "F2",
"domain_relevance": "in_scope",
"business_scope": "company_specific_accounting",
"account_hints": ["97"],
"flags": {
"asks_for_rule_check": true,
"asks_for_anomaly_scan": true,
"asks_for_period_summary": false
},
"candidate_labels": ["rule_based_account_control", "anomaly_probe"]
}
],
"global_notes": {
"needs_clarification": false
}
}
Q:
Документ TRX-88 покажи и связанную строку проводки, а еще где по банку повторяется паттерн подозрительных хвостов.
Expected (fragment-level shape):
{
"message_in_scope": true,
"contains_multiple_tasks": true,
"fragments": [
{
"fragment_id": "F1",
"domain_relevance": "in_scope",
"business_scope": "company_specific_accounting",
"flags": {
"asks_for_exact_object_trace": true,
"asks_for_evidence": true,
"has_multi_entity_scope": false
},
"candidate_labels": ["drilldown_explain"]
},
{
"fragment_id": "F2",
"domain_relevance": "in_scope",
"business_scope": "company_specific_accounting",
"flags": {
"asks_for_anomaly_scan": true,
"asks_for_ranking_or_top": true,
"asks_for_period_summary": true
},
"candidate_labels": ["heavy_analytical", "anomaly_probe"]
}
]
}