Live data from Hacker News

I was an undercover bot for 2 months

medium.com

11–20 of 21 posts

Re: I was an undercover bot for 2 months

#12
post #9

Can 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

#13
post #9

Can 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?

Bot can be made where one doesn't have to parse commands.

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

#14
post #9

Can 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.

General artificial intelligence with a knack for natural language, that is...

Re: I was an undercover bot for 2 months

#15
post #7

I 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…

It's especially jarring because their photo of "James Gold" is actually my coworker http://andymatthews.net/

Re: I was an undercover bot for 2 months

#16
post #11

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 don't think they had a actual bot at all.

Literally just a man behind a curtain

Re: I was an undercover bot for 2 months

#17
post #7

I 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…

I was about to be charitable and say 'maybe those are LinkedIn pictures,' but all it takes is a Google image search to verify that, indeed, they're stock photos.

Re: I was an undercover bot for 2 months

#18
post #11

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 don't think they had a actual bot at all.

Right, so what I want is a list, or even anecdotes of requests made that could have been handled by a bot. All we saw were the opposite examples, of queries not able to be processed by a true bot.

Re: I was an undercover bot for 2 months

#19

I 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....

I found it interesting that many of the text UIs wind up with a list of numbers to type for each command. This is the exact UI everyone built when I started programming in the early 80's.

Re: I was an undercover bot for 2 months

#20
I have a hard time giving credit to the examples they raise, since they say users were aware that humans were present behind the 'bot', which would explain to me why they used emojis / gifs and images to talk with the 'bots'.
Post reply on HN