Facebook M – The Anti-Turing Test
71–80 of 162 posts
Re: Facebook M – The Anti-Turing Test
#72Re: Facebook M – The Anti-Turing Test
#73"I'm AI but humans help train me" The implication to me is that the chat is with a human, who is using an AI tool with the intention of training that tool. What better way to train a new service than to launch it, then answer all the weird, unexpected questions with humans? Gradually more of the questions get answered, the AI gets better trained, and the human-AI becomes increasing more AI. Further, as the AI gets be…
AIs are already trained on huge corpuses of natural human communication, but they still aren't able to reliably analyze human language. Adding a few more gigabytes of chat logs isn't going to do much.
Bot reads "What's the temperature like near me?"
Person calls "$get user-local-temperature"
API responds "{temperature:{f:77},{c:99}}"
Human writes "It's 77 degrees outside!"
Training set now contains that relationship between that question, that API call, that response, and that natural language response (and probably the users location, age, gender, and so on, all captured in the meta-data about the response in the corpus). Bot reads "What's it like outside?"
Person calls "$get user-local-weather"
API responds "{weather:{now:Sunny},{today:Cold}}"
Human writes "It's sunny now, but will be cold later today."
And so on. I think the goal here is training on standard API calls as the response, and taking their data return and converting it into grammatical sentences. It's a two step training process. Know which API to call, and know how to convert API response to natural language.There's no serious corpus yet for that -- if this is real, it is important work.
Re: Facebook M – The Anti-Turing Test
#74Re: Facebook M – The Anti-Turing Test
#75For something with a similar flavour, see http://dangermouse.brynmawr.edu/csem/coffeehouse.html ; start reading where it says "Post Scriptum".
Re: Facebook M – The Anti-Turing Test
#76Re: Facebook M – The Anti-Turing Test
#77So how well does this scale, if all of Facebook's users are using "M" like this?
Re: Facebook M – The Anti-Turing Test
#78"Can you solve this CAPTCHA for me?" (provided the CAPTCHA is sufficiently OCR-resistant)
If you want to avoid giving information about whether you are an AI or human, you simply respond "No." Besides, the CAPTCHA's that are sufficiently hard to solve for computers are already hard for humans as well.
Re: Facebook M – The Anti-Turing Test
#79Earlier quoted context omitted.
AIs are already trained on huge corpuses of natural human communication, but they still aren't able to reliably analyze human language. Adding a few more gigabytes of chat logs isn't going to do much.
They weren't trained to read natural language, and then respond with some programmatic action filtered into natural language: Bot reads "What's the temperature like near me?" Person calls "$get user-local-temperature" API responds "{temperature:{f:77},{c:99}}" Human writes "It's 77 degrees outside!" Training set now contains that relationship between that question, that API call, that response, and that natural langu…
Re: Facebook M – The Anti-Turing Test
#80Facebook's strategy here is to build an AI brand before they have the actual technology, which could make a lot of sense. At the same time the interactions between M's team and its users will provide meaningful data to train the AI on.
I've never heard vaporware characterized as something that "could make a lot of sense"; how could it? Plus I'm doubtful whether the data would be very meaningful. A bunch of people adversarially trying to figure out whether the AI is real is not representative or generally useful data.