Don Patrick - Aug 17, 2015:
If this thread’s title were true…
It is a quote from the article itself, click-bait click-bait if you will. “To measure progress towards [the goal of] building an intelligent dialogue agent.” sounds so… boring, and FB knows it (I mean, they literally “Know” it).
An intelligent dialog agent will likely be, at least, the front end of any human accessible AI. Therefore developing an intelligent dialog agent seems to be the practical stepping stone to creating a competent and intelligent artificial assistant.
Don Patrick - Aug 17, 2015:
My program can make inferences and construct opinions from multiple supporting facts
That is pretty cool, but also becoming more routine (even my AI, which is online, ehem, has those functions).
Don Patrick - Aug 17, 2015:
...in all 3 years of my work I never seriously considered having it answer “How many apples do I have?”, because there is no doubt in my mind that computers can count.
Yeah, but not intuitively or intelligently- I am sure my computer can not count how many apples I have unless I very carefully craft my query:
“1+1=”, or even
“$ans = count(user_id_ppn,vb.poss_have,thing_apple,temporal_now)”
are much different than
“how many apples am I holding right now”,
which, if known, could also be used to make inferences/suggestions about what you could do with those (would especially cool as a persistent local system too).
Anywayz, the original link has a nice list of types of testing questions for QA with examples (and also links to complete lists of human readable test sets for each question type) that any bot dev will find useful.