Steps to replicate the issue (include links if applicable):
- Open the Wikipedia app
- Navigate to an article on English Wikipedia (enwiki)
- Start the flow to add an image to the article
- Observe the suggested images provided by the app
What happens?:
The app suggests images from Wikimedia Commons without filtering out AI-generated images.
A user reported that they added an AI-generated image based on the app’s suggestion, assuming it was appropriate since it appeared in other language versions of the article.
What should have happened instead?:
AI-generated images should not be suggested when adding images on English Wikipedia, or at least should be filtered out when possible, given that enwiki policy (WP:AIIMAGE) generally discourages their use.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Prevent the app from suggesting AI-generated images (based on Commons categorization or metadata) when users are adding images to articles on English Wikipedia.
Potential solutions
- [hard] filter images with the {{PD-algorithm}} template in their Commons File pages, see T422513#11813943
- [hard] filter images with (instance of, AI-generated image) Commons statements
- [easy, only for depicts-based suggestions] filter Commons statements as above when parsing mediainfo
- [medium, only for Wikipedia lead images] implement a filter in filter_articles_with_lead_images
