7 comments

[ 3.2 ms ] story [ 11.0 ms ] thread
I imagine that a natural language AI which uses emojis would be better at passing a Turing test
Deep learning representations for anything, be them words, phrases, emojis, musical taste or images are not yet there. They form only the "receptive" part of an AI agent. What sits on top of them is the behavioral part, which is implemented with reinforcement learning (like AlphaGo which learned to "behave" in the world of Go)
Pretty cool, I like how they figured out the French flag emoji is associated with italy, #montreal.

It reminds me of the Android app dango which does a pretty good job at suggesting emoji associated with full sentences

If anybody else is confused why the first usage of the heart emoji (️) in text renders as a black heart (), it's because the page lost the 0xFE0F VARIATION SELECTOR-16 invisible character that comes after the U+2764 HEAVY BLACK HEART character to turn it into the emoji form.

Edit: What the, HN deleted both instances of U+2764 HEAVY BLACK HEART in the text, and left the VARIATION SELECTOR-16 behind. That's super weird.