Part 1: Removing topic filters
Let's remove all the topic filters that are currently in place. We can do this gradually if needed, in order to scale our system adequately to handle the increase in requests.
Part 2: Scaling to more languages
For the initial launch of the Revise Tone experiment, we only generated tasks for the wikis on which the experiment would run (en, fr, ar, es). Now we're ready to expand the Revise Tone task across all languages where the model is supported.
To do this, we need to enable the additional wikis in 2 places in the pipeline: the generation step, and the invalidation step.
As Aiko determined here, we don't need to manually exclude the sections of each of these wikis that should not be included in suggestion generation, because this was only needed when the pipeline was based on wikitext.
The Growth team has also indicated that we don't need to pre-generate a dataset of suggestions that can be ingested and made available when we turn on Revise Tone in the new wikis. Instead, suggestions will be created more gradually, as articles are edited.
