Artificial Intelligence? That's What She Said.

Getting in the Mood

Having lived in Seattle for the better part of 6 years before moving to NY, I like to keep up on the lastest and greatest technology being developed in the tech haven that is Washington state. While Amazon is expanding and building new campuses in Seattle, and MSFT is attempting to maintain relevancy there, the University of Washington is housing two researchers armed with grant money to program an algorithm, code name: DEviaNT (Double Entendre via Noun Transfer), that analyzes harmless text to determine if adding “That’s what she said” to the end of a given sentence makes it risque. As of now, the program has a 70% accuracy rating – which is expected to reach 99.6% in the next round of code refactoring.


Going Deep

Digging through the project overview authored by the creators, I found that they had cited a Ruby gem called “TWSS” to pre-train their algorithm. Looking a bit more into what the gem does, I discovered that it intakes data via hpricot, compares that to a txt file of predetermined “TWSS” lines and a txt file of non-“TWSS” lines (my favorite of which is: “I forgot about the baby monitor”) and then writes the input to the associated file in order for the alorithm to learn. The gem then outputs “TWSS” if the input is relevant.


The Long Hard Run

While the actual UW algorithm went above and beyond the gem’s capabilities by translating assumptions about “TWSS” sentence usage to mathematical representations of “noun sexiness” and “verb sexiness,” it was still interesting to see that Ruby was at the core of all this research. It may all seem like fun and games to the reader, but the point of the research has far reaching consequences when viewed from the perspective of an AI researcher or developer. Natural human language has many nuances and subtleties that are difficult for a computer to detect. By building smarter models and algorithms that are able to diferentiate between language usage, we can ultimately build smarter programs and machines to usher us into the future we’ve all been waiting for.*

*That future is basically robots and awesomeness in case you were wondering.