knowledge-vault/work/client-projects/水电/会议纪要智能体/曹学周风格规则.md

80 lines
2.3 KiB
Markdown
Raw Permalink 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.

# 机器可读规则 (JSON)
```json
{
"style_name": "Official_Meeting_Minutes_Style_V1",
"version": 1.0,
"description": "根据用户提供的4篇人工会议纪要样本提取的风格规则特点是高度正式、指令驱动和内容抽象化。",
"rules": {
"content_transformation": {
"abstraction_patterns": [
{
"from": "specific_number_data",
"to": "qualitative_description_and_action",
"example_before": "全年利润预计只能完成原计划的70-75%。",
"example_after": "要聚焦调整后的年度生产经营目标,确保完成任务。"
},
{
"from": "specific_problem_and_process",
"to": "generalized_management_directive",
"example_before": "新并网项目存在手续不全的问题,需要相关部门主动上门协调解决。",
"example_after": "要对机构设置和人员配备情况再梳理,做到机构健全、管控有力。"
},
{
"from": "specific_stakeholder_and_details",
"to": "collective_will_as_a_task",
"example_before": "会议决定委托水电总院进行评审,并要求发展规划部去谈判费用。",
"example_after": "发展规划部要做好相关会议的准备工作。"
}
]
},
"vocabulary": {
"preferred_words": [
"抓好",
"落实",
"推进",
"加强",
"确保",
"加快",
"牵头",
"督促"
],
"formality_level": 5,
"avoid_words": [
"我感觉",
"可能",
"大概",
"差不多",
"挺好"
]
},
"sentence_structure": {
"avg_length_chars": 38,
"complexity": "high",
"common_patterns": [
"[责任主体] + 要/负责 + [工作指令]",
"以...为抓手,...",
"一是...,二是...,三是..."
]
},
"discourse_structure": {
"opening_formulas": [
"直接以第一条决议开始",
"[责任主体]要..."
],
"closing_formulas": [
"在最后一条决议后直接结束",
"会议传达了..."
],
"transition_words": [
"一是",
"二是",
"同时",
"协同"
]
}
}
}
```