Chatbots are about as useful as phone trees. They can help solve the top 5 easy/common problems, but they are useless passed that. Anyone who has worked in a call center knows that more than half the calls are about the same couple of issues: reset password, finding common help docs, etc. Since help desks are cost centers, it makes sense to half a robot handle as many of these as possible. I think most of the hate di…
This is what our NLP teams are indeed working on. Sales prefers to describe it in more colorful ways, but practically, they are developing a more natural interface to an initial decision tree - you don't press 5 for a connectivity issue, you type "My fritzbox doesn't internet anymore" into a chatbox and it recognizes that as a connectivity issue. This goes on for 3-4 questions, until it either generates a case a huma…
Chatbots: Still dumb after all these years
191–200 of 426 posts
Re: Chatbots: Still dumb after all these years
#192http://www.art.net/studios/hackers/hopkins/Don/text/rms-vs-d...
Re: Chatbots: Still dumb after all these years
#193Sure, it thinks it's 2017 and knows nothing about covid and if you ask it to explain math to you it will serve you pure garbage in most educational tone and manner, but it keeps context of the conversation orders of magnitude better than anything else.
It doesn't feel like a bot. More like a dumb and confident human.
Re: Chatbots: Still dumb after all these years
#194My favourite flaw of chatbots is exposed by ELIZA. Not chatting with ELIZA, (though, it does suffer this flaw) but using responses inspired by that program. "Please elaborate on that" or "tell me more about [noun]" etc. Bots appear to have zero lines of short term memory, and utterly fail to pick up a reference to the thing that they just said. My favorite being bot> [something plausibly human-sounding] me> What do y…
Re: Chatbots: Still dumb after all these years
#195Having worked in ML at two different companies now, I think that people interpreting model output as intelligence or understanding says much more about the people than about the model output. We want it to be true, so we squint and connect dots and it's true. But it isn't. It's math and tricks, and if human intelligence is truly nothing more than math and tricks, then what we have today is a tiny, tiny, tiny fraction…
I think a problem is the tighter cycle between academic discoveries and business people trying to monetize them. Large language models were developed, objectively a great achievement, and immediately someone nontechnical wants to apply their own interpretation and imagine that we can build a chatbot that you won't have to pay, and before you know it, people are selling and even deploying them. Anyone who questions or…
Uh oh, we've got a downer!
Jokes aside, I'd like to consider an even simpler explanation, namely that "The purpose of a system is what it does"[1]. In this case, it would suggest decision makers are fully aware that they suck. Why would anyone want something that sucks? Because it's discouraging, and customer service today is all about discouragement. Unsubscribing, replacements, returns, special requests are all costs, and that's a fixable problem in the current business doctrine, especially in the faceless megacorp flavor of business. While chat bots (and other dark patterns) are frustrating, it creates a veil of plausible deniability for the business. It's hard to claim that it's deliberately hostile to customers, even though it's the simplest explanation.
[1]: https://en.m.wikipedia.org/wiki/The_purpose_of_a_system_is_w...
Re: Chatbots: Still dumb after all these years
#196But if labeling is enough, what is missing? The current approaches are mostly based on single dimensions, like pure text, images, sound etc. but rarely a combination of them. So when a human, who lives in a world where images, sounds, physical experiences, emotions and abstract information have to be combined meets an AI that lives in a single dimension it is easy to see the blind spots.
So maybe just giving machines access to all the dimensions we humans perceive might help to let them act more like we do.
Re: Chatbots: Still dumb after all these years
#197My favourite flaw of chatbots is exposed by ELIZA. Not chatting with ELIZA, (though, it does suffer this flaw) but using responses inspired by that program. "Please elaborate on that" or "tell me more about [noun]" etc. Bots appear to have zero lines of short term memory, and utterly fail to pick up a reference to the thing that they just said. My favorite being bot> [something plausibly human-sounding] me> What do y…
I'm not trying to be mean or break any HN rules, but did you read the article? It basically covers what you asked and was quite a revelation to me. Others in here point out that GPT-3 is not a chatbot which is good info, but I also wonder if there is anything out there that can even "remember" the context of a conversation it's supposed to be having. Particularly interesting is the question from the article, "who is…
It also includes the most robust, hand-tuned lemmer and stemmer + disambiguation language parser built on top of WordNet. really good stuff, written in C so its light on memory and responses are instantaneous.
Re: Chatbots: Still dumb after all these years
#198Earlier quoted context omitted.
I actually work on a chatbot for a big company [1], and I feel like chatbots are substantially better when they are more targeted and less conversational. For example, I'm perfectly happy to use a chatbot and type "return something", since that's relatively easy to parse correctly, and once you're in the right flow it works just fine. Where I feel like chatbots get bad is when they try super hard to fool you into thi…
If it's something direct like "return something" then what benefit is there over using the website's interface? Is it just this interest in doing everything by whatsapp?
There's no "benefit" exactly, the item gets returned the same way regardless, but it's kind of nice that it's consolidated. The chatbot works as a bit of a "one stop shop" for a lot of administrative stuff like "where's my order" or "return something" or "my order didn't go through", stuff like that.
AFAIK we don't support doing anything through Whatsapp, just our site.
Re: Chatbots: Still dumb after all these years
#199Earlier quoted context omitted.
There isn't really a new "problem" with AI. Businesses love hype, they love anything that can punch up a sales pitch, they love shitty cheap automation that replaces expensive human work, they love to identify ways to lower quality and save money without affecting revenue, and AI can be good for all of those things without being good at anything.
No, but most chatbots I've seen are no better than a well-structured FAQ page. We've had those since the mid 90s.
For people who can't be arsed to glance through a FAQ, they're kind of an iterative natural-language query interface.