Have Gemini extract each factual claim from a passage, rate it supported / unsupported / needs-source, and explain what evidence would settle the unsupported ones.
提示词
Fact-check the following passage. Extract each discrete factual claim. For each, label it SUPPORTED, UNSUPPORTED, or NEEDS-SOURCE, give a one-line reason, and note what evidence would confirm it. Do not rewrite the passage; only assess it. Passage: [PASTE].
替换变量
[PASTE]The text to check, up to a few paragraphs.
该用哪个模型
- Gemini 3.6 Flash — Claim extraction is fast and cheap; Flash handles it well.
示例输入
- [PASTE] = a marketing paragraph with three statistics.
示例输出
我们只发布来自真实模型运行的示例输出。此模板尚未经过正式测试,因此不显示输出。请用上方的输入自行运行。
为何这一结构有效
- Per-claim labelling stops one wrong number from discrediting the whole passage.
- Asking for the confirming evidence turns the output into a to-do list.
常见失败与修复
The checker asserts SUPPORTED without a source.
修复:Require a citation for any SUPPORTED label, or downgrade to NEEDS-SOURCE.
已知局限
- The model may not know recent facts; enable grounding where possible.