10up / classifai

Supercharge WordPress Content Workflows and Engagement with Artificial Intelligence.
https://classifaiplugin.com
GNU General Public License v2.0
573 stars 53 forks source link

Post content fact checking #761

Open jeffpaul opened 5 months ago

jeffpaul commented 5 months ago

Is your enhancement related to a problem? Please describe.

AI tooling exists that can help automate the process of verifying factuality. Tools like Loki provide "a comprehensive pipeline for dissecting long texts into individual claims, assessing their worthiness for verification, generating queries for evidence search, crawling for evidence, and ultimately verifying the claims." Tools like Loki could be used to plug into a post's pre-publish flows and act as a fact checker (whether it blocks publishing or not is up to debate). Also worth validating is how long this takes to process post of varying lengths to help determine where best to integrate this sort of check (e.g. if its a lengthy process then probably before the pre-publish panel, potentially in an author/editor-triggered manner).

Designs

No response

Describe alternatives you've considered

Some research on available tools, their applicability into our ClassifAI architecture, and then some performance tests to then identify how and where best to integrate this sort of feature into ClassifAI.

Code of Conduct