amz_review_analyse/prompts/schema.yaml
OnesvmWhoops c91e7f8c20 辉哥版本:结构化聚类溯源归因与业务报告增强。
移除结构化 audience 字段,强化 voc_业务_2 源评论归因匹配与 Persona 引用展示,更新 README 与流水线默认清理 SQLite。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-17 09:11:04 +08:00

36 lines
942 B
YAML

# 🔒 程序锁定区:修改前请与开发确认,否则可能导致 JSON 解析失败
# 字段名、英文 category、输出标记等与下游 SQLite / 聚类 / 报告解析绑定
extraction:
root_fields:
- persona_signals
- pain_points
- product_feedback
product_feedback_fields:
- aspect
- opinion
- sentiment
- category
# 8 个标准类别(信任/原料/质量/功效/功能/外观/物流/客服/价格);
# 若评论反馈确实不属于这 8 类,允许模型自行补充简洁的英文新类别
product_feedback_categories:
- Trust
- Ingredient
- Quality
- Function
- Appearance
- Logistics
- Customer Service
- Price
sentiments:
- Positive
- Negative
- Neutral
report:
markers:
- "===WORD_ZH_JSON==="
- "===WORD_CATEGORY_JSON==="
- "===CLUSTER_NAMES_JSON==="
- "===OPPORTUNITY_MATRIX_JSON==="
- "===REPORT_HTML==="