GPTrue or False

GPTrue or False is a browser extension available on both Chrome and Firefox that displays the likelihood that a portion of selected text was generated by OpenAI’s GPT-2 model.

How it Works

Having selected a portion of text comprising of at least 50 words, the user is able to prompt the extension for an evaluation of the selected text. The extension takes the selected text and passes it via an HTTP GET request to this webpage hosted publicly by Hugging Face (check them out!). The webpage is an interface to OpenAI’s GPT-2 Detector model, which outputs the likelihood that inputted text was generated by GPT-2.

The response from the Hugging Face webpage is received by the extension, parsed and neatly displayed under the selected text.

In the press

The project received a surprising amount of attention, probably thanks to the initial reactions from Andrej Karpathy and Brendan Eich Twitter.

The extension was later featured on a number of tech news websites including DigitalTrends, LifeHacker, TechTheLead, among others.

Collaborate

The project is of course open-source, with the code available on GitHub. Feel free to contribute!