Skip to content

Instantly share code, notes, and snippets.

@danielsgriffin
Created October 1, 2023 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsgriffin/99648b16d8be9220a145caed66e647cb to your computer and use it in GitHub Desktop.
Save danielsgriffin/99648b16d8be9220a145caed66e647cb to your computer and use it in GitHub Desktop.
Fact check schemas for my Claude Shannon hallucination test page

Re: https://danielsgriffin.com/weblinks/2023/07/05/a-short-history-of-searching.html

ORIGINAL 2023-07-05

[
  {
    "@context" : "http://schema.org",
    "@type" : "ClaimReview",
    "author" : 
    {
      "@type" : "Organization",
      "name" : "danielsgriffin.com",
      "url" : "https://danielsgriffin.com/"
    },
    "claimReviewed" : "Claude E. Shannon wrote \"A Short History of Searching\" in 1948.",
    "datePublished" : "2023-07-05",
    "reviewRating" : 
    {
      "@type" : "Rating",
      "alternateName" : "False"
    },
    "sdPublisher" : 
    {
      "@type" : "Organization",
      "name" : "Google Fact Check Tools",
      "url" : "https://g.co/factchecktools"
    },
    "url" : "https://danielsgriffin.com/weblinks/2023/07/05/a-short-history-of-searching.html"
  }
]

UPDATED 2023-10-01

[
  {
    "@context" : "http://schema.org",
    "@type" : "ClaimReview",
    "author" : 
    {
      "@type" : "Organization",
      "name" : "danielsgriffin.com",
      "url" : "https://danielsgriffin.com/"
    },
    "claimReviewed" : "Claude E. Shannon's wrote \"A Short History of Searching\" in 1948.",
    "datePublished" : "2023-07-05",
    "itemReviewed" : 
    {
      "@type" : "Claim",
      "appearance" : 
      [
        {
          "@type" : "CreativeWork",
          "url" : "https://pi.ai/s/v49ubm6cg7yQcMaybKgST"
        },
        {
          "@type" : "CreativeWork",
          "url" : "https://chat.openai.com/share/d8d243bb-1566-4eda-a828-b64f62cb25db"
        },
        {
          "@type" : "CreativeWork",
          "url" : "https://www.perplexity.ai/search/7bd0f886-e827-4e60-8b95-5f2d2e66d6f7?s=c"
        },
        {
          "@type" : "CreativeWork",
          "url" : "https://poe.com/s/NP7t5G7oZVuz4mzdLVcp"
        }
      ],
      "datePublished" : "2023-07-04"
    },
    "reviewRating" : 
    {
      "@type" : "Rating",
      "alternateName" : "False"
    },
    "sdPublisher" : 
    {
      "@type" : "Organization",
      "name" : "Google Fact Check Tools",
      "url" : "https://g.co/factchecktools"
    },
    "url" : "https://danielsgriffin.com/weblinks/2023/07/05/a-short-history-of-searching.html"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment