This task involves the work of introducing a signal that would enable people to identify cases where a reference does not support the published claim it is purported to verify.
References
- "More than two-thirds of [178] articles failed verification. That means the article contained a plausible-sounding sentence, cited to a real, relevant-sounding source. But when you read the source it’s cited to, the information on Wikipedia does not exist in that specific source. When a claim fails verification, it’s impossible to tell whether the information is true or not. For most of the articles Pangram flagged as written by GenAI, nearly every cited sentence in the article failed verification."
- https://wiki-verifiqator.pages.dev/ via @Alaexis (standalone app for non-editors, see below for user scripts for Wikipedia editors)
- en:User:The Anome describing a similar-sounding experience:
- "Here's the idea: a bot reads a Wikipedia articles, and retrieves all the cited sources that are fetchable at that moment, point by point, it compares each paragraph/sentence in the article with the cited sources. If it's all fine, it just marks the article with a review template that states that the article has been auto-reviewed, and when. If any material is either unsupported by the cited material or contradicted by it, it surrounds that material with some variation of {{citation needed span}}, with parameters that specify when it was auto-reviewed and what's wrong with it. Maybe from a small range of choices: "source disagrees", "source does not support", and with a free-text comment. Perhaps it also puts in a short checksum (say 6 hex digits) of the enclosed content, so that changes to that content are easily detectable in later scans. The article is also marked by an invisible template in the same way as above. It could also generate "source unavailable" annotations, or edit URLs if sources get moved." | source
- Implemeting "ChatBot Validation" for sentences of Wikipedia
- User:Phlsph7/SourceVerificationAIAssistant.js via @Polygnotus
- User:Alaexis/AI_Source_Verification - newer version of the above with a free open-source LLM option
- See comments from @Alaexis in T399642#11484055.
- en:Template:Failed_verification via @Sdkb