Why does Siri seem so dumb?
recode.net
Why does Siri seem so dumb?
1–10 of 80 posts
Re: Why does Siri seem so dumb?
#2Tech reporter humblebrag of the year.
Re: Why does Siri seem so dumb?
#3"It also can’t distinguish between the question of “who is” a person and a request for that person’s contact card. For instance, I have a contact card for Apple CEO Tim Cook. When I ask, “Who is Tim Cook?” Siri shows me the contact card, not his bio." Tech reporter humblebrag of the year.
Re: Why does Siri seem so dumb?
#4Re: Why does Siri seem so dumb?
#5"It also can’t distinguish between the question of “who is” a person and a request for that person’s contact card. For instance, I have a contact card for Apple CEO Tim Cook. When I ask, “Who is Tim Cook?” Siri shows me the contact card, not his bio." Tech reporter humblebrag of the year.
Odds are, if you have them in your contact database, you already know them; you're not going to want Siri to give you their Wikipedia bio.
Siri has myriad faults, and thankfully someone of Mossberg's stature might push Apple to address them, but this is not one of them.
Re: Why does Siri seem so dumb?
#6Re: Why does Siri seem so dumb?
#7The main gripe I have with Siri is that is still can't understand bilingual (german/english) conversation. This makes this service unusable for me. How do you ask Siri for a song, a movie, a person name which happens to be english, when the device is set to german?
Re: Why does Siri seem so dumb?
#8"It also can’t distinguish between the question of “who is” a person and a request for that person’s contact card. For instance, I have a contact card for Apple CEO Tim Cook. When I ask, “Who is Tim Cook?” Siri shows me the contact card, not his bio." Tech reporter humblebrag of the year.
I don't see it as humblebragging (any of us could create a Cook contact / ReCode readers likely know Walt Mossberg's relationship to Apple) but, worse, a faulty premise. Odds are, if you have them in your contact database, you already know them; you're not going to want Siri to give you their Wikipedia bio. Siri has myriad faults, and thankfully someone of Mossberg's stature might push Apple to address them, but this…
Re: Why does Siri seem so dumb?
#9Re: Why does Siri seem so dumb?
#10What I'm thinking of is basically SHRDLU [1] on steroids. Parse a ton of web pages. There are great natural language parsers that can parse most well-formed English sentences. Start with simple sentences like "Golden delicious is an apple" or "Barack Obama is the President". Then you store this in a Subject-Verb-Object database (I just learned that this is called a Triplestore [2]).
Every statement gets a plausibility value. Deal with ambiguity by adding multiple interpretations of a sentence (with different plausibilites if available). Assign an origin (e.g. website, author, quoted person ...) to each statement. Then, you could query this by asking "What do mice like?"... and it would make "Subject: Mice, Verb: like (enjoy), Object: ???" and return a list of solutions, ordered by plausibility.
Does anybody have any insight into why this isn't done or wouldn't work? It seems wierd that I can't ask my phone simple facts about the world, other than those whose form have been hardcoded.
(Now that I think about it, the opposite would also work. Hardcode a ton more commands. Hire 100 people, let them sift through the most common queries. Watch a few dozen testers, add add all queries they try to use. Instead of throwing computing resources at the problem, this would throw cheap labor at it.)
Anyway, it boggles the mind that I can't shout "OK Google, play 'itsy bity spider' on youtube" when my toddler demands it but won't release my phone :-). It opens a search and shows what I want as the first result (probably customized from my history), but I have to go the last mile myself.
[1] https://de.wikipedia.org/wiki/SHRDLU [2] https://en.wikipedia.org/wiki/Triplestore