内容
主张核验
用 Jev 判断来源是否支持、反驳或未提及某一主张。
Choice + Score / Noul
事实核查引文核对内容分析
这次发给 Jev
点运行时,站点把这份 JSON 发到 POST /api/playground。运行需要登录。
POST /api/playground{
"state": {
"claim": "该公司在 2025 年发布了新产品。",
"source_text": "Acme Corp 在 2024 年继续试点,并表示公开上市计划在 2026 年初。年报摘录未提及 2025 年发布。"
},
"questions": {
"verdict": {
"type": "choice",
"instructions": "How does the source relate to the claim?",
"criteria": {
"supported": "Source supports the claim",
"contradicted": "Source contradicts the claim",
"not_mentioned": "Source does not mention the claim"
}
},
"confidence": {
"type": "score",
"instructions": "Confidence in this verification",
"criteria": [
"Low — indirect or partial evidence",
"Medium — plausible alignment with gaps",
"High — explicit support or contradiction"
]
}
}
}