Would have loved to see some data on what requests were easily handled by the bot and/or what questions could truly be answered by a fully automated bot.
I was an undercover bot for 2 months
11–20 of 21 posts
Re: I was an undercover bot for 2 months
#12Can a bot be made which understands emotions, sarcasm, etc.? Can something be made which does more than just parse commands and gives out predefined replies? If so, how far away are we from this?
Re: I was an undercover bot for 2 months
#13Can a bot be made which understands emotions, sarcasm, etc.? Can something be made which does more than just parse commands and gives out predefined replies? If so, how far away are we from this?
The author of the article could have collected all the conversations and learned a bot that would correctly converse with people asking similar questions.
there's no reason that having the same question asked in different ways should be a problem.
language is structured. structured learning and prediction exists for more than two decades and just recently there have been very nice improvements to known methods (learning to search, neural networks for structured learning etc.).
one can try to summarize an answer to a question from relevant fetched documents. summarization is a structured prediction task.
for example, in the conversations with a bot, you store all of the questions and your answers.
your answers were formed by using documents that contain the needed information. now you're trying to find a mapping that will successfully fetch the relevant documents for the question, and then summarize all of the documents to as close as possible summarization (summarized text should be similar to your stored answer).
structured prediction techniques use simple methods such as pos tagging and then pruning the dependency parse tree of sentences in document to shorten it, excluding whole sentences or text-between-commas or unneeded-adjectives etc. (these methods are based on statistical machine learning, not some silly rule based technique, one can incorporate word2vec features or other neural network magic)
it's not impossible, given enough data, to build a bot that would interact successfully.
sarcasm, and emotions are still a bit away, mostly because they require knowledge about the world, and if your world is a small set of documents you won't successfully get the sarcasm or emotions. this is also the case with people when they come to a different culture.
Re: I was an undercover bot for 2 months
#14Can a bot be made which understands emotions, sarcasm, etc.? Can something be made which does more than just parse commands and gives out predefined replies? If so, how far away are we from this?
You're asking whether we can create artificial intelligence.
Re: I was an undercover bot for 2 months
#15I realize this is not related to the actual article, but having looked at their website ( http://www.workgroup.im/ ) this really struck me. Does anyone else find it a little bit gross when companies take stock photographs, give them a name and write stories about how they use the product? It's clearly meant to work as a social proof and to look almost like an endorsement from a peer. It's just another warmer, fuzzier…
Re: I was an undercover bot for 2 months
#16Re: I was an undercover bot for 2 months
#17I realize this is not related to the actual article, but having looked at their website ( http://www.workgroup.im/ ) this really struck me. Does anyone else find it a little bit gross when companies take stock photographs, give them a name and write stories about how they use the product? It's clearly meant to work as a social proof and to look almost like an endorsement from a peer. It's just another warmer, fuzzier…
Re: I was an undercover bot for 2 months
#18Would have loved to see some data on what requests were easily handled by the bot and/or what questions could truly be answered by a fully automated bot.
I don't think they had a actual bot at all.
Re: I was an undercover bot for 2 months
#19I guess something that wechat does is more appropriate for the time being to use in business products... If at all. http://dangrover.com/blog/2016/04/20/bots-wont-replace-apps....