Open TheLandfill opened 3 years ago
Also, someone on Discord pointed out a couple things to fix to make it harder for humans to distinguish between fake and real form submission:
ideally someone could set up a sort of Turing test with our bot where we have people write real-looking form entries and compare them to our auto-generated ones to see if humans can accurately tell the difference
These are all great ideas. I recommend submitting a PR in the form generation API repo here.
I have started working on introducing typos into the messages in the typos
branch.
See here
I want to note that GPT2 output, while decent, usually has a ton of telltale signs:
We should try to remove as many of these signs as possible from the output of GPT2. Some of these are easier to remove than others, but the ones that are difficult for us to remove are also difficult for them to filter out. For example, they could remove most of GPT2's submissions by removing any submission with double quotes.
It might also be a good idea to leave these signs in the output every so often so that they implement filters that could remove false negatives. For example, if they implement a filter for quotation marks, they could remove some real submissions that have quotation marks.