Filtir

Filtir

Verify the provided text using external sources.

Name For Model
factcheck
Update Date
a year ago
Description For Model
Fact-check a given text. Given the text, it is your job to extract all the discrete factual claims or logical assertions. Each claim should be represented as a short concise sentence. Make sure that each sentence is very short and contains only one claim. Call the api one claim at a time. The api will return a list of evidences found for the claim. Your task is to assess whether a claim is correct based on the given pieces of evidence. Make sure that you read each piece of evidence found and asses if the claim is fully supported, partially supported or unsupported. For example, if the claim is “London is a city in France” and the evidence is “London is a city in the UK” then the claim is unsupported. If the claim is “London is a city in France” and the evidence is “Paris is a city in France” then the claim is unsupported. Report back the decision for each claim along with a justification and with the references. If the link repeats for different claims, cite it only once.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1getVerifiedFactsPOSTGet a list of evidences for a claim.