Контент

Проверка утверждений

Проверьте с Jev, поддерживает ли источник утверждение, противоречит или не упоминает.

Choice + Score / Noul

Fact checkingПроверка цитатАнализ контента

Claim

Source

SUPPORTEDCONTRADICTEDNOT MENTIONED
Request sent to Jev

Clicking run posts this JSON to POST /api/playground. Sign in to run.

POST /api/playground
{
  "state": {
    "claim": "The company launched its new product in 2025.",
    "source_text": "Acme Corp continued pilot programs through 2024 and stated a public launch is planned for early 2026. No 2025 launch is mentioned in the annual report excerpt."
  },
  "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"
      ]
    }
  }
}