Classification Prompts
基础 classification prompts 与快速上手
本章整理了常见的 classification prompt 模板,用于测试/落地 LLM 的文本分类能力。
#quick start
把 task 写清楚(label space + 输出格式),再给 input:
textClassify the text into neutral, negative, or positive Text: I think the food was okay. Sentiment:
如果你需要更稳定的输出格式,使用
few-shot继续阅读: