IBM's Jeopardy Strategy 99
jfruhlinger writes "Developing a computer that could play chess once seemed like a worthy AI goal — but it turned out to be something of a dead end, as chess is very abstract and simple when compared to the real world. Will creating a game-show-playing computer lead to more interesting results? IBM hopes so, and its Watson machine will tackle problems in parallel processing, data searching, and natural language comprehension in an attempt to beat Jeopardy legends Ken Jennings and Brad Rutter. " IBM announced the man vs. machine competition last month.
Meh... (Score:3)
Once upon a time, a computer beating an expert at chess was amazing. Controversial.
Even if they pull this off (which does happen to be a huge feat of AI if you think about it) - the general public won't care anymore. They think computers can do everything already.
Re: (Score:2)
Re: (Score:2)
It will probably be more a feat of statistical analysis of answers and finding the best ratio of certainty to uncertainty.
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
Jeopardy has a substantial penalty for incorrect answers, so blindly buzzing in requires a high threshold of confidence that you will be able to correctly answer any possible question (or, um, correctly question any possible answer).
Re: (Score:2)
Re: (Score:2)
Finding the right answer is a classical halting problem [wikipedia.org], trying to calculate when it will find the answer is futile. All you can say is that it will take X amount of time to evaluate Y potential answers wich is insuffcient information to decide when to press the buzzer.
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Secondly, [even if it were] the human brain is able to achieve this (presumably via some sort of holographic/striped storage) so it is possible in theory to do this in computers as well (assuming that there is no metaphysical explanation for the brain's capabilities)--i.e., e
Re: (Score:3)
Which doesn't mean an instant win, since it's still a difficult problem to parse the answer (which may rely on puns and other trivial), analyze the context, and formulate the question. Get the question wrong, or fail to answer in 5 seconds (the maximum time you get after buzzin
Re: (Score:2)
Players can not buzz in before the answer is completely read and the light comes on. Attempting to buzz in before that locks out your buzzer for a period of time, which is why sometimes you see players clicking wildly trying to get in.
Re:Meh... (Score:4, Funny)
Re: (Score:2)
Re: (Score:2)
So it was titty for tatty?
Re: (Score:2)
Only problem with any voting system is that spammers can get botnet votes. A comment like "SJDHIWH@IYG#" may have 4 million upvotes, none of which come from a human.
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Even if they pull this off (which does happen to be a huge feat of AI if you think about it) - the general public won't care anymore. They think computers can do everything already.
Who the f*ck cares about the general public? Why does everything we do must be measured according to what "the general public" wants? If we acted that way, many things would not have happened, because the "general public" does not seem to be interested in. I care about this thing, that's enough for me.
Re: (Score:2)
. . .
You think a marketting stunt like this - teaching a computer to play Jeopardy against a human isn't done for the general public?
If it was for nerds, it'd do something else.
Re: (Score:1)
Please answer in the form of a question (Score:2)
I'll take (Score:2)
The Penis Mightier for 200, Alex.
IBM should give it a Scottish accent; that way even if it fails, it will still be funny.
Re: (Score:1)
What’s the difference between a mallard with a cold and you? One's a sick duck, and I can't remember the rest but your mother's a whore!
I can see it now (Score:3, Funny)
Re: (Score:1)
What is the value in this? (Score:2)
I'm not trolling or anything, I'm honestly really curious what the value in dumping all this money into R&D for this issue is? Will we really gain deep insights into AI that we don't already have by doing this?
Re: (Score:3, Insightful)
Re: (Score:2)
They are doing a lot of R&D to prepare for this specific challenge. It's not like the Jeopardy show is charging them to appear, they probably both benefit from the free publicity.
Re:What is the value in this? (Score:4, Insightful)
Human Language Processing is still a weak point in getting computers to do what film computers do.
If you can get a computer to understand what you mean, then it'd change UIs forever.
Re: (Score:3)
If you can get a computer to understand what you mean, then it'd change UIs forever.
Per the article, a single processor would take 3 hours to process each Jeopardy answer. That would certainly qualify as "forever" in the context of a user interface.
Re:What is the value in this? (Score:5, Insightful)
If you can get a computer to understand what you mean, then it'd change UIs forever.
Per the article, a single processor would take 3 hours to process each Jeopardy answer. That would certainly qualify as "forever" in the context of a user interface.
And since computers don't go faster, it'll be like that forever.
Re: (Score:2)
Re: (Score:2)
Was watching Star Trek while I posted that. Interestingly enough.
Re: (Score:2)
Denny Crane...
Re: (Score:1)
Re: (Score:2)
If you can get a computer to understand what you mean, then it'd change UIs forever.
If we get them to understand what we want, it'll change the world. I make no predictions as to whether it will be good or bad for us.
Re: (Score:1)
If you can get a computer to understand what you mean, then it'd change UIs forever.
The Google knows what I mean now (e.g. http://www.google.com/search?q=recursion [google.com]), but I haven't seen U and I change one bit!
Re: (Score:3)
I'm not trolling or anything, I'm honestly really curious what the value in dumping all this money into R&D for this issue is? Will we really gain deep insights into AI that we don't already have by doing this?
Cheaper than outsourcing support to India? (And potentially more accurate?)
Re: (Score:2)
To the general public, it is just for the 'cool' factor. To IBM's customers, it says 'We figured out how to solve this difficult problem, and we can figure out your business problems too'.
Re: (Score:2)
'For about as much as it cost us to build this supercomputer.'
Re: (Score:2)
And? If it increases their profits by more than that amount it is worth it.
Re: (Score:2)
Call center replacement (Score:1)
Re: (Score:2)
why don't they open the competition to the public (Score:1)
Let chatbot authors compete too!
Re: (Score:1)
Cleverbot buzzes in.
Trebek: Yes, Cleverbot.
Cleverbot: I'm not Cleverbot, you're Cleverbot.
Trebek: Yes... Well then, Janice?
Terrible, terrible idea.
Once, IBM took on the mighty game of chess... (Score:2)
...now they are tackling a much more difficult game of Jeopardy. For fun and profit.
Hmm ... something doesn't seem to be right here ...
Re:Once, IBM took on the mighty game of chess... (Score:5, Insightful)
Re: (Score:3)
A game of chess can be represented as a tree. To find out the best possible move, traverse the tree until you reach the nearest win condition. Some heuristics, and a bunch of traversing and you can win.
Jeopardy on the other hand requires the computer to understand the question, be able to search for it, and return the correct uh... question.
Re:Once, IBM took on the mighty game of chess... (Score:4, Insightful)
The help desk is a lot like Jeopardy too, in that the answer is often given in the form of a question. e.g. "Is the computer plugged in?"
Re: (Score:2)
What is 'the first question you ask someone who doesn't know the difference between a CPU and a monitor when they call for computer help', Alex?
Re: (Score:2)
This is scarily relevant to this thread.
Who made a Goatse Bot that can't form words?
Re: (Score:1)
What is no?
I'll take "Idiot Politicians" for $200, Alex.
From Deep Blue to Turd Ferguson. (Score:2)
Nice move, there, I-beam.
This is actually useful (Score:4, Insightful)
Re: (Score:3)
Re: (Score:2)
Having a computer answering daily your simple questions is a big deal.
Sure, it will take some time to get this CPU power in every home, but considering the hardware and software evolution it shouldn't be that far away.
*motions to screen* (Score:1)
That doesn't seem so impressive. (Score:2)
The hardest part of that is scoring and selecting the hits you get from the skein of database queries you make from the keywords in the clue.
If you want to do something impressive, make it learn what it knows the same way Jeopardy contestants did: by reading books and organizing the data within them in content-addressable memory.
Re: (Score:1)
And that hard part is HARD (Score:2)
That "hardest part" is quite hard indeed. It implies huge advances in language processing, which, next to vision, is one of the "hard problems" in AI. Jeopardy answers involve trivia, yes, but many of them also take wordplay, puns, phonetics, analogies, non-sequiturs, etc. Jeopardy is not some cheesy show like Who Wants To Be A Millionaire; Google could win that one without trying hard... winning Jeopardy is going to require feats of AI that are leaps and bounds beyond anything else currently available.
T
So now the machines ask us questions...? (Score:1)
And I will take (Score:1)
Biggest Human Error: 100% bets on Daily Double (Score:3)
Most of the time players find the daily double while running through categories they know REALLY well. Then they only bet ~$2k out of their $12k stash.
Even if they get the daily double right they will have to risk losing in final jeopardy b/c they haven't doubled the second place player's score. The smart play is to "make it a true daily double" and lap your opponents on a category you know well. Daily double questions are no harder than final jeopardy and I generally find them much easier. That's the time to risk it all. You not only increase your probability of winning but also your cash winnings.
Imagine you are up 80% on your opponent and the final jeopardy category comes up as something you know NOTHING about. That's the time when you wish you bet more on that daily double.
Re: (Score:2)
Have you ever actually watched Jeopardy? Here is a sample from last night: Category 3 to 1. Answer: It'll land a kid in hot water
Please show the google search you would use to get the correct single question (what is sass?), and not a document (or bunch of documents) that may contain something vaguely having to do with the subject.
Re: (Score:1)
http://www.google.com/search?sourceid=chrome-instant&ie=UTF-8&q=3+Against+1+for+$800#sclient=psy&hl=en&q=jeopardy!+3+Against+1+for+%24800+3+Against+1+for+%241%2C000+%22what+is+%22&aq=f&aqi=&aql=&oq=&gs_rfai=&pbx=1&fp=ca05a7bb65e82229 [google.com]
Re: (Score:2)
Next Up: (Score:2)
A computer that competes on "Dancing With The Stars".
Re: (Score:1)
Re: (Score:2)
When I was a kid, that was the funniest thing ever.
Then I went home, turned on my SNES, punched the difficulty in SF2 up to max and then cried a lot.
Time for a new category... (Score:5, Funny)
Jennings: I'll take CAPTCHAs for 1000, Alex...
Big Blue: Damnit.
I have two words for this: (Score:1)
Self Potato [youtube.com]
Re: (Score:2)
Ah, but those people don't get on Jeopardy. And the Ken Jennings types don't mess with Wheel Of Fortune.
That was a funny clip though.
How does buzzing in to claim the question work? (Score:1)
9 Planets Without Intelligent Life (Score:2)
neural-network-learning (Score:1)