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.